/**
 * Content
 */

body.scrolled-2 #back-to-top {
	opacity: 0.9;
	transition: opacity 0.1s ease-in-out 0s !important;
}
#back-to-top {
	opacity: 0;
	transition: opacity 0.1s ease-in-out 0s !important;
	position: fixed;
	right: 0px;
	left: 0px;
	display: flex;
	justify-content: center;
	align-content: center;
	width: 60px;
	line-height: 0px;
	height: 60px;
	background: #f6f6f6;
	text-align: center;
	margin: 0px auto;
	padding-top: 12px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons !important;
	display: block;
	bottom: 20px;
}
#back-to-top small {
	color: #2a2a2a !important;
	display: inline-block;
	line-height: 30px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons !important;
	font-size: 30px;
}
[data-view="pinned_bottom"] {
	z-index: 0 !important;
}
.right {
	text-align: right;
	width: 50%;
}
.left {
	width: 50%;
}
[data-page-id="12083276"] .header {
	background: transparent !important;
}
[data-page-id="12085516"] .footer {
	position: absolute !important;
	z-index: 999999999;
	width: 100%;
	bottom: 0px;
}
[data-page-id="12085516"] .footer .left {
	color: white;
}
[data-id="12085516"].page_container {
	padding-top: 0px !important;
}
[data-page-id="12085516"] .pinned .page_container.accommodate:not(.fixed):not(.overlay) {
	z-index: 99999999 !important;
}
[data-page-id="12085516"] .pinned .page {
	z-index: 999999 !important;
}
[data-page-id="12085458"] .footer {
	position: absolute !important;
	z-index: 999999999;
	width: 100%;
	bottom: 0px;
}
[data-page-id="12085458"] .footer .left {
	color: white;
}
[data-id="12085458"].page_container {
	padding-top: 0px !important;
}
[data-page-id="12085458"] .pinned .page_container.accommodate:not(.fixed):not(.overlay) {
	z-index: 99999999 !important;
}
[data-page-id="12085458"] .pinned .page {
	z-index: 999999 !important;
}
.expand.expanded .lightbox {
	display: flex;
}
.expand {
	padding: 0px;
	position: relative;
	display: inline;
}
.expand a {
	display: inline-block;
	line-height: 27px;
	padding: 0px !important
}
.expand .lightbox {
	display: none;
}
.lightbox small {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons !important;
}
.lightbox a {
	border-bottom: 0px !important;
}
.page_container[data-id="12063940"] .page {
	min-height: 60vh;
}
.blog-nav {
	max-width: 960px;
	padding: 40px 0px;
	margin: 30px auto;
	;
	border-top: 1px solid #dadada;
}
.blog-nav small {
	position: relative;
	top: -2px;
	color: #c3c3c3 !important;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons !important;
}
.blog-nav span {
	margin: 0px 15px;
}
.blog-nav a {
	text-transform: uppercase;
	border-bottom: 0px !important;
}
/* [local-style="12063940"] .backdrop {
    width: calc(100% - 50%) ;
    bottom: 0px;
    pointer-events: none;
    top: initial;
        height: calc(100% - 160px) ;

	left: 0
}*/

@-webkit-keyframes fadeOut {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
		z-index: 9999;
	}
}
@-webkit-keyframes fadeIn {
	0% {
		transform: translateX(-0%);
		opacity: 1;
	}
	50% {
		opacity: 0;
		z-index: -1000;
	}
	99% {
		transform: translateX(-0%);
	}
	100% {
		transform: translateX(-100%);
	}
}
#mobile-slide.slide {
	visibility: visible;
	display: block;
	animation: fadeOut ease-in-out 0.5s 0s forwards;
}
#mobile-slide a:hover {
	opacity: 0.7;
}
#mobile-slide::before {
	z-index: -1;
	content: "";
	width: 100%;
	height: 100%;
	background-size: cover;
	background: rgba(255, 255, 255, 0.88);
	position: absolute;
}
/**
 * Quick View
 */

[data-css-preset] .quick-view {
	padding-top: 2.5rem/*!quick_view_padding*/
	;
	padding-bottom: 2.5rem/*!quick_view_padding*/
	;
	padding-left: 2.5rem/*!quick_view_padding*/
	;
	padding-right: 2.5rem/*!quick_view_padding*/
	;
	height: 100%/*!quick_view_height*/
	;
	width: 100%/*!quick_view_width*/
	;
}
body.mobile .quick-view {
	width: 100%;
	height: 100%;
	margin: 0;
}
[data-css-preset] .quick-view-background {
	backdrop-filter: blur(5px);
	background: rgba(246, 246, 246, 0)/*!quick_view_bgcolor*/
	;
}
.quick-view-caption {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	transition: 100ms opacity ease-in-out;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 2rem 0;
	text-align: center;
	font-size: 1.8rem;
}
.quick-view-caption span {
	padding: 0.5rem 1rem;
	display: inline-block;
	background: rgba(0, 0, 0, 0.4);
	color: white;
}
#mobile-slide {
	opacity: 0;
	visibility: hidden;
	top: 0px;
	animation: fadeIn ease-in-out 0.1s 0s forwards;
	min-width: 300px;
	transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	display: block;
	padding: 0px 0px 0px 0px;
	z-index: -1000;
	backdrop-filter: blur(5px);
	position: fixed;
	height: 100%;
	width: 100%;
}
#mobile-slide a {
	font-weight: 200;
	font-family: lexia, serif;
	text-decoration: none;
	opacity: 1;
	font-size: 30px;
	text-align: center;
	border-bottom: 0px;
	letter-spacing: 0.5px;
	padding: 10px 25px;
	color: #000 !important;
	margin-bottom: 0px;
	display: block;
}
#menu {
	display: inline;
	right: 0px;
	top: 0px;
	padding-left: 6px;
	position: relative;
	z-index: 9999999;
	color: white;
}
#menu a {
	color: #000;
	font-family: "Neue Haas Grotesk", Icons;
	;
	line-height: 30px;
	display: block;
	padding-right: 0px;
	font-size: 30px !important;
	font-style: normal;
	font-weight: 100;
}
#menu span.close-text {
	display: none;
}
#menu.slide span.close-text {
	display: block !important;
}
#menu.slide span.menu-text {
	display: none !important;
}
#nav-3 {
	max-width: 100%;
	margin: 0px auto;
	display: flex;
	height: 100vh;
	align-content: center;
	flex-direction: column;
	justify-content: center;
}
[data-set-id="12083685"] .content_container .content_padding {
	padding: 50px 120px 0px 120px !important;
	margin: 0px auto;
}
[data-set-id="12083685"] .content_container .page {
	max-width: 1200px;
	margin: 0px auto;
}
[data-set-id="12083685"] .content_container p {
	max-width: 700px;
	margin: 0px auto 50px auto;
	text-align: left;
}
.blog-header {
	overflow: hidden;
	height: -1px;
	position: relative;
	padding-bottom: 50%;
}
.blog-header img {
	position: absolute;
	left: 50%;
	width: 106% !important;
	height: auto !important;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50% !important;
}
.content .page_content [image-gallery-pad="2"] {
	padding: 20px !important;
}
.slick-arrow.hidden {
	opacity: 1 !important;
}
.page_container[data-id="12083012"] .image-gallery {
	max-width: 1200px;
}
.image-gallery {
	margin: 0px auto !important;
	width: -moz-calc(100% - 0px);
	width: -webkit-calc(100% - 0px);
	width: calc(100% - 0px);
}
.sub-header {
	height: 30vh;
	min-height: 300px;
	padding: 50px;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	margin-bottom: 0px;
	background: #f8f8f8;
}
.page-title {
	height: 120px;
	padding: 50px;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	margin-bottom: 0px;
	background: #f8f8f8;
}
[data-page-id="12083276"] .content_container {
	min-height: calc(100vh - 140px);
}
[data-page-id="12083802"] .content_container {
	min-height: calc(100vh - 140px);
}
.page_container[data-id="12083276"] {
	width: -moz-calc(100% - 50px);
	width: -webkit-calc(100% - 50px);
	width: calc(100% - 80px);
	margin: 40px auto;
}
.hover-title {
	display: inline;
	pointer-events: auto;
	cursor: pointer;
}
.hover-image {
	display: none;
}
body:not(.mobile) .hover-title:hover+.hover-image {
	display: flex;
	pointer-events: none;
}
.lightbox {
	align-content: center;
	text-align: center;
	position: fixed;
	top: 50%;
	align-self: center;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99999;
	backdrop-filter: blur(5px);
	background: rgba(255, 255, 255, 0.9);
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/* Change width and height to scale images */
	width: 100vw;
	height: 100vh !important;
}
.lightbox img {
	-webkit-box-shadow: 0px 0px 34px -2px rgba(0, 0, 0, 0.49);
	-moz-box-shadow: 0px 0px 34px -2px rgba(0, 0, 0, 0.49);
	box-shadow: 0px 0px 34px -2px rgba(0, 0, 0, 0.49);
	display: block;
	width: auto !important;
	height: auto;
	max-width: 100%;
	;
	max-height: 76%;
	margin: 0px auto;
}
.page_container[data-id="12083012"] {
	padding: 80px;
	max-width: 1300px;
	margin: 0px auto;
}
p {
	max-width: 700px;
	padding: 0px 50px;
	margin: 0px auto;
}
#toolset {
	display: none;
}
.footer {}
.footer-inner {
	justify-content: space-between;
	display: flex;
	font-size: 14px;
	padding: 30px 40px;
}
.pinned {
	z-index: 999999;
}
.pinned.pinned_top .page_container.overlay {
	z-index: 99 !important;
}
.header.slide {
	background: transparent;
}
.header {
	width: 100%;
	background: white;
	font-family: lexia, serif;
	font-weight: 300;
	color: black;
}
.header-inner {
	justify-content: space-between;
	display: flex;
	padding: 25px 40px;
}
.header-inner .right {
	width: 50%;
	display: flex;
	justify-content: flex-end;
	text-align: right;
}
body {
	background-color: #fff;
	color: #000;
}
.header-inner .right a {
	font-weight: 300;
	border-bottom: 0px !important;
}
.header-inner .left a {
	font-weight: 300;
	border-bottom: 0px !important;
}
a:active {
	opacity: 0.7;
}
.page a.active {
	opacity: 1;
}
i, em {
	font-style: italic;
}
b, strong {
	font-weight: 500;
	font-family: neue-haas-unica, sans-serif;
}
sub, sup {
	position: relative;
	vertical-align: baseline;
}
sub {
	top: 0.3em;
}
sup {
	top: -0.4em;
}
s {
	text-decoration: line-through;
}
img {
	border: 0;
	padding: 0;
}
ul, ol {
	margin: 0;
	padding: 0 0 0 1em;
}
blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}
hr {
	background: rgba(127, 127, 127, 0.2);
	border: 0;
	height: 1px;
	display: block;
}
.content img {
	float: none;
	margin-bottom: .5em;
}
.gallery_image_caption {
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: 300;
	color: #454545;
	font-family: neue-haas-unica, sans-serif;
	font-style: normal;
	line-height: 1.3;
}
/**
 * Loading Animation
 */

.loading[data-loading] {
	position: fixed;
	bottom: 8px;
	left: 8px;
}
/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 20px;
	font-weight: 200;
	letter-spacing: 0.1px;
	color: #454545;
	font-family: neue-haas-unica, sans-serif;
	font-style: normal;
	line-height: 1.4;
}
[data-predefined-style="true"] bodycopy a {
	color: #454545;
	font-weight: 500;
	;
	padding-bottom: 0.1em;
	border-bottom: 1px solid #000AFF;
	text-decoration: none;
}
.footer a {
	border-bottom: 0px solid #000AFF !important;
}
.footer a:hover {
	opacity: 0.7;
}
[data-predefined-style="true"] bodycopy a:hover {
	border-bottom: 1px solid rgba(0, 10, 255, 0);
	opacity: 0.7;
}
bodycopy a.image-link, bodycopy a.icon-link, bodycopy a.image-link:hover, bodycopy a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}
[data-predefined-style="true"] h1 {
	font-family: lexia, serif;
	font-style: normal;
	font-weight: 100;
	padding: 0;
	margin: 0;
	font-size: 30px;
	line-height: 1.2;
	color: rgba(0, 0, 0, 0.85);
}
[data-predefined-style="true"] h1 a {
	color: rgba(0, 0, 0, 0.85);
}
[data-predefined-style="true"] h2 {
	font-family: neue-haas-unica, sans-serif;
	font-style: normal;
	font-weight: 300;
	padding: 0;
	margin: 0;
	color: rgba(120, 120, 120, 0.85);
	font-size: 16px;
	line-height: 1.2;
}
[data-predefined-style="true"] h2 a {
	color: rgba(0, 0, 0, 0.85);
}
[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 16px;
	line-height: 1.3;
	font-family: lexia, serif;
	font-style: normal;
	font-weight: 300;
	color: rgba(0, 0, 0, 1);
}
[data-page-id="12083276"] small {
	display: inline-block;
	font-size: 16px;
	line-height: 1.3;
	font-family: lexia, serif;
	font-style: normal;
	font-weight: 300;
	color: rgba(0, 0, 0, 1);
}
[data-predefined-style="true"] small a {
	color: rgba(0, 0, 0, 1);
	border-bottom-width: 0em;
}
/**
 * Breakpoints
 */

[data-css-preset] .page {
	background-color: initial/*!page_bgcolor*/
	;
}
.mobile .page, [data-css-preset].mobile .page {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
	background-color: transparent/*!page_bgcolor*/
	;
}
[data-css-preset] .container {
	margin-left: 0/*!content_left*/
	;
	margin-right: auto/*!content_left*/
	;
	text-align: left/*!text_left*/
	;
}
[data-css-preset] body {
	background-color: rgb(255, 255, 255)/*!body_bgcolor*/
	;
}
[data-css-preset] .container_width {
	width: 100%/*!content_left*/
	;
}
[data-css-preset] .content_padding {
	padding-top: 0rem/*!main_margin*/
	;
	padding-bottom: 0rem/*!main_margin*/
	;
	padding-left: 0rem/*!main_margin*/
	;
	padding-right: 0rem/*!main_margin*/
	;
}
[data-css-preset] text-limit {
	display: inline-block/*!text_width*/
	;
	max-width: 66rem/*!text_width*/
	;
}
/**
 * Thumbnails
 */

.thumbnails {
	max-width: 1000px;
	padding: 0px 30px;
	margin: 50px auto;
	;
}
div[thumbnails] {
	justify-content: flex-start;
}
[data-css-preset] .thumbnails {
	background-color: rgba(0, 0, 0, 0)/*!thumbnails_bgcolor*/
	;
}
[data-css-preset] .thumbnails_width {
	width: 100%/*!thumbnails_width*/
	;
}
[data-css-preset] [thumbnails-pad] {
	padding: 20px/*!thumbnails_padding*/
	;
}
[data-css-preset] [thumbnails-gutter] {
	margin: -20px/*!thumbnails_padding*/
	;
}
[data-css-preset] [responsive-layout] [thumbnails-pad] {
	padding: 11px/*!responsive_thumbnails_padding*/
	;
}
[data-css-preset] [responsive-layout] [thumbnails-gutter] {
	margin: -25px/*!responsive_thumbnails_padding*/
	;
}
.thumbnails .thumb_image {
	outline: 0px solid rgba(0, 0, 0, .12);
	outline-offset: -1px;
}
.thumbnails .title {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: 200;
	color: rgba(0, 0, 0, 0.85);
	font-family: lexia, serif;
	font-style: normal;
	line-height: 1.1;
}
.thumbnails .tags {
	font-size: 16px;
	font-weight: 200;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 1.2;
}
.thumbnails .tags a {
	border-bottom: 0;
	color: rgba(159, 159, 159, 1);
	text-decoration: none;
}
.thumbnails .has_title .tags {
	margin-top: 0rem;
	padding-bottom: 30px;
	border-bottom: 1px dotted #000AFF;
}
/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
	color: rgba(0, 0, 0, 0.75);
	line-height: 1;
	font-size: 28px/*!site_menu_button*/
	;
	padding: 6px;
	line-height: 1;
	background: rgba(33, 32, 46, 0);
	position: fixed;
	top: 2rem/*!site_menu_button*/
	;
	right: 2rem/*!site_menu_button*/
	;
}
body.mobile #site_menu_button {
	margin: -6px;
	font-size: 34px;
}
#site_menu_button.custom_icon {
	width: 40px;
	height: auto;
}
#site_menu_button.active {
	display: none;
}
/**
 * Site Menu
 */

#site_menu {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	background: rgba(20, 20, 20, 0.95);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	padding: 20px 30px 90px 30px;
	max-width: 400px;
	min-width: 300px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
}
body.mobile #site_menu {
	width: 100%;
}
#site_menu .page-link a {
	color: rgba(255, 255, 255, 0.75);
}
#site_menu .set-link>a {
	color: rgba(255, 255, 255, 0.75);
	font-weight: bold;
}
#site_menu a:active {
	opacity: .7;
}
#site_menu a.active {
	opacity: .4;
}
#site_menu .close {
	display: none;
	color: rgba(255, 255, 255, 0.4);
	line-height: .85em;
	font-size: 45px;
}
body.mobile #site_menu .close {
	display: block;
	font-size: 50px;
	line-height: 1em;
}
#site_menu .break {
	height: 28px;
}
#site_menu .indent {
	margin-left: 28px;
}
/*
 * Shop Button
 */

[data-css-preset] #shop_button {
	color: rgba(0, 0, 0, 0.85);
	background: transparent;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	position: fixed;
	padding: 6px;
	top: 2rem/*!shop_button*/
	;
	right: 2rem/*!shop_button*/
	;
}
#shop_button.text {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 2rem;
	padding: 0;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
}
#shop_button.custom_icon {
	width: 40px;
	height: auto;
}
body.mobile #shop_button:not(.text) {
	margin: -6px;
	font-size: 36px;
}
/*
 * Shop Product Widget
 */

.shop_product {
	width: 100%;
	max-width: 22rem;
	position: relative;
	display: block;
}
.shop_product .price {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 2rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.85);
	display: block;
	margin-bottom: 1rem;
}
.shop_product .dropdown {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 1.4rem;
	display: inline-block;
	width: 100%;
	border: 1px solid rgba(0, 0, 0, .2);
	background: white url(https://static.cargo.site/assets/images/select-arrows.svg) no-repeat right;
	margin-bottom: 1rem;
	line-height: 1.2;
	padding: .7rem 1rem;
}
.shop_product .button {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 1.4rem;
	background: rgba(0, 0, 0, 0.7);
	color: rgba(255, 255, 255, 1);
	flex: 0 0 50%;
	text-align: left;
	display: inline-block;
	line-height: 1;
	padding: .8rem 1rem .9rem;
}
/*
 * Image Zoom
 */

.content img.image-zoom:active {
	opacity: .7;
}
[data-css-preset] .quick-view-background {
	background: rgba(255, 255, 255, 0.95)/*!quick_view_bgcolor*/
	;
}
/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
	left: 10px;
}
.quick-view-navigation .right-arrow {
	right: 10px;
}
.quick-view-navigation .left-arrow, .quick-view-navigation .right-arrow {
	/* Change height/width together to scale */
	height: 36px;
	width: 36px;
}
.quick-view-navigation .left-arrow .inner-color, .quick-view-navigation .right-arrow .inner-color {
	stroke: #000;
	stroke-width: 1.5px;
}
.quick-view-navigation .left-arrow .outer-color, .quick-view-navigation .right-arrow .outer-color {
	stroke: rgba(0, 0, 0, 0);
	stroke-width: 2.5px;
	opacity: 0.6;
}
.quick-view-navigation .close-button {
	top: 0px;
	right: 0px;
	/* Change height/width together to scale */
	width: 36px;
	height: 36px;
}
.quick-view-navigation .pswp__group .pswp__button-close {
	position: absolute;
	top: 18px !important;
	right: 33px !important;
}
.quick-view-navigation .close-button .inner-color {
	stroke: #000;
	stroke-width: 1.5px;
}
.quick-view-navigation .close-button .outer-color {
	stroke: rgba(0, 0, 0, 0);
	stroke-width: 2.5px;
	opacity: 0.6;
}
/** 
 * Image Gallery Navigation Arrows 
 */

.image-gallery-navigation .left-arrow, .image-gallery-navigation .right-arrow {
	/* Change height/width together to scale */
	height: 36px;
	width: 36px;
}
.image-gallery-navigation .left-arrow .inner-color, .image-gallery-navigation .right-arrow .inner-color {
	stroke: #000;
	stroke-width: 1.5px;
}
.image-gallery-navigation .left-arrow .outer-color, .image-gallery-navigation .right-arrow .outer-color {
	stroke: rgba(255, 255, 255, 0.78);
	stroke-width: 2.5px;
	opacity: 1;
}
/**
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow, .wallpaper-navigation .right-arrow {
	/* Change height/width together to scale */
	width: 36px;
	height: 36px;
}
.wallpaper-navigation .left-arrow .inner-color, .wallpaper-navigation .right-arrow .inner-color {
	stroke: #fff;
	stroke-width: 1.5px;
}
.wallpaper-navigation .left-arrow .outer-color, .wallpaper-navigation .right-arrow .outer-color {
	stroke: #000;
	stroke-width: 2.5px;
	opacity: 0.6;
}
/**
 * Feed
 */

.feed .content_container .page {
	border-top: 0px dashed rgba(0, 0, 0, 0.2);
}
.feed .content_container .page_container:first-child .page {
	border-top: 0;
}
/*
 * Audio Player
 */

.audio-player {
	max-width: 36rem;
	height: 3.3rem;
	outline: 1px solid rgba(0, 0, 0, 0.15);
	color: rgba(0, 0, 0, 0.6);
	background: #fff;
	font-size: 1.2rem;
	line-height: 1.3;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	font-weight: 400;
	text-align: left;
	margin: 1px 1px 1em 1px;
}
body.mobile .audio-player {
	max-width: 100%;
}
.audio-player .separator {
	width: 1px;
	background-color: rgba(0, 0, 0, 0.15);
}
.audio-player .button {
	background: transparent;
	cursor: pointer;
	fill: rgba(0, 0, 0, 0.85);
}
.audio-player .icon {
	fill: rgba(0, 0, 0, 0.85);
	padding: 30%;
	width: 100%;
	margin: auto;
}
.audio-player .buffer {
	background: rgba(0, 0, 0, 0.03);
}
.audio-player .progress {
	background: rgba(0, 0, 0, 0.1);
}
.audio-player .progress-indicator {
	border: 1px solid rgba(0, 0, 0, 0.7);
	width: 1px;
	height: 100%;
	right: 0;
	position: absolute;
	cursor: ew-resize;
}
.audio-player .note-icon {
	height: 100%;
	width: 3.8rem;
	padding: 1rem;
	fill: rgba(0, 0, 0, 0.5);
}
.audio-player .current-time {
	padding-left: 1rem;
}
.audio-player .total-time {
	padding-right: 1rem;
}
body.mobile [split-responsive] .backdrop {
	position: relative;
	height: 50vh;
	overflow: hidden;
	width: 100%;
	order: 1;
}
@media only screen and (max-width: 770px) {
	#menu {
		top: -2px;
	}
	.header-inner {
		justify-content: space-between;
		display: flex;
		padding: 25px 25px;
	}
	p {
		max-width: 700px;
		padding: 0px 25px;
		margin: 0px auto;
	}
	.page_container[data-id="12063940"] .page {
		min-height: 0px;
		padding: 40px 0px;
	}
	.page_container[data-id="12083012"] {
		padding: 50px 0px;
	}
	.footer-inner {
		justify-content: space-between;
		display: flex;
		font-size: 10px;
		letter-spacing: -0.2px;
		padding: 30px 25px;
	}
	[local-style="12063940"] [split-responsive] .backdrop {
		height: calc(50vh - 160px) !important/*!right_fit*/
		;
	}
	[data-predefined-style="true"] bodycopy {
		font-size: 18px;
		font-weight: 200;
		color: #454545;
		font-family: neue-haas-unica, sans-serif;
		font-style: normal;
		line-height: 1.5;
	}
	.content .page_content [image-gallery-pad="2"] {
		padding: 12.5px !important;
	}
	.sub-header {
		height: auto;
		padding: 50px 10px;
		display: flex;
		text-align: center;
		align-items: center;
		justify-content: center;
		margin-bottom: 0px;
		background: #f8f8f8;
	}
	#mobile-slide a {
		font-family: lexia, serif;
		text-decoration: none;
		opacity: 1;
		font-size: 23px;
		text-align: center;
		border-bottom: 0px;
		letter-spacing: 0.5px;
		padding: 10px 25px;
		color: #000 !important;
		margin-bottom: 0px;
		display: block;
	}
	.thumbnails {
		max-width: 1000px;
		padding: 0px 30px;
		margin: 0px auto;
		;
	}
	.thumbnail {
		margin-bottom: 30px;
	}
	.thumbnails .title {
		margin-top: 20px;
		margin-bottom: 20px;
		font-size: 25px;
		font-weight: 200;
		color: rgba(0, 0, 0, 0.85);
		font-family: lexia, serif;
		font-style: normal;
		line-height: 1.1;
	}
	.thumbnails .tags {
		font-size: 14px;
	}
	[data-set-id="12083685"] .content_container .content_padding {
		padding: 0px 26px 0px 25px !important;
		margin: 0px auto;
	}
	.blog-nav {
		max-width: 960px;
		padding: 20px 0px;
		margin: 30px auto 0px auto;
		border-top: 1px solid #dadada;
	}
	[data-predefined-style="true"] h1 {
		font-family: lexia, serif;
		font-style: normal;
		font-weight: 100;
		padding: 0;
		margin: 0;
		font-size: 25px;
		line-height: 1.2;
		color: rgba(0, 0, 0, 0.85);
	}
	[data-predefined-style="true"] h2 {
		font-family: neue-haas-unica, sans-serif;
		font-style: normal;
		font-weight: 300;
		padding: 0;
		margin: 0;
		color: rgba(120, 120, 120, 0.85);
		font-size: 13px;
		line-height: 1.2;
	}
	[data-id="12085516"].page {
		min-height: 0px !important;
		padding: 30px 0px;
		text-align: center;
	}
	[data-id="12085458"].page {
		min-height: 50vh !important;
		padding: 30px 0px;
		text-align: center;
	}
	[data-page-id="12085516"] .footer .left {
		color: #454545;
	}
	[data-id="12085516"].page_container {
		padding-top: 0px !important;
	}
	[data-page-id="12085516"] .pinned .page_container.accommodate:not(.fixed):not(.overlay) {
		z-index: 99999999 !important;
	}
	[data-page-id="12085516"] .pinned .page {
		z-index: 999999 !important;
	}
	#back-to-top {
		left: 0px;
		right: 0px;
		border-radius: 100%;
		bottom: 55px;
	}
	#back-to-top small {
		font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons !important;
		font-size: 23px;
		line-height: 35px;
	}
	[data-page-id="12085458"] .footer {
		position: relative !important;
		z-index: 999999999;
		width: 100%;
		bottom: 0px;
	}
	[data-page-id="12085458"] .footer .left {
		color: #454545;
	}
	[data-id="12085458"].page_container {
		padding-top: 0px !important;
	}
	[data-page-id="12085458"] .pinned .page_container.accommodate:not(.fixed):not(.overlay) {
		z-index: 99999999 !important;
	}
	[data-page-id="12085458"] .pinned .page {
		z-index: 999999 !important;
	}
	[data-page-id="12085516"] .footer {
		position: relative !important;
		z-index: 999999999;
		width: 100%;
		bottom: 0px;
	}
	.page_container[data-id="12083276"] {
		width: calc(100% - 50px);
		margin: 10px auto;
	}
	.quick-view-navigation .pswp__group .pswp__button-close {
		right: 16px !important;
	}
	.image-gallery-navigation .left-arrow .inner-color, .image-gallery-navigation .right-arrow .inner-color {
		fill: #fff;
	}
	.image-gallery-navigation .left-arrow .outer-color, .image-gallery-navigation .right-arrow .outer-color {
		fill: rgba(255, 255, 255, 0);
		opacity: 1;
	}
	.gallery_image_caption {
		font-size: 14px;
	}
	[data-id="12083504"].page_container {
		padding-top: 60px !important;
	}
}