html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:500}dfn{font-style:italic}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* Global Elements
--------------------------------------------- */
*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Firefox */
@-moz-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Opera */
@-o-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

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

html {
	height: 100%; 
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	border:0;
}

::-moz-selection {
	background-color: #000000;
	color: #fff;
}

::selection {
	background-color: #000000;
	color: #fff;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

a {
   transition: all 0.5s;
}

table {
	border: none;
}

a:hover {
	transition: all 0.5s;
}

p {
	margin: 0 0 25px;
	padding: 0;
	letter-spacing: 0.03rem;

}

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

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

img {
	height: auto;
	margin: 0 auto;
}

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

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

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}
body {
  opacity: 0;
  transition: opacity 0.8s ease-in;
}
/* Image Classes
--------------------------------------------- */

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

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

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

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

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

img.alignnone,
.alignnone {
	margin-bottom: 0px;
}

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 {
	text-align: center;
}

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

.aligncenter, 
img.aligncenter { 
	clear: both; 
	display: block; 
	margin-left: auto; 
	margin-right: auto; 
}

.image-fit, .image-fit img {
	object-fit: cover;
	object-position: center;
}

.in {
	display: table-cell;
	vertical-align: middle;
}
.flex {
	display: flex;
	flex-wrap:wrap;
}
.flex img {
	display: block;
	margin: 0;
}

/* Site General Styles
--------------------------------------------- */
.custom-archive-grid {
 display: flex;
 flex-wrap: wrap;
	max-width: 1237px;
 margin: 0 auto;
 justify-content: space-between;
}
.custom-archive-grid .left-column {
	width: 47%;
}
.custom-archive-grid .left-column .image-fit {
	width: 100%;
	height: 647px;
}
.custom-archive-grid .left-column article {
	position: relative;
	height: 647px;
	margin-bottom: 41px;
}
.custom-archive-grid .left-column article .pos {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 58px;
	width: 80%;
	border: 1px solid #34322F;
	background: rgba(255, 255, 255, 0.9);
	padding: 29px 16px 7px;
	text-align: center;
}
.custom-archive-grid .left-column article .pos .post-meta {
	border-bottom: none;
	margin-top: 14px;
}
.custom-archive-grid .right-grid {
 	display: grid;
 	grid-template-columns: 1fr 1fr;
 	gap: 3rem;
 	width: 49.3%;
 	height: fit-content;
}
.custom-archive-grid .right-grid .image-fit {
	height: 370px;
}
/* .custom-archive-grid .right-grid article {
	width:48%;
} */
.custom-archive-grid.full-width article {
	padding: 0;
	width: 282px;
	display: block;
	margin: 0 20px 31px;
}
article a {
	text-decoration: none;
}
.image-fit {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.post-meta {
 	font-size: 12px;
 	color: #34322F;
 	margin-top: 5px;
 	display: flex;
 	justify-content: space-between;
 	text-transform: uppercase;
 	font-family: 'aktiv-grotesk';
 	letter-spacing: 0.02rem;
 	border-bottom: 1px solid #34322F;
 	padding-bottom: 1px;
 	margin-bottom: 12px;
}
.post-meta .post-category {
	max-width: 61%;
	line-height: 1.4;
	text-align: right;
	padding-top: 4px;
}
.post-title h2 {
 font-size: 20px;
 margin: 10px 0;
 font-style: italic;
 line-height: 25px;
}
.alm-layouts .alm-listing {
	margin: 0 auto!important;
	padding: 0;
	max-width: 1400px;
}
.alm-btn-wrap .alm-load-more-btn {
	background: transparent !important;
	color: #34322F !important;
	font-style: italic;
	font-family: 'adobe-caslon-pro';
	font-size: 16px !important;
	border-bottom: 1px solid #34322F !important;
	border-radius: 0 !important;
	padding: 0 !important;
	height: auto !important;
}
.alm-listing {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.alm-listing article {
	padding: 0;
	width: 282px;
	display: block;
	margin: 0 20px 30px;
}
.alm-listing article .image-fit {
	height: 425px;
}
.alm-btn-wrap {
	margin: 0 0 71px!important;
	padding: 34px 0 0!important;
}
.archive-header__inner h1 {
	font-size: 40px;
	margin: 39px auto 21px;
	max-width: 1237px;
	text-transform: capitalize;
}
.boutique-widget {
	display: flex;
	justify-content: center;
	padding: 40px 0;
}
.wp-block-group.shop-top {
	padding: 30px 0;
	margin-bottom: 32px;
}
.wp-block-group.shop-top h2 {
	font-size: 45px;
	margin: 11px 0;
	letter-spacing: 0;
}
.wp-block-group.shop-top ul.wp-block-list {
	width: 100%;
	max-width: 100%;
	list-style: none;
	border-top: 1px solid #34322F;
	border-bottom: 1px solid #34322F;
	display: flex;
	justify-content: center;
	padding: 23px 0 20px;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'aktiv-grotesk';
	margin-bottom: 28px;
}
.wp-block-group.shop-top ul.wp-block-list li{
	margin: 0 20px;
}
.wp-block-group.shop-top ul.wp-block-list li a {
	text-decoration: none;
	padding: 0 17px;
	display: block;
	line-height: 1.5;
}
.wp-block-group.shop-top ul.wp-block-list li.active a {
	border-bottom: 1px solid black;
}
.general-site-content #block-general-content {
	width:90%;
	margin: 50px auto;
}
.general-site-content #block-general-content #wp-block-search__input-1{
    padding: 0;
    border: none;
    font-family: 'adobe-caslon-pro';
    font-style: italic;
    font-size: 18px;
    text-align: left;
    border-bottom: 1px solid;}
.ltkwidget-version-two {
	max-width: 800px;
	margin: 0 auto 50px;
}
.general-site-content #block-general-content ul, .general-site-content #block-general-content ol {
	list-style-position: inside;
	margin: 20px auto 20px;
}
.mobile-toggle-button, .mobile-toggle {
	display: none;
}
.general-site-content #block-general-content header {
	display: block!important;
	text-align: center;
}
.archive-header {
	margin-top: 135px;
}
.cat-wrap {
	background: #EBE5DC;
	padding: 20px 0 17px;
	border-bottom: 1px solid black;
}
.cat-wrap ul {
	list-style: none;
	display: flex;
	justify-content: center;
	font-size: 13px;
	text-transform: uppercase;
	font-family: 'aktiv-grotesk';
	letter-spacing: 0.01rem;
}
.cat-wrap ul li {
	margin: 0 35px;
	max-width: 162px;
	text-align: center;
	display: table;
}
.cat-wrap ul li .active, .cat-wrap ul li.current-cat a {
	border-bottom: 1px solid #34322F;
}
.cat-wrap ul li a {
	text-decoration: none;
	line-height: 1.35;
	display: table-cell;
	vertical-align: middle;
}
.archive .header-spacer, .blog .header-spacer, .blog .archive-header, .search .header-spacer, .search .archive-header {
	display: none;
}
.blog #main-arch-header, .search #main-arch-header {
	display: block;
}
#main-arch-header h1 {
	max-width: 1237px;
margin: 37px auto 16px;
}
.search #main-arch-header h1  {
	margin-top:180px;
}
/* Single Post
--------------------------------------------- */
.single-post #hero-image {
	max-width: 842px;
	margin: 0 auto 40px;
}
.single-post .post-content {
	max-width: 842px;
	margin: 0 auto;
}
.single-post .post-header {
	max-width: 961px;
	margin: 44px auto 19px;
	display: flex;
	justify-content: space-between;
}
.single-post .post-header .date {
	display: table;
	font-family: 'aktiv-grotesk';
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.02rem;
	width:170px;
	text-align: right;
}
.single-post .post-header .meta {
	display: table;
	font-family: 'aktiv-grotesk';
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.02rem;
	width:170px;
	text-align: left;
}
.post-header .post-title {
	font-size: 35px;
	line-height: 44px;
	margin: 20px auto;
	max-width: 600px;
	text-align: center;
}
.post-content .shopthepost-widget {
	background:white;
} 
.post-content h2 {
	font-size: 20px;
	font-style: italic;
	line-height: 1.5;
	margin: 40px 0 20px;
}
.single-post .post-content p a, .single-post .post-content li a {
	text-decoration: underline;
}
.single-post .post-content .wp-block-group a {
	text-decoration: underline;
	font-family: 'aktiv-grotesk';
	font-size: 14px;
	text-transform: uppercase;
}
.post-pagination {
	margin: 78px auto 83px;
	font-family: 'adobe-caslon-pro';
	font-style: italic;
	display: flex;
	justify-content: center;
}
.post-pagination .sep {
	margin: 0 15px;
}
.related {
	padding: 40px 0 51px;
	background-image: url(../icons/utility/relatedbg.png);
	background-size: cover;
	background-position: center;
}
.related h2 {
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 0.08rem;
	margin: 30px auto 52px;
}
.related .yarpp ul {
	display: flex;
	justify-content: center;
	max-width: 1300px;
	margin: 0 auto;
}
.related .yarpp ul li {
	width: 388px;
	margin: 0 19px 0;
	list-style: none;
	position: relative;
}
.related .yarpp ul li .pos {
	position: absolute;
	top: 365px;
	background: rgba(255, 255, 255, 0.9);
	width: 87%;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	border: 1px solid #34322F;
	height: 82px;
	display: table;
}
.related .yarpp ul li .pos a {
	display: table-cell;
	vertical-align: middle;
}
.related .yarpp ul li h2 {
	text-transform: initial;
	margin:0;
	letter-spacing: 0;
}
.related .yarpp ul li .wp-post-image {
	width: 100%;
	height: 487px;
	object-fit: cover;
}
/* Header
--------------------------------------------- */
.site-title {
	width: 295px;
	margin: 0 auto;
}
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 135px;
	background: #F4F3F1;
	border-bottom: 1px solid #34322F;
	z-index: 999;
}
.site-header.scrolled {
	background: rgba(244, 243, 241, 0.9);
}
.site-header .flex {
	display: flex;
	justify-content: space-between;
	max-width: 1232px;
	margin: 0 auto;
	padding-top: 32px;
}
.site-header .flex nav ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
}
.site-header .flex nav ul#menu-left {
	padding-left: 51px;
}
.site-header .flex nav {
	width: 333px;
	padding-top: 24px;
	position: relative;
}
.site-header .flex nav form {
	position: absolute;
	right:0;
	bottom:0;
	display: none;
}
.site-header .flex nav form.active {
	display: block;
}

.site-header .flex nav form input {
	padding: 0;
	border: none;
	font-family: 'adobe-caslon-pro';
	font-style: italic;
	font-size: 18px;
	text-align: left;
	border-bottom: 1px solid;
	height: 18px;
}

.site-header .flex nav a {
	text-decoration: none;
	font-family: 'adobe-caslon-pro';
	font-style: italic;
	font-size: 18px;
}
/* Form Styles
--------------------------------------------- */

input, select, textarea {
    background-color: inherit;
    text-align: center;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    border-radius: 0;
    margin: 0px auto;
    text-align: center;
    border: 1px solid #000;
    padding: 10px;
	color: #000000
}

input:focus {
	outline: none;
    border: 1px solid #000;
	-webkit-appearance:none;
	border-radius: 0;
}

textarea:focus {
	outline: none;
    border: 1px solid #000;
	border-radius: 0;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button {
    border-radius: 0;
    border: 1px solid #000;
    float: none;
    clear: none;
    display: block;
    margin: 0px auto;
    background: none;
    color: #000000;
    padding: 10px;
}

button:hover, .button:hover, a.text-button:hover, a:hover, input[type="submit"]:hover {
	opacity: .7;
	transition: all 0.4s;
}
.wp-block-button__link {
	border: 1px solid #34322F !important;
	font-family: 'aktiv-grotesk';
	letter-spacing: 0.05rem;
	line-height: 1.5;
	padding: 13px 20px 10px !important;
}
.wp-block-button__link:hover {
	background: #34322F;
	color:#F4F3F1;
	opacity: 1;
}
::-moz-placeholder {
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	color: #000000;
}

::-webkit-input-placeholder {
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	color: #000000;
}

.gform_wrapper {
	width: 100%;
	margin: 0px auto 0;
}

.gfield_label, .gfield_required {
    display: none;
}

.gf_left_half {
	width: 49%;
	display: inline-block;
}

.gf_right_half {
	width: 49%;
	display: inline-block;
	margin-left: 2%;
}
.header-spacer {
	display: block;
	height: 135px;
}


/* Footer Styles
--------------------------------------------- */
.site-footer .footer-icon {
	display: block;
	width: 96px;
}
.site-footer .flex {
	max-width: 1241px;
	margin: 33px auto 23px;
	justify-content: space-between;
}
.site-footer {
	background: #D1DEE0;
	padding: 10px 0;
}
.site-footer .flex .left {
	width: 375px;
	display: flex;
	justify-content: space-between;
}
.site-footer .flex .left .wpforms-container {
	width:223px;
}
.site-footer .flex .left .wpforms-container input {
	border: none;
	text-align: left;
	border-bottom: 1px solid;
	margin: 0 0 14px;
	padding: 0px 0 0;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0;
	font-family: 'aktiv-grotesk';
}
.site-footer .flex .left .wpforms-submit {
	font-family: 'adobe-caslon-pro';
	font-size: 16px;
	text-transform: lowercase;
	font-style: italic;
	background: transparent;
	padding: 0 50px 0 0;
	background-image: url(../icons/utility/arrow-right.png);
	height: 21px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right center;
	margin: 7px 0 0 45px;
}
.site-footer .flex .right {
	display: flex;
	width: 648px;
	justify-content: space-between;
}
.site-footer .flex .right ul li a {
	text-decoration: none;
	font-family: 'adobe-caslon-pro';
	font-style: italic;
	font-size: 15px;
}
.site-footer .flex .right ul li.title a {
	font-family: 'aktiv-grotesk';
	font-style: initial;
	text-transform: uppercase;
	display: block;
	border-bottom: 1px solid black;
	letter-spacing: 0;
	line-height: 1.5;
	padding: 0 0 1px 0;
}
.site-footer .flex .right ul {
	position: relative;
	padding-top: 43px;
}
.site-footer .flex .right ul#menu-footer-1 li{
	margin: 0 0 -4px 0;
	width: 108%;
}
.site-footer .flex .right ul#menu-footer-2 li{
	margin: 0 0 6px 0;
}
.site-footer .flex .right ul#menu-footer-3 li{
	margin: 0 0 6px 0;
}
.site-footer .flex .right ul li.title {
	position: absolute;
	top: 2px;
	left: 0;
	width: 100%;
}
.site-footer .flex .right nav {
	width:181px;
}
.site-footer .flex .right #menu-footer-3 {
	column-count: 2;
}
.site-footer .cred {
	border-top: 1px solid black;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	padding: 12px 0 0;
	letter-spacing: 0;
	font-family: 'aktiv-grotesk';
}
.site-footer .line {
	display: block;
	width: 100%;
	height: 1px;
	background: black;
	margin: 10px 0 4px;
}
.site-footer ul {
	list-style: none;
}
.site-footer .flex .left #wpforms-error-noscript {
	display: none;
}
.site-footer .flex .wpforms-title {
	text-align: center;
	font-family: 'adobe-caslon-pro';
	font-size: 31px;
	margin: 19px 0 7px;
}
.site-footer .flex .left label {
	font-size:0px;
}

/* Responsive Styles
--------------------------------------------- */
@media all and (max-width:1240px) {
	.site-header .flex {
		width: 96%;
	}
	.site-header .flex nav ul#menu-left {
		padding-left: 0;
	}
	.site-header .flex nav {
		width:275px;
	}
	.site-footer .flex {
		max-width: 94%;
	}
	.archive-header__inner h1 {
		max-width: 91%;
	}
	.custom-archive-grid {
		max-width: 91%;
	}
}
@media all and (max-width:1130px) {
	.archive-header__inner h1 {
		max-width: 95%;
	}
	.custom-archive-grid {
		max-width: 95%;
	}
	.custom-archive-grid .left-column .image-fit {
		width: 100%;
		height: 100%;
	}
	.custom-archive-grid .left-column article {
		height: 560px;
	}
	.custom-archive-grid .right-grid .image-fit {
		height: 307px;
	}
	.cat-wrap ul {
		flex-wrap: wrap;
	}
	.cat-wrap ul li {
		margin: 0 16px;
		max-width: 162px;
		text-align: center;
		display: table;
	}
	.site-footer .flex {
		display:block;
	}
	.site-footer .flex .left {
		width: 375px;
		margin: 0 auto 50px;
		flex-direction: column-reverse;
	}
	.site-footer .footer-icon {
		margin: 0 auto;
	}
	.site-footer .flex .left .wpforms-container {
		width: 295px;
		margin: 30px auto 0;
	}
	.site-footer .flex .left .wpforms-submit {
		margin: 7px 0 0 88px;
	}
	.site-footer .flex .right {
		width:100%;
	}
}
@media all and (max-width:1030px) {
	.site-header .flex nav {
		width: 225px;
	}
	.cat-wrap ul li {
		margin: 0 16px 20px;
		max-width: 176px;
		text-align: center;
		display: table;
	}
	.wp-block-group.shop-top ul.wp-block-list {
		flex-wrap:wrap;
		padding: 23px 0 5px;
	}
	.wp-block-group.shop-top ul.wp-block-list li {
		margin: 0 20px 20px;
	}
	.single-post .post-header {
		max-width: 700px;
	}
	.post-header .post-title {
		max-width: 315px;
	}
	.single-post #hero-image {
		max-width: 700px;
		margin: 0 auto 40px;
	}
	.single-post .post-content {
		max-width: 700px;
		margin: 0 auto;
	}
	.related .yarpp ul {
		max-width: 700px;
	}
	.related .yarpp ul li:last-child {
		display: none;
	}
}

@media all and (max-width:850px) {
	.archive-header {
		margin-top: 85px;
	}
	.custom-archive-grid .right-grid {
		gap: 1rem;
	}
	.custom-archive-grid .left-column {
		width: 49%;
	}
	.custom-archive-grid .left-column article {
		height: 460px;
	}
	.custom-archive-grid .right-grid .image-fit {
		height: 240px;
	}
	.mobile-toggle-button, .mobile-toggle {
		display: block;
	}
	.site-header .flex nav {
		display: none;
	}
	.site-title {
		width: 220px;
		margin: 0 auto;
	}
	.site-header .flex {
		padding-top:12px;
		width: 300px;
	}
	.site-header {
		height:85px;
	}
	.header-spacer {
		height: 85px;
	}
	.mobile-toggle-button.active span{
		transform: rotate(45deg);
		background: #34322F;
	}
	.mobile-toggle-button.active span:before {
		display: none;
	}
	.mobile-toggle-button.active span:after {
		transform: rotate(90deg);
		bottom:0;
		background: #34322F;
	}
	.mobile-toggle-button span{
		display: block;
		width: 30px;
		height: 1px;
		background: #34322F;
		position: relative;
	}
	.mobile-toggle-button span:before {
		content:"";
		display: block;
		width:30px;
		height:1px;
		background: #34322F;
		position: absolute;
		top:-8px;
		left:0;
	}
	.mobile-toggle-button span:after {
		content:"";
		display: block;
		width:30px;
		height:1px;
		background: #34322F;
		position: absolute;
		bottom:-8px;
		left:0;
	}
	.mobile-toggle {
		height: 100vh;
		width: 100%;
		right: 0;
		background: #F4F3F1;
		transition: transform 0.5s;
		text-align: left;
		z-index: 99;
		display: block;
		position: absolute;
		top: 85px;
		bottom: 0;
		padding-bottom: 5px;
		margin-bottom: -5px;
		outline: 1px solid transparent;
		overflow-y: auto;
		overflow-x: hidden;
		transition: all 0.5s;
		left: -115%;
		padding-top: 15px;
		color: #34322F;
		padding-left: 2%;
	}
	.mobile-toggle ul {
		list-style: none;
	}
	.mobile-toggle ul li a {
		text-decoration: none;
		font-family: 'adobe-caslon-pro';
		font-style: italic;
		font-size: 18px;
	}
	.mobile-toggle ul li {
		margin: 10px 0;
	}
	.mobile-toggle.active {
		display:block;
		left:0;
	}
	.mobile-toggle-button {
		z-index: 9999;
		width: 35px;
		height: 40px;
		padding: 11px 0 0;
		position: absolute;
		top: 28px;
		left: 2%;
	}
}
@media all and (max-width:700px) {
	.site-footer .flex .right {
		flex-wrap:wrap;
	}
	.site-footer .flex .right ul#menu-footer-1 li {
		margin: 0 0 -4px 0;
		width: 100%;
	}
	.site-footer .flex .right nav {
		width: 47%;
		margin: 0 0 30px;
	}
	.wp-block-group.shop-top h2 {
		font-size:35px;
	}
	.boutique-widget {
		justify-content: center;
		padding: 40px 0;
		max-width: 400px;
		margin: 0 auto;
	}
	.single-post .post-header {
		max-width: 90%;
		position: relative;
		padding-top: 50px;
	}
	.single-post .post-header .meta {
		width: 50%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.single-post .post-header .date {
		width: 50%;
		position: absolute;
		top: 0;
		right: 0;
	}
	.post-header .post-title {
		max-width: 100%;
	}
	.single-post #hero-image {
		max-width: 90%;
		margin: 0 auto 40px;
	}
	.single-post .post-content {
		max-width: 90%;
		margin: 0 auto;
		overflow: hidden;
	}
	.related .yarpp ul {
		max-width: 90%;
		justify-content: space-between;
	}
	.related .yarpp ul li {
		width:49%;
	}
	.related .yarpp ul li .wp-post-image {
		height:395px;
	}
	.related .yarpp ul li .pos {
		position: absolute;
		top: 295px;
		background: rgba(255, 255, 255, 0.9);
		width: 87%;
		left: 0;
		right: 0;
		margin: auto;
		text-align: center;
		border: 1px solid #34322F;
		height: 82px;
		display: table;
		padding: 0 10px;
	}

}
@media all and (max-width:650px) {
.general-site-content #block-general-content .wp-block-search__button {display:none;}
	.archive-header__inner h1 {
		font-size: 30px;
		margin: 39px auto 21px;
		text-align: center;
	}
	.custom-archive-grid {
		display: block;
	}
	.custom-archive-grid .left-column {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.custom-archive-grid .left-column article {
		height: 296px;
		width: 32%;
	}
	.custom-archive-grid .left-column article .pos {
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		bottom: 11px;
		width: 89%;
		border: 1px solid #34322F;
		background: rgba(255, 255, 255, 0.9);
		padding: 14px 10px 7px;
		text-align: center;
	}
	.custom-archive-grid .right-grid {
		gap: 1rem;
		width: 100%;
	}
	.custom-archive-grid .right-grid .image-fit {
		height: 390px;
	}
	.custom-archive-grid .left-column article .pos .post-title h2 {
		font-size: 16px;
		margin: -2px 0;
		font-style: italic;
		line-height: 21px;
	}
	.custom-archive-grid .left-column article .pos .post-meta {
		display: none;
	}
	.alm-listing {
		margin: 0 auto!important;
		padding: 0;
		gap: 1rem;
		width: 97%;
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.alm-listing article {
		padding: 0;
		width: 100%;
		display: block;
		margin: 0 0 0;
	}
	.alm-listing article .image-fit {
		height:390px;
	}
	.related .yarpp ul {
		flex-wrap:wrap;
	}
	.related .yarpp ul li {
		width: 100%;
		margin: 0 0 30px;
	}
	.related .yarpp ul li .wp-post-image {
		height: 515px;
	}
	.related .yarpp ul li .pos {
		top:405px;
	}
	.post-pagination {
		display: block;
		text-align: center;
	}
}
@media all and (max-width:575px) {
	.single-post .post-header {
		max-width: 90%;
		position: relative;
		padding-top: 30px;
		margin: 20px auto 0;
	}
	.post-header .post-title {
		max-width: 100%;
		font-size: 30px;
		margin: 20px auto 7px;
		line-height: 1.3;
	}
	.custom-archive-grid .left-column {
		flex-wrap:wrap;
	}
	.custom-archive-grid .left-column article {
		height: 330px;
		width: 48%;
	}
	.custom-archive-grid .left-column article:nth-child(1) {
		width:100%;
	}
	.custom-archive-grid .left-column article:nth-child(1) {
		width: 100%;
		height: 550px;
	}
	.custom-archive-grid .right-grid .image-fit {
		height: 330px;
	}
	.cat-wrap ul li {
		margin: 6px 0;
		max-width: 100%;
		text-align: left;
		display: table;
		width: 49%;
	}
	.wp-block-group.shop-top ul.wp-block-list li {
		margin: 0 0 14px;
		width: 50%;
		text-align: left;
	}
	.wp-block-group.shop-top ul.wp-block-list li a {
		text-decoration: none;
		padding: 0;
		display: block;
		line-height: 1.5;
		width: fit-content;
	}
	.wp-block-group.shop-top ul.wp-block-list {
		flex-wrap: wrap;
		padding: 23px 15px 5px;
	}
	.cat-wrap {
		padding: 20px 15px 17px;
	}
	.post-title h2 {
		font-size: 17px;
		margin: 10px 0;
		font-style: italic;
		line-height: 21px;
	}
	.cat-wrap ul li .active, .cat-wrap ul li.current-cat a {
		border-bottom: none;
		width: fit-content;
		text-decoration: underline;
	}
	#main-arch-header h1 {
		max-width: 1237px;
		margin: 37px auto 16px;
		text-align: center;
		font-size: 40px;
	}
	.boutique-widget {
		max-width: 200px;
		margin: 0 auto;
	}
	.wp-block-group.shop-top h2 {
		font-size: 30px;
	}
	.related h2 {
		margin: 1px auto 14px;
	}
	.related {
		padding: 40px 0 1px;
	}
}
@media all and (max-width:475px) {
	.related .yarpp ul li .wp-post-image {
		height: 385px;
	} 
	
	.related .yarpp ul li .pos {
		top: 283px;
	}
	.site-footer .flex .right nav {
		width: 100%;
		margin: 0 0 30px;
	}
	.site-footer .flex .left {
		width:100%;
	}
	.custom-archive-grid .right-grid .image-fit {
		height: 275px;
	}
	.alm-listing article .image-fit {
		height: 275px;
	}
	.custom-archive-grid .left-column article {
		height: 265px;
		width: 48%;
	}
}