/*
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
*/

/* Le Murmure by Jérémy Landes. Distributed by velvetyne.fr. */

@font-face {
    font-family: 'LeMurmure-Regular';
    src: url('fonts/LeMurmure-Regular.eot');
    src: url('fonts/LeMurmure-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/LeMurmure-Regular.woff2') format('woff2'),
         url('fonts/LeMurmure-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* 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,
.woocommerce-cart table.cart input {
	background-color: #000000;
	color: #f8f8f8;
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-size: calc(12px + (18 - 12) * ((100vw - 300px) / (1920 - 300))) !important;
	line-height: 1.3;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}

body.altitude-home {
	background: none;
}

body.home.page-template,
body.page-template {
	background-color: #000000;
	visibility: hidden;
}

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: #000000;
	color: #f8f8f86b;
}

a {
	color: #B1976B;
	text-decoration: underline 0.1em rgba(177, 151, 107, 0);
	transition: 1s;
}

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

a:hover {
	text-decoration: underline 0.1em rgba(177, 151, 107, 1);
}

.footer-points a,
.footer-points a:hover {
	color: #bb9d5e;
}

.footer-points a {
    opacity: .5;
}

.footer-points a:hover {
	text-decoration: none;
	opacity: 1;
}

.woocommerce-MyAccount-navigation ul > li a:hover {
	text-decoration: underline 0.1em rgba(177, 151, 107, 1) !important;
}

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

#section1 p {
	font-size: calc(18px + (36 - 18) * ((100vw - 300px) / (1920 - 300)));
	text-align: center;
	font-weight: 400;
	line-height: 1.1;
}

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;
}

.service-description img {
	    margin: 5em 0;
}

mark {
	background: #ddd;
	color: #000000;
}

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: #f8f8f8;
	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,
.woocommerce-cart .product-name,
.woocommerce-cart .product-price,
.woocommerce-cart .product-quantity,
.woocommerce-cart .product-subtotal,
.checkout-button.button.alt.wc-forward,
.woocommerce-checkout .product-title,
.woocommerce-cart .cart .button {
	font-family: 'LeMurmure-Regular';
    font-weight: 400;
    font-style: normal;
	line-height: 1;
	color: #f8f8f8;
	margin: 0 0 10px;
}

.single-portfolio h1 {
	margin: 0;
}

.front-page h2,
.front-page h3 {
	line-height: 1.1;
}

h1 {
	font-size: 36px;
}

h2,
.woocommerce-cart th.product-name,
.woocommerce-cart th.product-price,
.woocommerce-cart th.product-quantity,
.woocommerce-cart th.product-subtotal {
	font-size: calc(16px + (32 - 16) * ((100vw - 300px) / (1920 - 300)));
}

a.xoo-wsc-ft-btn,
.xoo-wsc-container .xoo-wsc-btn {
	font-size: calc(16px + (24 - 16) * ((100vw - 300px) / (1920 - 300)));
}

h2,
.woocommerce-cart th.product-name,
.woocommerce-cart th.product-price,
.woocommerce-cart th.product-quantity,
.woocommerce-cart th.product-subtotal {
	font-weight: 400 !important;
}

#section1 h2,
#cta h2 {
	font-size: calc(38px + (170 - 38) * ((100vw - 300px) / (1920 - 300)));
	line-height: 1;
}

.archive-title,
.shop-title {
	font-size: calc(36px + (100 - 36) * ((100vw - 300px) / (1920 - 300)));
	line-height: 1;
}

#section1 h2,
#cta h2 {
	text-align: center;
}

.service-description h3,
.testimonials h3 {
	font-size: calc(36px + (48 - 36) * ((100vw - 300px) / (1920 - 300)));
}

#block .scroll-section-content h2 {
	font-size: calc(32px + (54 - 32) * ((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;
}

.front-page h3,
.service-description h4,
.testimonials h4 {
	font-size: calc(20px + (36 - 20) * ((100vw - 300px) / (1920 - 300)));
}

.front-page h3,
.service-description h3,
.service-description h4,
.testimonials h3,
.testimonials h4 {
	line-height: 1;
}

.service-description h3,
.testimonials h3 {
	margin: 1em 0 10px;
}

#section1 h3,
#cta h3,
.section.scroll h2,
.service-description h2,
.faqs-intro h2,
.entry-title {
	font-size: calc(36px + (84 - 36) * ((100vw - 300px) / (1920 - 300)));
}

.product_title.entry-title,
.single-portfolio .entry-title {
	font-size: calc(36px + (48 - 36) * ((100vw - 300px) / (1920 - 300)));
}

#section1 h3,
#cta h3 {
	line-height: 1;
	text-align: center;
}

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;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

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

img {
	height: auto;
}

.single-portfolio #caption {
	color: transparent;
}

.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;
}

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

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

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

.gallery-columns-1 {
	margin: 5em 0;
}

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

.gallery-columns-2 {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 5em;
	margin: 5em 0 0;
}

.gallery-columns-2 .gallery-item {
	width: auto;
	padding: 0;
}

.gallery-columns-2 .gallery-item img {
	object-fit: cover;
	object-position: center;
	height: 80vh !important;
}

.gallery-columns-2 .gallery-item:first-of-type {
	margin-top: -5em;
}

.gallery-columns-2 .gallery-item:nth-of-type(2) {
	margin-left: -5em;
	-moz-box-shadow: 20px 40px 50px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 20px 40px 50px rgba(0, 0, 0, 0.3);
    box-shadow: 20px 40px 50px rgba(0, 0, 0, 0.3);
}

.gallery-columns-2 .gallery-item:nth-of-type(2) {
	margin-top: 5em;
}

.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;
}

.services-page .responsive-tabs__panel .gallery:first-of-type .gallery-icon.landscape {
    position: relative;
    display: inline-block;
}

.services-page .responsive-tabs__panel .gallery:first-of-type .gallery-icon.landscape::after {
    content: "Scroll";
    position: absolute;
    left: 50%;
	bottom: 0.2em;
    transform: translate(-50%, -50%);
	font-size: calc(16px + (24 - 16) * ((100vw - 300px) / (1920 - 300)));
    color: #f8f8f8;
    opacity: 0;
    transition: opacity 1s ease;
}

.services-page .responsive-tabs__panel .gallery:first-of-type .gallery-icon.landscape:hover::after {
    opacity: 1;
}

.testimonials {
	margin: 3em 0;
	border-top: 1px solid hsla(0, 0%, 96%, 0.2);
	border-bottom: 1px solid hsla(0, 0%, 96%, 0.2);
}

.testimonials-listing .listing-item {
    padding: 1em 0;
	margin: 2em 0;
}

.testimonials-listing .listing-item .title {
    display: block;
    margin-bottom: 20px;
}

.testimonials-listing .slick-prev,
.testimonials-listing .slick-next {
    width: auto;
    height: auto;
}

.testimonials-listing .slick-prev:before,
.testimonials-listing .slick-next:before {
    display: inline-block;
    font: normal 20px/1 "dashicons";
    -webkit-font-smoothing: antialiased;
    vertical-align: top;
}

.testimonials-listing .slick-prev:before,
.testimonials-listing .slick-next:before,
.testimonials-listing .slick-dots li button:before,
.testimonials-listing .slick-dots li.slick-active button:before,
#cta .scroll-section-content a {
    color: #f8f8f8;
}

.testimonials-listing .slick-prev:before {
    content: "\f341";
}

.testimonials-listing .slick-next:before {
    content: "\f345";
}

.testimonials-listing button:focus,
.testimonials-listing button:hover {
    border: none;
}

/* Forms
--------------------------------------------- */
input,
select,
textarea {
	background-color: #f8f8f8;
	border: 1px solid #f8f8f8;
	border-radius: 0;
	box-shadow: none;
	color: #000000;
	font-size: 20px;
	font-weight: 200;
	padding: 20px;
	width: 100%;
}

input,
select,
textarea,
.woocommerce-checkout input,
.woocommerce-checkout select,
.woocommerce-checkout textarea,
.select2-container--default .select2-selection--single {
	font-size: calc(12px + (18 - 12) * ((100vw - 300px) / (1920 - 300))) !important;
	line-height: 1.5;
    padding: 8px;
}

.woocommerce-checkout input,
.woocommerce-checkout select,
.woocommerce-checkout textarea,
.select2-container--default .select2-selection--single,
.select2-dropdown {
	border: 1px solid hsla(0, 0%, 96%, 0.5) !important;
}

.woocommerce-account input,
.woocommerce-checkout input,
.woocommerce-checkout select,
.woocommerce-checkout textarea,
.woocommerce-cart input.input-text,
.woocommerce-cart input.select2-search__field,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected],
.select2-dropdown {
	background-color: #000000 !important;
}

.select2-container .select2-selection--single {
    height: 100% !important;
    margin: 0 0 -2px 0 !important;
}

.woocommerce-account input,
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected],
.select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-checkout input,
.woocommerce-checkout select,
.woocommerce-checkout textarea,
.woocommerce-cart input.input-text,
.woocommerce-cart input.select2-search__field,
.select2-container--default .select2-selection--single {
	color: #f8f8f8 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.5 !important;
}

.select2-container .select2-selection--single,
.select2-dropdown {
    border-radius: 0 !important;
}

input:focus,
textarea:focus {
	outline: none;
}

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

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

::-moz-placeholder {
	color: #000000;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #000000;
}

.services-page ::-moz-placeholder {
	color: #f8f8f86b;
}

.services-page ::-webkit-input-placeholder {
	color: #f8f8f86b;
}

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: #0680a2;
	border: 2px solid #0680a2;
	border-radius: 0;
	color: #f8f8f8;
	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: #000000;
	border: none;
	color: #f8f8f8;
}

.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 #000000;
	color: #000000;
}

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

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

.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: #f8f8f8;
	border: 2px solid #f8f8f8;
	color: #000000;
}

.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;
}

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: #f8f8f8;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #000000;
	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;
	max-width: 100%;
}

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

.front-page .site-inner,
.about-page .site-inner,
.services-page .site-inner,
.single-portfolio .site-inner,
.archive-portfolio .site-inner,
.single-product .site-inner,
.woocommerce-shop .site-inner {
	margin-top: 0;
	max-width: 100%;
}

.front-page .site-inner,
.services-page .site-inner,
.page-template-about .scroll-section-images figure {	
	margin-bottom: 0;
}

.woocommerce-checkout .site-inner,
.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 #f8f8f8;
	font-size: 20px;
	margin-bottom: 60px;
	padding-bottom: 10px;
}

.archive-description,
.author-box {
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	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: #000000;
	border-radius: 0;
	box-shadow: none;
	color: #f8f8f8;
	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 {
	line-height: 1;
	margin-bottom: 20px;
}

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

.entry-title a {
	color: #000000;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #0680a2;
}

/* 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;
}

.front-page img.alignnone,
.front-page .alignnone {
	margin: 0;
}

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: #000000 !important;
	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: #f8f8f8;
	outline: none;
}

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

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

.site-header .wrap,
.woocommerce-account .col2-set,
.woocommerce-account .woocommerce-Address-title.title,
.cart-item-details,
.product-image,
.product-details {
	display: flex;
}

.site-header .wrap {
	align-items: center;
}

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

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: #f8f8f8 !important;
	outline: none;
}

.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(50px + (100 - 50) * ((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: 56px;
} */

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

.site-header .widget-area {
	position: fixed;
    right: 0.5em;
    width: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
}

/* Site Navigation
---------------------------------------------------------------------------- */
.genesis-nav-menu,
a.xoo-wsc-ft-btn,
.xoo-wsc-container .xoo-wsc-btn {
	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: #f8f8f8;
	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: #f8f8f8;
}

.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:#f8f8f8;
}

.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: #f8f8f8;
	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 #f8f8f8;
}

/* 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 {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#33000000", endColorstr="#e6000000", GradientType=0);
	display: table;
	overflow: hidden;
	table-layout: fixed;
	width: 100%;
	height: 100vh;
}

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

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

.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: #0680a2;
}

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

.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: #f8f8f8;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
}

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

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

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

.front-page-4 .solid-section {
	background-color: #f3f3f3;
}

.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;
}

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

.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: #f8f8f8;
	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 200px 50px;
	width: 100%;
}

.full-width-content.front-page .content,
.full-width-content.about-page .content,
.full-width-content.services-page .content {
	padding: 0;
}

.page-template-faqs.full-width-content .content {
    padding: 100px calc(50px + 1.5625vw);
}

.single-portfolio.full-width-content .content,
.archive-portfolio.full-width-content .content,
.single-product.full-width-content .content,
.woocommerce-shop.full-width-content .content {
	padding: 0 0 2em;
}

.woocommerce-cart.full-width-content .content,
.woocommerce-checkout.full-width-content .content,
.woocommerce-account.full-width-content .content {
    padding: 0 4em !important;
}

/* Entries
--------------------------------------------- */

.entry,
.archive-portfolio .side-by-side,
.woocommerce div.product,
.woocommerce-shop ul.products,
.woocommerce-account .woocommerce {
	margin-bottom: 100px !important;
}

.front-page .entry,
.services-page .entry {
	margin-bottom: 0 !important;
}

.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: #000000;
	color: #ddd;
}

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

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

.woocommerce-cart .entry-header,
.woocommerce-checkout .entry-header,
.woocommerce-account .entry-header  {
	text-align: left;
}

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

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

.page-template-faqs .entry-header::after,
.woocommerce-cart .entry-header::after,
.woocommerce-checkout .entry-header::after,
.woocommerce-account .entry-header::after {
	border-bottom: none;
	margin: 0;
	padding-bottom: 0;
}

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

.entry-footer::before {
	border-top: 1px solid #000000;
	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 #000000;
	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: #000000;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	color: #f8f8f8;
	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: #0680a2;
	color: #f8f8f8;
}

/* 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 #000000;
}

.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: #0680a2;
	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: #f8f8f8;
}

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

.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
---------------------------------------------------------------------------- */
.site-footer {
	background-color: #000000;
	border-top: 1px solid hsla(0, 0%, 100%, .2);
	padding: 2em;
	text-align: center;
	position: fixed;
	width: 100%;
	bottom: 0;
}

.footer-points-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.site-footer,
.site-footer a,
.site-footer p {
	color: hsla(0, 0%, 100%, .2);
}

.site-footer a:focus,
.site-footer a:hover,
.site-footer .dashicons:hover {
	opacity: 1;
	text-decoration: none;
}

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

.site-footer .dashicons,
.site-footer .dashicons-before:before {
    width: 28px;
    height: 28px;
    font-size: 28px;
}

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

.side-by-side,
.woocommerce div.product,
.woocommerce-shop .content,
.woocommerce-cart .woocommerce,
.woocommerce-checkout form.checkout,
.woocommerce-account .woocommerce,
.woocommerce-account .woocommerce-MyAccount-navigation ul,
.woocommerce-account .woocommerce-MyAccount-navigation {
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.side-by-side,
.woocommerce div.product,
.woocommerce-shop .content {
	min-height: 100vh;
}

.side-by-side .left-side,
.side-by-side .right-side,
.woocommerce div.product div.images.woocommerce-product-gallery,
.woocommerce div.product div.summary,
.shop-intro,
.woocommerce-shop ul.products,
form.woocommerce-cart-form,
.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.side-by-side .left-side,
.side-by-side .right-side,
.woocommerce div.product div.images.woocommerce-product-gallery,
.woocommerce div.product div.summary,
.shop-intro,
form.woocommerce-cart-form,
.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review,
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.side-by-side .left-side,
.woocommerce div.product div.summary,
.shop-intro,
.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals,
.woocommerce-checkout #order_review,
.woocommerce-account .woocommerce-MyAccount-navigation {
    overflow: hidden;
	width: 33.33% !important;
}

.side-by-side .left-side,
.woocommerce div.product div.summary,
.shop-intro,
.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
}

.side-by-side .left-side,
.woocommerce div.product div.summary,
.shop-intro,
.woocommerce-account .woocommerce-MyAccount-content {
	padding: 4em;
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
	background-color: #000000;
	padding: 0 4em 0 1em;
}

.woocommerce-checkout #customer_details {
    padding-right: 1em;
}

.woocommerce-checkout #order_review {
	padding-left: 1em;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals,
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce-MyAccount-navigation ul > li:not(:last-of-type) {
    width: 100% !important;
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals,
.woocommerce-checkout #order_review {
   right: 0;
}

.woocommerce div.product div.summary {
    right: 0;
	min-height: 100vh;
	justify-content: center;
}

.side-by-side .right-side,
.woocommerce div.product div.images.woocommerce-product-gallery,
.woocommerce-shop ul.products,
form.woocommerce-cart-form,
.woocommerce-checkout #customer_details,
.woocommerce-account .woocommerce-MyAccount-content {
	overflow-y: scroll;
	width: 66.67% !important;
}

.side-by-side .right-side,
.woocommerce-shop ul.products,
.woocommerce-account .woocommerce-MyAccount-content {
	margin-left: auto !important;
}

.woocommerce div.product div.images.woocommerce-product-gallery,
.woocommerce div.product div.summary {
	margin-bottom: 0 !important;
}

.side-by-side > div:before,
.woocommerce div.product > div:before,
.woocommerce-shop .content > div:before,
.woocommerce-cart .woocommerce > div:before,
.woocommerce-checkout form.checkout > div:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin: 0 !important;
    width: 50% !important;
}

.masonry-item,
.woocommerce-product-gallery__wrapper,
figure {
    position: relative;
    display: inline-block;
}

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

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 100% !important;
    margin-bottom: 50px !important;
}

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

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

.woocommerce-product-gallery__image {
    margin-bottom: 2em;
}

.image-caption,
.product-image-caption,
.wp-caption-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    font-size: calc(10px + (14 - 10) * ((100vw - 300px) / (1920 - 300)));
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding: 3em;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0,0,0,.9)
}

.modal-content {
    margin: auto;
    display: block;
    width: auto;
    height: 100%;
    object-fit: contain
}

.modal-content {
    animation: zoom 0.6s
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.close {
    position: absolute;
    top: calc(60px + (100 - 60) * ((100vw - 300px) / (1920 - 300)));
    right: calc(10px + (15 - 10) * ((100vw - 300px) / (1920 - 300)));
    font-size: 40px;
    font-weight: 700;
    transition: 0.3s
}

.close:hover,
.close:focus {
    color: #B1976B;
    text-decoration: none;
    cursor: pointer
}

.portfolio-category,
.portfolio-category a,
.go-back a:hover,
.woocommerce-cart .product-name a:hover {
	color:#B1976B;
}

.portfolio-category,
.go-back a,
.woocommerce-order-received .woocommerce-notice {
	font-family: 'LeMurmure-Regular';
	font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (1920 - 300)));
	font-weight: 400;
	font-style: normal;
}

.go-back a,
.woocommerce-order-received .woocommerce-notice {
	margin: 0 0 20px;
}

.portfolio-category {
	line-height: 1.5;
}

.twentytwenty-container {
       margin: 0 auto;
}

/* Archive Portfolio
---------------------------------------------------------------------------------------------------- */

.portfolio-items-grid,
.woocommerce ul.products {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em;
}

.portfolio-item,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	display: flex;
	flex: 0 0 calc(50% - 0.25em);
	box-sizing: border-box;
}

.portfolio-item {
	align-items: center;
	justify-content: center;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	flex-direction: column;
}

.portfolio-item img,
.woocommerce ul.products li.product a img,
.grid-block {
    width: 100% !important;
	height: 100vh !important;
}

.portfolio-item img,
.woocommerce ul.products li.product a img {
	object-fit: cover;
	object-position: center;
}

.grid-block,
.woocommerce ul.products li.product {
    display: block;
    position: relative;
    overflow: hidden;
}

.grid-overlay,
.product-info {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    color: #f8f8f8;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition:    all 0.9s ease-in-out;
    -ms-transition:     all 0.9s ease-in-out;
    -o-transition:      all 0.9s ease-in-out;
    transition:         all 0.9s ease-in-out;
}

.grid-overlay {
    top: 90%;
}

.product-info {
    top: clamp(80%, 6vh + 80%, 86%);
}

.grid-overlay {
    padding: 40px;
}

.product-info {
	padding: 1em;
}

.grid-block:hover .grid-overlay,
.woocommerce ul.products li.product:hover .product-info {
    background-color: rgba(13,13,13,0.5);
    opacity: 1;
}

.grid-overlay h2,
.woocommerce-loop-product__title {
    font-size: calc(18px + (36 - 18) * ((100vw - 300px) / (1920 - 300))) !important;
}

.grid-overlay h2,
.woocommerce-loop-product__title,
.woocommerce-shop ul.products li.product .price,
.woocommerce-shop ul.products li.product .button {
    color: #f8f8f8 !important;
}

.woocommerce-loop-product__title {
   padding: 0 !important;
}

.woocommerce-shop ul.products li.product .button,
.woocommerce-shop ul.products li.product a img {
    margin: 0 !important;
}

/* Off-Canvas Menu
---------------------------------------------------------------------------------------------------- */

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

.js-offcanvas-trigger,
.js-offcanvas-trigger:before,
.js-offcanvas-trigger .dashicons,
.js-offcanvas-trigger .dashicons-before:before {
    font-size: calc(24px + (48 - 24) * ((100vw - 300px) / (1920 - 300))) !important;
    font-weight: bold;
    line-height: 1;
    vertical-align: middle !important;
}
 
.js-offcanvas-trigger {
    background-color: transparent;
    border: none;
    border: none;
    transition: color 1s ease;
	-webkit-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
    text-transform: uppercase;
    padding: 0 !important;
}

.js-offcanvas-trigger:before {
    /* margin-top: 2px; */
    width: auto !important;
    height: auto !important;
}
 
.js-offcanvas-close {
    background-color: transparent;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 14px 8px 16px;
}
 
.js-offcanvas-trigger:focus, 
.js-offcanvas-trigger:hover,
.js-offcanvas-close:hover, 
.js-offcanvas-close:focus {
    background-color: transparent !important;
	color: #f8f8f8 !important;
    outline-color: transparent;
    opacity: 0.25;
}

.js-offcanvas-trigger:focus, 
.js-offcanvas-trigger:hover {
    outline: none;
}

.js-offcanvas-trigger,
.js-offcanvas-close,
.js-offcanvas-close:hover,
.js-offcanvas-close:focus,
.js-offcanvas-trigger:focus, 
.js-offcanvas-trigger:hover {
    color: #bb9d5e;
}
 
.fa-times-thin:before {
    content: '\00d7';
}
 
/* when using a text widget */
/*.offcanvas-content .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
 
.offcanvas-content .wrap .widget {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}*/
 
.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,
#custom_html-12,
.nf-form-content button,
.nf-form-content input[type=button],
.nf-form-content input[type=submit],
a.xoo-wsc-ft-btn,
.xoo-wsc-container .xoo-wsc-btn {
    font-family: 'LeMurmure-Regular';
    font-weight: 400;
    font-style: normal;
}
 
.offcanvas-content .widget_nav_menu li a, 
ul.terms li a,
#custom_html-12,
#text-3 {
    display: block;
    padding: 5px 20px;
    background-color: transparent;
    outline-color: transparent;
    text-decoration: none;
    color: #bb9d5e;
    opacity: .5;
    -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_html-12,
#custom_html-12 .dashicons,
.contact-details .dashicons,
#block .scroll-section-content a,
#cta .scroll-section-content a {
    font-size: calc(18px + (28 - 18) * ((100vw - 300px) / (1920 - 300)));
    line-height: 1;
}

#cta .scroll-section-content p:last-of-type,
#nav_menu-3,
.offcanvas-content .footer-points-container {
    margin-top: 1em;
}

#nav_menu-5 li a {
    font-size: calc(36px + (84 - 36) * ((100vw - 300px) / (1920 - 300)));
	line-height: 0.9;
}

#nav_menu-3,
.offcanvas-content .footer-points-container {
	border-top: 1px solid hsla(41, 41%, 55%, 0.5);
	padding-top: 1em;
}
 
.offcanvas-content .widget_nav_menu li.current-menu-item a,
.offcanvas-content .widget_nav_menu li a:hover,
ul.terms li a:hover,
#custom_html-12:hover {
    background-color: transparent;
    opacity: 1;
}

#custom_html-12 {
    border-top: 1px solid hsla(0, 0%, 100%, .2);
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
    margin: 0.6em 0;
    padding: 0.6em 0;
    text-align: center;
}

#custom_html-12 .dashicons {
    color: #f8f8f8;
    margin-right: 1em;
}

#custom_html-16 {
  display: flex;
  justify-content: center;
}

#custom_html-16 a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: calc(20px + (36 - 20) * ((100vw - 300px) / (1920 - 300)));
	box-shadow: 0 1px 4px 0;
	border-radius: 50%;
	width: 80px;
	height: 80px;
}

/* Single Product and Shop
---------------------------------------------------------------------------------------------------- */

.woocommerce div.product form.cart {
    position: fixed;
    bottom: 1.5em;
    right: 1.5em;
    display: flex;
    background: #f8f8f8;
    border: 1px solid #f8f8f8;
    z-index: 998;
    width: 18em;
    max-width: 90%;
	padding: 1em;
	margin-bottom: 0 !important;
	display: flex;
    justify-content: center;
}

.woocommerce div.product form.cart .button {
    padding: 0.55em !important;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after,
.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after {
    content: none !important;
    display: none !important;
}

.woocommerce-shop ul.products li.product .button,
.woocommerce-shop ul.products li.product .button::after,
.woocommerce div.product form.cart .button,
.woocommerce div.product form.cart .button::after,
.checkout-button.button.alt.wc-forward,
.checkout-button.button.alt.wc-forward::after,
.woocommerce #payment #place_order,
.woocommerce #payment #place_order::after,
.woocommerce-cart .cart .button,
.woocommerce button.button::after {
    font-size: calc(14px + (24 - 14) * ((100vw - 300px) / (1920 - 300)));
}

.woocommerce-shop ul.products li.product .button,
.woocommerce div.product form.cart .button,
.checkout-button.button.alt.wc-forward,
.woocommerce #payment #place_order,
form.checkout_coupon.woocommerce-form-coupon button.button,
.woocommerce button.button {
    line-height: 1.1 !important;
    background-color: transparent;
    text-transform: capitalize;
    position: relative;
    text-align: center;
    transition: all 1s ease;
    overflow: hidden;
}

.woocommerce-shop ul.products li.product .button::after,
.woocommerce div.product form.cart .button::after,
.checkout-button.button.alt.wc-forward::after {
    content: "\f174";
    font-family: "Dashicons";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    color: #B1976B;
    transition: all 1s ease;
}

form.checkout_coupon.woocommerce-form-coupon button.button::after,
.woocommerce button.button::after {
    content: "\f147";
    font-family: "Dashicons";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    color: #B1976B;
    transition: all 1s ease;
}

.woocommerce #payment #place_order::after {
    content: "Thank you!";
    white-space: nowrap;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 1s ease;
}

.woocommerce-shop ul.products li.product .button:hover,
.woocommerce div.product form.cart .button:hover,
.checkout-button.button.alt.wc-forward:hover,
.woocommerce #payment #place_order:hover,
form.checkout_coupon.woocommerce-form-coupon button.button:hover,
.woocommerce button.button:hover {
    color: transparent !important;
}

.woocommerce-shop ul.products li.product .button:hover::after,
.woocommerce div.product form.cart .button:hover::after,
.checkout-button.button.alt.wc-forward:hover::after,
.woocommerce #payment #place_order:hover::after,
form.checkout_coupon.woocommerce-form-coupon button.button:hover::after,
.woocommerce button.button:hover::after {
    opacity: 1;
    transform: translate(-50%, -50%);
}

.woocommerce-shop ul.products li.product .button:hover,
.woocommerce div.product form.cart .button:hover,
.checkout-button.button.alt.wc-forward:hover {
    border: 1px solid #f8f8f8 !important;
}

.woocommerce-shop ul.products li.product .button,
.woocommerce-shop ul.products li.product .button:hover,
.checkout-button.button.alt.wc-forward,
.checkout-button.button.alt.wc-forward:hover,
.woocommerce #payment #place_order,
.woocommerce-cart .cart .button,
.woocommerce-cart .shipping-calculator-form button,
.woocommerce button.button,
form.checkout_coupon.woocommerce-form-coupon button.button,
a.woocommerce-button.button.view,
a.button.wc-forward {
    border: 1px solid #f8f8f8 !important;
    background-color: transparent !important;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce span.onsale,
.woocommerce.widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce.widget_price_filter .ui-slider .ui-slider-range,
.woocommerce #respond input#submit,
.woocommerce #payment #place_order::after,
.woocommerce #payment #place_order:hover::after,
td.product-remove a.remove {
    color: #f8f8f8 !important;
}

td.product-remove a.remove:hover,
.woocommerce-account span.required {
	color: #B1976B !important;
	outline: none;
}

.woocommerce div.product form.cart .button,
.woocommerce div.product form.cart .button::after {
    color: #000000 !important;
}

.woocommerce-shop ul.products li.product .button:hover::after,
.checkout-button.button.alt.wc-forward:hover::after,
.woocommerce #payment #place_order:hover::after {
    opacity: 1;
}

.woocommerce-shop ul.products li.product .button,
.woocommerce div.product form.cart .button,
.woocommerce #payment #place_order,
.woocommerce #payment #place_order::after,
.front-page h3,
.about-page h3,
.service-description h4,
.service-button a,
.testimonials h4,
#block .scroll-section-content a,
.image-caption,
.product-image-caption,
.wp-caption-text,
#cta a,
.services-page .responsive-tabs__panel .gallery:first-of-type .gallery-icon.landscape::after {
	font-family: 'LeMurmure-Regular' !important;
	font-weight: 400;
	font-style: normal;
}

.woocommerce-shop ul.products li.product .button,
.woocommerce div.product form.cart .button,
.woocommerce #payment #place_order,
.woocommerce-cart .cart .button {
	text-transform: capitalize;
}

.woocommerce div.product form.cart .button,
.woocommerce div.product form.cart .button:hover,
.woocommerce div.product form.cart div.quantity {
	border: 1px solid #000000 !important;
}

.price {
	margin: 0 0 10px;
}

/* Cart and Checkout Pages
---------------------------------------------------------------------------------------------------- */

.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 10em !important;
}

.woocommerce table.shop_table,
.woocommerce table.shop_table td {
    border-color: #f8f8f8 !important;
}

.woocommerce table.shop_table,
.woocommerce-cart #payment,
.woocommerce-checkout #payment,
#add_payment_method #payment,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce-account .woocommerce,
.woocommerce-account form .form-row input.input-text,
.woocommerce-cart table.cart input {
	border: 1px solid hsla(0, 0%, 96%, 0.5) !important;
}

.woocommerce table.shop_table td,
tr.order-total th,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-account table.shop_table th,
.woocommerce-checkout tr.cart-subtotal th {
	border-top: 1px solid hsla(0, 0%, 96%, 0.5) !important;
}

.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th {
	border-top: none !important;
}

.woocommerce-cart a.remove:hover {
    background: transparent !important;
}

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

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

.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,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    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;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    margin-top: 1em
}

.cart-item-details {
	column-gap: 1em;
}

.product-name a,
.service-button a {
	font-family: 'LeMurmure-Regular';
	font-size: calc(14px + (24 - 14) * ((100vw - 300px) / (1920 - 300))) !important;
	line-height: 1;
	width: 100%;
    margin-top: 0.5em;
}

.product-image,
.product-details {
	flex: 1;
	justify-content: center;
}

.product-image {
    position: relative;
}

.product-details {
    flex-direction: column;
}

.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: #fff;
	border: 2px solid hsla(0, 0%, 7%, .11);
	box-shadow: 0 0 0 2px #000000;
	color: #000000;
	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;
	transform: translate(50%, -50%);
	white-space: nowrap;
	z-index: 1;
}

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

.woocommerce-checkout .product-title {
	font-size: calc(14px + (24 - 14) * ((100vw - 300px) / (1920 - 300)));
}

.woocommerce-checkout .product-title,
.woocommerce ul#shipping_method,
.woocommerce-order-received .product-name a,
.woocommerce-order-received table.shop_table,
.product-name a {
	white-space: normal;
    word-break: keep-all;
}

.woocommerce-cart #payment,
.woocommerce-checkout #payment,
#add_payment_method #payment,
ul.woocommerce-error,
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background-color: #000000 !important;
}

ul.woocommerce-error,
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	border: none !important;
	line-height: 1.3 !important;
}

.woocommerce-info,
.woocommerce-message {
    padding: 1em 2em 1em 1.5em !important;
    margin: 0 0 0.5em !important;
}

.woocommerce-info,
.woocommerce form .form-row .required {
    color: #b1976b !important;
}

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

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

form.woocommerce-shipping-calculator .form-row-wide,
.woocommerce-account .woocommerce-address-fields .form-row {
	padding-left: 0 !important
}

.woocommerce ul#shipping_method li input {
    vertical-align: baseline !important;
}

input[type="radio"]:checked {
    accent-color: #b1976b;
}

.woocommerce form.checkout_coupon {
    margin: 1em 0 2em!important;
}

.woocommerce form.login,
.woocommerce form.register {
    margin: 2em 4em !important;
}

.woocommerce-order-received .woocommerce-order,
.woocommerce-order-received ul.order_details,
.woocommerce-order-received .woocommerce-columns {
	display: flex;
	align-items: baseline;
}

.woocommerce-order-received .woocommerce-columns::before {
	display: none !important;
}

.woocommerce-order-received .woocommerce-notice {
	line-height: 1;
	color: #b1976b;
	width: 220px;
}

.woocommerce-order-received .woocommerce-order,
.woocommerce-order-received .woocommerce-columns {
	column-gap: 2em;
}

.woocommerce-order-received .woocommerce {
	padding: 0 4em;
}

.woocommerce-order-received .woocommerce-order,
.woocommerce-order-received table.shop_table{
	padding: 2em;
}

.woocommerce-order-received .woocommerce-order {
	border: 1px solid hsla(0, 0%, 96%, 0.5);
}

.woocommerce-order-received .woocommerce-order .woocommerce-customer-details address {
	border-top: 1px solid hsla(0, 0%, 96%, 0.5);
}

.woocommerce-order-received ul.order_details {
    flex-direction: column;
    padding: 0;
}

.woocommerce-order-received ul.order_details li {
	display: flex;
	align-items: baseline;
	border-right: none !important;
}

.woocommerce-order-received ul.order_details li strong {
	margin-left: 6px;
}

.woocommerce-order-received .woocommerce-order .col2-set .col-2 {
    width: 100% !important;
}

.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details,
.woocommerce-order-received .woocommerce-columns > div,
.woocommerce-account .col2-set > div {
	flex: 1;
}

.woocommerce-order-received .product-name a {
    font-size: calc(14px + (24 - 14) * ((100vw - 300px) / (1920 - 300))) !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding-left: 0;
    text-align: left;
    width: 100%;
    height: 100%;
    justify-content: space-evenly;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    overflow: hidden;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul > li a {
	font-family: 'LeMurmure-Regular' !important;
	font-size: calc(32px + (64 - 32) * ((100vw - 300px) / (1920 - 300))) !important;
	font-weight: 400;
	font-style: normal;
	margin: 0.5em;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul > li a:hover {
	text-decoration: underline 0.1em rgba(245, 245, 245, 1);
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    padding: 0;
    margin-bottom: 0 !important;
    border: none;
	border-right: 1px solid hsla(0, 0%, 96%, 0.5);
	align-items: center;
}

.woocommerce-MyAccount-navigation ul > li:not(:last-of-type) {
    border-bottom: 1px solid hsla(0, 0%, 96%, 0.5);
    margin: 0;
}

.woocommerce-account .woocommerce-Address-title.title,
.woocommerce-account .woocommerce-MyAccount-content a {
	font-style: italic;
}

.woocommerce-account .woocommerce-Address-title.title {
   flex-direction: column;
}

.woocommerce-account .woocommerce-MyAccount-content .col2-set .col-2 {
	margin-top: 0;
}

/* FAQs Page
--------------------------------------------- */

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

.open-close-btns {
	text-align: right;
	margin-bottom: 30px;
}

.open-close-btns button {
	background: transparent;
	padding: 0;
	color: #f8f8f8;
	font-size: calc(14px + (24 - 14) * ((100vw - 300px) / (1920 - 300)));
}

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

span.pipe {
	font-size: 12px;
}

.services-page .faqs {
	margin: 4em 0;
}

.faq {
	/* margin-bottom: 30px; */
}

.faq .question {
	background-color: transparent;
	font-weight: normal;
	font-size: calc(18px + (36 - 18) * ((100vw - 300px) / (1920 - 300)));
	text-transform: capitalize;
	margin-bottom: 0;
	line-height: 1.3;
	position: relative;
}

.faq:first-child .question {
    border-top: none;
}

.faq .question,
.services-page .faq:first-child .question {
	border-top: 1px solid hsla(0, 0%, 96%, 0.2);
}

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

.faq .question a {
	color: #f8f8f8;
}

.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;
}

.faq .answer {
	background-color: transparent;
	border: 1px solid hsla(0, 0%, 96%, 0.2);
}

.faq .answer p {
	color: #f8f8f8;
}

.faq .answer a {
	text-decoration: underline;
}

.faq .question a:after {
	content: "\f347";
	font-family: 'dashicons';
	padding-left: 5px;
	position: absolute;
	right: 2px;
	transition: opacity ease-in-out .2s;
}

.faq .question.open a:after {
	content: "\f343";
}

.faq .question a:after,
.faq .question.open a:after {
	color: rgba(245,245,245,0.2);
}

::-webkit-scrollbar {
    width: 1px !important;
    margin-left: 20px;
}

::-webkit-scrollbar-thumb {
    background-color: #000000;
    border-radius: 5px;
    border: 1px solid #000000;
    width: 1px;
}

.page-template::-webkit-scrollbar {
  display: none;
}

.page-template * {
  scrollbar-width: none;
}

body.page-template  {
  -ms-overflow-style: none;
}

/* Home Page
--------------------------------------------- */

.horizontal-scrolling,
.section ,
.scroll-section,
.feature-section,
.scroll-section > div,
.feature-section > div {
    display: flex;
}

.horizontal-scrolling,
.scroll-section {
    flex-direction: row;
}

/* .horizontal-scrolling,
.section {
    height: 100vh;
    min-height: 100vh;
} */

.horizontal-scrolling {
    column-gap: 1em;
    overflow-x: scroll;
    overflow-y: hidden;
    touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
    width: 100vw;
}

.section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    overflow: visible;
}

.horizontal-scrolling .section:first-of-type {
	flex: 0 0 100vw;
}

.horizontal-scrolling .section:not(:first-of-type)  {
	flex: 0 1 auto;
}

.scroll-section {
    width: 100vw;
    height: 100vh;
}

#section1,
#cta {
    position: relative;
}

#section1::before,
#cta::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

#section1 .scroll-section,
#cta .scroll-section {
    position: relative;
    z-index: 2;
	flex-direction: column;
    align-items: center;
    justify-content: center;
}

.feature-section {
    flex-direction: column-reverse;
    width: calc(420px + (500 - 420) * ((100vw - 300px) / (1920 - 300)));
    padding: 80px 40px 40px;
    border-right: 1px solid hsla(0, 0%, 96%, 0.2);
}

.feature-section:first-of-type {
	border-left: 1px solid hsla(0, 0%, 96%, 0.2);
}

.scroll-section > div,
.feature-section > div {
	flex-direction: column;
	height: 100vh;
	justify-content: center;
}

#section1 .scroll-section > div  {
	height: auto;
	width: 60%;
}

.feature-section > div {
    flex: 1;
    /* height: auto; */
}

.scroll-section-images figure,
.scroll-section-images img {
    height: 100%;
    object-fit: cover;
}

.feature-section > div img {
    height: auto;
}

.scroll-section-content {
    padding: calc(40px + (72 - 40) * ((100vw - 300px) / (1920 - 300)));
}

#section1 .scroll-section-content {
    padding: 0;
}

.horizontal-scrolling .section:not(:first-of-type) .scroll-section .scroll-section-images {
	width: 66.66667%;
}

.horizontal-scrolling .section:not(:first-of-type) .scroll-section .scroll-section-content {
   width: 33.33333%;
}

#cta .scroll-section .scroll-section-content {
	width: 100%;
    text-align: center;
}

.horizontal-scrolling .section:not(:first-of-type) .scroll-section .scroll-section-images .gallery {
	height: 80vh;
    margin: 0;
}

.horizontal-scrolling .section:not(:first-of-type) .scroll-section .scroll-section-images .gallery .gallery-item {
    padding: 0 0.5em;
    display: flex;
    align-items: center;
}

.section:focus:not(:focus-visible),
img:focus:not(:focus-visible) {
  outline: none;
}

#block .scroll-section-content {
	justify-content: start;
	padding: calc(10px + (40 - 10) * ((100vw - 300px) / (1920 - 300))) 0 0;
}

.scroll-section-images.two-images {
	/* display: flex; */
	flex-direction: row;
	align-items: center;
	column-gap: 1em;
}

.scroll-section-images.two-images > figure {
	flex: 1;
}

.scroll-section-images.two-images figure:nth-of-type(2) {
	height: 75vh;
}

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

.nf-form-content .list-select-wrap .nf-field-element>div,
.nf-form-content input:not([type=button]),
.nf-form-content textarea,
.nf-form-content select.ninja-forms-field,
.services-page option:checked,
.nf-error.field-wrap .nf-field-element:after,
.page-template-contact .nf-error .ninja-forms-field {
    border: 1px solid hsla(0, 0%, 96%, 0.5) !important;
}

.nf-form-content .list-select-wrap .nf-field-element>div,
.nf-form-content input:not([type=button]),
.nf-form-content textarea,
.nf-form-content select.ninja-forms-field,
.services-page option:checked,
.nf-error.field-wrap .nf-field-element:after,
.checkbox-wrap .nf-field-element label:after,
.checkbox-wrap .nf-field-label label:after,
.listcheckbox-wrap .nf-field-element label:after,
.listcheckbox-wrap .nf-field-label label:after {
    background: transparent !important;
}

.nf-form-content .list-select-wrap .nf-field-element>div,
.nf-form-content input:not([type=button]),
.nf-form-content textarea,
.nf-pass.field-wrap .nf-field-element:after,
.services-page option:checked {
    color: #f8f8f8 !important;
}

.nf-pass.field-wrap .nf-field-element:after {
    font-family: 'dashicons' !important;
	content: "\f147" !important;
}

.nf-field-element ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    column-gap: 1em;
    list-style: none;
}

.nf-field-element ul > li {
    box-sizing: border-box;
}

.checkbox-wrap .nf-field-element label.nf-checked-label:before,
.checkbox-wrap .nf-field-label label.nf-checked-label:before,
.listcheckbox-wrap .nf-field-element label.nf-checked-label:before,
.listcheckbox-wrap .nf-field-label label.nf-checked-label:before,
.list-checkbox-wrap .nf-field-element li label.nf-checked-label,
.list-image-wrap .nf-field-element li label.nf-checked-label,
.list-radio-wrap .nf-field-element li label.nf-checked-label {
	color: #f8f8f8 !important;
}

.checkbox-wrap .nf-field-element label.nf-checked-label:before,
.checkbox-wrap .nf-field-label label.nf-checked-label:before,
.listcheckbox-wrap .nf-field-element label.nf-checked-label:before,
.listcheckbox-wrap .nf-field-label label.nf-checked-label:before,
.checkbox-wrap .nf-field-element label:before,
.checkbox-wrap .nf-field-label label:before,
.listcheckbox-wrap .nf-field-element label:before,
.listcheckbox-wrap .nf-field-label label:before {
	content: "\f147" !important;
}

.checkbox-wrap .nf-field-element label:before,
.checkbox-wrap .nf-field-label label:before,
.listcheckbox-wrap .nf-field-element label:before,
.listcheckbox-wrap .nf-field-label label:before {
	font-family: 'dashicons' !important;
}

.checkbox-wrap .nf-field-element label.nf-checked-label:after,
.checkbox-wrap .nf-field-label label.nf-checked-label:after,
.listcheckbox-wrap .nf-field-element label.nf-checked-label:after,
.listcheckbox-wrap .nf-field-label label.nf-checked-label:after,
.page-template-contact .nf-pass .ninja-forms-field {
    border-color: #c4c4c4 !important;
}

.nf-field-label .nf-label-span,
.nf-field-label label,
.nf-error-msg,
.ninja-forms-req-symbol,
.nf-error.field-wrap .nf-field-element:after,
.list-checkbox-wrap .nf-field-element li label,
.list-image-wrap .nf-field-element li label,
.list-radio-wrap .nf-field-element li label {
	color: #f8f8f86b !important;
    font-weight: 300 !important;
}

input[type=checkbox]:focus+label:after,
input[type=radio]:focus+label:after {
    box-shadow: none !important;
}

.nf-error-msg {
	font-size: 12px;
}

.page-template-contact input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #000000 inset !important;
    box-shadow: 0 0 0px 1000px #000000 inset !important;
    -webkit-text-fill-color: #f8f8f8 !important;
}

#popmake-548 {
    position: fixed;
    top: auto !important;
    bottom: 12px !important;
    left: 1px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
    border: 1px solid #000000;
    margin: 10px;
}

#popmake-548 button {
    display: none;
}


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

@media only screen and (max-width: 1280px) {
    
	.woocommerce-checkout .site-inner {
	    margin-top: 0;
	}
	
}

@media only screen and (max-width: 1200px) {
    
    .site-inner {
	    margin-top: 2em;
	}
	
	.content {
		width: 520px;
	}
	
	.full-width-content .content {
		padding: 0 110px;
	}
	
	.woocommerce-cart.full-width-content .content,
	.woocommerce-checkout.full-width-content .content,
	.woocommerce-account.full-width-content .content  {
	    padding: 4em !important;
	}
	
	.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;
	}
	
	.woocommerce-order-received .woocommerce-order,
	.woocommerce-order-received .woocommerce-columns,
	.woocommerce-order-received .woocommerce-order-details,
	.woocommerce-account .woocommerce,
	.woocommerce-cart .woocommerce,
	.woocommerce-checkout form.checkout,
	.woocommerce-account .col2-set {
		flex-direction: column;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation,
	.woocommerce-account .woocommerce-MyAccount-content,
	.woocommerce-account .col2-set .col-2,
	form.woocommerce-cart-form,
	.woocommerce .cart-collaterals,
	.woocommerce-page .cart-collaterals,
	.woocommerce-checkout #order_review,
	.woocommerce-checkout #customer_details,
	.woocommerce-checkout form .form-row-first,
	.woocommerce-checkout form .form-row-last,
	.woocommerce-checkout form .form-row-wide,
	.woocommerce .col2-set .col-2,
	.woocommerce-page .col2-set .col-2,
	.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,
	.woocommerce-account button.button,
	.woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide {
	    width: 100% !important;
	}

	.woocommerce .cart-collaterals,
	.woocommerce-page .cart-collaterals,
	.woocommerce-checkout #order_review {
		position: relative;
	    transform: none;
	}
	
	form.woocommerce-shipping-calculator .form-row-wide,
	.woocommerce-account .woocommerce-address-fields .form-row {
	    padding-right: 0 !important;
	}

	.woocommerce .cart-collaterals,
	.woocommerce-page .cart-collaterals,
	.woocommerce-checkout #order_review,
	form.woocommerce-cart-form,
	.woocommerce-checkout #customer_details {
	    padding: 0;
	}
	
	.woocommerce-account .woocommerce-MyAccount-navigation {
	    border: none;
	}
	
	.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address,
	form.checkout div#order_review h3#order_review_heading {
	    margin-top: 1em;
	}
	
	#section1 .scroll-section > div {
	    width: 80%;
	}
	
	
}

@media only screen and (max-device-width: 1200px) and (orientation: landscape) {

	.horizontal-scrolling .section:not(:first-of-type):not(:last-of-type) .scroll-section .scroll-section-content,
	.side-by-side .left-side,
	.woocommerce div.product div.summary,
	.shop-intro {
	    width: 40% !important;
	}

	.horizontal-scrolling .section:not(:first-of-type) .scroll-section .scroll-section-images,
	.side-by-side .right-side,
	.woocommerce div.product div.images.woocommerce-product-gallery,
	.woocommerce-shop ul.products {
	    width: 60% !important;
	}
	
	.side-by-side .left-side {
		padding-bottom: 0;
	}
	
	.single-portfolio .side-by-side .left-side {
		padding-bottom: 4em;
	}

	.feature-section {
	    flex-direction: row;
	    align-items: center;
	    width: 650px;
	    padding: 50px;
	}

	#block .scroll-section-content {
	    justify-content: center;
	    padding: 0 0 0 50px;
	}
	
	.product_title.entry-title,
	.single-portfolio .entry-title {
	    font-size: 24px;
	}

	p {
		font-size: 14px;
	}
	
	.masonry-item:first-of-type img {
	    height: 100vh;
	    object-fit: cover;
		object-position: center;
	}

	
}

@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 > .wrap {
		border: none;
	}
	
	.content,
	.sidebar {
		width: 100%;
	}
	
	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;
	}
	
	.full-width-content .content {
		padding: 0;
	}
	
	.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;
	}
	
	.woocommerce-shop.full-width-content .content {
	    padding: 5em 0 2em;
	}

	.woocommerce div.product,
	.woocommerce-shop .content,
	.woocommerce-cart .woocommerce,
	.woocommerce-checkout form.checkout,
	.woocommerce-account .woocommerce {
	    flex-direction: column;
	}

	.woocommerce div.product div.summary,
	.shop-intro, .woocommerce .cart-collaterals,
	.woocommerce-page .cart-collaterals,
	.woocommerce-checkout #order_review,
	.woocommerce-account .woocommerce-MyAccount-navigation,
	.woocommerce div.product div.images.woocommerce-product-gallery,
	.woocommerce-shop ul.products,
	form.woocommerce-cart-form,
	.woocommerce-checkout #customer_details,
	.woocommerce-account .woocommerce-MyAccount-content {
	    width: 100% !important;
	}

	.woocommerce div.product div.summary,
	.shop-intro, .woocommerce .cart-collaterals,
	.woocommerce-page .cart-collaterals,
	.woocommerce-checkout #order_review,
	.woocommerce-account .woocommerce-MyAccount-navigation,
	.woocommerce div.product div.images.woocommerce-product-gallery,
	form.woocommerce-cart-form,
	.woocommerce-checkout #customer_details,
	.woocommerce-account .woocommerce-MyAccount-content,
	.portfolio-items-grid {
	    justify-content: center;
	}

	.woocommerce div.product div.summary,
	.shop-intro, .woocommerce .cart-collaterals,
	.woocommerce-page .cart-collaterals {
	    position: relative;
	    transform: none;
	}
	
	.woocommerce div.product div.summary {
	    min-height: 100%;
	}
	.woocommerce-cart.full-width-content .content,
	.woocommerce-checkout.full-width-content .content,
	.woocommerce-account.full-width-content .content {
	    padding: 6em 4em !important;
	}
	
	.woocommerce-MyAccount-navigation ul > li:not(:last-of-type) {
	    width: auto !important;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation ul {
	    flex-direction: row;
	    flex-wrap: wrap;
	    border-bottom: 1px solid hsla(0, 0%, 96%, 0.5);
	}

	.woocommerce-MyAccount-navigation ul > li:not(:last-of-type) {
	    border-bottom: none;
	    margin: 0;
	}
	
}

@media screen and (max-width:960px) and (orientation:landscape) {
    
    .site-inner {
	    margin-top: 0;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation ul > li a {
	    font-size: calc(24px + (56 - 24) * ((100vw - 300px) / (1920 - 300))) !important;
	}
	
	.feature-section {
	    flex-direction: row;
	    align-items: center;
	    width: 500px;
	}

	#block .scroll-section-content {
	    justify-content: center;
	    padding: 0 0 0 40px;
	}

	.scroll-section-content p {
	    font-size: 10px;
	}
	
	#section1 h2,
	#cta h2 {
	    font-size: calc(36px + (90 - 36) * ((100vw - 300px) / (1920 - 300)));
	}

	#section1 h3,
	#cta h3 {
	    font-size: calc(24px + (48 - 24) * ((100vw - 300px) / (1920 - 300)));
	}

	.section.scroll h2,
	.service-description h2,
	#block .scroll-section-content h2,
	.service-description h3,
    .testimonials h3 {
	    font-size: calc(18px + (36 - 18) * ((100vw - 300px) / (1920 - 300)));
	}

	.front-page h3,
	.service-description h4,
    .testimonials h4 {
	    font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (1920 - 300)));
	}
	
	.side-by-side {
	    flex-direction: column;
	}

	.side-by-side .left-side,
	.side-by-side .right-side {
	    width: 100% !important;
	}

	.side-by-side .left-side,
	.side-by-side .right-side {
	    justify-content: center;
	}

	.side-by-side .left-side {
	    position: relative;
	    transform: none;
	}
	
	
}

@media only screen and (max-width: 800px) {
	
	.front-page .site-inner {
		padding: 0;
	}
	
	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: #000000;
		color: #f8f8f8;
		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: #f8f8f8;
		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: #f8f8f8;
	}
	
	.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 #f8f8f8;
	}
	
	.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;
	}
}

@media only screen and (max-width: 768px) {
	
    .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,
	.woocommerce-checkout table.cart img {
	    width: auto !important;
	}
	
	.woocommerce-cart td.product-thumbnail::before {
		visibility: hidden;
    }
	
}

@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;
	}
	
}

@media only screen and (min-width: 320px) and (orientation: portrait) {

	.footer-points-container {
        flex-direction: row;
        justify-content: center;
        row-gap: 1em;
        padding-top: 1em;
    }
    
    .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;
    }
	
	.cart-item-details {
		flex-direction: column;
	}

	.product-name a {
	    margin-bottom: 1em;
	}
	
	.single-portfolio.full-width-content .content,
	.archive-portfolio.full-width-content .content {
	    padding: 2em 0 2em;
	}
    
    .scroll-section {
        width: 100%;
    }

	.horizontal-scrolling .section:last-of-type,
    .horizontal-scrolling .section:last-of-type .scroll-section,
	.scroll-section-images.two-images > figure {
        width: 100vw !important;
    }

	.horizontal-scrolling .section:not(:first-of-type) .scroll-section .scroll-section-content {
	    width: 80vw;
	}
    
    .portfolio-item img,
	.woocommerce ul.products li.product a img,
	.grid-block {
		height: 50vh !important;
	}
	
	.side-by-side {
	    flex-direction: column;
	}

	.side-by-side .left-side,
	.side-by-side .right-side {
	    width: 100% !important;
	}

	.side-by-side .left-side,
	.side-by-side .right-side {
	    justify-content: center;
	}

	.side-by-side .left-side {
	    position: relative;
	    transform: none;
	}
	

}
