/*
Theme Name: Altitude Pro
Theme URI: https://my.studiopress.com/themes/altitude/
Description: Make a stunning first impression, grab attention, and dynamically tell your story with beautiful images and clean typography.
Author: StudioPress
Author URI: http://www.studiopress.com/

Version: 1.5.1

Tags: accessibility-ready, block-styles, custom-colors, custom-header, custom-menu, e-commerce, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: http://www.opensource.org/licenses/gpl-license.php

Text Domain: altitude-pro
Requires at least: 5.4
Requires PHP: 5.6
*/
/* Table of Contents
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Buttons
		- Tables
		- Screen Reader Text
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
	- Plugins
		- Genesis eNews Extended
		- Jetpack
	- Skip Links
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Primary Navigation
		- Secondary Navigation
		- Footer Navigation
		- Responsive Menu
	- Content Area
		- Front Page
		- Dashicons
		- Flexible Widgets
		- Content
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Content Boxes
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- Max-width: 1280px
		- Max-width: 1200px
		- Max-width: 1023px
		- Max-width: 800px
		- Max-width: 480px
*/
/* HTML5 Reset
---------------------------------------------------------------------------- */
/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */
/* Box Sizing
--------------------------------------------- */
html,
input[type="search"] {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */
.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}

/* Defaults
---------------------------------------------------------------------------- */
/* Smooth Scroll
--------------------------------------------- */
html {
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

/* Typographical Elements
--------------------------------------------- */
body {
	background-color: #FCFCFC;
	color: #18191A;
	font-family: "Mukta", sans-serif;
	font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
	font-weight: 200;
	line-height: 1.3;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}

body.altitude-home {
	background: none;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
    box-shadow: none !important;
}

a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
html:not([data-scroll="0"]) .site-header {
	transition: all 0.2s ease-in-out;
}

::selection {
	background-color: #18191A;
	color: #FCFCFC;
}

a {
	color: #18191A;
	text-decoration: none;
}

.page-template-about .answer a {
    text-decoration: underline;
    text-decoration-color: hsla(0, 0%, 75%, .75);
}

a:focus,
a:hover {
	color: #18191A;
	outline: none;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 800;
}

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

.image-section .widget:first-of-type cite {
	font-size: 16px;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 3px;
	text-transform: uppercase;
}

figure {
	margin: 0;
}

mark {
	background: #ddd;
	color: #18191A;
}

blockquote {
	color: currentColor;
	margin: 40px;
}

blockquote::before {
	color: currentColor;
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.image-section .widget:first-of-type blockquote {
	color: #FCFCFC;
	font-size: 80px;
	font-weight: 200;
	line-height: 1;
	margin: 0 0 20px;
}

.image-section blockquote::before {
	display: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 2px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
	line-height: 1;
	margin: 0 0 20px;
	color: #18191A;
	word-wrap: normal;
}

.entry-title {
	font-size: calc(72px + (200 - 72) * ((100vw - 300px) / (1920 - 300)));
}

.archive h1,
.woocommerce-account .entry-title {
	font-size: calc(48px + (230 - 48) * ((100vw - 300px) / (1920 - 300)));
}

.page-template-about .entry-title {
	font-size: calc(72px + (198 - 72) * ((100vw - 300px) / (1920 - 300)));
}

.page-template-commissions .entry-title {
	font-size: calc(44px + (124 - 44) * ((100vw - 300px) / (1920 - 300)));
}

.page-template-faqs .entry-title {
	font-size: calc(52px + (154 - 52) * ((100vw - 300px) / (1920 - 300)));
}

.product_title,
h1 {
	font-size: calc(64px + (130 - 64) * ((100vw - 300px) / (1920 - 300)));
}

h2 {
	font-size: 32px;
}

.grid-overlay h2 {
	font-size: calc(20px + (36 - 20) * ((100vw - 300px) / (1920 - 300)));
}

.custom-menu-item h2,
.custom-menu-item:last-of-type a {
	font-family: "Anton", sans-serif;
	font-size: calc(13px + (26 - 13) * ((100vw - 300px) / (1920 - 300)));
	color: #82735C;
}

.simple-product-attributes h2 {
	font-size: calc(18px + (28 - 18) * ((100vw - 300px) / (1920 - 300)));
}

.front-page-1 .widget:first-of-type h4,
.front-page-2 .widget:first-of-type h4 {
	font-size: 80px;
	font-weight: 200;
	letter-spacing: normal;
	line-height: 1;
	text-transform: none;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

.image-section h4,
.solid-section h4,
.image-section .widget-title,
.solid-section .widget-title {
	border-width: 0;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 3px;
	padding-bottom: 0;
	text-transform: uppercase;
}

#section1 h2 {
	font-size: calc(36px + (136 - 36) * ((100vw - 300px) / (1920 - 300)));
	display: inline-block;
	transform: scaleY(2);
	line-height: 1.3;
	margin: 0 0 0.2em;
}

#section1 h2,
#section1 .side-by-side > div {
    color: #FCFCFC;
}

#section2 h2,
.featured-products-headline h2,
#section3 h2,
#section5 h2,
#section6 h2,
#section7 h2 {
	font-size: calc(48px + (110 - 48) * ((100vw - 300px) / (1920 - 300)));
}

#section1 p {
	font-size: calc(36px + (136 - 36) * ((100vw - 300px) / (1920 - 300)));
}

#section2 p,
#section3 p,
#section4 p,
#section5 .left-side p:not(:has(img)),
#section6 .left-side-content,
#section7 .right-side {
	font-size: calc(14px + (20 - 14) * ((100vw - 300px) / (1920 - 300)));
	line-height: 1.3;
	align-self: flex-end;
}

#section6 .left-side-content {
	align-self: flex-end;
}

#section2 .left-side a,
#section3 .right-side-content a,
#section5 .left-side-content a,
#section7 .right-side a,
.featured-products-headline a {
	font-style: italic;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.full-width-content img.pull-left {
	float: left;
	margin: 0 40px 40px -200px;
}

.full-width-content img.pull-right {
	float: right;
	margin: 0 -200px 40px 40px;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */
.gallery {
	margin-bottom: 28px;
	overflow: hidden;
}

.side-by-side .gallery {
	margin-bottom: 0;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

.grid-block {
    position: relative;
	display: block;
}

.grid-block img {
    display: block;
    width: 100%;
    height: auto;
	transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.grid-block:hover img {
    transform: scale(1.05);
}

.grid-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(15,26,36,0.4);
    z-index: 2;
    opacity: 0;
    transition: opacity 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.grid-block:hover .grid-overlay {
    opacity: 1;
}

.grid-overlay h2 {
    color: #FCFCFC;
    margin: 0;
    transform: translateY(15px);
    opacity: 0;
    transition:
        transform 1.4s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 1.2s ease;
}

.grid-block:hover .grid-overlay h2 {
    transform: translateY(0);
    opacity: 1;
}

/* Forms
--------------------------------------------- */
input,
select,
textarea {
	background-color: #FCFCFC !important;
	border: 1px solid hsla(0, 0%, 5%, .1) !important;
	border-radius: 0;
	box-shadow: none;
	color: #18191A;
	font-size: calc(12px + (18 - 12) * ((100vw - 300px) / (1920 - 300)));
	font-weight: 200;
	padding: 0.5em;
	width: 100%;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    padding: 8px 10px !important;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

.front-page input:focus,
.front-page textarea:focus {
	border: 1px solid #18191A;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #18191A;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #18191A;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.widget .button {
	background-color: #18191A;
	border: 1px solid #18191A;
	border-radius: 0;
	color: #FCFCFC;
	cursor: pointer;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 2px;
	padding: 15px 25px;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	white-space: normal;
	width: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Buttons
--------------------------------------------- */
button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button.clear:focus,
.button.clear:hover,
.button:focus,
.button:hover,
.footer-widgets .widget .button,
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.widget .button.clear:focus,
.widget .button.clear:hover,
.widget .button:focus,
.widget .button:hover {
	background-color: #18191A;
	color: #FCFCFC;
}

.button {
	display: inline-block;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
	padding: 8px 16px;
}

.footer-widgets .widget .button.clear,
.widget .button.clear {
	background-color: transparent;
	border: 2px solid #18191A;
	color: #18191A;
}

.image-section .button {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 20px;
}

.image-section .widget .button.clear {
	background-color: transparent;
	border-color: #FCFCFC;
	color: #FCFCFC;
}

.footer-widgets .widget button:focus,
.footer-widgets .widget button:hover,
.footer-widgets .widget input[type="button"]:focus,
.footer-widgets .widget input[type="button"]:hover,
.footer-widgets .widget input[type="reset"]:focus,
.footer-widgets .widget input[type="reset"]:hover,
.footer-widgets .widget input[type="submit"]:focus,
.footer-widgets .widget input[type="submit"]:hover,
.footer-widgets .widget .button:focus,
.footer-widgets .widget .button:hover,
.image-section button:focus,
.image-section button:hover,
.image-section input[type="button"]:focus,
.image-section input[type="button"]:hover,
.image-section input[type="reset"]:focus,
.image-section input[type="reset"]:hover,
.image-section input[type="submit"]:focus,
.image-section input[type="submit"]:hover,
.image-section .widget .button:focus,
.image-section .widget .button:hover {
	background-color: #FCFCFC;
	border: 2px solid #FCFCFC;
	color: #18191A;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover,
.site-container .footer-widgets .widget input[type="submit"]:disabled,
.site-container .footer-widgets .widget input[type="submit"]:disabled:hover {
	background-color: #ddd;
	border-color: #ddd;
	color: #444;
	cursor: not-allowed;
}

.post-password-form input[type="password"] {
	margin-bottom: 15px;
}

/* Tables
--------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

table:focus {
	outline: none;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 800;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus {
	background: #FCFCFC;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #18191A;
	display: block;
	font-size: 1em;
	font-weight: 800;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.more-link {
	position: relative;
}

/* Structure and Layout
---------------------------------------------------------------------------- */
/* Site Containers
--------------------------------------------- */
.site-inner,
.wrap {
	float: none;
	margin: 0 auto;
	width: 100%;
}

.site-inner {
	background-color: #FCFCFC;
	clear: both;
	margin-top: 170px;
	position: relative;
	z-index: 9;
	word-wrap: break-word;
}

.page-template-front-page .site-inner,
.archive .site-inner,
.page-template-archive-portfolio .site-inner,
.woocommerce-account .site-inner,
.woocommerce-cart .site-inner,
.woocommerce-checkout .site-inner,
.privacy-policy .site-inner {
	margin-bottom: 90vh;
    flex: 1;
    z-index: 10;
}

.page-template-front-page .site-inner,
.archive .site-inner,
.page-template-archive-portfolio .site-inner,
.woocommerce-account .site-inner,
.woocommerce-cart .site-inner,
.woocommerce-checkout .site-inner,
.privacy-policy .site-inner, 
.single-product .site-inner,
.single-portfolio .site-inner,
.page-template-contact .site-inner,
.page-template-about .site-inner,
.page-template-commissions .site-inner,
.page-template-welcome .site-inner {
	margin-top: 0;
}

.front-page .site-container .site-inner,
.single-product .site-inner,
.single-portfolio .site-inner,
.page-template-contact .site-inner,
.page-template-about .site-inner,
.page-template-commissions .site-inner,
.page-template-welcome .site-inner {
	max-width: 100%;
}

.archive .site-inner,
.page-template-archive-portfolio .site-inner,
.woocommerce-account .site-inner,
.woocommerce-cart .site-inner,
.woocommerce-checkout .site-inner,
.privacy-policy .site-inner {
	padding-top: 6em;
}

.woocommerce-account .site-inner,
.woocommerce-cart .site-inner,
.woocommerce-checkout .site-inner {
	width: 100%;
}

.altitude-landing .site-container .site-inner {
	margin-top: 100px;
}

.secondary-nav .site-inner {
	margin-top: 250px;
}

/* Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

/* Common Classes
---------------------------------------------------------------------------- */
/* Avatar
--------------------------------------------- */
.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar {
	height: 88px;
	width: 88px;
}

.entry-comments .avatar {
	height: 60px;
	width: 60px;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 20px 24px 0;
}

/* Genesis
--------------------------------------------- */
.breadcrumb {
	border-bottom: 2px solid #FCFCFC;
	font-size: 20px;
	margin-bottom: 60px;
	padding-bottom: 10px;
}

.archive-description,
.author-box {
	border-bottom: 1px solid #18191A;
	border-top: 1px solid #18191A;
	font-size: 20px;
	margin-bottom: 100px;
	padding: 40px 0;
}

.author-box-title {
	font-size: 22px;
	margin-bottom: 8px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */
.search-form {
	overflow: hidden;
	position: relative;
}

.search-form input[type="submit"] {
	padding: 25px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.widget_search input[type="submit"]:focus {
	background: #18191A;
	border-radius: 0;
	box-shadow: none;
	color: #FCFCFC;
	padding: 20px 23px;
	right: 0;
	top: 0;
}

.error404 .content .search-form {
	margin-bottom: 40px;
}

.error404 .content input[type="search"] {
	margin-right: 10px;
	width: auto;
}

/* Titles
--------------------------------------------- */
.archive-title {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 20px;
}

.sidebar .entry-title {
	font-size: 24px;
	text-align: left;
}

.entry-title a {
	color: #18191A;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #18191A;
}

/* WordPress
--------------------------------------------- */
.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin: 0 0 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	color: #18191A;
	font-family: Mukta, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 1.2;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.post-password-form input {
	width: auto;
}

.post-password-form input[type="submit"] {
	padding: 25px;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin: 0 0 28px;
}

/* Widgets
---------------------------------------------------------------------------- */
.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */
.featured-content .entry-title {
	font-size: 24px;
}

/* Simple Social Icons
--------------------------------------------- */
.altitude-home .content .simple-social-icons {
	margin-top: 40px;
}

.altitude-home .content .simple-social-icons ul li {
	margin: 0 20px !important;
}

.altitude-home .content .simple-social-icons ul li a,
.altitude-home .content .simple-social-icons ul li a:focus,
.altitude-home .content .simple-social-icons ul li a:hover {
	padding: 30px;
}

/* Plugins
---------------------------------------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */
.enews-widget input {
	font-size: 18px;
	margin-bottom: 20px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* Genesis Portfolio Pro
--------------------------------------------- */
.genesis-pro-portfolio .content .pro-portfolio {
	padding: 0;
}

/* Jetpack
--------------------------------------------- */
#wpstats {
	display: none;
}

/* WP Forms
--------------------------------------------- */
.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 20px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 800;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 16px;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 20px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}

/* Skip Links
---------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}

/* Site Header
---------------------------------------------------------------------------- */
.site-header {
	background-color: transparent;
	left: 0;
	padding: 0.5em;
	position: fixed;
	width: 100%;
	z-index: 999;
}

.featured-section .site-header {
	background-color: transparent;
}

.featured-section .site-header > .wrap {
	border-bottom: 1px solid #FCFCFC;
}

html:not([data-scroll="0"]) .site-header {
	background-color: transparent;
}

html:not([data-scroll="0"]) .site-header > .wrap {
	border-bottom: none;
}

html:not([data-scroll="0"]) .nav-secondary {
	display: none;
}

/* Title Area
--------------------------------------------- */
.title-area {
	float: left;
	padding: 25px 0;
	width: auto;
}

html:not([data-scroll="0"]) .site-header .title-area {
	padding: 15px 0;
}

.site-title {
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 2px;
	line-height: 1;
	margin-bottom: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #FCFCFC !important;
}

.header-image .title-area,
html:not([data-scroll="0"]) .header-image .site-header .title-area {
	padding: 0;
}

.header-image .site-title > a {
	background-size: contain !important;
    display: block;
    height: calc(20px + (40 - 20) * ((100vw - 300px) / (1920 - 300)));
    text-indent: -9999px;
    width: min(30vw, 250px);
    max-width: 250px;
}

/* html:not([data-scroll="0"]) .header-image .site-title > a {
	height: 50px;
} */

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

.site-header .widget-area {
    float: right;
    text-align: right;
    width: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
}

/* Site Navigation
---------------------------------------------------------------------------- */
.genesis-nav-menu {
	line-height: 1;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu li li {
	margin-left: 0;
}

.genesis-nav-menu a {
	color: #FCFCFC;
	display: block;
	font-size: 14px;
	font-weight: 200;
	letter-spacing: 1px;
	padding: 30px 15px;
	text-transform: uppercase;
}

html:not([data-scroll="0"]) .site-header .genesis-nav-menu a {
	padding: 20px 15px;
}

.genesis-nav-menu li.highlight a:focus::before,
.genesis-nav-menu li.highlight a:hover::before {
	color: #FCFCFC;
}

.genesis-nav-menu li.highlight > a {
	font-weight: 800;
}

.front-page .genesis-nav-menu li.current-menu-item > a,
.genesis-nav-menu > li > a {
	border-bottom: 2px solid transparent;
}

.front-page .genesis-nav-menu li.current-menu-item > a:focus,
.front-page .genesis-nav-menu li.current-menu-item > a:hover,
.genesis-nav-menu li.current-menu-item > a,
.genesis-nav-menu > li > a:focus,
.genesis-nav-menu > li > a:hover {
	border-color: #FCFCFC;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	transition: opacity 0.4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #111;
	outline: none;
	padding: 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu li.current-menu-item > a {
	background-color: #222;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #FCFCFC;
	display: inline-block;
	list-style-type: none;
	padding: 27px 20px;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	display: block;
	margin: 0 auto;
	padding: 0 20px 20px;
	width: 50%;
}

/* Primary Navigation
--------------------------------------------- */
.nav-primary {
	text-align: center;
}

.nav-primary .genesis-nav-menu {
	float: right;
}

/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
	border-bottom: 1px solid #FCFCFC;
}

/* Footer Navigation
--------------------------------------------- */
.nav-footer .genesis-nav-menu {
	padding: 6px 0;
}

.nav-footer .genesis-nav-menu a {
	border: none;
	font-weight: 800;
	letter-spacing: 3px;
	margin: 0;
	padding: 14px 25px;
}

/* Responsive Menu
--------------------------------------------- */
.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

/* Content Area
---------------------------------------------------------------------------- */
/* Front Page
--------------------------------------------- */
.image-section,
.solid-section {
	clear: both;
	text-align: center;
	width: 100%;
}

.image-section {
	display: table;
	table-layout: fixed;
}

.image-section,
[id^="section"] .wrap {
    width: 100%;
	height: 100vh;
	overflow: hidden;
}

#section2 {
	padding: 3em 0 0;
}

#section3,
#section3 .side-by-side,
#section4,
#section5 {
	padding: 3em 0;
}

#section4 .featured-products {
	padding: 0 0 5em;
}

#section6 {
	padding: 0 0 3em;
}

#section3 .wrap,
#section4 .wrap,
#section5 .wrap {
	height: auto;
	min-height: 100vh;
}

.image-section {
	background: linear-gradient(to bottom, 
		rgba(0, 0, 0, 0.05) 5%,
        rgba(0, 0, 0, 0.10) 10%,
		rgba(0, 0, 0, 0.15) 15%,								
		rgba(0, 0, 0, 0.20) 20%,
		rgba(0, 0, 0, 0.25) 25%,								
		rgba(0, 0, 0, 0.30) 30%,
		rgba(0, 0, 0, 0.35) 35%,
		rgba(0, 0, 0, 0.40) 40%,
		rgba(0, 0, 0, 0.45) 45%,
		rgba(0, 0, 0, 0.50) 50%,
		rgba(0, 0, 0, 0.55) 55%,
		rgba(0, 0, 0, 0.60) 60%,
		rgba(0, 0, 0, 0.65) 65%,
		rgba(0, 0, 0, 0.70) 70%,
		rgba(0, 0, 0, 0.75) 75%,
		rgba(0, 0, 0, 0.80) 80%,
		rgba(0, 0, 0, 0.85) 85%,
        rgba(0, 0, 0, 0.90) 90%, 
		rgba(0, 0, 0, 0.95) 95%, 
        rgba(0, 0, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#33000000", endColorstr="#e6000000", GradientType=0);
}

[id^="section"]:nth-of-type(odd) .wrap {
  background: center center / cover, linear-gradient(to bottom, hsl(207deg 41.52% 4.82% / 2%), hsl(207deg 41.52% 4.82% / 10%));
  background-blend-mode: overlay;
}

#section1 .wrap,
#section7 .wrap {
	background: linear-gradient(to bottom, hsl(0deg 0% 0% / 2%), hsl(0deg 0% 0% / 30%));
}

.page-template-welcome .section {
	background-attachment: fixed;
    background-color: #FCFCFC;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	overflow: hidden;
	width: 100%;
	min-height: 100vh;
}

.section:focus,
.section:target {
	outline: none;
}

.image-section .widget-area {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.image-section,
.image-section a {
	color: #FCFCFC;
}

.image-section a:focus,
.image-section a:hover,
.image-section .featured-content .entry-title a:focus,
.image-section .featured-content .entry-title a:hover {
	color: #18191A;
}

.solid-section {
	background-color: #FCFCFC;
}

.front-page-2,
.front-page-3,
.front-page-4,
.front-page-5,
.front-page-6,
.front-page-7 {
	border-top: 54px solid transparent;
	margin-top: -54px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	position: relative;
	z-index: 9;
}

.front-page-1,
.front-page-3,
.front-page-5,
.front-page-7 {
	background-attachment: fixed;
	background-color: #FCFCFC;
	background-repeat: no-repeat;
	background-size: cover;
}

.front-page-1 {
	background-position: 50% 0;
}

.front-page-3,
.front-page-5,
.front-page-7 {
	background-position: 50% 50%;
}

.front-page-1 {
	position: relative;
}

.front-page-1 .image-section {
	padding-top: 75px;
}

.secondary-nav .front-page-1 .image-section {
	padding-top: 150px;
}

.bottom-image {
	margin-bottom: -120px;
	margin-top: 100px;
}

.bottom-image img {
	margin-bottom: -10px;
}

.front-page .field-wrap:last-child {
	margin-bottom: 0;
}

.small-disclaimer {
	font-size: 14px;
	font-style: italic;
}

#section3,
#section4,
#section5,
#section6 {
	height: auto;
}

#section3 .gallery-item:nth-child(2) {
	margin-top: 5em;
}

.featured-products-headline {
    padding: 0 calc(34px + (88 - 34) * ((100vw - 300px) / (1920 - 300))) 4em;
}

.featured-products-headline h2 {
	width: 50%;
}

.featured-products-headline p {
	width: 40%;
	margin-left: auto;
	margin-right: auto;
}

#section5 .left-side-heading,
#section5 .left-side-content {
	padding: 0 calc(34px + (88 - 34) * ((100vw - 300px) / (1920 - 300)));
}

#section6 .right-side {
    position: relative;
    overflow: hidden;
}

.vertical-slider {
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    scroll-behavior: smooth;
    display: flex;
    flex-direction: column;
}

.slider-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.slide-item {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5em;
}

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

/* Dashicons
--------------------------------------------- */
.front-page .dashicons {
	font-size: 40px;
	height: 40px;
	margin-bottom: 20px;
	width: 40px;
}

/* Flexible Widgets
--------------------------------------------- */
.flexible-widgets {
	padding-bottom: 60px;
	padding-top: 100px;
}

.front-page .flexible-widgets {
    padding-top: 5em;
	padding-bottom: 8em;
}

.flexible-widgets .widget {
	float: left;
	margin: 0 0 40px 2.564102564102564%;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-area .widget:nth-of-type(1),
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
	background: none;
	margin-left: 0;
	padding: 0;
	width: 100%;
}

.widget-area.flexible-widgets.widget-half .widget,
.flexible-widgets.widget-halves .widget {
	width: 48.717948717948715%;
}

.flexible-widgets.widget-thirds .widget {
	width: 31.623931623931625%;
}

.flexible-widgets.widget-fourths .widget {
	width: 23.076923076923077%;
}

.flexible-widgets.widget-halves .widget:nth-child(even),
.flexible-widgets.widget-thirds .widget:nth-child(3n+2),
.flexible-widgets.widget-fourths .widget:nth-child(4n+2) {
	clear: left;
	margin-left: 0;
}

.solid-section .widget {
	background-color: #FCFCFC;
	padding: 40px;
}

.solid-section .widget:not(:first-child) .widget-title {
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.flexible-widgets p.large {
	font-size: 36px;
	line-height: 1;
}

.flexible-widgets p.price {
	font-size: 32px;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 20px;
}

/* Content
--------------------------------------------- */
.content {
	float: left;
	width: 700px;
}

.page .content {
	padding-bottom: 50px;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	padding: 0 calc(34px + (88 - 34) * ((100vw - 300px) / (1920 - 300))) 2em;
	width: 100%;
}

.full-width-content.front-page .content,
.single-product.full-width-content .content,
.archive.full-width-content .content,
.single-portfolio.full-width-content .content,
.page-template-archive-portfolio.full-width-content .content,
.page-template-contact.full-width-content .content,
.page-template-about.full-width-content .content,
.page-template-commissions.full-width-content .content,
.page-template-welcome.full-width-content .content {
	padding: 0;
}

/* Entries
--------------------------------------------- */
.entry {
	margin-bottom: 100px;
}

.page-template-front-page .entry {
	margin-bottom: 0;
}

.widget .entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	padding-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #18191A;
	color: #ddd;
}

/* Entry Meta
--------------------------------------------- */
p.entry-meta {
	font-size: 20px;
	margin-bottom: 0;
}

.single-portfolio p.entry-meta {
	display: none;
}

.entry-header,
.entry-footer {
	text-align: center;
}

.entry-header p.entry-meta {
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.entry-header::after {
	content: "";
	display: block;
	margin: 0 auto 60px;
	padding-bottom: 30px;
	width: 25%;
}

.image-section .entry-header::after {
	border-color: #FCFCFC;
}

.entry-footer::before {
	border-top: 1px solid #18191A;
	content: "";
	display: block;
	margin: 30px auto 0;
	padding-top: 60px;
	width: 25%;
}

.sidebar .entry-header::after {
	display: none;
}

.entry-categories::before,
.entry-tags::before {
	display: inline-block;
	font: 20px/1 dashicons;
	/* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	margin-right: 5px;
	margin-top: 2px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* After Entry
--------------------------------------------- */
.after-entry {
	border-top: 1px solid #18191A;
	padding: 40px 0;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */
.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #18191A;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	color: #FCFCFC;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 8px 12px;
	text-transform: uppercase;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #18191A;
	color: #FCFCFC;
}

/* Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 100px;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

.comment-header {
	font-size: 20px;
}

.entry-comments .comment {
	border-bottom: 1px solid #18191A;
}

.comment-content,
.entry-comments .comment {
	clear: both;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .children .comment {
	border: none;
}

.comment-respond label {
	display: block;
	font-weight: 800;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.entry-comments ul.children {
	margin-left: 40px;
}

.ping-list .reply {
	display: none;
}

/* Sidebar
---------------------------------------------------------------------------- */
.sidebar {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar {
	float: left;
}

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

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

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

.sidebar .widget {
	margin-bottom: 40px;
}

/* Footer Widgets
---------------------------------------------------------------------------- */
.footer-widgets {
	background-color: #18191A;
	clear: both;
	text-align: center;
	position: relative;
	z-index: 9;
}

.footer-widgets .wrap {
	padding-bottom: 100px;
	padding-top: 100px;
}

.footer-widgets,
.footer-widgets .wrap a,
.footer-widgets .wrap a.button {
	color: #FCFCFC;
}

.footer-widgets a:focus,
.footer-widgets a:hover {
	color: #18191A;
}

.footer-widgets li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

/* Site Footer
---------------------------------------------------------------------------- */

footer {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.site-footer {
	background-color: transparent;
	display: flex;
	position: relative;
	z-index: 9;
}

.page-template-front-page .site-footer,
.archive .site-footer,
.page-template-archive-portfolio .site-footer,
.woocommerce-account .site-footer,
.woocommerce-cart .site-footer,
.woocommerce-checkout .site-footer,
.privacy-policy .site-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.site-footer .wrap {
    display: flex;
    flex-direction: column;
    padding: 2em;
    background-color: hsl(207deg 41.52% 4.82% / 10%);
    width: calc(100% - calc(60px + (164 - 60) * ((100vw - 300px) / (1920 - 300))));
}

.site-footer .wrap,
.related.products {
	border-top-left-radius: 2.6vw;
	border-top-right-radius:  2.6vw;
}

.footer-points-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-items: center;
	justify-content: space-evenly;
	row-gap: 1em;
}

.footer-top {
	display: flex;
    justify-content: center;
    width: 100%;
}

.footer-site-title {
	color: #FCFCFC;
	white-space: nowrap;
	overflow: hidden;
	font-family: "Anton", sans-serif;
	font-size: calc(265px + (530 - 265) * ((100vw - 300px) / (1920 - 300)));
	text-transform: uppercase;
	line-height: 1.2;
	display: flex;
    justify-content: center;
    align-items: center;	
    width: 100%; 
    transition: font-size 0.2s;
}

.social-icon svg {
  width: calc(24px + (36 - 24) * ((100vw - 300px) / (1920 - 300)));;
  height: calc(24px + (36 - 24) * ((100vw - 300px) / (1920 - 300)));;
  fill: currentColor;
}

.site-footer a,
.site-footer p {
    display: flex;
    align-items: center;
    justify-content: center;
	color: currentColor;
	text-decoration: none;
	transition: all .5s ease-in-out;
	font-weight: 400;
}

.page-template-about .site-footer a,
.page-template-about .site-footer p,
.page-template-commissions .site-footer a,
.page-template-commissions .site-footer p,
.page-template-contact .site-footer a,
.page-template-contact .site-footer p {
	color: #FCFCFC;
	font-weight: 600;
}

.site-footer a:focus,
.site-footer a:hover,
.site-footer p:focus,
.site-footer p:hover {
	text-decoration: none;
	color: #FCFCFC;
}

.site-footer p,
.site-footer a {
	font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (1920 - 300)));
	letter-spacing: 1px;
	margin-bottom: 0;
}

.site-footer a {
    cursor: pointer;
}

.footer-message {
    align-self: center;
	padding: 1em 0;
}

/* Single Product
---------------------------------------------------------------------------- */

.woocommerce div.product {
    margin-bottom: 5em !important;
    position: relative;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 100% !important;
    /* border: 1px solid hsla(43, 8%, 43%, 0.1); */
    margin-bottom: 50px !important;
}

.single-product .flex-active-slide {
	display: none !important;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    position: fixed;
    padding: calc(30px + (85 - 30) * ((100vw - 300px) / (1920 - 300)));
	right: 0;
	top: 50%;              
    transform: translateY(-50%);
    box-sizing: border-box;
}

.woocommerce div.product div.summary {
    margin-top: 2em;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary,
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    width: 50% !important;
}

.woocommerce div.product div.images img {
    width: 100% !important;
    height: 100vh !important;
    object-fit: cover;
    object-position: center;
    opacity: 1 !important;
    margin: 0 0 12px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 100% !important;
}

.woocommerce .woocommerce-product-gallery__trigger {
    display: none;
}

.woocommerce div.product div.images .zoomImg {
    pointer-events: none;
}

.related.products,
.up-sells.upsells.products {
	border-top: 1px solid hsla(43, 8%, 43%, 0.1);
	position: relative;
	background-color: #FCFCFC;
}

.related.products,
.up-sells.upsells.products,
.archive ul.products.columns-4 {
	padding: 5em 0;
}

.related.products h2,
.up-sells.upsells.products h2 {
	font-size: calc(24px + (48 - 24) * ((100vw - 300px) / (1920 - 300)));
	padding: 0 1em;
}

.woocommerce .products ul,
.woocommerce ul.products,
.portfolio-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: calc(30px + (50 - 30) * ((100vw - 300px) / (1920 - 300)));
}

ul.products::before,
ul.products::after {
    display: none !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.portfolio-item {
	flex: 0 1 calc(100% / 3 - calc(40px + (90 - 40) * ((100vw - 300px) / (1920 - 300))));
    box-sizing: border-box;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    text-align: center;
    margin: 0 !important;
}

.woocommerce ul.products li.product .button:hover,
button.category-filter:hover,
button.category-filter:focus,
button.category-filter:target,
button.category-filter.active:hover,
button.category-filter.active:focus,
button.category-filter.active:target,
button.category-filter.active,
.portfolio-filters button:hover,
.portfolio-filters button:focus,
.portfolio-filters button:target,
.portfolio-filters button.active,
.woocommerce .woocommerce-info .button:hover {
    background-color: #18191A;
	color: #82735C;
}

.woocommerce ul.products li.product .button:hover,
button.category-filter:hover,
button.category-filter:focus,
button.category-filter:target,
button.category-filter.active:hover,
button.category-filter.active:focus,
button.category-filter.active:target,
.portfolio-filters button:hover,
.portfolio-filters button:focus,
.portfolio-filters button:target,
.woocommerce .woocommerce-info .button:hover,
.woocommerce div.product form.cart .button:hover,
.wc-block-components-button:not(.is-link):hover,
.woocommerce button.button:hover,
.nf-form-content input[type=submit]:hover {
	box-shadow: inset 0 0 0 5px #FCFCFC,0 0 0 1px #18191A;
}

button.category-filter,
.portfolio-filters button,
.woocommerce div.product form.cart .button,
.wc-block-components-button:not(.is-link),
.woocommerce button.button {
	transition: all .2s ease-in-out;
}

button.category-filter,
.portfolio-filters button {
	margin-right: 5px;
}

.shop-category-filters,
.portfolio-filters,
.entry-title,
.archive h1 {
	display: flex;
	justify-content: flex-end;
	margin-right: 30px;
}

.page-template-faqs .entry-title {
	justify-content: center;
}

.single-product .entry-title,
.page-template-about .entry-title,
.page-template-contact .entry-title,
.page-template-commissions .entry-title {
	justify-content: flex-start;
}

.woocommerce div.product form.cart .reset_variations {
    display: none !important;
}

.tax-portfolio_category h2.entry-title:first-of-type,
.tax-portfolio_category .portfolio-filters {
	display: none;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    border-top: none !important;
}

.woocommerce-message {
    position: fixed !important;
    bottom: 3em;
    right: 0;
    display: flex;
    flex-direction: column;
}

.woocommerce-product-attributes-item.woocommerce-product-attributes-item--weight,
.woocommerce-product-attributes-item.woocommerce-product-attributes-item--dimensions,
.woocommerce-cart .wc-block-components-product-metadata__description,
.woocommerce-checkout .wc-block-components-product-metadata__description {
	display: none;
}

.woocommerce div.product form.cart .variations select {
    font-style: italic;
}

.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
    background: transparent !important;;
}

.woocommerce .quantity .qty {
	font-size: calc(12px + (18 - 12) * ((100vw - 300px) / (1920 - 300))) !important;
}

.woocommerce img, 
.woocommerce-page img {
    transform: none !important;
}

/* Single Portfolio
---------------------------------------------------------------------------- */

.side-by-side {
	overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.page-template-contact .side-by-side,
.page-template-contact .side-by-side .right-side,
.page-template-about .side-by-side,
.page-template-about .side-by-side .right-side,
.page-template-commissions .side-by-side,
.page-template-commissions .side-by-side .right-side,
.page-template-welcome .side-by-side {
    height: 100vh;
}

#section3 .side-by-side,
#section5 .side-by-side {
    height: 100%;
    min-height: 100vh;
}

.page-template-welcome .side-by-side {
    width: 100%;
}

[id^="section"]:nth-of-type(even) .side-by-side > div {
	padding: calc(34px + (88 - 34) * ((100vw - 300px) / (1920 - 300)));
}

[id^="section"]:nth-of-type(3) .side-by-side > div {
	padding: 5em 0;
}

[id^="section"]:nth-of-type(5) .side-by-side > div {
	padding: 5em calc(34px + (88 - 34) * ((100vw - 300px) / (1920 - 300)));
}

#section6 .side-by-side {
    flex-direction: row-reverse
}

.side-by-side .left-side,
.side-by-side .right-side {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
	flex: 0.5;
	width: 50%;
}

.side-by-side .left-side img {
	/* border: 1px solid hsla(43, 8%, 43%, 0.1); */
	height: 100vh;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.page-template-welcome .side-by-side .left-side img {
	height: 100%;
}

.single-portfolio .side-by-side .left-side img {
	cursor: pointer;
}

.side-by-side .right-side {
    position: fixed;
    padding: calc(30px + (85 - 30) * ((100vw - 300px) / (1920 - 300)));
    top: 50%;
	right: 0;
    transform: translateY(-50%);
}

.page-template-welcome .side-by-side > div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.page-template-welcome .side-by-side > div:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

.page-template-welcome .side-by-side .right-side {
    padding: 0;
	top: auto;
    right: auto;
    transform: none;
}

#section1 .side-by-side {
	flex-direction: column;
    align-items: center;
	justify-content: center;
}

#section1 .side-by-side > div {
    flex-direction: column;
    flex: 0;
    width: 100%;
}

#section2 .right-side,
#section5 .right-side {
	width: 100%;
    overflow: hidden;
    position: relative;
    align-items: normal;
}

#section7 .side-by-side {
	width: 60%;
	flex-direction: column;
	justify-content: center;
}


#section7 .side-by-side > div {
	flex: 0;
}

#section7 .side-by-side .left-side,
#section7 .side-by-side .right-side {
	align-items: self-start;
}

#section7 .side-by-side > div {
	width: 100%;
	padding: 0 calc(34px + (88 - 34) * ((100vw - 300px) / (1920 - 300)));
}

#section7 .side-by-side .right-side {
	padding: 0;
}

.right-side-content,
#section2 p,
#section5 .left-side p:not(:has(img)),
#section6 .left-side-content,
#section7 .side-by-side .right-side {
	width: 70%;
}

.right-side-heading {
	width: 80%;
}

.right-side-content {
	padding: 0 calc(34px + (88 - 34) * ((100vw - 300px) / (1920 - 300))) 0;
	align-self: flex-end;
}

.slides,
#section5 .right-side-content {
    position: relative;
    overflow: hidden;
    width: auto;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

#section5 .right-side-content {
    align-self: center;
    justify-content: center;
    padding: 0;
}

#section5 .right-side-content p:has(img),
#section5 .right-side-content img {
    margin: 0;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 3s ease;
	display: flex;
    justify-content: center;
    align-items: center;
}

.slide.active {
    opacity: 1;
    overflow: hidden;
}

.slide img {
    width: 100%;
    height: auto;
    display: flex;
    object-fit: cover;
    align-items: stretch;
}

.page-template-contact .side-by-side .left-side,
.page-template-about .side-by-side .left-side,
.page-template-commissions .side-by-side .left-side {
    position: fixed;
    overflow: hidden;
}

.page-template-contact .side-by-side .right-side,
.page-template-about .side-by-side .right-side,
.page-template-commissions .side-by-side .right-side {
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
	overflow-y: scroll;
}

.portfolio-category {
	font-size: calc(36px + (48 - 36) * ((100vw - 300px) / (1920 - 300)));
	font-style: italic;
	line-height: 1;
	margin: 0 0 20px;
}

.portfolio-category a,
.artwork-description a,
.go-back a,
.woocommerce-MyAccount-navigation ul li a,
.woocommerce-account .addresses .title .edit,
#section2 .left-side a,
#section3 .right-side-content a,
#section5 .left-side-content a,
#section7 .right-side a,
.featured-products-headline a {
	/* text-decoration-line: underline; */
	position: relative;
}

.portfolio-category a {
	text-decoration-color: hsla(46, 8%, 43%, .45);
}

.artwork-description a,
.go-back a,
.woocommerce-MyAccount-navigation ul li a,
.woocommerce-account .addresses .title .edit,
#section2 .left-side a,
#section3 .right-side-content a,
#section5 .left-side-content a,
#section7 .right-side a,
.featured-products-headline a {
	text-decoration-color: hsla(46, 8%, 43%, .75);
}

.portfolio-category a::before,
.artwork-description a::before,
.go-back a::before,
.woocommerce-MyAccount-navigation ul li a::before,
.woocommerce-account .addresses .title .edit::before {
	content: '';
	background-color: hsla(46, 8%, 43%, .35);
	position: absolute;
	left: 0;
	width: 100%;
	height: 0;
	z-index: -1;
	transition: all .3s ease-in-out;
}

.woocommerce-MyAccount-navigation ul li a::before,
.woocommerce-MyAccount-navigation ul li a:hover::before,
.artwork-description a::before,
.artwork-description a:hover::before,
.go-back a::before,
.go-back a:hover::before {
	bottom: 5px;
}

.portfolio-category a::before,
.portfolio-category a:hover::before {
	bottom: 20px;
}

.woocommerce-account .addresses .title .edit::before,
.woocommerce-account .addresses .title .edit:hover::before {
	bottom: 10px;
}

.portfolio-category a:hover::before,
.woocommerce-MyAccount-navigation ul li a:hover::before {
	height: 20px;
}

.artwork-description a:hover::before,
.go-back a:hover::before,
.woocommerce-account .addresses .title .edit:hover::before {
	height: 10px;
}

.portfolio-category a:hover,
.artwork-description a:hover,
.go-back a:hover,
.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-account .addresses .title .edit:hover {
	text-decoration-line: none;
}

#imageModal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2em;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .35s ease, visibility .35s ease;
}

#imageModal.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

#modalImg {
    display: block;
    max-width: 90vw;
    max-height: 90vh;
    width: auto;
    height: auto;
    object-fit: contain;
    transform: scale(.96);
    opacity: 0;
    transition: transform .35s ease, opacity .35s ease;
}

#imageModal.active #modalImg {
    transform: scale(1);
    opacity: 1;
}

#imageModal .close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 38px;
    line-height: 1;
    color: #FCFCFC;
    cursor: pointer;
    z-index: 100000;
}

#caption {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 80vw;
    color: #FCFCFC;
    text-align: center;
    font-size: 12px;
}

.pswp__item {
    position: fixed !important;
}

.pswp,
.pswp__bg,
.pswp__zoom-wrap,
.pswp__img {
    will-change: opacity, transform;
}

.pswp__bg {
    background: rgba(0, 0, 0, 0.9) !important;
    transition: opacity .35s ease !important;
}

.pswp__zoom-wrap,
.pswp__img {
    transition: opacity .35s ease, transform .35s ease !important;
}

.pswp__top-bar,
.pswp__caption,
.pswp__button {
    transition: opacity .3s ease !important;
}

/* Front Page
---------------------------------------------------------------------------- */

.page-template-welcome .products.columns-4,
#section4 .gallery {
    display: flex;
    /* width: calc(200%); */
    /* animation: scrolling 120s linear infinite; */
}

.page-template-welcome .woocommerce ul.products li.product,
.page-template-welcome .woocommerce-page ul.products li.product {
    flex: 0 0 clamp(340px, 33vw, 600px);
    max-width: 600px;
    width: 100%;
    box-sizing: border-box;
}

.page-template-welcome .products.columns-4,
#section4 .gallery {
    flex-wrap: nowrap;
}

#section4 .products.columns-4 {
    padding: 0 0 5em !important;
}

.page-template-welcome .products.columns-4 {
    gap: calc(20px + (50 - 20) * ((100vw - 300px) / (1920 - 300)));
    overflow: hidden;
}

.page-template-welcome ul.products li.product:nth-child(even) {
    top: calc(50px + (90 - 50) * ((100vw - 300px) / (1920 - 300)));
    margin-bottom: 10px !important;
}

#section4 .gallery .gallery-item:nth-of-type(even) {
    top: calc(50px + (90 - 50) * ((100vw - 300px) / (1920 - 300)));
}

#section4 .gallery .gallery-item:nth-of-type(even) {
    position: relative;
}

/* Scrolling Keyframes */
@keyframes scrolling {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.woocommerce ul.products li.product .button {
    width: 100%;
    background-color: #FCFCFC;
    color: #18191A;
    border: none;
    margin-top: 0 !important;
    transition: all 0.5s ease-in-out;
}

#section4 ul.products li.product .price {
    margin-bottom: 0;
}

#section4 ul.products li.product a.woocommerce-loop-product__link,
.woocommerce ul.products li.product a.woocommerce-loop-product__link {
    border-bottom: none;
    padding-bottom: 10px;
}

/* Off-Canvas content
--------------------------------------------- */

/*.admin-bar .c-offcanvas {
    top: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}*/
 
.c-offcanvas-content-wrap {
    background: transparent;
}
 
.c-offcanvas.c-offcanvas--top {
    height: auto;
}
 
.c-offcanvas {
    padding: 8em 4em;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3,
.js-offcanvas-trigger,
.js-offcanvas-trigger:before {
	font-size: calc(22px + (36 - 22) * ((100vw - 300px) / (1920 - 300))) !important;
}

.js-offcanvas-trigger,
.js-offcanvas-trigger:before {
    font-weight: bold;
    line-height: 1;
}
 
.js-offcanvas-trigger {
    background-color: transparent;
    color: #18191A;
    border: none;
    transition: color 1s ease;
    text-transform: uppercase;
    padding: 0 4px !important;
}

.page-template-front-page .js-offcanvas-trigger {
    color: #FCFCFC;
}

.site-header.dashicons,
.site-header .dashicons-before:before {
    width: 22px !important;
    height: 22px !important;
    font-size: calc(22px + (36 - 22) * ((100vw - 300px) / (1920 - 300))) !important;
}

.js-offcanvas-trigger:before {
    margin-right: 0.4em;
}

.js-offcanvas-trigger .menu-icon {
    display: block;
    width: 1em;
    height: auto;
    fill: currentColor;
    flex-shrink: 0;
}

.js-offcanvas-trigger,
.c-button__text {
    display: flex;
    align-items: center;
}
 
.js-offcanvas-close {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0;
    background: transparent;
    color: #82735C;
    border: none;
    cursor: pointer;
    z-index: 20;
}
 
.js-offcanvas-trigger:focus,
.js-offcanvas-trigger:hover,
.js-offcanvas-close:hover,
.js-offcanvas-close:focus {
	background-color: transparent;
	color: #82735C;
	outline: none;
    border: none;
}
 
.fa-times-thin {
    font-style: normal;
    font-weight: 300; /* thinner */
    font-size: 26px;
    line-height: 1;
    display: block;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}

.fa-times-thin::before {
    content: "✕";
}
 
.offcanvas-content .widget_nav_menu ul > li {
    margin-bottom: 0;
    padding-bottom: 0;
}

.js-offcanvas-trigger,
.offcanvas-content .widget_nav_menu li a,
ul.terms li a {
	font-family: "Anton", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
}

.offcanvas-content .widget_nav_menu li a,
ul.terms li a {
	line-height: 1;
}
 
.offcanvas-content .widget_nav_menu li a,
ul.terms li a {
    display: block;
    padding: 10px 20px;
    background-color: transparent;
    outline-color: transparent;
    text-decoration: none;
    color: #FCFCFC;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    will-change: opacity;
}

.offcanvas-content .widget_nav_menu li a,
.custom-menu-item .dashicons {
    font-size: calc(36px + (64 - 36) * ((100vw - 300px) / (1920 - 300)));
    color: #82735C;
}
 
.offcanvas-content .widget_nav_menu li.current-menu-item a,
.offcanvas-content .widget_nav_menu li a:hover,
ul.terms li a:hover {
    background-color: transparent;
    opacity: 1;
}

.custom-menu-item .dashicons:hover,
.custom-menu-item a:hover,
li.right a:hover,
.offcanvas-content .widget_nav_menu li a:hover {
    opacity: 0.5;
}

#menu-woocommerce-cart a {
	font-size: calc(10px + (14 - 10) * ((100vw - 300px) / (1920 - 300)));
	font-weight: 900;
	color: #18191A;
	transition: color 0.5s ease;
	text-align: right;
	width: auto;
	display: flex;
	flex-direction: row;
	align-items: baseline;
}

.fa.fa-shopping-cart {
    font-size: calc(14px + (20 - 14) * ((100vw - 300px) / (1920 - 300)));
    margin-right: 6px;
}

.offcanvas-content .wrap {
	display: flex;
	align-items: center;
	height: 100%;
	width: 100%;
}

.offcanvas-content .wrap {
	flex-direction: row;
	justify-content: space-around;
}

aside:first-child {
	border-right: 1px solid #82735C;
}

.offcanvas-content.widget-area {
	width: 100%;
}

.offcanvas-content .wrap > aside,
.menu.right {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex: 1;
	height: 100%;
	width: 100%;
}

.menu.right > div {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex: 1;
	height: 100%;
	width: 100%;
}

.custom-menu-item:first-of-type {
    margin-bottom: 1em;
}

.custom-menu-item:last-of-type {
    margin-top: 2em;
}

.custom-menu-item .icons {
    margin: 0.3em;
    border-radius: 50%;
    border: 1px solid #82735C;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: calc(64px + (136 - 64) * ((100vw - 300px) / (1920 - 300)));
    height: calc(64px + (136 - 64) * ((100vw - 300px) / (1920 - 300)));
    color: #82735C;
}

.custom-menu-item .icons:before {
    content: "";
    display: block;
    width: 55%;
    height: 55%;
    background-color: currentColor;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
}

.user-icon:before {
    -webkit-mask-image: url('/wp-content/themes/altitude-pro/icons/user-icon.svg');
    mask-image: url('/wp-content/themes/altitude-pro/icons/user-icon.svg');
}

.cart-icon:before {
    -webkit-mask-image: url('/wp-content/themes/altitude-pro/icons/cart-icon.svg');
    mask-image: url('/wp-content/themes/altitude-pro/icons/cart-icon.svg');
}

.mail-icon:before {
    -webkit-mask-image: url('/wp-content/themes/altitude-pro/icons/mail-icon.svg');
    mask-image: url('/wp-content/themes/altitude-pro/icons/mail-icon.svg');
}

.phone-icon:before {
    -webkit-mask-image: url('/wp-content/themes/altitude-pro/icons/phone-icon.svg');
    mask-image: url('/wp-content/themes/altitude-pro/icons/phone-icon.svg');
}

.icons .hidden-text {
    position: absolute;
    bottom: 1em;
    opacity: 0;
	font-size: calc(10px + (14 - 10) * ((100vw - 300px) / (1920 - 300)));
    -webkit-transform: translate3d(-5px, -5px, 0);
    transform: translate3d(-5px, -5px, 0);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}

.icons:hover .hidden-text {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.full-width-content [class^="xoo-wsc-icon-"], 
.full-width-content [class*=" xoo-wsc-icon-"],
.full-width-content .xoo-wsc-icon-cross:before {
	font-family: "Mukta", sans-serif !important;
}

.xoo-wsc-bki {
    display: flex;
}

.xoo-wsc-icon-basket1:before,
.xoo-wsc-icon-trash:before,
.xoo-wsc-icon-basket1.xoo-wsch-icon:before {
    content: '' !important;
    display: inline-flex;
    background-color: currentColor;
    -webkit-mask-size: contain;
    mask-size: contain;
    transition: opacity ease-in-out .2s;
    color: currentColor;
}

.xoo-wsc-icon-basket1:before {
    -webkit-mask: url('/wp-content/themes/altitude-pro/icons/cart-icon.svg') no-repeat center;
    mask: url('/wp-content/themes/altitude-pro/icons/cart-icon.svg') no-repeat center;
	width: calc(24px + (36 - 24) * ((100vw - 300px) / (1920 - 300)));
    height: calc(24px + (36 - 24) * ((100vw - 300px) / (1920 - 300)));
}

.xoo-wsc-icon-cross:before {
    content: "x" !important;
}

.xoo-wsc-icon-basket1.xoo-wsch-icon:before {
     -webkit-mask: url('/wp-content/themes/altitude-pro/icons/shopping-bag-icon.svg') no-repeat center;
     mask: url('/wp-content/themes/altitude-pro/icons/shopping-bag-icon.svg') no-repeat center;
     width: calc(36px + (42 - 36) * ((100vw - 300px) / (1920 - 300)));
     height: calc(36px + (42 - 36) * ((100vw - 300px) / (1920 - 300)));
}

.xoo-wsc-icon-trash:before {
     -webkit-mask: url('/wp-content/themes/altitude-pro/icons/trash-icon.svg') no-repeat center;
    mask: url('/wp-content/themes/altitude-pro/icons/trash-icon.svg') no-repeat center;
	width: calc(18px + (24 - 18) * ((100vw - 300px) / (1920 - 300)));
    height: calc(18px + (24 - 18) * ((100vw - 300px) / (1920 - 300)));
}

/* Gallery
--------------------------------------------- */

.portfolio-items {
  padding: 5em 0;
}

.portfolio-item,
.woocommerce ul.products li.product {
    border: 20px solid hsla(207, 58%, 14%, 0.03);
	cursor: pointer;
	transition: transform 0.3s ease;
}

.portfolio-item:hover,
.woocommerce ul.products li.product:hover {
    transform: scale(1.05);
}

#section4 .portfolio-item:hover,
#section4 ul.products li.product:hover {
    transform: none;
}

/* Floating Cart Icon
--------------------------------------------- */

.cart-icon {
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cart-icon .dashicons-cart {
	margin: 10px;
	z-index: 9999997;
	cursor: pointer;
	transition: 0.5s ease-out;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: calc(24px + (36 - 24) * ((100vw - 300px) / (1920 - 300)));
	right: 0;
	background-color: #FCFCFC;
	color: #18191A;
	box-shadow: 0 1px 4px 0;
	border-radius: 50%;
	width: 60px;
	height: 60px;
}

.cart-icon .dashicons-cart:hover {
	color: #82735C;
}

.cart-count {
    border-radius: 50%;
    position: absolute;
	box-shadow: 0 1px 4px 0;
    font-size: 13px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    overflow: hidden;
	top: 0;
    left: 0;
    background-color: #FCFCFC;
	color: #18191A;
}

/* Cart & Checkout Page
--------------------------------------------- */

.wc-block-components-sidebar-layout .wc-block-components-main,
.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-calculator,
.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-rates-control__package:not(.wc-block-components-panel) {
    padding-right: 0 !important;
}

.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-calculator,
.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-rates-control__package:not(.wc-block-components-panel) {
    padding-left: 0 !important;
}

.wc-block-components-sidebar-layout .wc-block-components-main,
.wc-block-components-sidebar,
.wc-blocks-components-select .wc-blocks-components-select__container,
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input.is-active input[type=text],
.woocommerce-checkout .wc-block-components-sidebar-layout {
    border: 1px solid hsla(0, 0%, 5%, .1) !important;
}

.wc-block-components-sidebar {
    border-left: none !important;
}

.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main,
.woocommerce-checkout .wc-block-components-sidebar {
	border: none !important;
}

.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
	border-right: 1px solid hsla(0, 0%, 5%, .1) !important;
}

.wc-block-components-sidebar-layout .wc-block-components-main,
.wc-block-components-sidebar {
    padding: 2em !important;
}

.wc-blocks-components-select .wc-blocks-components-select__container,
.wc-block-components-text-input input[type=text] {
    border-radius: 0 !important;
}

table.wc-block-cart-items tr {
    border-top: none;
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address__link {
	text-decoration-color: hsla(0, 0%, 75%, .75) !important;
    font-style: italic;
    text-transform: capitalize;
    letter-spacing: normal;
    color: #18191A;
}

.is-large.wc-block-cart .wc-block-cart__totals-title,
table.wc-block-cart-items .wc-block-cart-items__header th,
.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title,
.wc-block-components-product-name,
.wc-block-components-button:not(.is-link),
.wc-block-components-order-summary .wc-block-components-panel__button,
.woocommerce-MyAccount-navigation ul li,
th.product-name,
th.product-total,
.cart-item-details .product-title {
	font-family: "Anton", sans-serif !important;
}

.is-large.wc-block-cart .wc-block-cart__totals-title,
table.wc-block-cart-items .wc-block-cart-items__header th,
.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title,
.woocommerce-MyAccount-navigation ul li {
	font-size: calc(18px + (36 - 18) * ((100vw - 300px) / (1920 - 300))) !important;
}

.wc-block-components-product-name,
.wc-block-components-button:not(.is-link),
.wc-block-components-order-summary .wc-block-components-panel__button,
.woocommerce-account .addresses .title .edit {
	font-size: calc(14px + (24 - 14) * ((100vw - 300px) / (1920 - 300))) !important;
}

.wc-block-components-product-details.wc-block-components-product-details li {
    list-style: none;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap>:last-child {
    display: flex;
    align-items: baseline;
}

.wc-block-components-quantity-selector {
    margin: 0 0.5em .25em 0 !important;
    width: auto !important;
    font-size: .75em;
}

tr.wc-block-cart-items__row:focus,
.wc-block-components-order-summary .wc-block-components-panel__button:focus,
.wc-block-components-totals-coupon .wc-block-components-panel__button:focus {
    outline: none !important;
}

.wc-block-components-button:not(.is-link) {
	background: #18191A;
	border: 1px solid #18191A;
	color: #FCFCFC;
	text-transform: uppercase;
}

.woocommerce-checkout .wc-block-components-sidebar {
    margin-top: 0;
}

.is-large .wp-block-woocommerce-checkout-order-summary-block,
.wc-block-components-totals-coupon .wc-block-components-panel__button {
    border: none !important;
}

form.wc-block-components-totals-coupon__form button,
.wc-block-components-order-summary .wc-block-components-panel__button {
    padding: 0 !important; 
	border: none;
}

form.wc-block-components-totals-coupon__form button {
    min-height: 0 !important; 
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted,
.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=password],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=password], .wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url],
.wc-block-components-notice-banner.is-error,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce fieldset,
.select2-container--default .select2-selection--single,
.addresses {
    border-radius: 0 !important;
	border: 1px solid hsla(0, 0%, 5%, .1) !important;
}

.wc-block-components-notice-banner.is-error {
    background-color: hsla(0, 0%, 5%, .1) !important;
    border-color: hsla(0, 0%, 5%, .1) !important;
}

.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item > div {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
}

.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__image>img {
    max-width: 100%;
    width: 100%;
}

form.checkout div#order_review h3#order_review_heading {
    display: block;
}

form.checkout h3#order_review_heading:first-of-type {
    display: none;
}

.checkout.woocommerce-checkout,
#customer_details {
	display: flex;
}

.checkout.woocommerce-checkout {
	border: 1px solid hsla(0, 0%, 5%, .1);
}

.checkout.woocommerce-checkout > div {
	padding: 2em;
}

.checkout.woocommerce-checkout h3,
th.product-name,
th.product-total,
.cart-item-details .product-title {
	font-size: calc(20px + (30 - 20) * ((100vw - 300px) / (1920 - 300)));
	font-weight: 400 !important;
	white-space: nowrap;
}

#customer_details {
	flex-direction: column;
	border-right: 1px solid hsla(0, 0%, 5%, .1);
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    width: 100% !important;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    padding-top: 3em;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background-color: transparent !important;
    border-top: none !important;
    border-right: 1px solid hsla(0, 0%, 5%, .1);
    margin-bottom: 0 !important;
    line-height: 1.5;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    left: 1em !important;
}

.woocommerce-checkout form .form-row-first,
.woocommerce-checkout form .form-row-last,
.woocommerce-checkout form .form-row-wide,
.woocommerce-account #billing_first_name_field,
.woocommerce-account #billing_last_name_field,
.woocommerce-address-fields .form-row-wide,
.woocommerce-address-fields #shipping_first_name_field,
.woocommerce-address-fields #shipping_last_name_field,
.create-account .form-row.validate-required,
.woocommerce-account form.woocommerce-form.woocommerce-form-login.login .form-row-wide,
.woocommerce-account .woocommerce-form.woocommerce-form-register.register .form-row-wide {
    width: 50% !important;
}

.woocommerce form .form-row-wide,
.woocommerce-page form .form-row-wide,
.woocommerce-account #billing_first_name_field,
.woocommerce-account #billing_last_name_field,
.create-account .form-row.validate-required,
.woocommerce-account .woocommerce-form.woocommerce-form-register.register .form-row-wide {
    display: inline-block;
    vertical-align: middle;
}

.create-account .form-row.validate-required:nth-child(2),
.woocommerce-account form.woocommerce-form.woocommerce-form-login.login .form-row-wide:nth-child(2),
.woocommerce-account .woocommerce-form.woocommerce-form-register.register .form-row-wide:nth-child(1) {
    float: right;
}

.cart-item-details,
.woocommerce-order-received .woocommerce-order {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.cart-item-details {
    row-gap: 2em;
    align-items: center;
}

.cart-item-details .product-excerpt p {
	margin: 0;
}

.woocommerce-order-received .woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses {
	display: flex;
	gap: 2em;
}

.product-name a {
	font-family: "Anton", sans-serif;
	font-size: calc(18px + (36 - 18) * ((100vw - 300px) / (1920 - 300))) !important;
	line-height: 1;
	width: 100%;
    margin-top: 0.5em;
}

.product-image {
    position: relative;
	display: flex;
	justify-content: center;
    grid-row: 1;
    grid-column: 1;
}

.product-details {
    grid-row: 2;
    grid-column: 1;
}

.quantity-bubble {
	border-radius: 50%;
	font-size: 14px;
	font-size: calc(12px + (16 - 12) * ((100vw - 300px) / (1920 - 300)));
	font-weight: bold;
	align-items: center;
	background: #FCFCFC;
	border: 2px solid hsla(0, 0%, 7%, .11);
	box-shadow: 0 0 0 2px #1c1c1c;
	color: #1c1c1c;
	display: flex;
	justify-content: center;
	line-height: 1;
	height: calc(16px + (30 - 16) * ((100vw - 300px) / (1920 - 300)));
	width: calc(16px + (30 - 16) * ((100vw - 300px) / (1920 - 300)));
	position: absolute;
	right: 0;
	top: 1em;
	/* margin: 0 clamp(0px, 2vw, 20px) 0; */
	transform: translate(50%, -50%);
	white-space: nowrap;
	z-index: 1;
}

.checkout-thumbnail {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}

.woocommerce-cart .woocommerce,
.woocommerce-order-received .woocommerce-order,
.return-to-shop {
	display: flex;
}

.woocommerce-cart .woocommerce,
.woocommerce-order-received .woocommerce-order {
	display: flex;
	margin: 0 auto 16px;
	position: relative;
	border: 1px solid hsla(0, 0%, 5%, .1);
}

.woocommerce-order-received .woocommerce-order {
    flex-direction: column;
	flex-wrap: wrap;
}

.woocommerce-order-received .woocommerce-order-overview {
	margin: 0 !important;
	padding-bottom: 2em;
}

.woocommerce-order-received .woocommerce-notice.woocommerce-notice--success {
	padding: 2em;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-details {
	padding: 2em 2em 0;
	margin: 0;
}

.woocommerce-order-received .woocommerce-order-overview,
.woocommerce-order-received .woocommerce-notice.woocommerce-notice--success {
	border-bottom: 1px solid hsla(0, 0%, 5%, .1) !important;
}

.woocommerce-order-received .woocommerce-order .woocommerce-customer-details .woocommerce-columns {
	padding: 2em 0;
	border-left: none !important;
	border-right: none !important;
	border-bottom: none !important;
}

.woocommerce-order-received .product-name a {
    display: block;
	padding-top: 0.5em;
}

.return-to-shop {
	align-items: center;
	margin-bottom: 0;
}

.woocommerce-cart-form {
	box-sizing: border-box;
	margin: 0;
	padding-right: 0;
	width: 65%;
	padding: 0 2em;
}

.woocommerce-cart-form,
.woocommerce-notices-wrapper {
	border-right: 1px solid hsla(0, 0%, 5%, .1);
}

.woocommerce table.shop_table {
    border: none !important;
}

.cart-collaterals {
	box-sizing: border-box;
	margin-top: 0;
	padding: 0 2em;
	width: 35% !important;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: 100% !important;
}

.woocommerce-cart table.cart th.product-name,
.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2 {
	font-family: "Anton", sans-serif;
	font-size: calc(18px + (36 - 18) * ((100vw - 300px) / (1920 - 300)));
	font-weight: 400;
	padding: 9px 12px;
	line-height: 1.5em;
	margin: 0;
}

.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2 {
	border-bottom: 1px solid hsla(0, 0%, 5%, .1);
}

.woocommerce table.shop_table {
    border-color: hsla(0, 0%, 5%, .1) !important;
}

.woocommerce-cart table.cart img {
    width: 175px !important;
    box-shadow: none;
}

.woocommerce td.product-name dl.variation,
.shipping-calculator-form {
	display: flex;
	flex-direction:column;
}

.woocommerce td.product-name dl.variation {
	justify-content: center;
	align-items: flex-start;
	margin-top: 0;
}

.woocommerce td.product-name dl.variation,
.woocommerce-shipping-destination,
.cart-collaterals th,
.cart-collaterals a {
	white-space: normal;
	word-break: keep-all;
}

.woocommerce-cart td.product-name dl.variation,
.woocommerce-checkout td.product-name dl.variation {
	display: block;
}

.woocommerce-cart-form th.product-price,
.woocommerce-cart-form th.product-quantity,
.woocommerce-cart-form th.product-subtotal {
    display: none;
}

.woocommerce-cart .woocommerce-shipping-totals.shipping th:first-child {
	visibility: hidden;
}

#add_payment_method .cart-collaterals .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button {
    margin-top: 0 !important;
}

.bookly-css-root .bookly-p-2:nth-of-type(6) {
    padding: 0 !important;
}

.woocommerce-cart table.shop_table td.actions,
.woocommerce-checkout .woocommerce-shipping-totals.shipping th {
	display: none;
}

.woocommerce-checkout ul#shipping_method .amount {
    margin-left: 4px;
}

/* My Account Page
---------------------------------------------------------------------------- */

.woocommerce-account .woocommerce {
	padding: 0 calc(34px + (88 - 34) * ((100vw - 300px) / (1920 - 300)));
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	float: none !important;
	width: 100% !important;
	padding: 1em 2em;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-left: 0;
}

.woocommerce-account .woocommerce-MyAccount-content {
	padding: 2em;
}

.woocommerce-account .addresses .title .edit {
    float: none !important;
	font-style: italic;
	font-weight: 600;
}

.woocommerce-account legend {
    white-space: normal;
    font-size: x-large;
    font-weight: 600;
    font-style: italic;
}

input#mailchimp_woocommerce_is_subscribed,
input#mailchimp_woocommerce_is_unsubscribed,
input#mailchimp_woocommerce_is_transactional {
	margin-right: 0.5em;
}

.woocommerce-Button.button:hover,
.woocommerce button.button:hover,
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected],
.nf-form-content input[type=submit] {
    background-color: #18191A !important;
	color: #82735C !important;
}

.woocommerce form .form-row .required {
    color: #18191A !important;
}

.select2-container .select2-selection--single {
    height: 100% !important;
    line-height: 1.5;
    padding: 8px;
}

:where(.woocommerce) .select2-container .select2-selection {
    background-color: var(--wc-form-color-background, #FCFCFC) !important;
}

:where(.woocommerce) .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 !important;
}

.woocommerce-Address {
	width: 50% !important;
	padding: 2em;
}

.woocommerce-Address:first-of-type {
	border-right: 1px solid hsla(43, 8%, 43%, 0.1);
}

/* Contact Page
--------------------------------------------- */

#btn-open-all, 
#btn-close-all {
    min-height: 48px;
}

.open-close-btns {
	text-align: right;
}

.open-close-btns button {
	background: transparent;
	padding: 0;
	color: #18191A;
	font-size: calc(10px + (14 - 10) * ((100vw - 300px) / (1920 - 300)));
	border: none;
	letter-spacing: 0;
	font-style: italic;
	text-transform: capitalize;
}

.open-close-btns button:hover,
.open-close-btns button:focus {
	color: #18191A !important;
	background: transparent !important;
	text-decoration: underline;
}

span.pipe {
    font-size: 10px;
    padding: 0 20px;
}

.faq .question {
	background-color: transparent;
	font-weight: normal;
	font-size: calc(36px + (72 - 36) * ((100vw - 300px) / (1920 - 300)));
	margin-bottom: 0;
	line-height: 1.3;
	border-top: 1px solid hsla(0, 0%, 50%, .2);
	position: relative;
}

.faq:last-child .question {
	border-bottom: 1px solid hsla(0, 0%, 50%, .2);
}

.faq .question a,
.faq .answer p,
.page-template-contact .nf-pass.field-wrap .nf-field-element:after {
	color: #18191A;
}

.faq .question a {
	display: block;
	text-decoration: none;
}

.faq .question a:focus,
.open-close-btns button:focus {
	outline: none;
}

.faq .question a,
.faq .answer {
	padding: 30px 0;
}

.faq .answer {
	background-color: transparent;
}

.faq .question a:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: calc(18px + (22 - 18) * ((100vw - 300px) / (1920 - 300)));
    height: calc(18px + (22 - 18) * ((100vw - 300px) / (1920 - 300)));
    background-color: currentColor;
    -webkit-mask: url(/wp-content/themes/altitude-pro/icons/arrow-down.svg) no-repeat center;
    mask: url(/wp-content/themes/altitude-pro/icons/arrow-down.svg) no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    transition: opacity ease-in-out .2s;
    color: currentColor;
}

.faq .open.question a:after {
    position: absolute;
    z-index: 1;
    margin-left: -10px;
    -webkit-mask-image: url('/wp-content/themes/altitude-pro/icons/arrow-up.svg');
    mask-image: url('/wp-content/themes/altitude-pro/icons/arrow-up.svg');
    padding-left: 5px;
    transition: opacity ease-in-out .2s;
    border: none;
}

.nf-form-fields-required {
	display: none;
}

.page-template-contact .nf-pass .ninja-forms-field {
    border-color: #82735C !important;
}

.page-template-contact .nf-pass.field-wrap .nf-field-element:after {
    font-family: dashicons;
	content: "\f147";
	color: #82735C;
}

#nf-form-1-cont {
	border: 1px solid hsla(0, 0%, 50%, .2);
	padding: 2em;
}

/* FAQ
--------------------------------------------- */
.no-post-edit-link a.post-edit-link {
    display: none;
}

.page-template-faqs .faq {
    margin-bottom: 10px;
}

#tablist1-panel2 .faq:nth-child(2) .question {
    background: transparent;
    font-weight: 600;
    border: none;
}

#tablist1-panel2 .faq:nth-child(2) .question a:after,
#tablist1-panel2 .faq:nth-child(2) .answer {
    display: none !important;
}

.page-template-faqs .faq .question {
    background-color: transparent;
    font-family: "Anton", sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    font-size: calc(18px + (36 - 18) * ((100vw - 300px) / (1920 - 300)));
    margin-bottom: 0;
    line-height: 1.3;
    border: 1px solid hsla(0, 0%, 5%, .1);
}

.page-template-faqs .faq .question a {
    color: #18191A;
    display: block;
}

.page-template-faqs .faq .question a:focus {
    outline: none;
}

.page-template-faqs .faq .question a,
.page-template-faqs .faq .answer {
    padding: 20px;
}

.page-template-faqs .faq .answer {
    background-color: #f2f2f2;
}

.page-template-faqs .faq .question a:after,
.page-template-faqs .faq .question.open a:after {
    display: none;
}

.section a,
.answer a,
#artwork a,
.left-side a,
.popup-body a {
  position: relative;
  text-decoration: none;
  color: inherit;
  font-weight: 600;
}

.section a::after,
.answer a::after,
.left-side a::after,
.popup-body a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: width 0.3s ease;
}

.section a:hover::after,
.answer a:hover::after,
.left-side a:hover::after,
.popup-body a:hover::after {
  width: 100%;
}

#section4.section a:hover::after {
    width: 0;
}

.popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .3s ease;
}

.popup-overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
    
.popup-content {
    background: #18191A;
    padding: 3em;
    max-width: 600px;
    width: 90%;
    border: 10px solid #82735C;
    position: relative;
    box-shadow: 0 8px 24px rgba(0,0,0,0.3);
    animation: popupFade 0.3s ease-out;
}

.popup-close {
	  position: absolute;
    top: 1rem;
    right: 1rem;
    background: transparent;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
	  padding: 0;
}

.popup-body,
.popup-title,
.popup-content h2,
.popup-content h2 span,
.popup-close,
.popup-content a {
    color: #FCFCFC !important;
}

@keyframes popupFade {
    0% { transform: translateY(-10px); opacity: 0; }
    100% { transform: translateY(0); opacity: 1; }
}


/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (max-width: 1366px) {
    
    .page-template-welcome .section {
        background-attachment: scroll;
        background-size: cover;
        background-position: center;
    }
    
}

@media only screen and (max-width: 1200px) {
	
	.content {
		width: 520px;
	}
	
	.genesis-nav-menu a {
		padding: 30px 10px;
	}
	
	html:not([data-scroll="0"]) .site-header .genesis-nav-menu a {
		padding: 20px 10px;
	}
	
	.front-page-1,
	.front-page-3,
	.front-page-5,
	.front-page-7 {
		background-attachment: scroll;
	}
	
	.faq .question a:after {
	    right: 0;
	    top: 40%;
	}
	
	button, input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.button,
	.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
	.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
	.widget .button,
	.woocommerce div.product form.cart .button {
	    letter-spacing: 0px !important;
	    padding: 10px 15px !important;
	}
	
}

@media only screen and (max-width: 1023px) {
	
	.secondary-nav .site-inner {
		margin-top: 80px;
	}
	
	.front-page .site-inner {
		max-width: none;
	}
	
	.front-page .site-header {
		background-color: #18191A;
	}
	
	.front-page .site-header > .wrap {
		border: none;
	}
	
	.content,
	.sidebar {
		width: 100%;
	}
	
	/* .site-header .title-area,
	html:not([data-scroll="0"]) .site-header .title-area {
		padding: 15px 0;
	}
	
	html:not([data-scroll="0"]) .header-image .site-title > a {
		height: 76px;
	} */
	
	.genesis-nav-menu,
	.site-title {
		text-align: center;
	}
	
	.nav-primary .genesis-nav-menu {
		float: none;
	}
	
	.nav-secondary,
	html:not([data-scroll="0"]) .site-header .nav-secondary {
		border-bottom: none;
	}
	
	.genesis-nav-menu a,
	html:not([data-scroll="0"]) .site-header .genesis-nav-menu a {
		padding: 10px;
	}
	
	.front-page .site-inner {
		margin-top: 0;
	}
	
	.site-inner {
		margin-top: 80px;
	}
	
	.full-width-content img.pull-left {
		margin-left: 0;
	}
	
	.full-width-content img.pull-right {
		margin-right: 0;
	}
	
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.flexible-widgets.widget-full .widget,
	.flexible-widgets.widget-halves .widget,
	.flexible-widgets.widget-thirds .widget,
	.flexible-widgets.widget-fourths .widget {
		margin: 0 auto 20px;
		width: 100%;
	}
	
	.front-page-1 .widget:first-of-type h4,
	.front-page-2 .widget:first-of-type h4 {
		font-size: 60px;
	}
	
	.front-page-1 .image-section,
	.secondary-nav .front-page-1 .image-section {
		padding-top: 0;
	}
	
}

@media only screen and (min-width: 1080px) {
	
    .full-width-content .entry-content > .alignwide {
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 100% !important;
    }
    
}

@media screen and (max-width:960px) and (orientation:landscape) {

	.image-section, [id^="section"] .wrap {
	    min-height: 100vh;
	    height: auto;
	}

	#section7 .wrap {
		padding: 5em 0;
	}

	.page-template-welcome .side-by-side {
	    min-height: 100vh;
	    height: auto;
	}
    
	#section2 h2,
	.featured-products-headline h2,
	#section3 h2,
	#section5 h2,
	#section6 h2,
	#section7 h2 {
		font-size: calc(36px + (84 - 36) * ((100vw - 300px) / (1920 - 300)));
	}
	
	.page-template-welcome ul.products li.product {
	    flex: 0 20%;
	}
	
	.page-template-about .entry-title {
	    font-size: calc(36px + (130 - 36) * ((100vw - 300px) / (1920 - 300)));
	    margin-right: 0;
	}
	
	.page-template-commissions .entry-title {
	    font-size: calc(36px + (82 - 36) * ((100vw - 300px) / (1920 - 300)));
	}
	
	.page-template-contact .entry-title {
	    font-size: calc(64px + (180 - 64) * ((100vw - 300px) / (1920 - 300)));
	}

	.faq .question {
	    font-size: calc(18px + (64 - 18) * ((100vw - 300px) / (1920 - 300)));
	}
	
	.product_title, h1 {
	    font-size: calc(24px + (48 - 24) * ((100vw - 300px) / (1920 - 300)));
	}

	.portfolio-category {
	    font-size: calc(14px + (24 - 14) * ((100vw - 300px) / (1920 - 300)));
	}
	
	.single-portfolio p {
	    font-size: 10px;
		margin: 0 0 10px;
	}
	
	.woocommerce #content div.product div.summary,
	.woocommerce div.product div.summary,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page div.product div.summary {
	    position: relative;
	    top: auto;
	    transform: none;
	}
	
	.woocommerce #content div.product div.summary,
	.woocommerce div.product div.summary,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page div.product div.summary,
	.woocommerce #content div.product div.images,
	.woocommerce div.product div.images,
	.woocommerce-page #content div.product div.images,
	.woocommerce-page div.product div.images {
	    width: 100% !important;
	}
	
	.single-portfolio .side-by-side .right-side {
		padding: 5em 2em;
	}
	
	.woocommerce-cart-form__cart-item.cart_item {
		display: flex;
		flex-direction: column;
	}
	
	.checkout.woocommerce-checkout > div {
	    flex: 1;
	}
	
	.woocommerce-info {
	    border-right: none;
	}
	
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product,
	.portfolio-item {
		flex: 0 1 calc(100% / 2 - calc(50px + (90 - 50) * ((100vw - 300px) / (1920 - 300))));
	}
	
	.page-template-welcome .woocommerce ul.products li.product,
	.page-template-welcome .woocommerce-page ul.products li.product {
	    max-width: 300px;
	}

	.page-template-welcome ul.products li.product:nth-child(even) {
	    top: auto;
		margin-bottom: 0 !important;
	}
	
	.right-side-content,
	#section2 p,
	#section5 .left-side-content,
	#section6 .left-side-content,
	#section7 .side-by-side .right-side {
	    width: 80%;
	}

}

@media only screen and (max-width: 800px) {
	
	nav.nav-primary {
		top: 0;
	}
	
	.site-header nav .wrap {
		padding: 0;
	}
	
	nav.genesis-responsive-menu {
		display: none;
		position: relative;
	}
	
	.js .site-header .nav-primary,
	.js .site-header .nav-secondary {
		display: none;
	}
	
	.site-header .nav-primary {
		width: 100%;
	}
	
	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}
	
	.site-header .dashicons-before::before {
		transition: none;
	}
	
	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		background: #18191A;
		color: #FCFCFC;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}
	
	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background-color: transparent;
		color: #FCFCFC;
		border-width: 0;
		opacity: 0.8;
	}
	
	.menu-toggle:focus,
	.sub-menu-toggle:focus {
		outline: 1px solid #ccc;
		outline-offset: -1px;
	}
	
	.menu-toggle {
		line-height: 20px;
		height: 50px;
		margin-bottom: 1px;
		position: relative;
		z-index: 1000;
		width: 100%;
	}
	
	.menu-toggle::before,
	.menu-toggle.activated::before {
		margin-right: 10px;
		text-rendering: auto;
	}
	
	.sub-menu-toggle {
		float: right;
		padding: 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}
	
	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		transform: rotate(0);
		transition: transform 0.25s ease-in-out;
	}
	
	.sub-menu-toggle.activated::before {
		transform: rotate(180deg);
	}
	
	.genesis-responsive-menu .genesis-nav-menu .menu-item a,
	.genesis-responsive-menu .genesis-nav-menu .menu-item a:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item a:hover {
		background-color: transparent;
		border-bottom: 0;
		margin-bottom: 1px;
	}
	
	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		outline-color: #FCFCFC;
	}
	
	.genesis-responsive-menu .genesis-nav-menu .menu-item a:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item a:hover {
		text-decoration: underline;
	}
	
	.genesis-responsive-menu .genesis-nav-menu .menu-item a:focus {
		outline: 1px solid #FCFCFC;
	}
	
	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}
	
	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}
	
	.front-page .genesis-responsive-menu .genesis-nav-menu li.current-menu-item > a,
	.genesis-responsive-menu .genesis-nav-menu > li > a,
	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: 0;
	}
	
	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		padding: 15px 20px;
		width: 100%;
	}
	
	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}
	
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}
	
	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
		content: none;
	}
	
	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}
	
	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}
	
	.altitude-home .simple-social-icons ul li {
		margin: 0 20px 20px !important;
	}
	
	.footer-widgets .wrap {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	.front-page-2,
	.front-page-3,
	.front-page-4,
	.front-page-5,
	.front-page-6,
	.front-page-7 {
		border-top: 0;
		margin-top: 0;
	}
	
	.image-section .flexible-widgets {
		padding-bottom: 80px;
	}
	
	.solid-section .flexible-widgets {
		padding-bottom: 40px;
		padding-top: 60px;
	}
	
	.bottom-image {
		margin-top: 60px;
		margin-bottom: -80px;
	}
	
	.woocommerce-account .woocommerce-Address {
	    width: 100% !important;
	}

	.addresses {
	    border: none !important;
	}
	
	.is-medium table.wc-block-cart-items .wc-block-cart-item__remove-link,
	.is-mobile table.wc-block-cart-items .wc-block-cart-item__remove-link,
	.is-small table.wc-block-cart-items .wc-block-cart-item__remove-link,	
	.is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title,
	.is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title,
	.is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title {
	    display: block !important;
	}
	
	.is-medium table.wc-block-cart-items .wc-block-cart-items__row,
	.is-mobile table.wc-block-cart-items .wc-block-cart-items__row,
	.is-small table.wc-block-cart-items .wc-block-cart-items__row {
	    display: flex!important;
	}

	.is-medium table.wc-block-cart-items .wc-block-cart-items__row,
	.is-mobile table.wc-block-cart-items .wc-block-cart-items__row,
	.is-small table.wc-block-cart-items .wc-block-cart-items__row,
	.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item {
		flex-direction: column;
	}

	.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__image {
	    width: 100%;
	}
	
	.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__description {
	    padding: 2em 0 0;
	}

	.wc-block-components-sidebar {
	    border-left: 1px solid hsla(0, 0%, 5%, .1) !important;
	}

	.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total,
	table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total,
	table.wc-block-cart-items .wc-block-cart-items__header th {
		padding: 0;
	}

	.is-mobile table.wc-block-cart-items .wc-block-cart-items__header {
		display: flex !important;
	    justify-content: space-between;
	}
	
	.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,
	.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,
	.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
	    padding-right: 0 !important;
	}
	
	.is-mobile table.wc-block-cart-items .wc-block-cart-items__row {
	    border-top: 1px solid hsla(0, 0%, 7%, .11) !important;
	}

	.wc-block-cart table.wc-block-cart-items, .wc-block-cart table.wc-block-cart-items td,
	.wc-block-cart table.wc-block-cart-items th {
	    margin: 0 0 10px !important;
	}

	.wc-block-components-totals-item {
	    align-items: center !important;
	    justify-content: space-between;
	}

	.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address__link {
	    padding-right: 0 !important;
	    outline: none;
	}
	
	.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
	    border-right: none !important;
	}
	
	.is-mobile .wc-block-components-form .wc-block-components-checkout-step:after,
	.is-small .wc-block-components-form .wc-block-components-checkout-step:after {
        box-shadow: -1vw 0 0 0 currentColor, 1vw 0 0 0 currentColor !important;
    }

    .woocommerce-cart,
	.woocommerce-checkout {
	    font-weight: 600;
	}
	
	.woocommerce,
	.woocommerce-checkout {
	    flex-direction: column;
	}

	.woocommerce-cart-form,
	.cart-collaterals {
	    width: 100% !important;
	    border-right: none;
	}
	
	.woocommerce table.shop_table_responsive tr td p,
	.woocommerce-page table.shop_table_responsive tr td p,
    .woocommerce #content table.cart .product-thumbnail,
	.woocommerce table.cart .product-thumbnail,
	.woocommerce-page #content table.cart .product-thumbnail,
	.woocommerce-page table.cart .product-thumbnail {
        display: block !important;
    }
    
    .woocommerce-cart table.cart img {
	    width: 100% !important;
	}
	
	.woocommerce table.shop_table_responsive tr td::before,
	.woocommerce-page table.shop_table_responsive tr td::before {
        display:none;
    }
	
	.woocommerce-cart table.shop_table_responsive tr:nth-child(n) td,
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
	.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td,
	.woocommerce table.shop_table_responsive tr td p,
	.woocommerce-page table.shop_table_responsive tr td p {
        text-align: left !important;
    }
	
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
	.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: transparent !important;
    }
    
     .product-name a,
	.woocommerce-cart .order-total {
	    display: flex !important;
	}

	.woocommerce-cart .order-total {
		justify-content: flex-end;
	}
	
}

@media only screen and (max-width: 480px) {
    
	.front-page-1 .widget:first-of-type h4,
	.front-page-2 .widget:first-of-type h4 {
		font-size: 40px;
	}
	
	.page-template-welcome .section:nth-of-type(odd):not(:first-of-type) {
	    background-image: none !important;
	}
	
	.page-template-welcome .section:first-of-type {
		background-position: 79% 50% !important;
	}
	
	.slides,
	.vertical-slider {
	    width: auto !important;
	    height: 80vh;
	    margin-left: 0 !important;
	}
	
	.side-by-side .right-side {
	    padding: 4em;
	}

	
}

@media only screen and (min-width: 320px) and (orientation: portrait) {
    
    .page-template-front-page .site-inner {
		margin-bottom: 60vh;
	}
    
    .offcanvas-content .wrap > aside {
	   padding: 3em 0;
	}

	aside:first-child {
	    border-right: none;
	}
	
	.side-by-side .right-side,
	.woocommerce #content div.product div.summary,
	.woocommerce div.product div.summary,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page div.product div.summary {
	    position: relative;
	    top: auto;
	    transform: none;
	}
    
	.page-template-welcome .section,
	.image-section, [id^="section"] .wrap,
	.side-by-side,
	.page-template-welcome .side-by-side,
	.page-template-contact .side-by-side,
	.page-template-contact .side-by-side .right-side,
	.page-template-about .side-by-side,
	.page-template-about .side-by-side .right-side,
	.page-template-commissions .side-by-side,
	.page-template-commissions .side-by-side .right-side,
	.page-template-welcome .side-by-side {
	    height: auto;
	}

	.page-template-welcome .section,
	.image-section, [id^="section"] .wrap,
	.side-by-side,
	.page-template-welcome .side-by-side,
	.page-template-welcome .side-by-side {
		min-height: 100vh;
	}

	.page-template-about .side-by-side,
	.page-template-about .side-by-side .right-side,
	.page-template-commissions .side-by-side,
	.page-template-commissions .side-by-side .right-side,
	.page-template-contact .side-by-side,
	.page-template-contact .side-by-side .right-side {
		min-height: auto;
	}
	
	.woocommerce div.product {
		display: flex;
	}

	.side-by-side,
	.page-template-welcome .side-by-side,
	.woocommerce div.product,
	#section6 .side-by-side {
		flex-direction: column;
	}

	.woocommerce #content div.product div.summary,
	.woocommerce div.product div.summary,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page div.product div.summary,
	.woocommerce #content div.product div.images,
	.woocommerce div.product div.images,
	.woocommerce-page #content div.product div.images,
	.woocommerce-page div.product div.images {
	    width: 100% !important;
	}
	
	.page-template-welcome ul.products li.product:nth-child(even) {
	    top: auto;
	}
	
	.woocommerce-checkout form .form-row-first,
	.woocommerce-checkout form .form-row-last,
	.woocommerce-checkout form .form-row-wide:last-of-type {
	    width: 100% !important;
	}
	
	.woocommerce-cart #payment, 
	.woocommerce-checkout #payment, 
	#add_payment_method #payment {
	    padding: 0 !important;
	}

	.woocommerce-error, 
	.woocommerce-info, 
	.woocommerce-message {
	    border-right: none;
	}

	.single-portfolio .side-by-side .left-side p {
		margin-bottom: 0;
	}

	.page-template-welcome .side-by-side > div,
	.featured-products-headline h2,
	#section7 .side-by-side {
	    width: 100%;
	}
	
	.side-by-side .left-side,
	.side-by-side .right-side {
	    flex: 1;
	}
	
	.side-by-side .left-side,
	.side-by-side .right-side,
	.page-template-welcome .side-by-side > div,
	.featured-products-headline h2,
	#section7 .side-by-side {
	    width: 100%;
	}

	.page-template-contact .side-by-side .left-side,
	.page-template-about .side-by-side .left-side,
	.page-template-commissions .side-by-side .left-side,
	.page-template-contact .side-by-side .right-side,
	.page-template-about .side-by-side .right-side,
	.page-template-commissions .side-by-side .right-side {
	    position: relative;
	}

	.page-template-contact .side-by-side .right-side,
	.page-template-about .side-by-side .right-side,
	.page-template-commissions .side-by-side .right-side {   
	    transform: none;
	}
	
	.slides,
	.vertical-slider {
	    width: 70%;
	    margin-left: auto;
	}
	
	.slide img {
	    width: auto;
	    height: 100vh;
	}
	
	.slide:first-of-type img {
		object-position: -15vw center;
	}
    
    .footer-points-container .footer-points:nth-child(1),
    .footer-points-container .footer-points:nth-child(2) {
        flex: 1 1 50%;
        text-align: center;
    }

    .footer-points-container .footer-points:nth-child(n+3) {
        flex: 1 1 25%;
        text-align: center;
    }
	
	.page-template-about .entry-title {
	    margin-right: 0;
	}

	.side-by-side .left-side img {
	    border: none;
	}
	
	.portfolio-item,
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
	    flex: 0 1 90%;
	}

	.up-sells.upsells.products ul.products li.last,
	.related.products ul.products li.last {
	    display: none;
	}
	
	.up-sells.upsells.products,
	.related.products {
	    padding: 1em 0 !important;
	}
	
	.archive .site-inner,
	.page-template-archive-portfolio .site-inner,
	.woocommerce-account .site-inner,
	.woocommerce-cart .site-inner,
	.woocommerce-checkout .site-inner {
	    margin-bottom: 50vh;
	}
	
	.offcanvas-content .wrap {
	    flex-direction: column;
	}
	
	.menu.right > div {
	    justify-content: flex-start;
	}
	
	.related.products,
	.up-sells.upsells.products {
	    border-top: none;
	}
	
	.shop-category-filters,
	.portfolio-filters,
	.entry-title,
	.archive h1 {
        justify-content: center;
        margin-right: 0;
    }
	
	.display-posts-listing,
	#section4 .gallery,
	#section4 .products.columns-4 {
	    width: calc(500%);
	}
	
	#section3 .side-by-side,
	#section4 .featured-products {
	    padding: 0 ;
	}
	
	#section5 .right-side-content {
	    height: 100%;
	}
	
	.featured-products-headline p,
	#section7 .side-by-side .right-side {
		width: 70%;
	}
	
	.featured-products-headline p {
	    margin-right: 0;
	}
	
	#section7 .side-by-side .right-side {
		margin-left: auto;
	}
	

}