@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);

html,
body {
	scroll-behavior: smooth;
	height: 100%;
	position: relative;
}

body {
	font-family: Montserrat, sans-serif;
	color: #000006;
	font-weight: 400;
	line-height: 1.5;
	font-size: 16px;
	overflow-x: hidden;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	line-height: 1.2;
}

a {
	color: #fa5d3d;
	text-decoration: none;
	transition: all 0.3s ease;
}

a:hover,
a:focus {
	color: #fa5d3d;
	text-decoration: none;
}

a:focus,
input:focus,
select:focus,
button:focus {
	outline: 0 solid;
}

@media only screen and (min-width: 1296px) {

	.container {
		max-width: 1296px;
	}
}

.flex-align-center {
	display: flex;
	justify-content: center;
}

.spacing {
	padding: 160px 0;
}

@media only screen and (max-width: 991px) {

	.spacing {
		padding: 80px 0;
	}
}

.dark-bg {
	background-color: #000006;
	color: #fff;
}

.white-bg {
	background-color: #fff;
	color: #000006;
}

.gray-bg {
	background-color: rgba(203, 196, 188, 0.6);
	color: #000006;
}

.offwhite-bg {
	background-color: #f6f5f4;
	color: #000006;
}

.primary-btn {
	display: inline-block;
	letter-spacing: 1.98px;
	text-transform: uppercase;
	transition: all 0.3s ease;
	color: #000006;
	font-weight: 700;
	padding: 10px 0;
	background: none;
	border: none;
}

.primary-btn .fab {
	color: #000006;
}

.primary-btn.white {
	color: #fff;
}

.primary-btn.white .fab {
	color: #fff;
}

.primary-btn.white:hover {
	color: #fa5d3d;
}

.primary-btn.white:hover .fab {
	color: #fa5d3d;
}

.primary-btn.back:hover span {
	margin-left: 0;
	margin-right: 10px;
}

.primary-btn span {
	color: #fa5d3d;
	transition: all 0.3s ease;
}

.primary-btn:hover {
	color: #fa5d3d;
}

.primary-btn:hover .fab {
	color: #fa5d3d;
	margin-left: 0;
}

.primary-btn:hover span {
	margin-left: 10px;
}

.primary-btn.bordered {
	border: 2px solid #cbc4bc;
	min-width: 220px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	margin: 0 10px 10px;
}

@media only screen and (max-width: 991px) {

	.primary-btn.bordered {
		margin-left: 0;
		margin-right: 0;
	}
}

@media only screen and (max-width: 767px) {

	.primary-btn.bordered {
		min-width: auto;
		width: 100%;
	}
}

.primary-btn.bordered:hover {
	border-color: #fa5d3d;
}

.primary-btn.bordered:hover span {
	margin-left: 0;
	margin-right: 0;
}

@media only screen and (min-width: 992px) {

	section .container,
	footer .container,
	.basic-block .container {
		padding-right: 90px;
	}
}

@media only screen and (max-width: 767px) {

	.row {
		margin-left: 20px;
		margin-right: 20px;
	}
}

.content-title {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 3px;
	color: #000006;
	text-transform: uppercase;
}

@media only screen and (max-width: 767px) {

	.content-title {
		font-size: 24px;
	}
}

.content-title.white {
	color: #fff;
}

.magic-cursor {
	width: 100px;
	height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
	background-color: rgba(250, 93, 61, 0.9);
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	visibility: hidden;
}

.filters {
	margin-bottom: 40px;
}

.filters.count {
	margin-bottom: 25px;
}

.filter-btn {
	padding: 10px 20px 9px;
	background-color: transparent;
	border: 3px solid #cbc4bc;
	color: #000006;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1;
	min-width: 140px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: center;
	transition: all 0.3s ease;
	letter-spacing: 1px;
}

.filter-btn.active,
.filter-btn:hover {
	background-color: #cbc4bc;
}

.items-count {
	margin-bottom: 25px;
}

.items-count p {
	font-size: 14px;
	letter-spacing: 0.42px;
	font-weight: 700;
}

.items-count p:last-of-type {
	margin-bottom: 0;
}

.pill {
	display: inline-block;
	background-color: #cbc4bc;
	border-radius: 40px;
	color: #000006;
	font-size: 12px;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.96px;
	padding: 7px 10px;
	margin-bottom: 24px;
	margin-right: 5px;
	min-width: 100px;
	text-align: center;
}

.pill:hover {
	color: #000006;
}

.text-medium {
	font-size: 20px;
	font-weight: 500;
}

.tertiary-header {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.08px;
	margin-top: 40px;
}

input[type="text"],
select,
textarea,
input[type="file"],
input[type="number"],
input[type="search"],
input[type="email"],
input[type="tel"] {
	background-color: transparent;
	border: none;
	border-radius: 0;
	color: #000;
	display: block;
	font-size: 16px;
	padding: 10px 0;
	text-align: left;
	width: 100%;
	font-weight: 400;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	transition: all 250ms ease-in-out;
	outline: none;
	border-bottom: 2px solid #cbc4bc;
}

select {
	background-image: url(./assets/img/select-down.png);
	background-size: 18px auto;
	background-position: right center;
	background-repeat: no-repeat;
	cursor: pointer;
	padding-right: 64px;
}

select:focus {
	background-image: url(./assets/img/select-up.png);
}

select option {
	font-size: 16px;
	font-family: sans-serif;
	background: #fff;
	color: #000;
}

::placeholder {
	color: #000;
	opacity: 0.5;
}

:-ms-input-placeholder {
	color: #000;
}

::-ms-input-placeholder {
	color: #000;
}

.gform_required_legend {
	display: none;
}

.hidden_label > .gform-field-label {
	display: none;
}

.hidden_label.gfield_contains_required .ginput_complex .gform-field-label::after {
	content: "*";
}

.gfield_description {
	font-size: 14px;
	margin: 8px 0 0;
}

.gform_validation_errors {
	margin: 0 0 30px;
}

.gform_validation_errors .gform_submission_error {
	font-size: 20px;
	line-height: 1.4;
}

legend {
	font-size: 16px;
}

.gform_wrapper:first-child {
	margin-top: 0;
}

.gform_wrapper .gform_fields {
	margin: 0;
	list-style: none;
}

@media screen and (min-width: 768px) {

	.gform_wrapper .gform_fields {
		display: flex;
		flex-wrap: wrap;
	}
}

.gform_wrapper .gform_fields li {
	padding: 0;
}

.gform_wrapper .gform_fields li::before {
	display: none;
}

.gform_wrapper .gform_fields .gfield {
	margin: 0 0 20px;
	padding: 0;
}

.gform_wrapper .gform_fields .gfield::before {
	display: none;
}

@media screen and (min-width: 768px) {

	.gform_wrapper .gform_fields .gfield {
		width: 100%;
		margin: 0 0 30px;
	}
}

.gform_wrapper .gfield_radio,
.gform_wrapper .gfield_checkbox {
	margin: 14px 0 0;
	padding: 0;
	list-style: none;
}

.gform_wrapper .gfield_radio .gchoice,
.gform_wrapper .gfield_checkbox .gchoice {
	display: block;
	margin: 20px 0 0;
}

.gform_wrapper .gfield_radio .gchoice:first-child,
.gform_wrapper .gfield_checkbox .gchoice:first-child {
	margin: 0;
}

.gform_wrapper .gfield_radio .gchoice label.checkbox-label,
.gform_wrapper .gfield_checkbox .gchoice label.checkbox-label {
	position: relative;
	margin: 0;
	display: flex;
	align-items: center;
	cursor: pointer;
	font-size: 14px;
}

.gform_wrapper .gfield_radio .gchoice label.checkbox-label .icon,
.gform_wrapper .gfield_checkbox .gchoice label.checkbox-label .icon {
	margin: 4px 25px 0 0;
	align-self: flex-start;
	position: relative;
}

.gform_wrapper .gfield_radio .gchoice label.checkbox-label .icon span::before,
.gform_wrapper .gfield_checkbox .gchoice label.checkbox-label .icon span::before {
	display: block;
	content: "";
	height: 24px;
	width: 24px;
	border: 3px solid #cbc4bc;
}

.gform_wrapper .gfield_radio .gchoice label.checkbox-label .text,
.gform_wrapper .gfield_checkbox .gchoice label.checkbox-label .text {
	flex: 1;
}

.gform_wrapper .gfield_radio .gchoice a,
.gform_wrapper .gfield_checkbox .gchoice a {
	font-weight: 400;
	color: #000;
}

.gform_wrapper .gfield_radio .gchoice input,
.gform_wrapper .gfield_checkbox .gchoice input {
	position: absolute;
	left: -9999px;
	opacity: 0;
}

.gform_wrapper .gfield_radio .gchoice label .icon span::before {
	border-radius: 50%;
	top: 0;
}

.gform_wrapper .gfield_radio .gchoice label .icon span::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	background: #000;
	height: 6px;
	width: 6px;
	left: 50%;
	top: 50%;
	margin: -3px 0 0 -3px;
	opacity: 0;
}

.gform_wrapper .gfield_radio .gchoice label:hover .icon span::after,
.gform_wrapper .gfield_radio .gchoice input:focus + label .icon span::after {
	opacity: 1;
}

.gform_wrapper .gfield_radio .gchoice input:checked + label .icon span::before {
	background: #fff;
}

.gform_wrapper .gfield_radio .gchoice input:checked + label .icon span::after {
	transform: scale(2);
	opacity: 1;
}

.gform_wrapper .gfield_checkbox .gchoice label .icon span::after {
	content: "✔";
	position: absolute;
	left: 5px;
	top: 4px;
	z-index: 10;
	font-size: 18px;
	color: #fff;
	opacity: 0;
	line-height: 1;
}

.gform_wrapper .gfield_checkbox .gchoice label:hover .icon span::before,
.gform_wrapper .gfield_checkbox .gchoice input:focus-visible + label .icon span::before {
	border-color: #000;
}

.gform_wrapper .gfield_checkbox .gchoice input:checked + label .icon span::before {
	background: #000;
	border-color: transparent !important;
}

.gform_wrapper .gfield_checkbox .gchoice input:checked + label .icon span::after {
	opacity: 1;
}

.gform_wrapper .gform_footer .gform_button {
	font-size: 18px;
}

@media screen and (min-width: 768px) {

	.ginput_complex {
		display: flex;
		flex-wrap: wrap;
	}
}

@media screen and (min-width: 768px) {

	.ginput_complex > span {
		width: 48.5%;
		margin-left: 3%;
	}

	.ginput_complex > span:first-child {
		margin-left: 0;
	}
}

@media screen and (min-width: 768px) {

	#gform_wrapper_2 #field_2_9,
	#gform_wrapper_2 #field_2_8 {
		width: 48.5%;
		margin-right: 3%;
	}

	#gform_wrapper_2 #field_2_9 input,
	#gform_wrapper_2 #field_2_9 select,
	#gform_wrapper_2 #field_2_8 input,
	#gform_wrapper_2 #field_2_8 select {
		max-width: none;
	}
}

@media screen and (min-width: 768px) {

	#gform_wrapper_2 #field_2_8 {
		margin-right: 0;
	}
}

.ginput_container_select select {
	background-position: right 18px;
	padding-bottom: 35px;
}

.search-results .row.card_wrapper.card_set.filtered_content + .single-blog-post {
	border-top: 2px solid #cbc4bc;
	margin-top: 10px;
	padding-top: 50px;
}

.search-results .single-blog-post {
	padding-bottom: 50px;
	padding-top: 50px;
}

.search-results .single-blog-post .logo_img {
	filter: invert(25%) sepia(0%) saturate(0%) hue-rotate(156deg) brightness(98%) contrast(87%);
}

.button-center-wrap {
	text-align: center;
	padding-top: 100px;
}

button {
	padding-left: 0;
	padding-right: 0;
}

.layout_section {
	margin: 50px 0;
}

@media only screen and (min-width: 768px) {

	.layout_section {
		margin: 70px 0;
	}
}

@media only screen and (min-width: 1280px) {

	.layout_section {
		margin: 90px 0;
	}
}

.layout_section.background {
	padding: 50px 0;
}

@media only screen and (min-width: 768px) {

	.layout_section.background {
		padding: 70px 0;
	}
}

@media only screen and (min-width: 1280px) {

	.layout_section.background {
		padding: 90px 0;
	}
}

.layout_section.background:first-child {
	margin-top: 0;
}

.layout_section.background + .background {
	margin-top: -50px;
}

@media only screen and (min-width: 768px) {

	.layout_section.background + .background {
		margin-top: -70px;
	}
}

@media only screen and (min-width: 1280px) {

	.layout_section.background + .background {
		margin-top: -90px;
	}
}

.accordion .accordion-item {
	border: none;
	background: none;
	border-radius: 0;
	border-top: 2px solid rgba(0, 0, 0, 0.2);
	padding: 10px 0;
}

@media only screen and (min-width: 1024px) {

	.accordion .accordion-item {
		padding: 20px 0;
	}
}

.accordion .accordion-item:first-child {
	border: none;
}

.accordion .accordion-item .accordion-header button {
	border: none;
	background: none;
	font-weight: 700;
	display: flex;
	width: 100%;
	text-align: left;
	padding: 0;
}

.accordion .accordion-item .accordion-header button span.text {
	flex: 1;
}

.accordion .accordion-item .accordion-header button span.arrow {
	margin: 0 0 0 10px;
	transition: all 300ms ease-in-out;
	transform: rotate(180deg);
}

.accordion .accordion-item .accordion-header button.collapsed span.arrow {
	transform: none;
}

.accordion .accordion-item .accordion-collapse {
	border-radius: 0;
	padding: 10px 0 0;
}

.accordion .accordion-item .accordion-collapse .accordion-body {
	padding: 0;
}

.term_filters .term_letters {
	display: flex;
	justify-content: center;
}

.term_filters .term_letters .term_letter_filter {
	padding: 10px;
	cursor: pointer;
	font-size: 18px;
}

@media only screen and (min-width: 1024px) {

	.term_filters .term_letters .term_letter_filter {
		font-size: 20px;
	}
}

.term_filters .term_letters .term_letter_filter.active {
	font-weight: 700;
	text-decoration: underline;
}

.sk-fading-circle {
	margin: 0 auto;
	width: 48px;
	height: 48px;
	position: relative;
}

.sk-fading-circle .sk-circle {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.sk-fading-circle .sk-circle::before {
	content: "";
	display: block;
	margin: 0 auto;
	width: 15%;
	height: 15%;
	background-color: #fa5d3d;
	border-radius: 100%;
	-webkit-animation: sk-circlefadedelay 1.2s infinite ease-in-out both;
	animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
	-webkit-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
	-webkit-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
	-webkit-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2::before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3::before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

.sk-fading-circle .sk-circle4::before {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5::before {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6::before {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7::before {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8::before {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9::before {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10::before {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11::before {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12::before {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {

	0%,
	39%,
	100% {
		opacity: 0;
	}

	40% {
		opacity: 1;
	}
}

@keyframes sk-circleFadeDelay {

	0%,
	39%,
	100% {
		opacity: 0;
	}

	40% {
		opacity: 1;
	}
}

.sbr-feed .sbr-owl-nav .sbr-owl-prev,
.sbr-feed .sbr-owl-nav .sbr-owl-next {
	margin: 0;
	background: none !important;
	border: none;
	box-shadow: none !important;
	color: #fa5d3d;
	transform: none !important;
	left: -40px;
}

@media only screen and (min-width: 1024px) {

	.sbr-feed .sbr-owl-nav .sbr-owl-prev,
	.sbr-feed .sbr-owl-nav .sbr-owl-next {
		left: -50px;
	}
}

@media only screen and (min-width: 1280px) {

	.sbr-feed .sbr-owl-nav .sbr-owl-prev,
	.sbr-feed .sbr-owl-nav .sbr-owl-next {
		left: -60px;
	}
}

.sbr-feed .sbr-owl-nav .sbr-owl-prev svg,
.sbr-feed .sbr-owl-nav .sbr-owl-next svg {
	display: none;
}

.sbr-feed .sbr-owl-nav .sbr-owl-prev::before,
.sbr-feed .sbr-owl-nav .sbr-owl-next::before {
	display: block !important;
	font-family: "Font Awesome 6 Sharp";
	content: "\f104";
	font-size: 45px;
}

.sbr-feed .sbr-owl-nav .sbr-owl-next {
	left: auto;
	right: -40px;
}

@media only screen and (min-width: 1024px) {

	.sbr-feed .sbr-owl-nav .sbr-owl-next {
		right: -50px;
	}
}

@media only screen and (min-width: 1280px) {

	.sbr-feed .sbr-owl-nav .sbr-owl-next {
		right: -60px;
	}
}

.sbr-feed .sbr-owl-nav .sbr-owl-next::before {
	transform: rotate(180deg);
}

.sbr-feed .sbr-owl-dots {
	margin: 20px 0 0;
	display: flex;
	justify-content: center;
}

@media only screen and (max-width: 991px) {

	.sbr-feed .sbr-owl-dots {
		display: none;
	}
}

.sbr-feed .sbr-owl-dots .sbr-owl-dot {
	padding: 12px;
}

.sbr-feed .sbr-owl-dots .sbr-owl-dot span {
	display: block;
	width: 100px;
	height: 3px;
	font-size: 0;
	background: rgba(0, 0, 0, 0.2);
	margin: 0 3px;
	line-height: 1;
	transition: all 0.3s ease;
	border-radius: 0;
	opacity: 1;
}

@media only screen and (max-width: 767px) {

	.sbr-feed .sbr-owl-dots .sbr-owl-dot span {
		width: 30px;
		height: 4px;
	}
}

.sbr-feed .sbr-owl-dots .sbr-owl-dot.active span {
	background-color: #fa5d3d;
}

.skip-to-content-link {
	background: #e77e23;
	height: 30px;
	left: 50%;
	padding: 8px;
	position: absolute;
	transform: translateY(-100%);
	transition: transform 0.3s;
}

.skip-to-content-link:focus {
	transform: translateY(0%);
}

.gfield--type-honeypot {
	display: none !important;
}

.header {
	padding: 37px 0;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 2;
	transition: all 0.5s ease;
	position: absolute;
	background-color: transparent;
}

.header.black {
	background-color: #000006;
	position: relative;
}

.header.campaign-large {
	z-index: 1;
}

.header .mobile-menu-toggler {
	font-size: 50px;
	background-color: transparent;
	color: #fff;
	border-color: transparent;
	width: 65px;
	max-width: 65px;
	height: 60px;
	padding-top: 5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	transition: all 0.3s ease;
	padding-left: 0;
	padding-right: 0;
}

@media only screen and (max-width: 767px) {

	.header .mobile-menu-toggler {
		width: 60px;
		background-color: #000006;
	}
}

@media only screen and (max-width: 991px) {

	.header.fixed {
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		height: auto;
		z-index: 2;
	}

	.header.fixed .site-link {
		opacity: 0;
	}

	.header.fixed .mobile-menu-toggler {
		background-color: #000006;
	}
}

@media only screen and (max-width: 991px) {

	.header.fixed.black {
		background-color: transparent;
	}
}

.site-link {
	display: inline-block;
	transition: all 0.3s ease;
	opacity: 1;
}

.site-link img {
	max-width: 350px;
	width: 100%;
}

@media only screen and (max-width: 767px) {

	.site-link img {
		max-width: 250px;
	}
}

.main-nav {
	position: fixed;
	right: 0;
	top: 0;
	width: auto;
	height: 100%;
	border-left: 2px solid #fff;
	z-index: 10;
	background-color: #000006;
	transition: all 0.3s ease;
}

@media only screen and (max-width: 991px) {

	.main-nav {
		right: -100%;
	}
}

.main-nav .menus {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap;
	height: 100%;
}

.main-nav .menus .single-menu {
	align-items: center;
	background-color: transparent;
	border-color: transparent;
	border-bottom: 2px solid #fff;
	border-width: 0 0 2px 0;
	display: inline-flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: flex-start;
	min-height: 31.33%;
	min-height: auto;
	min-width: 90px;
	padding: 20px 25px 10px;
	position: relative;
	transition: all 0.3s ease;
	color: #fff;
}

.main-nav .menus .single-menu.icon-only {
	min-height: 30%;
	min-height: auto;
	justify-content: center;
	max-height: 90px;
	height: 90px;
	padding: 20px 20px 10px;
}

.main-nav .menus .single-menu.icon-only .text {
	display: none;
}

@media only screen and (max-width: 991px) {

	.main-nav .menus .single-menu.accessibility-toggler,
	.main-nav .menus .single-menu.cookie-toggler {
		display: none;
	}
}

@media only screen and (max-width: 767px) {

	.main-nav .menus .single-menu {
		min-width: 70px;
	}
}

.main-nav .menus .single-menu:hover {
	color: #fa5d3d;
}

.main-nav .menus .single-menu .text {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	transform: rotate(180deg) translateY(100%);
	transform-origin: bottom center;
	writing-mode: vertical-lr;
	height: max-content;
	letter-spacing: 1.76px;
	transition: all 0.3s ease;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

	.main-nav .menus .single-menu .text {
		font-size: 13px;
	}
}

@media only screen and (max-width: 767px) {

	.main-nav .menus .single-menu .text {
		font-size: 13px;
	}
}

.main-nav .menus .single-menu .icon {
	font-size: 24px;
	padding-bottom: 10px;
}

.main-nav .menus .single-menu.icon-only.newsletter-toggler .icon {
	font-size: 25px;
}

.main-nav .menus .single-menu.icon-only.accessibility-toggler .icon,
.main-nav .menus .single-menu.icon-only.cookie-toggler .icon {
	font-size: 32px;
}

.main-nav .menus .single-menu.menu-toggler .icon {
	font-size: 40px;
}

.main-nav .menus .single-menu:last-child {
	border-bottom: 0;
}

.main-nav.menu-active {
	background-color: #000006;
}

@media only screen and (max-width: 991px) {

	.main-nav.menu-active {
		right: 0;
	}
}

.main-nav.menu-active .menus .single-menu.menu-toggler {
	color: #fa5d3d;
}

.main-nav.menu-active .menus .single-menu.menu-toggler .icon::before {
	content: "\f00d";
}

.main-nav.newsletter-active {
	background-color: #000006;
}

@media only screen and (max-width: 991px) {

	.main-nav.newsletter-active {
		right: 0;
	}
}

.main-nav.newsletter-active .menus .single-menu.newsletter-toggler {
	color: #fa5d3d;
}

.main-nav.newsletter-active .menus .single-menu.newsletter-toggler .icon {
	font-size: 40px;
	font-weight: 300;
}

.main-nav.newsletter-active .menus .single-menu.newsletter-toggler .icon::before {
	content: "\f00d";
}

.sliding-nav {
	position: fixed;
	height: 100%;
	min-width: 700px;
	background-color: #000006;
	z-index: 9;
	padding: 60px 180px 30px 90px;
	overflow-y: auto;
	top: 0;
	right: -1000px;
	visibility: hidden;
	transition: all 0.6s ease;
}

@media only screen and (max-width: 991px) {

	.sliding-nav {
		min-width: auto;
	}
}

@media only screen and (max-width: 767px) {

	.sliding-nav {
		padding: 35px 120px 35px 35px;
	}
}

.sliding-nav .site-link {
	display: inline-block;
	margin-bottom: 90px;
}

.sliding-nav .site-link img {
	max-width: 350px;
	width: 100%;
}

@media only screen and (max-width: 767px) {

	.sliding-nav .site-link img {
		max-width: 250px;
	}
}

@media only screen and (max-width: 991px) {

	.sliding-nav {
		width: 100%;
	}
}

.sliding-nav.active {
	right: 0;
	opacity: 1;
	visibility: visible;
}

.sliding-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sliding-nav ul li {
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.sliding-nav ul li a {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.44px;
	padding: 30px 0;
	display: block;
	position: relative;
	z-index: 1;
	transition: all 0.3s ease;
}

.sliding-nav ul li a:hover {
	color: #fa5d3d;
}

.sliding-nav ul li a .arrow {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 20px;
	height: 100%;
	display: flex;
	align-items: center;
	padding-left: 20px;
}

.sliding-nav ul li:last-child {
	border-bottom: 0;
}

.sliding-nav ul li.menu-item-has-children.active > a {
	color: #fa5d3d;
}

.sliding-nav ul li.menu-item-has-children.active > .sub-menu {
	height: auto;
	visibility: visible;
	display: block;
}

.sliding-nav ul li.menu-item-has-children.active .arrow::before {
	content: "\f106";
}

.sliding-nav ul.sub-menu {
	height: 0;
	visibility: hidden;
	display: none;
	transition: all 0.5s ease;
	padding-bottom: 30px;
}

.sliding-nav ul.sub-menu li {
	border-bottom: 0;
}

.sliding-nav ul.sub-menu li a {
	border: 0;
	padding: 10px 0;
	font-weight: 500;
	letter-spacing: 0.08px;
	text-transform: capitalize;
}

.sliding-nav .search-wrap {
	display: flex;
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 50px;
	margin-top: 40px;
}

.sliding-nav .search-wrap input {
	width: 100%;
	background: transparent;
	border: 0;
	padding: 15px;
	padding-left: 20px;
	letter-spacing: 0.96px;
	font-style: italic;
	color: #fff;
	text-transform: uppercase;
}

.sliding-nav .search-wrap input::placeholder {
	color: #fff;
}

.sliding-nav .search-wrap .search-btn {
	background: transparent;
	border: 0;
	color: #fff;
	font-size: 25px;
	padding: 0 24px;
}

.user_toggle_menu_professional {
	display: none;
}

.filter-options {
	padding-bottom: 30px;
	height: 0;
	visibility: hidden;
	display: none;
	transition: all 0.5s ease;
}

.filter-options .filter-option {
	display: block;
	position: relative;
	padding: 5px 0;
	padding-right: 30px;
	font-weight: 500;
	cursor: pointer;
	color: #000006;
	user-select: none;
}

.filter-options .filter-option input[type="checkbox"] {
	opacity: 0;
	position: absolute;
	cursor: pointer;
}

.filter-options .filter-option input:checked ~ .checkmark {
	background-color: #fa5d3d;
	border-color: #fa5d3d;
}

.filter-options .filter-option .checkmark {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	height: 20px;
	width: 20px;
	background-color: transparent;
	border: 2px solid #000006;
	border-radius: 50%;
}

.filter-options .filter-option:hover input ~ .checkmark {
	border-color: #fa5d3d;
}

.filter-nav {
	position: fixed;
	height: 100%;
	min-width: 700px;
	z-index: 9;
	padding: 60px 180px 30px 90px;
	overflow-y: auto;
	top: 0;
	right: -1000px;
	visibility: hidden;
	transition: all 0.6s ease;
	background-color: #edeae8;
}

.filter-nav.active {
	right: 0;
	visibility: visible;
}

@media only screen and (max-width: 991px) {

	.filter-nav {
		min-width: auto;
	}
}

@media only screen and (max-width: 991px) {

	.filter-nav {
		padding: 35px;
	}
}

.filter-nav .clear_close {
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 767px) {

	.filter-nav .clear_close {
		gap: 20px;
	}
}

.filter-nav .clear-filter,
.filter-nav .close-filter {
	background-color: transparent;
	border: 0;
	letter-spacing: 0.96px;
	color: #fa5d3d;
	font-weight: 700;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
	text-transform: uppercase;
	padding: 0;
}

@media only screen and (max-width: 767px) {

	.filter-nav .clear-filter,
	.filter-nav .close-filter {
		font-size: 12px;
	}
}

.filter-nav .clear-filter span,
.filter-nav .close-filter span {
	font-size: 30px;
	margin-left: 10px;
}

@media only screen and (max-width: 767px) {

	.filter-nav .clear-filter span,
	.filter-nav .close-filter span {
		font-size: 20px;
	}
}

.filter-nav button.clear-filter {
	padding-left: 0;
}

.filter-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.filter-nav ul li {
	border-bottom: 2px solid rgba(0, 0, 6, 0.2);
}

.filter-nav ul li a {
	color: #000006;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.44px;
	padding: 20px 0;
	display: block;
	position: relative;
	z-index: 1;
	transition: all 0.3s ease;
}

.filter-nav ul li a:hover {
	color: #fa5d3d;
}

.filter-nav ul li a .arrow {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 20px;
	height: 100%;
	display: flex;
	align-items: center;
	padding-left: 20px;
}

.filter-nav ul li:last-child {
	border-bottom: 0;
}

.filter-nav ul li.menu-item-has-children.active > a {
	color: #fa5d3d;
}

.filter-nav ul li.menu-item-has-children.active > .sub-menu {
	height: auto;
	visibility: visible;
	display: block;
}

.filter-nav ul li.menu-item-has-children.active .arrow::before {
	content: "\f106";
}

.filter-nav ul li .filter-switch {
	color: #000006;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.44px;
	padding: 20px 0;
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	text-align: left;
	border: 0;
	background: transparent;
	transition: all 0.3s ease;
}

.filter-nav ul li .filter-switch:hover {
	color: #fa5d3d;
}

.filter-nav ul li .filter-switch .arrow {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 20px;
	height: 100%;
	display: flex;
	align-items: center;
	padding-left: 20px;
}

.filter-nav ul li.filter-options {
	padding-bottom: 20px;
}

.filter-nav ul.sub-menu {
	height: 0;
	visibility: hidden;
	display: none;
	transition: all 0.5s ease;
	padding-bottom: 20px;
}

.filter-nav ul.sub-menu li {
	border-bottom: 0;
}

.filter-nav ul.sub-menu li a {
	border: 0;
	padding: 10px 0;
	font-weight: 500;
	letter-spacing: 0.08px;
	text-transform: capitalize;
}

.filter-nav .search-wrap {
	display: flex;
	background-color: transparent;
	border: 2px solid #000006;
	border-radius: 50px;
	margin-top: 40px;
}

.filter-nav .search-wrap input {
	width: 100%;
	background: transparent;
	border: 0;
	padding: 15px;
	padding-left: 20px;
	letter-spacing: 0.96px;
	font-style: italic;
	color: #000006;
	text-transform: uppercase;
}

.filter-nav .search-wrap .search-btn {
	background: transparent;
	border: 0;
	color: #000006;
	font-size: 25px;
	padding: 0 24px;
}

.filter-nav .filter-wrapper.active .filter-options {
	height: auto;
	visibility: visible;
	display: block;
}

.filter-nav .filter-wrapper.active .filter-switch {
	color: #fa5d3d;
}

.filter-nav .filter-wrapper.active .filter-switch .arrow::before {
	content: "\f106";
}

.filter-nav .filter-wrapper.single_checkbox .filter-options {
	display: block;
	visibility: visible;
	height: auto;
	padding: 0;
}

.filter-nav .filter-wrapper.single_checkbox .filter-options .filter-option {
	padding-top: 20px;
	padding-bottom: 20px;
}

.newsletter-section {
	background-color: #000006;
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	min-height: 100%;
	z-index: 9;
	color: #fff;
	display: flex;
	overflow-y: auto;
	transition: all 1s ease;
	height: 100%;
}

.newsletter-section.active {
	right: 0;
}

.newsletter-section .newsletter-logo {
	padding-top: 37px;
	padding-bottom: 37px;
}

.newsletter-section .newsletter-inner {
	padding-top: 60px;
}

.newsletter-section .form-wrapper {
	color: #fff;
}

@media only screen and (max-width: 991px) {

	.newsletter-section .form-wrapper {
		max-width: calc(100% - 50px);
	}
}

.newsletter-section .form-wrapper form {
	text-align: left;
	padding-top: 40px;
}

.newsletter-section .form-wrapper .gform_title {
	text-transform: uppercase;
}

.newsletter-section input[type="text"],
.newsletter-section select,
.newsletter-section textarea,
.newsletter-section input[type="file"],
.newsletter-section input[type="number"],
.newsletter-section input[type="search"],
.newsletter-section input[type="email"],
.newsletter-section input[type="tel"] {
	color: #fff;
}

.newsletter-section input[type="text"] :placeholder,
.newsletter-section select :placeholder,
.newsletter-section textarea :placeholder,
.newsletter-section input[type="file"] :placeholder,
.newsletter-section input[type="number"] :placeholder,
.newsletter-section input[type="search"] :placeholder,
.newsletter-section input[type="email"] :placeholder,
.newsletter-section input[type="tel"] :placeholder {
	color: #fff;
}

.newsletter-section select {
	background-image: url(./assets/img/select-down-white.png);
}

.newsletter-section select:focus {
	background-image: url(./assets/img/select-up-white.png);
}

.newsletter-section .gform_wrapper.gform_validation_error {
	display: flex;
	flex-direction: column;
}

.newsletter-section .gform_wrapper.gform_validation_error .gform_anchor {
	order: 1;
}

.newsletter-section .gform_wrapper.gform_validation_error .gform_validation_errors {
	order: 3;
}

.newsletter-section .gform_wrapper.gform_validation_error .gform_heading {
	order: 2;
}

.newsletter-section .gform_wrapper.gform_validation_error form {
	order: 4;
}

.newsletter-section .gform_wrapper .gform_footer .gform_button {
	color: #fff;
}

#cmplz-manage-consent {
	display: none !important;
}

.mobile-cookies-button {
	position: fixed;
	bottom: 0;
	left: 50%;
	z-index: 3;
	transform: translateX(-50%);
	display: none;
}

@media only screen and (max-width: 991px) {

	.mobile-cookies-button {
		display: block;
	}
}

.mobile-cookies-button .single-menu {
	background: transparent;
	border: 3px solid white;
	border-bottom: 0;
	color: white;
	font-size: 32px;
	line-height: 1;
	padding: 8px;
	margin: 0 8px;
}

.footer {
	background-color: #000006;
	color: #fff;
	font-size: 14px;
}

.footer #sbi_images {
	padding: 0 !important;
}

.footer .top {
	padding: 50px 0 80px;
}

@media only screen and (max-width: 991px) {

	.footer .top {
		padding-bottom: 0;
	}
}

.footer .footer-logo {
	padding-bottom: 50px;
}

.footer .footer-logo img {
	max-width: 90px;
}

.footer .col-lg-4:not(:first-child) .single-widget {
	padding-right: 30px;
}

@media only screen and (max-width: 991px) {

	.footer .single-widget {
		margin-bottom: 50px;
	}
}

.footer .single-widget .title {
	font-size: 18px;
}

.footer .single-widget a {
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease;
}

.footer .single-widget a:hover {
	color: #fa5d3d;
}

.footer .single-widget .primary-btn {
	margin-bottom: 20px;
}

.footer .single-widget p span {
	display: inline-block;
	padding-right: 15px;
}

.footer .single-logo .logo {
	width: 100%;
	max-width: 180px;
	margin-top: 20px;
}

@media only screen and (max-width: 991px) {

	.footer .single-logo .logo {
		margin-top: 0;
	}
}

.footer .social-links a {
	display: inline-flex;
	width: 35px;
	height: 35px;
	font-size: 18px;
	background-color: #fff;
	color: #000006;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	transition: all 0.3s ease;
	line-height: 1;
	margin-bottom: 10px;
}

.footer .social-links a:last-of-type {
	margin-right: 0;
}

.footer .social-links a:hover {
	background-color: #fa5d3d;
	color: #fff;
}

.footer .bottom-copy a,
.footer .bottom-copy span {
	display: inline-block;
	font-size: 12px;
}

.footer .bottom-copy a {
	font-weight: 700;
	color: #fff;
	transition: all 0.3s ease;
	padding-right: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.footer .bottom-copy a:hover {
	color: #fa5d3d;
}

.footer .bottom-copy .seperator {
	padding: 0 20px;
}

@media only screen and (max-width: 991px) {

	.footer .bottom-copy .seperator.two {
		display: none;
	}
}

@media only screen and (max-width: 991px) {

	.footer .bottom-copy span.copy-text {
		display: block;
		padding-top: 15px;
	}
}

@media only screen and (max-width: 991px) {

	.footer .bottom-copy .menu-item:last-of-type .seperator {
		display: none;
	}
}

.bottom-line {
	padding-top: 30px;
	position: relative;
}

.bottom-line::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	width: calc(100% - 25px);
	background-color: #fff;
	height: 2px;
	transform: translateX(-50%);
}

.bottom {
	padding-top: 60px;
	padding-bottom: 30px;
}

.bottom-copy {
	display: flex;
}

@media only screen and (max-width: 991px) {

	.bottom-copy {
		display: block;
	}
}

.bottom-copy .menu {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hero {
	position: relative;
	z-index: 1;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 100vh;
	align-items: center;
	justify-content: center;
	display: flex;
	padding: 100px;
	flex-direction: column;
}

@media only screen and (max-width: 767px) {

	.hero {
		padding: 0;
		padding-top: 100px;
	}
}

.hero::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #000006;
	opacity: 0.35;
	z-index: -1;
}

.hero .video-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -2;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.hero .video-container video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero .hero-text {
	text-align: center;
	color: #fff;
}

.hero .hero-text .sub-title {
	font-size: 30px;
	letter-spacing: 3px;
	margin-bottom: 0;
	text-transform: uppercase;
}

@media only screen and (max-width: 767px) {

	.hero .hero-text .sub-title {
		letter-spacing: 1.92px;
		font-size: 22px;
	}
}

.hero .hero-text .main-title {
	font-size: 80px;
	letter-spacing: 4.8px;
	text-transform: uppercase;
	padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {

	.hero .hero-text .main-title {
		letter-spacing: 3.6px;
		font-size: 40px;
	}
}

@media only screen and (max-width: 350px) {

	.hero .hero-text .main-title {
		font-size: 28px;
	}
}

.hero .desktop-hero-video {
	display: block;
}

@media only screen and (max-width: 991px) {

	.hero .desktop-hero-video {
		display: none;
	}
}

.hero .mobile-hero-video {
	display: none;
}

@media only screen and (max-width: 991px) {

	.hero .mobile-hero-video {
		display: block;
	}
}

.page-hero {
	background-image: url(./assets/img/banner-tile-repeat-com.png);
	background-size: auto 100%;
	background-position: center;
	background-repeat: repeat-x;
	padding: 50px 0;
	min-height: 260px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
}

@media only screen and (max-width: 991px) {

	.page-hero {
		background-size: cover;
	}
}

.page-hero .sub-title {
	color: #000006;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.96px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.page-hero .sub-title a {
	color: inherit;
	text-decoration: none;
}

.page-hero .sub-title a:hover {
	color: #fa5d3d;
}

.page-hero .title {
	font-size: 60px;
	letter-spacing: 2.4px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 600;
	margin-left: -5px;
}

@media only screen and (min-width: 992px) {

	.page-hero .title {
		max-width: 600px;
	}
}

@media only screen and (max-width: 991px) {

	.page-hero .title {
		font-size: 46px;
	}
}

@media only screen and (max-width: 767px) {

	.page-hero .title {
		font-size: 36px;
		margin-left: -3px;
	}
}

.page-hero .title.h2 {
	font-size: 50px;
}

.page-hero .title.h3 {
	font-size: 40px;
	margin-left: -3px;
}

.page-hero .full-title .title {
	max-width: 100%;
	width: 100%;
}

@media only screen and (min-width: 992px) {

	.page-hero p {
		max-width: 600px;
	}
}

.gallery-hero.page-hero p {
	max-width: 85%;
}

.page-hero .address span {
	display: inline-block;
	padding-right: 5px;
	text-decoration: none;
}

.page-hero .address a {
	color: #fff;
}

.page-hero .address a:hover {
	color: #fa5d3d;
}

@media only screen and (max-width: 991px) {

	.page-hero .featured-image {
		margin-bottom: 40px;
	}
}

.page-hero .featured-image img {
	aspect-ratio: 4/3;
	object-fit: cover;
	width: 100%;
}

.page-hero .background {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: 90px;
	top: 0;
	width: calc(40% - 90px);
	height: 100%;
	z-index: -2;
}

@media only screen and (max-width: 991px) {

	.page-hero .background {
		display: none;
	}
}

@media only screen and (min-width: 992px) {

	.page-hero.hero_content_position_center .title {
		max-width: 100%;
	}
}

@media only screen and (min-width: 992px) {

	.page-hero.hero_content_position_center p {
		max-width: 100%;
	}
}

.page-hero.overlay {
	color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
}

.page-hero.overlay::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000006;
	opacity: 0.5;
	z-index: -1;
}

.page-hero.overlay .sub-title {
	color: #fff;
}

@media only screen and (min-width: 1200px) {

	.page-hero.news-hero {
		min-height: 40vh;
	}
}

@media only screen and (min-width: 1600px) {

	.page-hero.news-hero {
		min-height: 60vh;
	}
}

@media only screen and (min-width: 992px) {

	.page-hero.news-hero {
		padding: 70px 0 160px;
	}
}

@media only screen and (min-width: 992px) {

	.page-hero.news-hero .title {
		max-width: 100%;
	}
}

.page-hero.campaign {
	background: #000006;
	color: #fff;
	min-height: 400px;
	position: relative;
	z-index: 1;
}

@media only screen and (max-width: 991px) {

	.page-hero.campaign {
		min-height: auto;
		z-index: 1;
		display: flex;
		flex-direction: column-reverse;
		padding: 0;
	}
}

.page-hero.campaign .container {
	position: relative;
	z-index: 9999;
}

.page-hero.campaign .title {
	font-size: 32px;
}

@media only screen and (min-width: 992px) {

	.page-hero.campaign .title {
		max-width: 50%;
	}
}

.page-hero.campaign p:last-of-type {
	margin-bottom: 0;
}

.page-hero.campaign .background {
	width: calc(55% - 90px);
}

.page-hero.campaign .background::before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	left: 0;
	z-index: -1;
	background: #000006;
	background: linear-gradient(90deg, #000006 0%, rgba(0, 0, 6, 0) 30%);
}

@media only screen and (max-width: 991px) {

	.page-hero.campaign .background::before {
		display: none;
	}
}

@media only screen and (max-width: 991px) {

	.page-hero.campaign .background {
		width: 100%;
		position: relative;
		display: block;
		height: 400px;
	}
}

@media only screen and (max-width: 767px) {

	.page-hero.campaign .background {
		height: 200px;
	}
}

.page-hero.campaign.large .background {
	height: calc(100% + 135px);
	top: -135px;
	z-index: 999;
}

@media only screen and (max-width: 991px) {

	.page-hero.campaign.large .background {
		height: 400px;
		top: 0;
		right: 0;
		z-index: 1;
	}
}

@media only screen and (max-width: 767px) {

	.page-hero.campaign.large .background {
		height: 200px;
	}
}

@media only screen and (max-width: 991px) {

	.page-hero.campaign .container {
		padding: 50px 0;
	}
}

.hero_content_position_center {
	text-align: center;
}

#ytModal-global .modal-content {
	max-height: 85vh;
	background: transparent;
}

#ytModal-global .ratio {
	max-height: 85vh;
}

#ytModal-global .close {
	background: transparent;
	border: 0;
	font-size: 40px;
	color: #fff;
	z-index: 99;
	padding-left: 20px;
	line-height: 1;
	display: inline-block;
	text-align: right;
}

.modal-backdrop.show.yt-modal {
	opacity: 1 !important;
}

.cta-section {
	background-color: #4b4a49;
	padding-top: 80px;
	overflow-x: hidden;
}

.cta-section .row {
	border-left: 2px solid #fff;
	position: relative;
}

.cta-section .row::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1000%;
	height: 2px;
	background-color: #fff;
}

.cta-section .content {
	padding: 80px 0 160px;
	text-align: center;
	color: #fff;
	min-height: 100%;
	display: flex;
	flex-direction: column;
}

@media only screen and (max-width: 991px) {

	.cta-section .content {
		padding: 80px 50px 60px;
	}
}

@media only screen and (max-width: 767px) {

	.cta-section .content {
		padding-right: 0;
		padding-left: 40px;
	}
}

.cta-section .content .content-title {
	text-transform: uppercase;
}

.cta-section .content p {
	margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {

	.cta-section .content p {
		margin-bottom: 30px;
	}
}

.cta-section .content .primary-btn {
	margin-top: auto;
}

.cta-section .content.text-start {
	padding-left: 60px;
	padding-right: 60px;
}

@media only screen and (max-width: 767px) {

	.cta-section .content.text-start {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

.cta-section .content.text-start .content-title {
	padding-bottom: 20px;
}

@media only screen and (max-width: 991px) {

	.cta-section .col-lg-6:last-of-type .content {
		padding-bottom: 120px;
	}
}

#sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-6 {
	transition: transform 0.3s ease-out;
}

#sgpb-popup-dialog-main-div-wrapper.show-popup .sgpb-popup-dialog-main-div-theme-wrapper-6 {
	transform: none;
}

#sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-6 {
	max-width: 1140px;
	margin: auto;
	width: 100%;
	left: 0 !important;
	right: 0;
	display: flex;
	top: 0 !important;
	bottom: 0;
	height: auto;
	max-height: max-content;
}

@media only screen and (max-width: 767px) {

	#sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-6 {
		top: 0 !important;
		bottom: 0 !important;
		padding: 25px 0;
		max-height: unset;
	}
}

#sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-6 img {
	top: 15px !important;
	right: 25px !important;
	object-fit: cover;
	width: 33px !important;
	height: 45px !important;
}

@media only screen and (max-width: 1199px) {

	#sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-6 img {
		right: 75px !important;
	}
}

@media only screen and (max-width: 767px) {

	#sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-6 img {
		right: 55px !important;
		top: 45px !important;
	}
}

#sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-6 .sgpb-content {
	width: 100% !important;
	padding: 35px !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	overflow-y: auto !important;
}

@media only screen and (max-width: 1199px) {

	#sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-6 .sgpb-content {
		max-width: 100% !important;
		margin: 0 50px;
	}
}

@media only screen and (max-width: 767px) {

	#sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-6 .sgpb-content {
		margin: 0 25px;
	}
}

#sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-6 .sgpb-content > div {
	overflow: visible !important;
}

#sgpb-popup-dialog-main-div-wrapper .sgpb-popup-dialog-main-div-theme-wrapper-6 .sgpb-content .sg-popup-builder-content {
	height: auto !important;
	min-height: 100% !important;
}

.sgpb-theme-6-overlay.sgpb-popup-overlay {
	opacity: 0.8 !important;
}

.basic-section {
	padding: 80px 0;
}

.basic-section.spacing {
	padding: 160px 0;
}

@media only screen and (max-width: 991px) {

	.basic-section.spacing {
		padding: 80px 0;
	}
}

.basic-section.spacing:not(.offwhite-bg) + .basic-section.spacing:not(.offwhite-bg) {
	padding-top: 0;
}

.basic-section .medium-text {
	font-size: 24px;
	font-weight: 500;
}

@media only screen and (max-width: 991px) {

	.basic-section .image {
		margin-bottom: 40px;
	}

	.basic-section .image img {
		width: 100%;
	}
}

.basic-section .content {
	max-width: 450px;
	width: 100%;
}

@media only screen and (max-width: 991px) {

	.basic-section .content {
		max-width: 100%;
	}
}

.basic-section .content .primary-btn {
	margin-top: 25px;
}

.basic-section .title {
	font-size: 25px;
}

@media only screen and (min-width: 992px) {

	.basic-section ul,
	.basic-section ol {
		padding-left: 60px;
		line-height: 1.8;
	}
}

.basic-section .content_item .button_links {
	padding-left: 0;
}

.basic-section.product-glass-slider-sec,
.basic-section.product-sidelites-slider-sec {
	padding-top: 0;
	padding-bottom: 100px;
}

.basic-section.product-glass-slider-sec .title,
.basic-section.product-sidelites-slider-sec .title {
	font-size: 22px;
}

.basic-section.product-glass-slider-sec .product-glass-slider,
.basic-section.product-glass-slider-sec .product-sidelites-slider,
.basic-section.product-sidelites-slider-sec .product-glass-slider,
.basic-section.product-sidelites-slider-sec .product-sidelites-slider {
	padding: 10px 60px 0 60px;
}

.basic-section.product-glass-slider-sec .product-glass-slider .product-glass-slide,
.basic-section.product-glass-slider-sec .product-glass-slider .product-sidelites-slide,
.basic-section.product-glass-slider-sec .product-sidelites-slider .product-glass-slide,
.basic-section.product-glass-slider-sec .product-sidelites-slider .product-sidelites-slide,
.basic-section.product-sidelites-slider-sec .product-glass-slider .product-glass-slide,
.basic-section.product-sidelites-slider-sec .product-glass-slider .product-sidelites-slide,
.basic-section.product-sidelites-slider-sec .product-sidelites-slider .product-glass-slide,
.basic-section.product-sidelites-slider-sec .product-sidelites-slider .product-sidelites-slide {
	padding-bottom: 0;
}

.basic-section.product-glass-slider-sec .product-glass-slider .product-glass-slide h3,
.basic-section.product-glass-slider-sec .product-glass-slider .product-sidelites-slide h3,
.basic-section.product-glass-slider-sec .product-sidelites-slider .product-glass-slide h3,
.basic-section.product-glass-slider-sec .product-sidelites-slider .product-sidelites-slide h3,
.basic-section.product-sidelites-slider-sec .product-glass-slider .product-glass-slide h3,
.basic-section.product-sidelites-slider-sec .product-glass-slider .product-sidelites-slide h3,
.basic-section.product-sidelites-slider-sec .product-sidelites-slider .product-glass-slide h3,
.basic-section.product-sidelites-slider-sec .product-sidelites-slider .product-sidelites-slide h3 {
	font-size: 18px;
	margin-bottom: 0;
}

.basic-section.content-media .content {
	max-width: 100%;
}

.basic-section.resource-section {
	padding-top: 0;
}

.basic-section.resource-section:last-of-type {
	padding-bottom: 160px;
}

.basic-section.resource-section .primary-btn:hover span {
	margin-left: 0;
}

@media only screen and (max-width: 767px) {

	.basic-section iframe {
		width: 100%;
	}
}

.basic-section.background--black {
	background: #000006;
	color: #fff;
}

.basic-section.background--black .primary-btn {
	color: #fff;
}

.basic-section.background--black .primary-btn .fab {
	color: #fff;
}

.basic-section.background--black .content-title {
	color: #fff;
}

@media only screen and (max-width: 991px) {

	.anatomy-showcase {
		padding-top: 50px;
	}
}

.decorative-text h1 {
	font-size: 250px;
	letter-spacing: 1.8px;
	background-image: url(./assets/img/MG_Oak_Skin_Full_Stained_Print.jpg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	margin-bottom: 50px;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1;
}

@media only screen and (max-width: 767px) {

	.decorative-text h1 {
		font-size: 100px;
	}
}

@media only screen and (max-width: 767px) {

	.decorative-text h1 {
		font-size: 80px;
	}
}

.decorative-text h1 > span {
	letter-spacing: 4.8px;
	font-size: 80px;
	display: block;
	font-weight: 500;
}

@media only screen and (max-width: 991px) {

	.decorative-text h1 > span {
		font-size: 50px;
	}
}

@media only screen and (max-width: 767px) {

	.decorative-text h1 > span {
		font-size: 30px;
	}
}

.decorative-text h1 > span i {
	font-size: 25px;
}

.single-text-list {
	display: flex;
	margin-bottom: 35px;
}

.single-text-list .number {
	min-width: 100px;
	font-size: 74px;
	letter-spacing: 3.7px;
	font-weight: 500;
	font-style: italic;
	line-height: 1;
}

@media only screen and (max-width: 767px) {

	.single-text-list .number {
		font-size: 60px;
		min-width: 70px;
	}
}

.single-text-list .text {
	font-size: 24px;
	max-width: 420px;
}

@media only screen and (max-width: 991px) {

	.single-text-list .text {
		max-width: 100%;
	}
}

@media only screen and (max-width: 767px) {

	.single-text-list .text {
		font-size: 20px;
	}
}

.word {
	position: relative;
	padding-right: 2px;
	padding-left: 1px;
}

.line-mask {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #000006;
	opacity: 0.8;
	height: 100%;
	width: 100%;
	z-index: 2;
}

.center-slider,
.sidebar-slider {
	padding: 60px;
	position: relative;
}

@media only screen and (max-width: 767px) {

	.center-slider,
	.sidebar-slider {
		padding: 50px;
	}
}

.center-slider.desktop-version,
.sidebar-slider.desktop-version {
	display: block;
}

@media only screen and (max-width: 991px) {

	.center-slider.desktop-version,
	.sidebar-slider.desktop-version {
		display: none;
	}
}

.center-slider.mobile-version,
.sidebar-slider.mobile-version {
	display: none;
}

@media only screen and (max-width: 991px) {

	.center-slider.mobile-version,
	.sidebar-slider.mobile-version {
		display: block;
	}
}

.center-slider .slick-arrow,
.sidebar-slider .slick-arrow {
	font-size: 45px;
	color: #fa5d3d;
	background: transparent;
	border: 0;
	min-height: 100px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease;
	z-index: 1;
}

@media only screen and (min-width: 992px) {

	.center-slider .slick-arrow,
	.sidebar-slider .slick-arrow {
		margin-top: -7px;
	}
}

@media only screen and (min-width: 1280px) {

	.center-slider .slick-arrow,
	.sidebar-slider .slick-arrow {
		margin-top: -8px;
	}
}

.center-slider .slick-arrow.slick-next,
.sidebar-slider .slick-arrow.slick-next {
	right: 0;
	left: auto;
}

.center-slider .slick-arrow:hover,
.sidebar-slider .slick-arrow:hover {
	opacity: 0.9;
}

@media only screen and (max-width: 767px) {

	.center-slider .slick-arrow,
	.sidebar-slider .slick-arrow {
		left: -20px;
	}

	.center-slider .slick-arrow.slick-next,
	.sidebar-slider .slick-arrow.slick-next {
		right: -20px;
	}
}

.center-slider .single-slide,
.sidebar-slider .single-slide {
	display: block;
	transition: all 0.5s ease;
	padding: 20px 0;
}

@media only screen and (max-width: 991px) {

	.center-slider .single-slide,
	.sidebar-slider .single-slide {
		margin: 20px;
	}
}

@media only screen and (max-width: 767px) {

	.center-slider .single-slide,
	.sidebar-slider .single-slide {
		padding: 0;
		margin: 0;
	}
}

.center-slider .single-slide img,
.sidebar-slider .single-slide img {
	transition: all 0.5s ease;
	max-height: 500px;
	margin: 0 auto;
	margin-bottom: 16px;
}

@media only screen and (min-width: 992px) {

	.center-slider .single-slide:hover img,
	.sidebar-slider .single-slide:hover img {
		transform: scale(1.02);
	}
}

.sidebar-slider {
	padding: 0;
}

.sidebar-slider .caption {
	font-size: 22px;
	padding-bottom: 10px;
}

@media only screen and (max-width: 991px) {

	.contact-info {
		margin-top: 50px;
	}
}

.single-info {
	margin-bottom: 40px;
}

.single-info h4 {
	font-size: 22px;
}

.single-info .address {
	text-decoration: underline;
}

.single-info a {
	color: #000006;
}

.single-info a:hover {
	color: #fa5d3d;
}

@media only screen and (max-width: 991px) {

	.slider .center-slider .slick-list .slick-slide {
		text-align: center;
	}
}

@media only screen and (max-width: 991px) {

	.slider .center-slider .slick-list .slick-slide img {
		margin: 0 auto;
	}
}

.slider .product-glass-slider .product-glass-slide img,
.slider .product-glass-slider .product-sidelites-slide img,
.slider .product-sidelites-slider .product-glass-slide img,
.slider .product-sidelites-slider .product-sidelites-slide img {
	margin-bottom: 10px;
}

label {
	line-height: 1.4;
}

.search-box {
	padding: 50px 0;
}

.search-box .list-unstyled {
	padding-right: 10px;
}

.search-box .list-unstyled input[type="search"] {
	text-transform: uppercase;
	font-style: italic;
}

.search-box .list-unstyled input[type="search"]::-webkit-search-cancel-button {
	filter: invert(63%) sepia(65%) saturate(5623%) hue-rotate(337deg) brightness(100%) contrast(97%);
}

.search-box .primary-btn {
	min-width: 130px;
}

@media only screen and (max-width: 767px) {

	.content_item {
		overflow-y: auto;
	}
}

.content_item table {
	width: 100%;
	border-collapse: collapse;
	border: 2px solid #cbc4bc;
}

.content_item table td {
	padding: 10px;
	border-bottom: 2px solid #cbc4bc;
	border-right: 2px solid #cbc4bc;
}

.content_item table td:first-of-type {
	font-weight: 700;
}

.content_item table td:last-of-type {
	border-right: 0;
}

.content_item table tr:last-of-type td {
	border-bottom: 0;
}

.instafeed-section #sb_instagram #sbi_images {
	padding: 0 !important;
}

main > .basic-section.resource-section:first-of-type {
	padding-top: 80px;
}

.type_card {
	max-width: 1100px;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 20px;
	--bs-gutter-x: 30px;
	--bs-gutter-y: 30px;
	margin-left: -15px;
	margin-right: -15px;
}

.type_card > [class*="col-"] {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
	margin-top: 0;
}

.flip-card {
	width: 100%;
	perspective: 1000px;
}

.flip-card-inner {
	position: relative;
	width: 100%;
	padding-top: 66.66%;
	transform-style: preserve-3d;
	transition: transform 0.6s ease;
}

.flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	border: 2px solid #fa5d3d;
	background-color: #fff;
	backface-visibility: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	text-align: center;
}

.flip-card-front h3 {
	margin: 0;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.3;
}

.flip-card-back {
	transform: rotateY(180deg);
	background-color: #fa5d3d;
	color: #fff;
}

.flip-card-back p {
	margin: 0;
	line-height: 1.4;
	font-size: 18px;
}

.feature .flip-card-back {
	opacity: 0;
}

.feature .flip-card-front,
.feature .flip-card-back {
	background: #fa5d3d;
	color: #fff;
}

.feature .flip-card:hover .flip-card-inner {
	transform: none;
}

.showcase-section {
	background-color: #000006;
}

@media only screen and (min-width: 1296px) {

	.showcase-section .container {
		max-width: 1500px;
	}
}

.showcase-section .container-fluid {
	max-width: 1800px;
}

.showcase-section .images-gallery .image {
	display: flex;
}

.showcase-section .images-gallery .image .text {
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	transform: rotate(180deg) translateY(100%);
	transform-origin: bottom center;
	writing-mode: vertical-lr;
	height: max-content;
	letter-spacing: 0.96px;
	opacity: 0.7;
}

.showcase-section .images-gallery .image img {
	width: 100%;
	aspect-ratio: 3/4;
	object-fit: cover;
}

.showcase-section .showcase-texts {
	color: #fff;
}

@media only screen and (max-width: 991px) {

	.showcase-section .showcase-texts .single-showcase-text {
		padding: 35px 0;
	}
}

.showcase-section .showcase-texts .single-showcase-text .inner {
	max-width: 460px;
}

.showcase-section .showcase-texts .primary-btn {
	margin-top: 40px;
}

.showcase-wrap {
	display: flex;
}

@media only screen and (max-width: 991px) {

	.showcase-wrap {
		display: block;
	}
}

.showcase-wrap .single-showcase {
	min-width: 100%;
}

.images-gallery {
	max-height: 100vh;
}

@media only screen and (max-width: 991px) {

	.images-gallery {
		padding-top: 15px;
		max-height: 100%;
	}
}

.images-gallery .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.showcase-wrap {
	overflow: hidden;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track::before,
.slick-track::after {
	content: "";
	display: table;
}

.slick-track::after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-dots {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

.slick-dots li {
	display: inline-block;
}

.slick-dots li button {
	display: block;
	width: 80px;
	height: 7px;
	font-size: 0;
	background: #cbc4bc;
	border: 2px solid #fff;
	margin: 0 3px;
	line-height: 1;
	transition: all 0.3s ease;
}

.slick-dots li button[aria-selected="true"] {
	background-color: #fa5d3d;
}

@media only screen and (max-width: 767px) {

	.slick-dots li button {
		width: 30px;
		height: 4px;
	}
}

@media only screen and (min-width: 992px) {

	.slick-slide {
		margin: 0 27px;
	}

	.slick-list {
		margin: 0 -27px;
	}
}

.images-sliding-row {
	display: flex;
	flex-wrap: nowrap;
	width: auto;
	align-items: flex-start;
	margin-bottom: 100px;
}

@media only screen and (max-width: 991px) {

	.images-sliding-row {
		flex-wrap: wrap;
		margin: 80px 0 30px;
	}
}

.inspiration-section .pin-spacer {
	padding-right: 90px !important;
}

.single-inspiration {
	margin: 10px;
	display: block;
	position: relative;
	z-index: 1;
	transition: all 0.5s ease;
	min-width: 29%;
}

@media only screen and (max-width: 991px) {

	.single-inspiration {
		min-width: 66.66%;
		width: 100%;
	}
}

@media only screen and (max-width: 991px) {

	.single-inspiration {
		margin-bottom: 40px;
	}
}

.single-inspiration:first-of-type {
	margin-left: 0;
}

@media only screen and (max-width: 991px) {

	.single-inspiration:first-of-type {
		margin-left: 10px;
	}
}

.single-inspiration:nth-of-type(even) {
	margin-top: 150px;
}

@media only screen and (max-width: 991px) {

	.single-inspiration:nth-of-type(even) {
		margin-top: 0;
	}
}

.single-inspiration .image {
	margin: 0;
}

@media only screen and (max-width: 991px) {

	.single-inspiration .image {
		margin-bottom: 0;
	}
}

.single-inspiration .image img {
	aspect-ratio: 4/3;
	object-fit: cover;
	width: 100%;
}

.single-inspiration .content {
	z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	padding: 20px;
	padding-bottom: 5px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	min-width: 100%;
}

@media only screen and (min-width: 768px) {

	.single-inspiration .content {
		padding-right: 22%;
	}
}

@media only screen and (max-width: 991px) {

	.single-inspiration .content {
		opacity: 1;
		visibility: visible;
	}
}

.single-inspiration .content h4,
.single-inspiration .content h2,
.single-inspiration .content h3 {
	color: #fff;
	font-size: 16px;
}

@media only screen and (max-width: 767px) {

	.single-inspiration .content h4,
	.single-inspiration .content h2,
	.single-inspiration .content h3 {
		font-size: 13px;
	}
}

.single-inspiration .content::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000006;
	opacity: 0.6;
	z-index: -1;
}

.single-inspiration:hover,
.single-inspiration:active {
	transform: scale(1.05);
}

.single-inspiration:hover .content,
.single-inspiration:active .content {
	opacity: 1;
	visibility: visible;
}

.post-section {
	padding: 40px 0;
}

.post-section.filtered_content .card_wrapper .patio-door-container .single-post-content a .post-contents {
	align-items: center;
}

.post-section.filtered_content .card_wrapper .single-post-content a {
	color: #000006;
}

.post-section.filtered_content .card_wrapper .single-post-content a .post-contents {
	display: flex;
	width: 100%;
	flex-direction: column;
}

.post-section.filtered_content .card_wrapper .single-post-content .post-contents {
	margin-top: 26px;
}

.post-section.filtered_content .card_wrapper .single-post-content .post-contents a .title {
	color: #000006;
}

.post-section.filtered_content .card_wrapper .single-post-content .post-contents p {
	margin-bottom: 10px;
}

.post-section.filtered_content .card_wrapper .single-post-content .post-contents .primary-btn {
	font-size: 18px;
}

.post-section.filtered_content .card_wrapper .single-post-content .post-contents .primary-btn:hover {
	color: #fa5d3d;
}

.post-section.filtered_content .card_wrapper .single-post-content .post-contents .primary-btn .fa-long-arrow {
	font-size: 16px;
}

.media-wrap {
	position: relative;
}

.media-wrap img {
	width: 100%;
}

.media-wrap video {
	width: 100%;
}

.media-wrap .logo {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	display: flex;
	background: #000;
	width: 60px;
	height: 60px;
	padding: 10px;
}

.sb_instagram_wrapper.media-wrap .logo {
	left: 6px;
	top: 6px;
}

.media-wrap .video-btn {
	background-color: transparent;
	border: 0;
	color: #fff;
	font-size: 75px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease;
}

@media only screen and (max-width: 767px) {

	.media-wrap .video-btn {
		font-size: 40px;
	}
}

.media-wrap .video-btn:hover {
	opacity: 0.9;
	background-color: transparent !important;
	outline: none !important;
	border-color: transparent !important;
	box-shadow: none !important;
}

.media-wrap .video-btn:focus {
	background-color: transparent !important;
	outline: none !important;
	border-color: transparent !important;
	box-shadow: none !important;
}

.media-wrap #sb_instagram {
	padding: 0 !important;
}

.media-wrap #sb_instagram #sbi_images {
	padding: 0 !important;
}

.single-post-content {
	margin-bottom: 40px;
}

.single-post-content .media-wrap .video-btn {
	font-size: 40px;
}

.post-contents {
	margin-top: 24px;
	padding-right: 15px;
}

.post-contents .title {
	font-size: 22px;
}

.post-contents p span {
	display: inline-block;
}

.post-contents p span.fa-location-dot {
	padding-right: 5px;
}

@media only screen and (min-width: 992px) {

	.post-contents.featured {
		margin-top: 0;
		max-width: 400px;
	}
}

.post-contents.featured .title {
	font-size: 30px;
}

.share {
	font-size: 18px;
	font-weight: 600;
	color: #000006;
}

.share span {
	padding: 5px;
	padding-left: 0;
	display: inline-block;
}

.share a {
	display: inline-block;
	color: #000006;
	padding: 5px;
	transition: all 0.3s ease;
}

.share a:hover {
	color: #fa5d3d;
}

.share .product-print {
	border: 2px solid #cbc4bc;
	padding: 16px 24px;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-left: 30px;
	letter-spacing: 1.44px;
}

@media only screen and (max-width: 1199px) {

	.share .product-print {
		padding: 12px 18px;
		font-size: 16px;
		margin-left: 7px;
		letter-spacing: 0;
	}
}

.share .product-print span {
	color: #fa5d3d;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 22px;
}

@media only screen and (max-width: 1199px) {

	.share .product-print span {
		font-size: 20px;
	}
}

@media only screen and (max-width: 767px) {

	.share .product-print {
		display: block;
		max-width: 130px;
		margin: 10px auto;
	}
}

.description-section {
	padding: 70px 0;
}

.description-section ol,
.description-section ul {
	margin-bottom: 24px;
}

.description-section p {
	margin-bottom: 24px;
}

.description-section p.strong-only {
	margin-bottom: 8px;
}

.post-navigations {
	background-color: #f0eeeb;
	padding: 65px 80px;
	margin: 90px 0 110px;
}

.post-navigations.spacing {
	margin: 150px 0 0;
}

@media only screen and (max-width: 991px) {

	.post-navigations.spacing {
		margin-top: 50px;
	}
}

.basic-section.spacing + .basic-section.spacing .post-navigations.spacing {
	margin-top: 0;
}

@media only screen and (max-width: 1199px) {

	.post-navigations {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media only screen and (max-width: 991px) {

	.post-navigations {
		padding: 30px;
		text-align: center;
	}
}

@media only screen and (max-width: 767px) {

	.post-navigations {
		margin: 50px 0;
		padding: 20px 5px;
	}

	.post-navigations .row {
		margin: 0;
	}
}

.post-navigations .share {
	text-align: right;
}

@media only screen and (max-width: 991px) {

	.post-navigations .share {
		text-align: center;
		margin-top: 10px;
	}
}

@media only screen and (max-width: 767px) {

	.post-navigations .primary-btn.back span {
		display: block;
		margin-bottom: 5px;
	}
}

.single-post-content > a {
	display: block;
	color: #000006;
	text-decoration: none;
}

.post-contents .address a {
	color: #000006;
}

.post-contents .address a:hover {
	color: #fa5d3d;
}

.video-filter-wrapper .filter-options {
	height: auto;
	visibility: visible;
	display: block;
}

.post-description .row .row {
	padding-bottom: 36px;
	margin-bottom: 40px;
	position: relative;
	margin-left: 0;
	margin-right: 0;
}

.post-description .row .row::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: calc(100% - 25px);
	background-color: #cbc4bc;
	height: 2px;
	transform: translateX(-50%);
}

.post-description .row .row:last-of-type {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 11px;
}

.post-description .row .row:last-of-type::after {
	display: none;
}

@media only screen and (max-width: 991px) {

	.post-description img {
		padding-bottom: 30px;
	}
}

.post-description figure {
	max-width: 100%;
}

.post-description figure.wp-caption img {
	padding-bottom: 0;
}

.post-description figure figcaption {
	padding-top: 15px;
	padding-bottom: 30px;
	font-size: 15px;
	font-style: italic;
}

.post-description .caption {
	padding-top: 15px;
}

.post-description .caption p {
	margin-bottom: 0;
	font-size: 15px;
	font-style: italic;
}

.post-description p:has(> strong) {
	margin-bottom: 34px;
}

.post-description .col-lg-12 {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.post-description .alignleft {
	margin-left: 0;
	margin-right: auto;
}

.post-description .alignright {
	margin-right: 0;
	margin-left: auto;
}

.post-description .aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.paginations {
	padding: 80px 0 140px;
}

@media only screen and (max-width: 991px) {

	.paginations {
		margin: 0;
	}
}

@media only screen and (max-width: 767px) {

	.paginations {
		padding: 60px 0 100px;
	}
}

.paginations ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.paginations ul li {
	display: inline-block;
	color: #000006;
	font-weight: 400;
	font-size: 16px;
}

.paginations ul li a {
	color: #000006;
	display: block;
	padding: 15px;
}

.paginations ul li.active a {
	font-weight: 700;
}

.paginations ul li .prev-btn,
.paginations ul li .next-btn {
	padding: 15px;
	font-size: 43px;
	color: #fa5d3d;
}

@media only screen and (max-width: 767px) {

	.paginations ul li .prev-btn,
	.paginations ul li .next-btn {
		font-size: 36px;
	}
}

.paginations ul li .prev-btn i {
	padding-right: 15px;
}

.paginations ul li .next-btn i {
	padding-left: 15px;
}

.single-gallery .page-hero .title {
	max-width: 100%;
}

.hero-gallery {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	color: #fff;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media only screen and (max-width: 767px) {

	.hero-gallery {
		min-height: 60vh;
	}
}

.hero-gallery::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000006;
	opacity: 0.5;
	z-index: -1;
}

.hero-gallery .title {
	font-size: 30px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

@media only screen and (max-width: 767px) {

	.hero-gallery .title {
		font-size: 24px;
		letter-spacing: 1.5px;
		word-break: break-word;
	}
}

.hero-gallery .primary-btn {
	margin-top: 40px;
}

@media only screen and (max-width: 767px) {

	.hero-gallery .primary-btn {
		margin-top: 10px;
	}
}

@media only screen and (max-width: 1024px) {

	.hero-gallery.hero-gallery-sec {
		min-height: 70vh;
	}
}

.gallery-block-section {
	overflow: hidden;
	padding-top: 160px;
}

@media only screen and (max-width: 767px) {

	.gallery-block-section {
		padding-top: 50px;
	}
}

.gallery-block-section.right {
	background-color: #f6f5f4;
}

@media only screen and (max-width: 991px) {

	.gallery-block-section.right .row {
		flex-direction: column-reverse;
	}
}

.gallery-block-section .row {
	padding-bottom: 160px;
	position: relative;
}

@media only screen and (max-width: 767px) {

	.gallery-block-section .row {
		padding-bottom: 100px;
	}
}

.gallery-block-section .row::after {
	content: "";
	position: absolute;
	left: 40px;
	top: 30px;
	width: 4px;
	height: 100%;
	background-color: #cbc4bc;
	z-index: 1;
}

@media only screen and (max-width: 767px) {

	.gallery-block-section .row::after {
		left: 0;
	}
}

.gallery-block-section .row::before {
	content: "";
	position: absolute;
	left: 40px;
	top: 30px;
	height: 4px;
	width: 1000%;
	background-color: #cbc4bc;
	z-index: 1;
}

@media only screen and (max-width: 767px) {

	.gallery-block-section .row::before {
		left: 0;
	}
}

.gallery-block-section img {
	width: 100%;
}

.gallery-block-section .title {
	font-size: 30px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

@media only screen and (max-width: 767px) {

	.gallery-block-section .title {
		font-size: 24px;
		letter-spacing: 1.5px;
	}
}

.gallery-block-section .primary-btn {
	margin-top: 40px;
}

@media only screen and (max-width: 767px) {

	.gallery-block-section .primary-btn {
		margin-top: 10px;
	}
}

@media only screen and (max-width: 991px) {

	.gallery-block-section .texts {
		padding: 50px;
	}
}

@media only screen and (max-width: 767px) {

	.gallery-block-section .texts {
		padding: 20px;
		padding-top: 50px;
	}
}

@media only screen and (max-width: 767px) {

	.gallery-block-section .image-block {
		position: relative;
		margin-left: -50px;
		margin-right: -50px;
	}

	.gallery-block-section .image-block::after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: #000006;
		opacity: 0.5;
		z-index: 0;
	}
}

.gallery-block-section.right .row::after {
	left: auto;
	right: 40px;
}

@media only screen and (max-width: 767px) {

	.gallery-block-section.right .row::after {
		right: 0;
	}
}

.gallery-block-section.right .row::before {
	left: auto;
	right: 40px;
}

@media only screen and (max-width: 767px) {

	.gallery-block-section.right .row::before {
		right: 0;
	}
}

@media only screen and (max-width: 767px) {

	.gallery-block-section.right .texts {
		padding: 20px;
		padding-top: 50px;
	}
}

.gallery-block-section.offwhite-bg .row::after,
.gallery-block-section.offwhite-bg .row::before {
	background-color: #fff;
}

.gallery-section {
	padding: 0 0 100px 0;
}

.gallery-section .post-navigations.spacing {
	margin-top: 0;
}

.gallery-section .post-navigations.gallery-slider-spacing {
	margin-top: 150px;
}

@media only screen and (max-width: 767px) {

	.gallery-section .post-navigations.gallery-slider-spacing {
		margin-top: 100px;
	}
}

#mainProductModal {
	text-align: center;
}

.stains-slider,
.gallery-slider,
.glass-gallery-slider,
.sidelites-gallery-slider {
	margin-top: 100px;
	text-align: center;
}

.stains-slider .inner,
.gallery-slider .inner,
.glass-gallery-slider .inner,
.sidelites-gallery-slider .inner {
	padding: 0 100px;
}

@media only screen and (max-width: 767px) {

	.stains-slider .inner,
	.gallery-slider .inner,
	.glass-gallery-slider .inner,
	.sidelites-gallery-slider .inner {
		padding: 0;
	}
}

.stains-slider .inner img,
.gallery-slider .inner img,
.glass-gallery-slider .inner img,
.sidelites-gallery-slider .inner img {
	margin: 0 auto 25px;
	width: 100%;
}

.stains-slider .inner p:last-of-type,
.stains-slider .inner h2:last-of-type,
.stains-slider .inner h4:last-of-type,
.gallery-slider .inner p:last-of-type,
.gallery-slider .inner h2:last-of-type,
.gallery-slider .inner h4:last-of-type,
.glass-gallery-slider .inner p:last-of-type,
.glass-gallery-slider .inner h2:last-of-type,
.glass-gallery-slider .inner h4:last-of-type,
.sidelites-gallery-slider .inner p:last-of-type,
.sidelites-gallery-slider .inner h2:last-of-type,
.sidelites-gallery-slider .inner h4:last-of-type {
	margin-bottom: 0;
}

.stains-slider .inner .ratio,
.gallery-slider .inner .ratio,
.glass-gallery-slider .inner .ratio,
.sidelites-gallery-slider .inner .ratio {
	margin-bottom: 25px;
}

.stains-slider .slick-arrow,
.gallery-slider .slick-arrow,
.glass-gallery-slider .slick-arrow,
.sidelites-gallery-slider .slick-arrow {
	font-size: 45px;
	color: #fa5d3d;
	background: transparent;
	border: 0;
	min-height: 100px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease;
	z-index: 8;
}

@media only screen and (max-width: 767px) {

	.stains-slider .slick-arrow,
	.gallery-slider .slick-arrow,
	.glass-gallery-slider .slick-arrow,
	.sidelites-gallery-slider .slick-arrow {
		left: -30px;
		top: 41%;
	}
}

.stains-slider .slick-arrow.slick-next,
.gallery-slider .slick-arrow.slick-next,
.glass-gallery-slider .slick-arrow.slick-next,
.sidelites-gallery-slider .slick-arrow.slick-next {
	right: 0;
	left: auto;
}

@media only screen and (max-width: 767px) {

	.stains-slider .slick-arrow.slick-next,
	.gallery-slider .slick-arrow.slick-next,
	.glass-gallery-slider .slick-arrow.slick-next,
	.sidelites-gallery-slider .slick-arrow.slick-next {
		right: -30px;
	}
}

.stains-slider .slick-arrow:hover,
.gallery-slider .slick-arrow:hover,
.glass-gallery-slider .slick-arrow:hover,
.sidelites-gallery-slider .slick-arrow:hover {
	opacity: 0.9;
}

.gallery-slider .slick-arrow {
	top: 46%;
}

.gallery-slider.single-products-gallery {
	margin-top: 0;
	padding-top: 100px;
}

.stains-slider .slick-arrow {
	color: #000006;
}

.gallery-singles {
	position: relative;
	z-index: 1;
	margin-top: 40px;
}

.gallery-singles img {
	width: 100%;
}

.gallery-singles img.custom-gallery-image {
	aspect-ratio: 3/4;
	object-fit: cover;
}

.gallery-singles .content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 6, 0.6);
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	padding: 25px;
	opacity: 0;
	transition: all 0.3s ease;
	font-weight: 500;
	font-size: 20px;
}

.gallery-singles .content p {
	margin-bottom: 5px;
	font-size: 16px;
}

.gallery-singles .content p:last-of-type {
	margin-bottom: 0;
}

.gallery-singles .tag {
	color: #000006;
	position: absolute;
	right: 25px;
	top: 25px;
	z-index: 2;
	cursor: pointer;
	font-size: 25px;
	border: 2px solid #fa5d3d;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	border-radius: 50%;
	background-color: #fff;
	transition: all 0.3s ease;
}

.gallery-singles:hover .content {
	opacity: 1;
}

.zoom-cursor {
	background: transparent;
	width: 120px;
	height: 120px;
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	font-size: 70px;
	color: #000006;
	pointer-events: none;
	display: flex;
	align-items: center;
	justify-content: center;
	visibility: hidden;
}

@media only screen and (max-width: 991px) {

	.zoom-cursor {
		opacity: 0;
	}
}

.zoom-image img {
	max-height: calc(100vh - 127px);
	object-fit: contain;
	cursor: none;
}

.gallery-modal,
.glass-gallery-modal,
.sidelites-gallery-modal {
	top: 25px;
}

.gallery-modal .modal-content,
.glass-gallery-modal .modal-content,
.sidelites-gallery-modal .modal-content {
	border-radius: 0;
	border: 0;
}

.gallery-modal .modal-body,
.glass-gallery-modal .modal-body,
.sidelites-gallery-modal .modal-body {
	padding: 35px;
}

@media only screen and (max-width: 767px) {

	.gallery-modal .modal-body,
	.glass-gallery-modal .modal-body,
	.sidelites-gallery-modal .modal-body {
		padding: 60px 30px 40px;
	}
}

.gallery-modal .close,
.glass-gallery-modal .close,
.sidelites-gallery-modal .close {
	position: absolute;
	right: 25px;
	top: 10px;
	background: transparent;
	border: 0;
	font-size: 45px;
	color: #000006;
	z-index: 99;
	padding-left: 5px;
	padding-right: 5px;
}

@media only screen and (max-width: 991px) {

	.gallery-modal .close,
	.glass-gallery-modal .close,
	.sidelites-gallery-modal .close {
		right: 10px;
		top: 0;
	}
}

@media only screen and (max-width: 767px) {

	.gallery-modal .close,
	.glass-gallery-modal .close,
	.sidelites-gallery-modal .close {
		top: -5px;
		right: 0;
	}
}

.gallery-modal .inner img,
.glass-gallery-modal .inner img,
.sidelites-gallery-modal .inner img {
	max-height: calc(100vh - 227px);
	object-fit: contain;
}

@media only screen and (max-width: 767px) {

	.gallery-modal .gallery-slider .slick-arrow,
	.gallery-modal .glass-gallery-slider .slick-arrow,
	.gallery-modal .sidelites-gallery-slider .slick-arrow,
	.glass-gallery-modal .gallery-slider .slick-arrow,
	.glass-gallery-modal .glass-gallery-slider .slick-arrow,
	.glass-gallery-modal .sidelites-gallery-slider .slick-arrow,
	.sidelites-gallery-modal .gallery-slider .slick-arrow,
	.sidelites-gallery-modal .glass-gallery-slider .slick-arrow,
	.sidelites-gallery-modal .sidelites-gallery-slider .slick-arrow {
		left: -30px;
	}
}

@media only screen and (max-width: 767px) {

	.gallery-modal .gallery-slider .slick-arrow.slick-next,
	.gallery-modal .glass-gallery-slider .slick-arrow.slick-next,
	.gallery-modal .sidelites-gallery-slider .slick-arrow.slick-next,
	.glass-gallery-modal .gallery-slider .slick-arrow.slick-next,
	.glass-gallery-modal .glass-gallery-slider .slick-arrow.slick-next,
	.glass-gallery-modal .sidelites-gallery-slider .slick-arrow.slick-next,
	.sidelites-gallery-modal .gallery-slider .slick-arrow.slick-next,
	.sidelites-gallery-modal .glass-gallery-slider .slick-arrow.slick-next,
	.sidelites-gallery-modal .sidelites-gallery-slider .slick-arrow.slick-next {
		left: auto;
		right: -30px;
	}
}

#colourModal {
	top: 25px;
}

#colourModal .modal-body {
	opacity: 0;
}

#colourModal .modal-body img {
	width: 100%;
	max-width: 90%;
	display: block;
	max-height: calc(100vh - 127px);
	object-fit: contain;
}

#galleryModal .modal-body,
#glassGalleryModal .modal-body,
#sidelitesGalleryModal .modal-body {
	opacity: 0;
	transition: all 0.3s ease;
}

.video-modal .close {
	top: 0;
	color: #fff;
	right: 0;
}

.video-modal .modal-body {
	padding: 0;
	padding-top: 60px;
}

.video-modal .modal-content {
	background-color: transparent;
}

.modal-backdrop.show {
	opacity: 0.8;
}

.single-gallery .gallery-section {
	padding: 0;
}

.single-gallery .gallery-section .gallery-slider {
	padding-top: 0;
	margin-top: 160px;
}

@media only screen and (max-width: 991px) {

	.single-gallery .gallery-section .gallery-slider {
		margin-top: 100px;
	}
}

@media only screen and (max-width: 767px) {

	.single-gallery .gallery-section .gallery-slider {
		margin-top: 60px;
	}
}

.single-gallery .basic-section.offwhite-bg .primary-btn {
	padding-bottom: 0;
}

@media only screen and (min-width: 768px) {

	.single-products-gallery .slick-arrow {
		left: 70px;
	}

	.single-products-gallery .slick-arrow.slick-next {
		left: auto;
		right: 70px;
	}
}

@media only screen and (max-width: 767px) {

	body.single-products .gallery-slider {
		margin-top: 0;
	}
}

.single-product {
	margin-bottom: 100px;
	display: block;
	transition: all 0.3s ease;
}

@media only screen and (min-width: 992px) {

	.single-product {
		max-width: 220px;
	}
}

@media only screen and (max-width: 991px) {

	.single-product {
		margin-bottom: 50px;
	}
}

.single-product:hover {
	opacity: 0.9;
}

.single-product .image img {
	width: 100%;
}

.single-product .inner {
	letter-spacing: 0.08px;
	margin-top: 20px;
	color: #000006;
}

.single-product .inner h4 {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1.08px;
	margin-bottom: 5px;
}

@media screen and (min-width: 992px) {

	.filtered_content .single-post-content .media-wrap {
		display: flex;
		align-items: flex-end;
		width: 100%;
	}
}

@media screen and (min-width: 992px) {

	.filtered_content .single-post-content .media-wrap img {
		display: block;
		width: auto;
		margin: 0 auto;
	}
}

.filtered_content .filters {
	margin-bottom: 0;
	padding-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
}

.filtered_content .filters.filter-for-mobile {
	z-index: 9;
	position: relative;
}

@media only screen and (max-width: 767px) {

	.filtered_content .filters.filter-for-mobile {
		display: block;
	}
}

.filtered_content .filters.filter-for-desktop {
	display: none;
}

.filtered_content .selected_filters {
	margin-top: -30px;
	margin-bottom: 30px;
	position: relative;
	z-index: 10;
}

.filtered_content .selected_filters .selected_filter {
	cursor: pointer;
	margin-bottom: 10px;
}

.filtered_content[data-post-type="products"] .single-post-content {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding-right: 0;
	justify-content: flex-end;
}

@media only screen and (max-width: 500px) {

	.filtered_content[data-post-type="products"] .single-post-content {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 360px) {

	.filtered_content[data-post-type="products"] .single-post-content {
		margin-bottom: 10px;
	}
}

.filtered_content[data-post-type="products"] .single-post-content.components .media-wrap,
.filtered_content[data-post-type="products"] .single-post-content.hardware .media-wrap {
	padding: 10px;
	border: 2px solid #cbc4bc;
}

.filtered_content[data-post-type="products"] .single-post-content a {
	display: flex;
	flex-direction: column;
}

.filtered_content[data-post-type="products"] .single-post-content .media-wrap {
	align-items: center;
}

@media screen and (min-width: 992px) {

	.filtered_content[data-post-type="products"] .single-post-content .media-wrap {
		flex: 1;
	}
}

.filtered_content[data-post-type="products"] .single-post-content .media-wrap img {
	margin: 0 auto;
}

.filtered_content[data-post-type="products"] .single-post-content .post-contents {
	min-height: 106px;
	height: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

	.filtered_content[data-post-type="products"] .single-post-content .post-contents {
		min-height: 128px;
	}
}

@media only screen and (max-width: 500px) {

	.filtered_content[data-post-type="products"] .single-post-content .post-contents {
		min-height: 103px;
	}
}

@media only screen and (max-width: 360px) {

	.filtered_content[data-post-type="products"] .single-post-content .post-contents {
		min-height: 78px;
	}
}

.filtered_content[data-post-type="products"] .single-post-content .post-contents h2 {
	font-size: 22px;
	font-weight: 600;
	word-break: break-word;
	white-space: normal;
	text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

	.filtered_content[data-post-type="products"] .single-post-content .post-contents h2 {
		font-size: 20px;
	}
}

@media only screen and (max-width: 991px) {

	.filtered_content[data-post-type="products"] .single-post-content .post-contents h2 {
		font-size: 18px;
	}
}

@media only screen and (max-width: 360px) {

	.filtered_content[data-post-type="products"] .single-post-content .post-contents h2 {
		font-size: 15px;
	}
}

.filtered_content[data-post-type="products"] .single-post-content .post-contents h2 span {
	display: block;
	font-size: 18px;
	font-weight: 500;
	text-transform: none;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

	.filtered_content[data-post-type="products"] .single-post-content .post-contents h2 span {
		font-size: 18px;
	}
}

@media only screen and (max-width: 991px) {

	.filtered_content[data-post-type="products"] .single-post-content .post-contents h2 span {
		font-size: 16px;
	}
}

@media only screen and (max-width: 360px) {

	.filtered_content[data-post-type="products"] .single-post-content .post-contents h2 span {
		font-size: 12px;
	}
}

.featured-desc {
	padding: 70px 0;
}

.featured-desc .content .sub-title {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.96px;
	text-transform: uppercase;
}

.featured-desc .content .title {
	font-size: 60px;
	letter-spacing: 2.4px;
	font-weight: 600;
	margin-bottom: 15px;
	text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

	.featured-desc .content .title {
		font-size: 50px;
	}
}

@media only screen and (max-width: 991px) {

	.featured-desc .content .title {
		font-size: 45px;
	}
}

@media only screen and (max-width: 767px) {

	.featured-desc .content .title {
		font-size: 30px;
	}
}

@media only screen and (max-width: 375px) {

	.featured-desc .content .title {
		font-size: 22px;
	}
}

.featured-desc .content .texts {
	padding-top: 50px;
}

.featured-desc .content .texts p {
	margin-bottom: 34px;
}

.featured-desc .content .texts p > strong {
	margin-bottom: -34px;
	display: block;
}

.featured-desc .content .texts ul {
	margin-bottom: 34px;
}

.featured-desc .content .texts ul li {
	padding: 5px 0;
}

.featured-desc .content .texts > div.px-5 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.featured-desc .content .texts .border {
	border: none !important;
}

.featured-desc .content .texts table {
	width: 100% !important;
	margin-bottom: 15px;
}

.featured-desc .content .texts table thead tr th {
	border-bottom: 2px solid #cbc4bc;
	text-align: left !important;
	padding: 20px 0;
}

.featured-desc .content .texts table tbody tr td {
	border-bottom: 2px solid #cbc4bc;
	text-align: left !important;
	padding: 20px 0;
}

.featured-desc .featured-door-image {
	max-height: 600px;
}

@media screen and (max-height: 674px) {

	.featured-desc .featured-door-image {
		max-height: calc(100vh - 100px);
	}
}

@media only screen and (max-width: 991px) {

	.featured-desc .featured-door-image {
		margin-top: 50px;
		max-height: 80vh;
	}
}

.featured-desc .featured-door-image > div.row.justify-content-center {
	height: 100%;
}

.featured-desc .featured-door-image > div.row.justify-content-center div {
	height: 100%;
}

.featured-desc .featured-door-image .image {
	height: 100%;
	text-align: center;
}

.featured-desc .featured-door-image .image img {
	width: auto;
	max-width: 500px;
	height: 100%;
	max-height: 800px;
}

.featured-desc .featured-door-image .image.glass-image img {
	max-width: 300px;
	height: auto;
}

.featured-desc .featured-door-image .gallery-slider .slick-track,
.featured-desc .featured-door-image .glass-gallery-slider .slick-track,
.featured-desc .featured-door-image .sidelites-gallery-slider .slick-track {
	display: flex;
	align-items: end;
}

.featured-desc .featured-door-image .gallery-slider .slick-arrow,
.featured-desc .featured-door-image .glass-gallery-slider .slick-arrow,
.featured-desc .featured-door-image .sidelites-gallery-slider .slick-arrow {
	color: #000006;
}

.featured-desc .featured-door-image .gallery-slider img,
.featured-desc .featured-door-image .glass-gallery-slider img,
.featured-desc .featured-door-image .sidelites-gallery-slider img {
	width: auto;
	height: calc(100% - 60px);
	max-height: unset;
}

.featured-desc .featured-door-image .slick-dots li button[aria-selected="true"] {
	background-color: #000006;
}

.description-list {
	padding-bottom: 100px;
}

.description-list .title {
	font-size: 22px;
	margin-bottom: 25px;
	font-weight: 600;
}

.description-list .title.primary {
	text-transform: uppercase;
	color: #fa5d3d;
	margin-bottom: 5px;
}

.description-list .single-desc-list {
	display: flex;
	align-items: center;
	font-size: 18px;
	border-bottom: 2px solid #cbc4bc;
	padding: 10px 0;
	min-height: 80px;
}

.description-list .single-desc-list p:last-of-type {
	margin-bottom: 0;
}

.description-list .single-desc-list .wall {
	font-weight: 700;
	display: inline-block;
	padding: 0 12px;
}

.description-list .single-desc-list .name {
	font-weight: 700;
	min-width: 150px;
}

.description-list .single-desc-list .name img {
	padding: 0 5px;
	max-width: 60px;
	max-height: 60px;
}

@media only screen and (min-width: 992px) {

	.description-list .single-desc-list .info {
		max-width: 320px;
	}
}

.description-list .col-lg-4:first-child .single-desc-list:first-child,
.description-list .col-lg-6:first-child .single-desc-list:first-child {
	border-top: 2px solid #cbc4bc;
}

@media only screen and (min-width: 992px) {

	.description-list .col-lg-4 .single-desc-list:first-child,
	.description-list .col-lg-6 .single-desc-list:first-child {
		border-top: 2px solid #cbc4bc;
	}
}

.description-list .col-lg-4 .single-desc-list .name {
	min-width: 80px;
}

.recommend-section {
	padding-bottom: 50px;
}

.recommend-section .title {
	font-size: 22px;
	font-weight: 600;
}

.recommend-section .single-recommend {
	margin-bottom: 40px;
}

.recommend-section .single-recommend .image {
	margin-bottom: 30px;
	border: 2px solid #cbc4bc;
}

.recommend-section .single-recommend .image img {
	width: 100%;
}

.recommend-section .single-recommend .item-title {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.08px;
	margin-bottom: 5px;
}

.recommend-section .single-recommend .item-title a {
	color: #000006;
}

body.single-products .gallery-section .post-navigations.gallery-slider-spacing {
	margin-top: 100px;
}

@media print {

	.container {
		padding: 0 15px;
		max-width: none;
	}

	header.header,
	nav.main-nav,
	.recommend-section,
	.gallery-section,
	footer.footer,
	#cmplz-manage-consent,
	.uwy.userway_p5,
	.slick-arrow {
		display: none;
	}

	.featured-desc {
		padding: 20px 0;
	}

	.featured-desc .row .col-lg-6:first-child {
		width: 66.66666667%;
	}

	.featured-desc .row .col-lg-6.featured-door-image {
		width: 33.33333333%;
		max-height: 340px;
	}

	.featured-desc .content > a:first-child {
		display: none;
	}

	.featured-desc .content .title {
		font-size: 26px;
	}

	.featured-desc .content .sub-title {
		font-size: 14px;
	}

	.featured-desc .content a {
		display: inline-block;
		background-color: #cbc4bc;
		border-radius: 40px;
		color: #000006;
		font-size: 12px;
		line-height: 1;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 0.96px;
		padding: 7px 10px;
		margin-bottom: 24px;
		margin-right: 5px;
		min-width: 100px;
		text-align: center;
	}

	.featured-desc .content .pill {
		border: 1px solid #000;
		font-size: 10px;
		margin: 0 30px 0 0;
		background-color: transparent;
	}

	.featured-desc .content .texts {
		padding-top: 20px;
	}

	.featured-desc .content .texts p {
		font-size: 14px;
	}

	.featured-desc .slick-list {
		display: block;
		opacity: 1;
		transform: none;
	}

	.featured-desc .slick-track {
		transform: none;
		width: 33.33333333%;
		max-height: 340px;
	}

	.description-list {
		padding-top: 0;
		padding-bottom: 40px;
	}

	.description-list .col-lg-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.description-list .col-lg-6 .single-desc-list:first-child {
		border-top: 2px solid #cbc4bc;
	}

	.description-list .col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.description-list .col-lg-4 .single-desc-list:first-child {
		border-top: 2px solid #cbc4bc;
	}

	.description-list .single-desc-list {
		min-height: 50px;
		font-size: 13px;
	}

	.description-list .single-desc-list .name {
		min-width: 70px;
	}
}

.for-professional .filter-btn[data-slug="hardware"],
.for-professional .filter-btn[data-slug="glass"] {
	display: none !important;
}

.history-section {
	position: relative;
	margin-top: 80px;
	margin-bottom: 50px;
}

@media only screen and (min-width: 992px) {

	.history-section {
		height: 447px;
	}
}

@media only screen and (min-width: 1200px) {

	.history-section {
		height: 512px;
	}
}

@media only screen and (min-width: 1296px) {

	.history-section {
		height: 570px;
	}
}

.history-section .history-title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 2;
}

.history-section .timeline-container {
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	white-space: nowrap;
	height: calc(100% - 68px);
	padding-top: 68px;
	z-index: 1;
}

.timeline-wrap {
	display: flex;
	align-items: flex-start;
}

.timeline-wrap .image-wrap {
	flex: 0 0 auto;
	width: 100%;
	position: sticky;
	top: 0;
}

@media only screen and (min-width: 992px) {

	.timeline-wrap .image-wrap {
		width: 50%;
	}
}

.timeline-wrap .texts-wrap {
	flex: 1;
	padding-left: 20px;
}

.timeline-wrap .single-timeline {
	padding-bottom: 20px;
}

.timeline-wrap .single-timeline:last-child {
	padding-bottom: 0;
}

.timeline-wrap img {
	width: 100%;
}

.timeline-wrap .timeline-title {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1.08px;
	font-size: 18px;
	padding-left: 60px;
	padding-bottom: 60px;
	margin-bottom: 0;
	position: relative;
}

@media only screen and (max-width: 991px) {

	.timeline-wrap .timeline-title {
		padding-top: 40px;
		white-space: initial;
	}
}

.timeline-wrap .timeline-title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 2px;
	height: 100%;
	background-color: #cbc4bc;
	z-index: 1;
}

@media only screen and (min-width: 992px) {

	.timeline-wrap .timeline-title.first::before {
		display: none;
	}
}

.timeline-wrap .single-timeline {
	padding-left: 60px;
	position: relative;
	padding-bottom: 50px;
	white-space: normal;
}

.timeline-wrap .single-timeline:last-of-type {
	padding-bottom: 100px;
}

.timeline-wrap .single-timeline::after {
	content: "";
	position: absolute;
	left: -6px;
	top: 0;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: #fa5d3d;
	z-index: 2;
}

.timeline-wrap .single-timeline::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 2px;
	height: 100%;
	background-color: #cbc4bc;
	z-index: 1;
}

.timeline-wrap .single-timeline .title {
	font-size: 42px;
	font-weight: 500;
	font-style: italic;
	line-height: 1;
}

@media only screen and (max-width: 767px) {

	.timeline-wrap .single-timeline .title {
		font-size: 32px;
	}
}

.timeline-wrap.last-timeline-wrap .single-timeline:last-of-type {
	padding-bottom: 30px;
}

.timeline-wrap.last-timeline-wrap .single-timeline:last-of-type::before {
	display: none;
}

.testimonial-section {
	background-image: url(./assets/img/background-texture_cleanup.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	padding: 160px 0;
	text-align: center;
}

@media only screen and (max-width: 767px) {

	.testimonial-section {
		padding: 80px 0;
	}
}

.testimonial-section::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.45;
	z-index: -1;
}

.testimonial-section .title {
	font-size: 30px;
	letter-spacing: 3px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

@media only screen and (max-width: 767px) {

	.testimonial-section .title {
		font-size: 26px;
		letter-spacing: 1px;
	}
}

.testimonial-section .name {
	font-size: 20px;
	padding-top: 5px;
}

@media only screen and (max-width: 767px) {

	.testimonial-section .name {
		font-size: 18px;
	}
}

.testimonial-section .testimonial-inner {
	font-size: 24px;
}

@media only screen and (max-width: 767px) {

	.testimonial-section .testimonial-inner {
		font-size: 16px;
	}
}

.testimonial-section .container {
	position: relative;
	z-index: 5;
}

.testimonial-section::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: #fff;
	opacity: 0.9;
}

.location_map .filters {
	padding: 30px 0 20px;
	letter-spacing: 1.5px;
	font-size: 15px;
	text-transform: uppercase;
	color: #000006;
	font-weight: 700;
	margin: 0;
}

@media screen and (min-width: 768px) {

	.location_map .filters {
		padding: 40px 0;
	}
}

.location_map .filters > .col-12 {
	padding: 0;
}

@media screen and (min-width: 768px) {

	.location_map .filters form {
		display: flex;
		flex-direction: column;
	}

	.location_map .filters form > div {
		display: flex;
	}

	.location_map .filters form > div.form-row-2 {
		margin-top: 20px;
	}

	.location_map .filters form > div.form-row-2 .form-check {
		margin-right: 20px;
	}
}

@media only screen and (max-width: 1199px) {

	.location_map .filters form {
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 1199px) {

	.location_map .filters form .list-unstyled {
		flex-wrap: wrap;
	}
}

.location_map .filters form .list-unstyled li:first-child {
	margin-left: 0;
}

@media only screen and (max-width: 991px) {

	.location_map .filters form .list-unstyled li:first-child {
		width: 100%;
	}
}

@media only screen and (max-width: 991px) {

	.location_map .filters form .list-unstyled li.or {
		width: 100%;
	}
}

@media only screen and (max-width: 991px) {

	.location_map .filters form .list-unstyled li {
		width: 100%;
		margin: 0 0 15px;
		padding: 0;
	}
}

@media screen and (min-width: 768px) {

	.location_map .filters ul {
		display: flex;
		align-items: center;
		margin: 0 10px 0 0;
	}
}

@media screen and (min-width: 992px) {

	.location_map .filters ul {
		align-items: center;
		margin: 0;
		display: grid;
		grid-template-columns: auto auto 1fr auto auto;
		grid-column-gap: 20px;
		padding: 0;
		list-style-type: none;
		width: 100%;
	}
}

.location_map .filters ul li {
	margin: 0;
}

@media screen and (min-width: 992px) {

	.location_map .filters ul li:nth-child(3) {
		grid-column: 3 / span 1;
	}
}

.location_map .filters .filter_btn {
	border: 2px solid #cbc4bc;
	display: inline-block;
	letter-spacing: 1.5px;
	font-size: 15px;
	text-transform: uppercase;
	transition: all 0.3s ease;
	color: #000006;
	font-weight: 700;
	padding: 10px 18px;
	background: none;
	cursor: pointer;
}

.location_map .filters select {
	border: 2px solid #cbc4bc;
	display: inline-block;
	letter-spacing: 1.5px;
	font-size: 15px;
	text-transform: uppercase;
	transition: all 0.3s ease;
	color: #000006;
	font-weight: 700;
	padding: 10px 18px;
	background-position: calc(100% - 18px) center;
}

@media screen and (min-width: 992px) {

	.location_map .filters select {
		width: 150px;
	}
}

.location_map .filters .keyword {
	text-transform: uppercase;
	font-style: italic;
}

.location_map .filters form > span {
	font-size: 18px;
}

@media screen and (max-width: 767px) {

	.location_map .location-map {
		margin-left: 0;
		margin-right: 0;
	}

	.location_map .location-map > div {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media screen and (min-width: 768px) {

	.location_map .map_results {
		max-height: 700px;
		overflow-y: scroll;
	}
}

@media screen and (min-width: 980px) {

	.location_map .map_results {
		max-height: 500px;
	}
}

@media screen and (min-width: 1280px) {

	.location_map .map_results {
		max-height: 600px;
	}
}

@media screen and (min-width: 1440px) {

	.location_map .map_results {
		max-height: 700px;
	}
}

.location_map .map_results .item {
	padding: 20px 0;
	border-top: 1px solid #cbc4bc;
}

@media screen and (min-width: 1440px) {

	.location_map .map_results .item {
		padding: 30px 0;
	}
}

.location_map .map_results .item:first-child {
	border: none;
}

.location_map #locationsmap {
	height: 500px;
	width: 100%;
}

@media screen and (min-width: 768px) {

	.location_map #locationsmap {
		height: 700px;
	}
}

@media screen and (min-width: 980px) {

	.location_map #locationsmap {
		height: 500px;
	}
}

@media screen and (min-width: 1280px) {

	.location_map #locationsmap {
		height: 600px;
	}
}

@media screen and (min-width: 1440px) {

	.location_map #locationsmap {
		height: 700px;
	}
}

.location_map.single .container {
	max-width: 1600px;
}

.location_map.single #locationsmap::before,
.location_map.single #locationsmap::after {
	position: absolute;
	content: "";
	display: block;
	background: #fff;
	z-index: 5;
	top: 20px;
	left: 20px;
	opacity: 0;
	transition: all 1s ease;
}

@media screen and (min-width: 768px) {

	.location_map.single #locationsmap::before,
	.location_map.single #locationsmap::after {
		top: 30px;
		left: 30px;
	}
}

.location_map.single #locationsmap::before {
	height: 4px;
	right: 0;
}

.location_map.single #locationsmap::after {
	width: 4px;
	bottom: 0;
}

.location_map.single #locationsmap.opaque::before,
.location_map.single #locationsmap.opaque::after {
	opacity: 1;
}

.infoBox {
	max-width: 310px;
	background: #000;
	color: #fff;
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	padding: 20px !important;
}

@media screen and (min-width: 768px) {

	.infoBox {
		font-size: 16px;
		padding: 40px !important;
	}
}

.infoBox::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 40px solid #000;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	position: absolute;
	left: 50%;
	bottom: -40px;
	margin: 0 0 0 -20px;
}

.infoBox > img {
	display: block;
	width: 20px;
	position: absolute !important;
	right: 10px;
	top: 10px;
	z-index: 5;
}

.infoBox .image {
	margin: 0 0 20px;
}

.infoBox .image img {
	display: block;
	max-width: 100%;
}

.infoBox a {
	color: #fff;
}

.infoBox p.distribution-partner {
	font-size: 80%;
}

.location_map.single .container {
	max-width: 100%;
	padding-left: 0;
}

@media only screen and (max-width: 991px) {

	.location_map.single .container {
		padding: 0;
	}
}

.location_map.single .container .row {
	margin: 0;
}

.location_map.single .container .row .col-12 {
	padding: 0;
}

form.location-form .gform-body .gfield .gfield_validation_message {
	color: #f00;
	font-weight: 500;
}

form.location-form .gform-body .gfield .gfield_required .gfield_required {
	color: #f00;
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 0 4px;
}

form.location-form .gform-body .gfield .ginput_complex {
	margin: 0 -15px;
}

form.location-form .gform-body .gfield .ginput_complex span.gform-grid-col {
	width: 50%;
	margin: 0 0 30px 0;
	padding: 0 15px;
}

@media only screen and (max-width: 991px) {

	form.location-form .gform-body .gfield .ginput_complex span.gform-grid-col {
		width: 100%;
		display: block;
	}
}

form.location-form .gform-body .gfield .ginput_complex .address_country .custom-select .select-selected {
	background-color: transparent;
	border: none;
	border-radius: 0;
	color: #000006;
	display: block;
	font-size: 16px;
	padding: 10px 0;
	text-align: left;
	width: 100%;
	font-weight: 400;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	transition: all 250ms ease-in-out;
	outline: none;
	border-bottom: 2px solid #cbc4bc;
	min-height: 46px;
	position: relative;
}

form.location-form .gform-body .gfield .ginput_complex .address_country .custom-select .select-selected::after {
	position: absolute;
	content: "\f107";
	font-family: "Font Awesome 6 Sharp";
	font-size: 20px;
	color: #000006;
	right: 0;
}

form.location-form .gform-body .gfield .ginput_complex .address_country .custom-select .select-selected.select-arrow-active::after {
	transform: rotate(180deg);
}

form.location-form .gform-body .gfield .ginput_complex .address_country .custom-select .select-items {
	padding: 10px;
	max-height: 350px;
	overflow-y: scroll;
	background-color: #fff;
	border-width: 0 2px 2px 2px;
	border-style: solid;
	border-color: #cbc4bc;
}

form.location-form .gform-body .gfield .ginput_complex .address_country .custom-select .select-items::-webkit-scrollbar {
	width: 10px;
	margin: 0 10px 0 0;
}

form.location-form .gform-body .gfield .ginput_complex .address_country .custom-select .select-items::-webkit-scrollbar-track {
	border-radius: 10px;
}

form.location-form .gform-body .gfield .ginput_complex .address_country .custom-select .select-items::-webkit-scrollbar-thumb {
	background: #000006;
	border-radius: 10px;
}

form.location-form .gform-body .gfield .ginput_complex .address_country .custom-select .select-items div {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #edeae8;
	font-size: 15px;
}

form.location-form .gform-body .gfield .ginput_complex .address_country .custom-select .select-hide {
	display: none;
}

form.location-form .gform-body .gfield .ginput_container_website input {
	background-color: transparent;
	border: none;
	border-radius: 0;
	color: #000006;
	display: block;
	font-size: 16px;
	padding: 10px 0;
	text-align: left;
	width: 100%;
	font-weight: 400;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	transition: all 250ms ease-in-out;
	outline: none;
	border-bottom: 2px solid #cbc4bc;
}

form.location-form .gform_footer button.gform_button::after {
	position: absolute;
	content: "";
	font-family: Font Awesome Kit;
	color: #fa5d3d;
	margin-left: 10px;
	transition: all 0.3s ease;
}

form.location-form .gform_footer button.gform_button:hover::after {
	margin-left: 20px;
}

@media screen and (min-width: 980px) {

	.door_anatomy {
		padding: 0;
	}
}

@media only screen and (max-width: 991px) {

	.door_anatomy {
		overflow: hidden;
	}
}

.door_anatomy .layout_wrapper {
	position: relative;
}

@media screen and (max-width: 979px) {

	.door_anatomy .layout_wrapper {
		display: flex;
		flex-direction: column;
		padding-bottom: 100px;
	}
}

.door_anatomy .layout_wrapper .layout_door {
	position: relative;
}

@media screen and (max-width: 979px) {

	.door_anatomy .layout_wrapper .layout_door {
		order: 2;
	}
}

.door_anatomy .layout_wrapper .layout_door .image {
	margin: 0 !important;
}

@media screen and (max-width: 979px) {

	.door_anatomy .layout_wrapper .layout_door .image {
		max-width: 500px;
		margin: 0 auto !important;
	}
}

@media screen and (max-width: 979px) {

	.door_anatomy .layout_wrapper .layout_content {
		order: 1;
		margin-bottom: 50px;
	}
}

@media screen and (min-width: 980px) {

	.door_anatomy .layout_wrapper .layout_content {
		position: relative;
	}
}

@media screen and (max-width: 979px) {

	.door_anatomy .layout_wrapper .layout_content .primary-btn {
		position: absolute;
		left: 0;
		bottom: 0;
	}
}

@media screen and (min-width: 980px) {

	.door_anatomy .tab {
		font-size: 18px;
	}
}

.door_anatomy .tab h4 {
	margin: 0 0 20px;
}

.door_anatomy .tab .image {
	margin: 30px 0 0;
}

@media screen and (min-width: 768px) {

	.door_anatomy .tab .image {
		display: flex;
		align-items: center;
	}
}

@media screen and (min-width: 980px) {

	.door_anatomy .tab .image {
		font-size: 17px;
	}
}

.door_anatomy .tab .image img {
	width: 100%;
	display: block;
}

.door_anatomy .tab .image .caption {
	margin: 20px 0 0;
	font-style: italic;
}

@media screen and (min-width: 768px) {

	.door_anatomy .tab .image .caption {
		flex: 1;
		margin: 0 0 0 20px;
	}
}

.door_anatomy .tab ol {
	padding-left: 25px;
	list-style: upper-alpha;
}

@media screen and (min-width: 980px) {

	.door_anatomy .col-lg-6 {
		padding-top: 80px;
		padding-bottom: 80px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}

.door_anatomy .col-lg-6 > .image {
	position: relative;
}

.door_anatomy .col-lg-6 > .content .anatomy_slide {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	z-index: 5;
	transform: translateY(20px);
	transition: all 250ms ease-in-out;
}

@media screen and (min-width: 980px) {

	.door_anatomy .col-lg-6 > .content .anatomy_slide {
		display: none;
		flex-direction: column;
		justify-content: center;
	}
}

.door_anatomy .col-lg-6 > .content .anatomy_slide.active {
	opacity: 1;
	visibility: visible;
	transform: none;
}

@media only screen and (max-width: 991px) {

	.door_anatomy .col-lg-6 > .content .anatomy_slide.active {
		position: relative;
		padding-top: 20px;
	}
}

@media screen and (min-width: 980px) {

	.door_anatomy .col-lg-6 > .content .anatomy_slide.active {
		display: flex;
	}
}

@media screen and (min-width: 980px) {

	.door_anatomy .col-lg-6 > .content .anatomy_slide .slick-list .slick-track {
		display: flex;
		align-items: center;
		height: 100%;
	}
}

.door_anatomy .col-lg-6 > .content .anatomy_slide .slick-list .slick-track .slick-slide {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media only screen and (max-width: 1199px) {

	.door_anatomy .col-lg-6 > .content .anatomy_slide .slick-list .slick-track .slick-slide {
		font-size: 16px;
	}
}

@media only screen and (max-width: 1199px) {

	.door_anatomy .col-lg-6 > .content .anatomy_slide .slick-list .slick-track .slick-slide h4 {
		font-size: 20px;
	}
}

.door_anatomy .col-lg-6 > .content .anatomy_slide .slick-list .slick-track .slick-slide .image img {
	max-height: 500px;
	width: auto;
	margin: 0 auto;
}

@media only screen and (max-width: 1199px) {

	.door_anatomy .col-lg-6 > .content .anatomy_slide .slick-list .slick-track .slick-slide .image img {
		max-height: 250px;
	}
}

@media only screen and (max-width: 991px) {

	.door_anatomy .col-lg-6:last-child {
		padding-top: 0;
	}
}

.door_anatomy .custom_dots .slick-dots li {
	position: absolute;
	left: 0;
	top: 0;
}

.door_anatomy .custom_dots .slick-dots li button {
	border-radius: 50%;
	width: 44px;
	height: 44px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 600;
	background: #fff;
	border: 2px solid #fa5d3d;
	color: #000;
	transition: all 250ms ease-in-out;
}

@media screen and (min-width: 980px) {

	.door_anatomy .custom_dots .slick-dots li button {
		width: 44px;
		height: 44px;
	}
}

.door_anatomy .custom_dots .slick-dots li.slick-active button {
	background: #fa5d3d;
	color: #fff;
}

.door_anatomy .custom_dots .slick-dots li:nth-child(1) {
	left: 47%;
	top: 66%;
}

.door_anatomy .custom_dots .slick-dots li:nth-child(2) {
	left: 28%;
	top: 2%;
}

.door_anatomy .custom_dots .slick-dots li:nth-child(3) {
	left: 21%;
	top: 31%;
}

.door_anatomy .custom_dots .slick-dots li:nth-child(4) {
	left: 58%;
	top: 74%;
}

.door_anatomy .custom_dots .slick-dots li:nth-child(5) {
	left: 25%;
	top: 75%;
}

.door_anatomy .custom_dots .slick-dots li:nth-child(6) {
	left: 41%;
	top: 82%;
}

.door_anatomy .custom_dots .slick-dots li:nth-child(7) {
	left: 16%;
	top: 54%;
}

.door_anatomy .custom_dots .slick-dots li:nth-child(8) {
	left: 45%;
	top: 51%;
}

.door_anatomy .custom_dots .slick-dots li:nth-child(9) {
	left: -3%;
	top: 39%;
}

.door_anatomy .custom_dots .slick-dots li:nth-child(10) {
	left: 70%;
	top: 54%;
}

.door_anatomy .custom_dots .slick-dots li:nth-child(11) {
	left: -1%;
	top: 85%;
}

@media screen and (max-width: 979px) {

	.door_anatomy.active .door_anatomy_wrap {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: scroll;
		z-index: 800;
		background: #fff;
		padding: 40px 0;
	}
}

@media screen and (max-width: 979px) {

	.door_anatomy.active .door_anatomy_wrap .sec-info-content {
		display: none;
	}
}

.door_anatomy.active .door_anatomy_wrap .layout_wrapper {
	position: static;
	padding: 0;
}

@media screen and (max-width: 979px) {

	.door_anatomy.active .door_anatomy_wrap .layout_door {
		order: 1;
		padding: 0 40px;
	}
}

@media screen and (max-width: 979px) {

	.door_anatomy.active .door_anatomy_wrap .layout_content {
		order: 2;
		margin: 40px 0 0;
	}
}

.door_anatomy.disabled .custom_dots .slick-dots li button {
	background: #fff;
	color: #000;
}

.door_anatomy.disabled .close {
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
}

.door_anatomy .close {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 8;
	font-size: 60px;
	color: #fa5d3d;
	transition: all 250ms ease-in-out;
	border: none;
	background: none;
	display: block;
	padding: 20px;
	font-weight: 300;
}

@media screen and (min-width: 1280px) {

	.door_anatomy .close {
		padding: 0 40px 40px;
	}
}

@media only screen and (max-width: 991px) {

	.door_anatomy .close {
		position: fixed;
	}
}

.door_anatomy .close span::before {
	content: "\f00d";
	font-weight: 300;
}

.anatomy_slide {
	position: relative;
	padding: 0;
}

@media screen and (min-width: 980px) {

	.anatomy_slide {
		padding: 0 80px;
	}
}

@media screen and (min-width: 1280px) {

	.anatomy_slide {
		padding: 0 100px;
	}
}

.anatomy_slide .slick-arrow {
	font-size: 45px;
	color: #fa5d3d;
	background: transparent;
	border: 0;
	min-height: 100px;
	position: absolute;
	left: -30px;
	top: -40%;
	transition: all 0.3s ease;
	padding: 10px;
}

@media screen and (min-width: 980px) {

	.anatomy_slide .slick-arrow {
		left: 0;
		padding: 20px;
		top: 50%;
		transform: translateY(-50%);
	}
}

@media only screen and (max-width: 991px) {

	.anatomy_slide .slick-arrow {
		position: fixed;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
}

.anatomy_slide .slick-arrow.slick-next {
	right: -30px;
	left: auto !important;
}

@media screen and (min-width: 980px) {

	.anatomy_slide .slick-arrow.slick-next {
		right: 0;
	}
}

@media only screen and (max-width: 991px) {

	.anatomy_slide .slick-arrow.slick-next {
		right: 0;
		left: auto;
	}
}

.anatomy_slide .slick-arrow:hover {
	opacity: 0.9;
}

.user_type_toggle {
	margin-top: 70px;
	width: 100%;
}

@media only screen and (min-width: 992px) {

	.user_type_toggle {
		bottom: 50px;
		position: absolute;
		left: 0;
		bottom: 30px;
		right: 0;
		z-index: 10;
		margin: 0;
		width: auto;
	}
}

@media only screen and (min-width: 1280px) {

	.user_type_toggle {
		bottom: 75px;
	}
}

@media only screen and (max-width: 419px) {

	.user_type_toggle .row {
		margin: 0;
	}
}

@media only screen and (min-width: 768px) {

	.user_type_toggle ul {
		display: flex;
		align-items: center;
	}
}

.user_type_toggle ul li {
	margin: 24px 0 0;
}

@media only screen and (min-width: 768px) {

	.user_type_toggle ul li {
		margin: 0 0 0 18px;
	}
}

.user_type_toggle ul li:first-child {
	margin: 0;
}

.user_type_toggle a {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 3px solid #fff;
	background: none;
	color: #fff;
	text-transform: uppercase;
	width: 100%;
	padding: 19px 10px;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 1.2px;
	text-decoration: none;
}

@media only screen and (min-width: 768px) {

	.user_type_toggle a {
		padding: 16px 22px;
	}
}

.user_type_toggle a .icon {
	width: 26px;
	height: 26px;
	border: 3px solid #fff;
	position: relative;
	margin: 0 18px 0 0;
	font-weight: 400;
}

.user_type_toggle a .icon::after {
	content: "✔";
	position: absolute;
	left: 3px;
	top: 2px;
	z-index: 10;
	font-size: 18px;
	color: #fff;
	opacity: 0;
	line-height: 1;
}

.user_type_toggle a.active {
	background: #fff;
	color: #fa5d3d;
}

.user_type_toggle a.active .icon {
	background: #fa5d3d;
	border-color: transparent;
}

.user_type_toggle a.active .icon::after {
	opacity: 1;
}

.product_line_hero {
	background: #000;
	color: #fff;
	text-align: center;
}

.product_line_hero .lead_content {
	font-size: 18px;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.product_line_hero .subtitle {
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0.5px;
	margin: 0 0 5px;
}

.product_line_hero .heading {
	font-size: 60px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 0 30px;
}

.product_line_hero .gallery-slider {
	margin: 60px 0 0;
}

@media only screen and (min-width: 768px) {

	.product_line_hero .gallery-slider {
		margin: 80px 0 0;
	}
}

@media only screen and (min-width: 1024px) {

	.product_line_hero .gallery-slider {
		margin: 100px 0 0;
	}
}

.product_line_hero .footer_content {
	margin: 60px 0 0;
}

@media only screen and (min-width: 768px) {

	.product_line_hero .footer_content {
		margin: 80px 0 0;
	}
}

@media only screen and (min-width: 1024px) {

	.product_line_hero .footer_content {
		margin: 100px 0 0;
	}
}

.product_line_hero .footer_content .primary-btn {
	color: #fff;
	border: 2px solid #fff;
	padding: 17px 20px;
}

.product_line_hero .product_line_hero_slider {
	margin-top: 100px;
	text-align: center;
}

.product_line_hero .product_line_hero_slider .inner {
	padding: 0 100px;
}

@media only screen and (max-width: 767px) {

	.product_line_hero .product_line_hero_slider .inner {
		padding: 0;
	}
}

.product_line_hero .product_line_hero_slider .inner img,
.product_line_hero .product_line_hero_slider .inner .ratio {
	margin: 0 auto 25px;
	width: 100%;
}

.product_line_hero .product_line_hero_slider .inner p:last-of-type,
.product_line_hero .product_line_hero_slider .inner h2:last-of-type,
.product_line_hero .product_line_hero_slider .inner h4:last-of-type {
	margin-bottom: 0;
}

.product_line_hero .product_line_hero_slider .slick-arrow {
	font-size: 45px;
	color: #fa5d3d;
	background: transparent;
	border: 0;
	min-height: 100px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease;
	z-index: 8;
}

@media only screen and (max-width: 767px) {

	.product_line_hero .product_line_hero_slider .slick-arrow {
		left: -30px;
		top: 41%;
	}
}

.product_line_hero .product_line_hero_slider .slick-arrow.slick-next {
	right: 0;
	left: auto;
}

@media only screen and (max-width: 767px) {

	.product_line_hero .product_line_hero_slider .slick-arrow.slick-next {
		right: -30px;
	}
}

.product_line_hero .product_line_hero_slider .slick-arrow:hover {
	opacity: 0.9;
}

.product_line_hero .product_line_hero_slider .slick-dots {
	display: flex;
	justify-content: center;
	margin: 27px 0 0;
}

.product_line_hero .product_line_hero_slider .slick-dots li {
	margin: 0 12px;
}

.product_line_hero .product_line_hero_slider .slick-dots li button {
	border: none;
	height: 3px;
	margin: 0;
}

@media only screen and (min-width: 1024px) {

	.product_line_hero .product_line_hero_slider .slick-dots li button {
		width: 100px;
	}
}

.product_line_hero .product_line_hero_slider .slick-arrow {
	top: 46%;
}

.product_line_hero .product_line_hero_slider.single-products-gallery {
	margin-top: 0;
	padding-top: 100px;
}

.product_line_products .heading {
	font-size: 60px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 0 40px;
}

@media only screen and (min-width: 768px) {

	.product_line_products .heading {
		margin: 0 0 50px;
	}
}

@media only screen and (min-width: 1024px) {

	.product_line_products .heading {
		margin: 0 0 60px;
	}
}
