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
--------------------------------------------- */
body {
  opacity: 0;
 transition: opacity 0.4s ease-in-out 0.2s;
}
body.loaded {
  opacity: 1;
}

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

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

/* 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
--------------------------------------------- */
.archive-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1440px;
	margin: 0 auto;
}
.alm-listing {
	margin: 0 auto!important;
}
.archive-wrap article {
	margin: 0 7px 55px;
	width: 315px;
	background: white;
	padding: 13px;
	position: relative;
}
.archive-wrap article img {
	width: 100%;
	height: 369px;
	-webkit-filter: brightness(100%);
}
.archive-wrap article:hover img {
	-webkit-filter: brightness(60%);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.archive-wrap article a:hover {
	opacity: 1;
	
}
.archive, .blog {
	background: #F4EFE9;
}
.archive-wrap article h2 {
	font-family: 'Ethic Serif';
	font-size: 15px;
	line-height: 16px;
	margin: 10px 0 1px;
}
.archive-wrap article h2 p {
	margin:0;
}
.archive-wrap article .post-category {
	font-size: 9px;
	margin: 0;
}
.archive-wrap article .meta {
	display: flex;
		font-size: 9px;
		margin: 2px 0 0;
}
.archive-wrap article .meta .spacer {
	margin: 0 4px;
}
.archive-wrap article a {
	text-decoration: none;
}
.alm-btn-wrap .alm-load-more-btn {
	width: 98%!important;
	max-width: 1300px!important;
	border-radius: 0!important;
	background: #4F4138!important;
	height: 52px!important;
	font-size: 10px!important;
	text-transform: uppercase!important;
	font-weight: 800!important;
}
.alm-btn-wrap {
	margin: 0 0 72px!important;
	padding: 18px 0 0!important;
}
.all-title h2 {
	margin: 0;
	text-align: center;
	color: #4F4138;
	font-weight: 100;
	font-size: 40px;
}
.all-title {
	margin: 29px auto 25px;
	letter-spacing: -0.04rem;
}
.archive-with-newest article:nth-child(1):before {
	content: "";
	display: block;
	background-image: url(../../assets/icons/utility/newest-post.png);
	background-size: contain;
	width: 79px;
	height: 61px;
	background-repeat: no-repeat;
	position: absolute;
	top: 33px;
	left: -23px;
	margin: auto;
	z-index: 1;
}
.archive-header {
	display: none;
}
.archive-header#main-arch-header {
	display: block !important;
	background: white;
	padding: 19px 3%;
}
.archive-header#main-arch-header .right ul {
	display: flex;
	list-style: none;
	padding-top: 17px;
}
.archive-header#main-arch-header .right ul li {
	margin: 0 75px 0 0;
	text-decoration: none;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.01rem;
}
.archive-header#main-arch-header .right ul li a {
	text-decoration: none;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.01rem;
}
.archive-header#main-arch-header h1 {
	margin: 0 74px 0 0;
	font-size: 40px;
	letter-spacing: -0.06rem;
}

.sf-field-taxonomy-shop_cat {
	display: flex;
	justify-content: center;
}
.sf-field-taxonomy-shop_cat ul {
	display: flex;
	justify-content: center;
}

/* Header
--------------------------------------------- */
.header-spacer {
	height:153px;
}
.white-menu .site-header, .single-post .site-header {
	background:white;
}
.single-post {
	background: #F4EFE9;
}
.site-header {
	filter: drop-shadow(0px 0px 7px #767676);
	background: #F4EFE9;
	position: fixed;
	top: 0;
	left: 0;
	height: 153px;
	width: 100%;
	z-index: 9999;
}
.site-header .top-bar {
	height: 47px;
	background: #4F4138;
	color: white;
}
.site-header .top-bar .flex {
	width: 95%;
	max-width: 1326px;
	margin: 0px auto;
	justify-content: space-between;
	padding-top: 2px;
}
.site-header .top-bar .flex ul.social-links {
	display: flex;
	list-style: none;
}
.site-header .top-bar .flex ul.social-links li{
	margin: 13px 29px 0 0;
}
.site-header .top-bar .flex ul.social-links li img {
	width: 18px;
	height: 17px;
	object-fit: contain;
	object-position: center;
}
.site-header .top-bar .ubermenu .ubermenu-item-layout-image_above>.ubermenu-image {
	margin-bottom: 10px;
	width: 17px;
	height: 16px;
	object-fit: contain;
}
.site-header .top-bar .ubermenu ul li {
	margin: 14px 0 0 53px;
}
.site-header .top-bar .ubermenu .ubermenu-target-with-image .ubermenu-target-text {
	display: none;
}
.site-header .top-bar .ubermenu .ubermenu-target-with-image  {
	padding-top: 14px;
	margin-bottom: -10px;
}
.site-header .top-bar .ubermenu-skin-minimal .ubermenu-item-level-0 > .ubermenu-target {
	color: white;
	padding: 0;
	font-size: 11px;
	font-weight: 500;
}
.site-header .bottom-bar {
	width: 95%;
	max-width: 1329px;
	margin: 0 auto;
	justify-content: space-between;
}
.site-header .bottom-bar .left .site-title{
	width: 264px;
	margin: 2px 0 0;
}
.site-header .bottom-bar .left {
	display: flex;
}
.site-header .bottom-bar .left #menu-item-14190 .ubermenu-target-title {
	display: none;
}
.site-header .bottom-bar .left #menu-item-14190 img {
	width:32px;
}
.site-header .bottom-bar .flex{
	justify-content: space-between;
	margin-top: 16px;
}
.site-header .bottom-bar .flex .ubermenu-target {
	padding:0;
}
.site-header .bottom-bar .flex .ubermenu-target {
	opacity: 1!important;
}
.site-header .bottom-bar .flex .left .ubermenu {
	margin: 29px 32px 0 2px;
}
.site-header .bottom-bar .flex .right .ubermenu .button .ubermenu-target-text {
	background: #4F4138;
	color: white;
	font-family: 'Paris Script';
	font-size: 23px;
	display: block;
	width: 111px;
	text-align: center;
	height: 48px;
	padding: 18px 0 0;
	font-weight:100;
	text-transform: lowercase;
}
.site-header .bottom-bar .flex .right .ubermenu .button {
	margin: 13px 14px -16px 44px!important;
}
.site-header .bottom-bar .flex .right .ubermenu .ubermenu-target-text{
	color: #4F4138;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}
.site-header .bottom-bar .flex .right .ubermenu .ubermenu-target-text:hover {
	text-decoration: underline;
}
.site-header .bottom-bar .flex .right .ubermenu .ubermenu-item{
	margin: 0px 14px 0 44px;
}
.site-header .bottom-bar .flex .right .ubermenu .button .ubermenu-target-text:hover {
	background: #908274;
	text-decoration: none;
}
.site-header .top-bar .ubermenu ul li .ubermenu-target-text:hover {
	text-decoration: underline;
}

.general-thin #block-general-content {
	max-width: 90%;
	margin: 0 auto 50px;
}
.site-header .bottom-bar #menu-item-14618 .ubermenu-submenu {
	background: #4F4138;
	border: none;
	margin: 29px 0 0;
	text-align: center;
	color: white;
	opacity: 1!important;
	padding: 0 0 25px;
}
.site-header .bottom-bar #menu-item-14618 .ubermenu-submenu .ubermenu-item {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.site-header .bottom-bar #menu-item-14618 .ubermenu-submenu .ubermenu-item .ubermenu-custom-content {
	text-align: center;
	margin: 0;
	display: block;
	border-bottom:none;
	padding:0;
}
.site-header .bottom-bar .flex .right .ubermenu  #menu-item-14618 .ubermenu-submenu .ubermenu-target {
	border-bottom: none;
	margin: 0 auto;
	padding: 5px 0;
}
.site-header .bottom-bar #menu-item-14618 .ubermenu-submenu h2 {
	margin: 60px 0 15px;
}
.site-header .bottom-bar .flex .right .button {
	opacity: 1!important;
}
.site-header .bottom-bar .flex .right .ubermenu .button .ubermenu-submenu .ubermenu-target-text {
	background: transparent;
	color: #FEFDFD;
	font-family: 'HelveticaNeue';
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 800;
	border-bottom: 1px solid transparent;
	width: fit-content;
	height: auto;
	padding: 0 0 1px;
	margin: 3px auto;
}
.site-header .bottom-bar .flex .right .ubermenu .button .ubermenu-submenu .ubermenu-target-text:hover {
	border-bottom: 1px solid white;
}
.site-header .top-bar .ubermenu ul li#menu-item-14187 .ubermenu-submenu {
	background: #F4EFE9;
	border: none;
	margin: 121px 0 0 0;
	padding: 70px 0;
}
.site-header .top-bar .ubermenu ul li#menu-item-14187 .ubermenu-submenu li {
	margin:0;
	width:100%;
}
.site-header .top-bar .ubermenu ul li#menu-item-14187 .ubermenu-submenu .ubermenu-custom-content {
	width: 95%;
	max-width: 923px;
	margin: 0 auto;
}
.site-header .top-bar .ubermenu ul li#menu-item-14187 .ubermenu-submenu form label {
	color: #4F4138;
	font-size: 40px;
	font-family: 'Ethic Serif';
	letter-spacing: -0.05rem;
	margin: 0 0 25px;
	display: block;
}
.site-header .top-bar .ubermenu ul li#menu-item-14187 .ubermenu-submenu form button {
	margin: 0;
	width: 214px;
	background: #908274;
	height: 58px;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.01rem;
}
.site-header .top-bar .ubermenu ul li#menu-item-14187 .ubermenu-submenu form input {
	width: 44%;
	text-align: left;
	background: white;
	border: 1px solid #4F4138;
	font-size: 12px;
	padding: 0 36px;
}
.site-header .top-bar .ubermenu ul li#menu-item-14186 .ubermenu-submenu {
	margin: 121px 0 0 0;
	padding: 0;
	background: transparent;
	border: none;
}
.site-header .top-bar .ubermenu ul li#menu-item-14186 .ubermenu-submenu li {
	width:100%;
	margin:0;
}
.site-header .top-bar .ubermenu ul li#menu-item-14186 .ubermenu-submenu .ubermenu-content-block {
	padding:0;
}
.site-header .bottom-bar .flex .right .ubermenu .ubermenu-submenu {
	background: #D0CBC5;
	border: none;
	margin: 45px 0 0;
	padding: 87px 0;
	color:white;
}
.site-header .bottom-bar .flex .right .ubermenu .ubermenu-submenu .ubermenu-target-text {
	color: white;
	font-size: 13px;
}
.site-header .bottom-bar .flex .right .ubermenu .ubermenu-submenu .ubermenu-custom-content {
	font-size: 40px;
	color: white;
	font-family: 'Ethic Serif';
	font-weight: 100;
	display: flex;	
	border-bottom:1px solid white;
	margin: 27px 0 0;
	padding-bottom: 44px;
}
.site-header .bottom-bar .flex .right .ubermenu .ubermenu-submenu .ubermenu-custom-content a {
	color: white;
	font-family: 'HelveticaNeue';
	font-size: 13px;
	font-weight: 800;
	font-style: italic;
	margin: 1px 0 0 30px;
}
.site-header .bottom-bar .flex .right .ubermenu .ubermenu-submenu .ubermenu-target {
	border-bottom:1px solid white;
	padding: 20px 70px;
	width:603px;
	transition: all 0.1s;
}
.site-header .bottom-bar .flex .right .ubermenu .ubermenu-submenu .ubermenu-target:hover {
	font-style:italic;
}
.site-header .bottom-bar .flex .right .ubermenu .ubermenu-submenu .ubermenu-item {
	margin:0;
}
.site-header .bottom-bar .flex .right .ubermenu .ubermenu-submenu article {
	width: 301px;
	background: #FFFFFF;
	padding: 12px 12px 20px;
	margin: 0 25px 0 0;
}
.site-header .bottom-bar .flex .right .ubermenu .ubermenu-submenu article a {
	text-decoration: none;
}
.site-header .bottom-bar .flex .right .ubermenu .ubermenu-submenu article .meta {
	color: black;
		display: flex;
		font-size: 9px;
		margin: 5px 0 3px;
}
.site-header .bottom-bar .flex .right .ubermenu .ubermenu-submenu article .spacer {
	margin: 0 5px;
}
.site-header .bottom-bar .flex .right .ubermenu .ubermenu-submenu article #hero-image {
	width: 100%;
	height: 352px;
}
.site-header .bottom-bar .flex .right .ubermenu .ubermenu-submenu .ubermenu-submenu {
	margin:0;
	padding:0;
}
.site-header .bottom-bar .flex .right .ubermenu .ubermenu-submenu .ubermenu-dynamic-post .ubermenu-target {
	display: none;
}
.site-header .bottom-bar .flex .right .ubermenu .ubermenu-submenu article h2 {
	margin: 0;
	font-size: 15px;
	line-height: 1.2;
}
.site-header .bottom-bar .flex .right .ubermenu .ubermenu-submenu .ubermenu-item-type-custom .ubermenu-submenu-type-stack .ubermenu-autocolumn {
	position: relative;
}
.site-header .bottom-bar .flex .right .ubermenu .ubermenu-submenu .ubermenu-item-type-custom .ubermenu-submenu-type-stack .ubermenu-autocolumn:nth-child(1):before{
	content: "";
	display: block;
	background-image: url(../../assets/icons/utility/newest-post.png);
	background-size: contain;
	width: 79px;
	height: 61px;
	background-repeat: no-repeat;
	position: absolute;
	top: 33px;
	left: -23px;
	margin: auto;
	z-index: 1;
}
.site-header .bottom-bar .flex .right .ubermenu .ubermenu-row {
	display: flex;
	justify-content: center;
}
.site-header .bottom-bar .left .ubermenu .ubermenu-submenu {
	background: #908274;
	border: none;
	margin: 33px 0 0;
}
.site-header .bottom-bar .left .ubermenu .ubermenu-submenu .ubermenu-column-auto {
	min-width: 100px;
	width: 100%;
}


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

::-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%;
}
/* Single Post
--------------------------------------------- */
.post-header {
	position: relative;
	width: 100%;
	height: 451px;
}
.post-header #hero-image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}
.post-header .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #4F4138;
	display: block;
	z-index: 1;
	opacity: 0.42;
}
.post-header .left {
	width: 547px;
	margin: 0;
	background-image: url(../../assets/icons/utility/postbg.png);
	padding: 79px 58px 0;
	height: 344px;
	background-size: cover;
	background-position: center;
	z-index: 2;
	position: absolute;
	top: 64px;
	left: 5%;
}
.post-header .left .meta {
	display: flex;
	justify-content: center;
	font-size: 11px;
	text-transform: capitalize;
	letter-spacing: 0.02rem;
	margin: 14px 0 13px;
}
.post-header .left .meta span {
	margin: 0 5px;
}
.post-header .left h1 {
	margin: 0;
	text-align: center;
	font-size: 22px;
	line-height: 26px;
	padding: 0 40px;
}
.post-header .left .sharepost{
	position: absolute;
	bottom: 61px;
	left: 0;
	right: 0;
	margin: auto;
}
.post-header .left .sharepost h3 {
	text-align: center;
	margin: 0 0 14px;
	font-family: 'HelveticaNeue';
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0rem;
}
.post-header .left .sharepost ul {
	list-style: none;
	display: flex;
	justify-content: center;
}
.post-header .left .sharepost ul li {
	position: relative;
	margin: 0 12px;
}
.post-header .left .sharepost ul li input {
	position: absolute;
	left: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.post-header .left .sharepost ul li .copied {
	position: absolute;
	bottom: 0;
	font-size: 9px;
	width: 100px;
}
.quick-stp {
	padding: 26px 0 27px 20px;
	box-shadow: 0px 4px 7px #c3bbbb;
	z-index: 1;
	position: relative;
	display: flex;
	justify-content: flex-end;
}
.quick-stp .pslider {
	width: 81.3%;
	overflow: hidden;
}
.quick-stp h2 {
	margin: 14px 10px 0 0;
	font-size: 28px;
	font-family: 'Paris Script';
	width: 176px;
	transform: rotate(-10deg);
	color: #4F4138;
}
.quick-stp .pslider .swiper-slide a {
	display: block;
	width: 95px;
	height: 95px;
	background: #D0CBC5;
	border-radius: 50%;
	padding: 10px;
}
.quick-stp .pslider .swiper-slide a img {
	width:100%;
	height:100%;
	object-fit: contain;
}
.post-content {
	max-width: 970px;
	margin: 37px auto 78px;
}
.post-content h2 {
	font-size: 40px;
	line-height: 1.5;
	margin: 20px 0 10px;
}
.post-content p {
	margin: 0 0 19px;
}
.post-content figure {
	margin: 30px 0;
}
.post-content figure img {
	border: 1px solid #4F4138;
}
.post-content h3 {
	margin: 5px 0 20px;
	font-family: 'HelveticaNeue';
	font-size: 13px;
	font-weight: 800;
	line-height: 1.5;
}
.post-content .wp-block-columns {
	margin-bottom: 30px;
}
.post-content .aligncenter {
	margin: 0 auto;
}
.sig {
	background: #515140;
	color: #FFFFFF;
	font-size: 23px;
	font-family: 'Paris Script';
	padding: 25px 0;
}
.sig .flex {
	justify-content: center;
	position: relative;
}
.sig .flex:before{
	content: "";
	display: block;
	background-image: url(../../assets/icons/utility/tape.png);
	background-size: contain;
	width: 59px;
	height: 21px;
	background-repeat: no-repeat;
	position: absolute;
	top: -10px;
	left: -156px;
	right: 0;
	margin: auto;
	z-index: 1;
	transform: rotate(-5deg);
}
.sig .image-fit {
	width: 95px;
	height: 117px;
	border: 5px solid white;
	transform: rotate(-5deg);
}
.sig .flex span {
	width: 132px;
	line-height: 1.3;
	margin: 26px 0 0 24px;
	transform: rotate(-7deg);
}
.single-post .related {
	background: #D0CBC5;
	position: relative;
	overflow: hidden;
	min-height: 746px;
}
.single-post .related .top-title {
	color: #F4EFE9;
	font-size: 195px;
	margin: 0;
	position: absolute;
	top: -54px;
	left: -2px;
	letter-spacing: -0.2rem;
}
.single-post .related .bottom-title {
	color: #F4EFE9;
	font-size: 195px;
	margin: 0;
	position: absolute;
	bottom: -56px;
	right: -2px;
	letter-spacing: -0.2rem;
}
.related .yarpp ul {
	list-style: none;
	display: flex;
	justify-content: center;
	margin: 165px auto;
}
.related .yarpp ul li {
	margin: 0 10px;
	position: relative;
}
.related .yarpp ul li:nth-child(2):before{
	content: "";
	display: block;
	background-image: url(../../assets/icons/utility/tape.png);
	background-size: contain;
	width: 202px;
	height: 77px;
	background-repeat: no-repeat;
	position: absolute;
	top: -36px;
	left: 25px;
	right: 0;
	margin: auto;
	z-index: 1;
	transform: rotate(-5deg);
}
.related .yarpp ul li article {
	width: 315px;
	height: 465px;
	background: #FFFFFF;
	padding: 12px;
}
.related .yarpp ul li article #hero-image {
	width: 100%;
	height: 369px;
}
.related .yarpp ul li article .meta {
	font-size: 9px;
	display: flex;
	margin: 2px 0 9px;
}
.related .yarpp ul li article .meta .spacer {
	margin: 0 5px;
}
.related .yarpp ul li article a {
	text-decoration: none;
}
.related .yarpp ul li article h2 {
	font-size: 15px;
	line-height: 1.2;
	margin: 0;
}
#cooler-nav {
	padding: 50px 0;
}
#cooler-nav .flex-nav {
	display: flex;
	justify-content: space-between;
	max-width: 1023px;
	margin: 0 auto;
}
#cooler-nav .flex-nav .nav-article {
	width: 301px;
	height: 444px;
	background: white;
	padding: 12px;
}
#cooler-nav .flex-nav .nav-article #hero-image {
	width: 100%;
	height: 352px;
}
#cooler-nav .flex-nav .nav-article .meta {
	display: flex;
	font-size: 9px;
	margin: 2px 0 5px;
}
#cooler-nav .flex-nav .nav-article .meta .spacer {
	margin: 0 5px;
}
#cooler-nav .flex-nav .nav-article h2 {
	margin: 0;
	font-size: 15px;
	line-height: 1.4;
}
#cooler-nav .flex-nav .nav-article a {
	text-decoration: none;
}
#cooler-nav .flex-nav .nav-prev {
	display: flex;
	justify-content: space-between;
	width: 500px;
}
#cooler-nav .flex-nav .nav-prev .nav-label {
	font-size: 40px;
	font-family: 'Ethic Serif';
	font-weight: 100;
	padding: 197px 0 0 0;
	text-align: right;
	letter-spacing: -0.05rem;
}
#cooler-nav .flex-nav .nav-next .nav-label {
	font-size: 40px;
	font-family: 'Ethic Serif';
	font-weight: 100;
	padding: 197px 0 0 0;
	text-align: left;
	letter-spacing: -0.05rem;
}
#cooler-nav .flex-nav .nav-label .read-link {
	font-size: 13px;
	font-family: 'HelveticaNeue';
	font-weight: 800;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.0rem;
	border-bottom: 1px solid;
}
#cooler-nav .flex-nav .nav-label .read-now {
	margin-top: 17px;
}
#cooler-nav .flex-nav .nav-next{
	display: flex;
	justify-content: space-between;
	width: 500px;
	flex-direction: row-reverse;
}
/* Footer Styles
--------------------------------------------- */
.site-footer {
	background: #515140;
	padding: 20px 0;
	color: white;
}
.site-footer a {
	color:white;
	text-decoration: none;
}
.site-footer ul {
	list-style: none;
}
.site-footer .flex {
	max-width: 1268px;
	margin: 0 auto;
	justify-content: space-between;
	padding: 30px 0 41px 2px;
}
.site-footer .flex .left, .site-footer .flex .right {
	width: 370px;
	padding-top: 14px;
}
.site-footer .flex .right {
	padding-left: 24px;
}
.site-footer .flex .left{
	width: 370px;
	display: flex;
	justify-content: space-between;
}
.site-footer .flex .left ul li.title {
	margin-bottom: 14px;
}
.site-footer .flex .left ul li {
	margin-bottom:10px;
}
.site-footer .flex .left ul li a {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	color: #FEFDFD;
}
.site-footer .flex .left ul li a:hover {
	text-decoration: underline;
}
.site-footer .flex .left ul li.title a {
	font-family: 'Ethic serif';
	font-size: 22px;
	font-weight: 100;
	text-transform: capitalize;
}
.site-footer .flex .center {
	display: block;
	width: 105px;
	margin: 0;
}
.site-footer .flex .center img {
	width: 100%;
	height: 192px;
	object-fit: contain;
}
 .site-footer .flex .right ul.social-links {
	 display: flex;
	 justify-content: space-between;
 }
 .site-footer .flex .right ul.social-links img {
	 width:25px;
	 height:23px;
	 object-fit: contain;
 }
 .site-footer .flex .right .wpforms-hidden {
	 display: none;
 }
 .site-footer .flex .right .wpforms-title {
	font-family: 'Ethic serif';
	font-size: 22px;
	font-weight: 100;
	text-transform: capitalize;
	margin: -2px 0 -6px;
 }
 .site-footer .flex .right label {
	 display: none;
 }
 .site-footer .flex .right input {
	border: 1px solid #FDFDFD;
 height: 48px;
 margin: 20px 0 24px;
 text-align: left;
 color: white;
 padding: 0 18px;
 font-size: 10px;
 font-weight: 800;
 }
 .site-footer .flex .right input::placeholder {
	 color:white;
 }
 .site-footer .flex .right .wpforms-form {
	 position: relative;
 }
 .site-footer .flex .right .wpforms-form .wpforms-submit{
	position: absolute;
	top: 34px;
	right: 2px;
	font-size: 0;
	width: 60px;
	height: 44px;
	background-color: transparent;
	background-image: url(../icons/utility/white-arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 15px;
 }
 .site-footer .flex2 {
	max-width: 1280px;
	 margin: 20px auto 0;
	 justify-content: space-between;
	 padding: 30px 0 3px;
	 display: flex;
	 border-top: 1px solid white;
 }
 .site-footer .flex2 .left,  .site-footer .flex2 .right {
	 width:30%;
 }
 .site-footer .flex2 .right {
	 text-align: right;
 }
 .site-footer .flex2 .right a {
	 text-decoration: underline;
 }
 
 
/* Responsive Styles
--------------------------------------------- */
@media all and (max-width:1280px) {
	.site-footer .flex, .site-footer .flex2 {
		max-width: 95%;
	}
	.quick-stp .pslider .swiper-slide a {
		width: 80px;
		height: 80px;
	}
	.quick-stp h2 {
		margin: 6px 10px 0 0;
	}
	.site-header .bottom-bar .flex .right .ubermenu .ubermenu-submenu .ubermenu-target {
		width:430px;
	}
}
@media all and (max-width:1080px) {
	.site-header .bottom-bar .flex .right .ubermenu .ubermenu-item {
		margin: 0px 14px 0 28px;
	} 
	.site-header .bottom-bar .flex .right .ubermenu .button {
		margin: 13px 14px -16px 21px !important;
	}
	.site-header .top-bar .ubermenu ul li {
		margin: 14px 0 0 38px;
	}
	.site-footer .flex .left {
		width: 300px;
	}
	.site-footer .flex .right {
		padding-left: 0;
		width: 300px;
	}
	.post-content {
		max-width: 700px;
		margin: 37px auto 78px;
	}
	#cooler-nav .flex-nav {
		max-width: 700px;
	}
	#cooler-nav .flex-nav .nav-article #hero-image {
		width: 100%;
		height: 206px;
	}
	#cooler-nav .flex-nav .nav-article {
		width: 169px;
		height: 331px;
		background: white;
		padding: 12px;
	}
	#cooler-nav .flex-nav .nav-next .nav-label {
		padding: 142px 0 0 0;
	}
	#cooler-nav .flex-nav .nav-prev .nav-label {
		padding: 142px 0 0 0;
	}
	#cooler-nav .flex-nav .nav-prev, #cooler-nav .flex-nav .nav-next {
		width:340px;
	}
	.single-post .related .top-title, .single-post .related .bottom-title {
		font-size:15vw;
	}
}
@media all and (max-width:970px) {
	.site-header .bottom-bar {
		width:98%;
	}
	.site-header .bottom-bar .flex .right .ubermenu .button {
		margin: 13px 0px -16px 11px !important;
	}
	.site-header .bottom-bar .flex .right .ubermenu .ubermenu-item {
		margin: 0px 13px 0 16px;
	}
	.site-header .top-bar .ubermenu ul li {
		margin: 14px 0 0 30px;
	}
	.site-header .top-bar .flex ul.social-links li {
		margin: 13px 23px 0 0;
	}
	.site-header .bottom-bar .flex .right {
		display: none;
	}
}
@media all and (max-width:768px) {
	.site-header .top-bar .ubermenu ul li {
		margin: 14px 0 0 23px;
	}
	.site-footer .flex {
		display: block;
		padding: 200px 0 10px;
		position: relative;
	}
	.site-footer .flex .center {
		display: block;
		width: 105px;
		margin: 0;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	.site-footer .flex .left {
		width: 100%;
		padding: 20px 0;
		max-width: 500px;
		margin: 0 auto;
	}
	.site-footer .flex .right {
		padding-left: 0;
		width: 300px;
		margin: 0 auto;
	}
	.site-footer .flex2 {
		display: block;
		text-align: center;
	}
	.site-footer .flex2 .left, .site-footer .flex2 .right {
		width: 100%;
	}
	.site-footer .flex2 .right {
		text-align: center;
	}
	.archive-header#main-arch-header .right ul li {
		margin: 0 40px 0 0;
	}
	.archive-header#main-arch-header h1 {
		margin: 0 40px 0 0;
	}
	.alm-btn-wrap .alm-load-more-btn {
		width: 93% !important;
	}
	.post-header .left {
		width: 345px;
		height: 223px;
		padding: 38px 0 0;
		top: 163px;
	}
	.post-header .left .meta {
		margin: 12px 0 7px;
	}
	.post-header .left h1 {
		margin: 0;
		text-align: center;
		font-size: 18px;
		line-height: 22px;
		padding: 0 32px;
	}
	.post-header .left .sharepost h3 {
		margin: 0 0 7px;
	}
	.post-header .left .sharepost ul li {
		position: relative;
		margin: 0 9px;
	}
	.post-header .left .sharepost {
		bottom:30px;
	}
	.quick-stp h2 {
		margin: 21px 11px 0 0;
		font-size: 18px;
		width: 100px;
	}
	.post-content {
		max-width: 90%;
		margin: 37px auto 78px;
	}
	.single-post .related .top-title {
		top: -33px;
	}
	.single-post .related .bottom-title{
		bottom: -31px;
	}
	#cooler-nav .flex-nav {
		max-width: 500px;
	}
	#cooler-nav .flex-nav .nav-prev, #cooler-nav .flex-nav .nav-next {
		width: 245px;
	}
	#cooler-nav .flex-nav .nav-article {
		width: 140px;
		height: auto;
		background: white;
		padding: 7px;
	}
	#cooler-nav .flex-nav .nav-next .nav-label {
		padding: 81px 0 0 0;
		width: 38%;
		font-size: 24px;
	}
	#cooler-nav .flex-nav .nav-prev .nav-label {
		padding: 81px 0 0 0;
		width: 38%;
		font-size: 24px;
	}
	#cooler-nav .flex-nav .nav-article #hero-image {
		width: 100%;
		height: 170px;
	}
	.related .yarpp ul {
		list-style: none;
		display: flex;
		justify-content: center;
		margin: 96px auto 0;
		justify-content: flex-start;
		overflow-x: auto;
		gap: 1rem;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		padding-top: 20px;
	}
	.related .yarpp ul li {
		margin: 0 10px;
		position: relative;
		flex: 0 0 auto;
	}
	.single-post .related {
		min-height: 695px;
	}
}
@media all and (max-width:600px) {
	#menu-item-14183, #menu-item-14184, #menu-item-14185, #menu-item-14186 {
		display: none;
	}
	.site-header .top-bar {
		height:35px;
	}
	.site-header .top-bar .ubermenu ul li {
		margin: 7px 0 0 17px;
	}
	.site-header .top-bar .flex ul.social-links li img {
		width: 16px;
		height: 14px;
		object-fit: contain;
		object-position: center;
	}
	.site-header .top-bar .flex ul.social-links li {
		margin: 8px 16px 0 0;
	}
	.site-header .bottom-bar .left .site-title {
		top: 45px;
		width: 215px;
		margin: 2px auto 0;
		position: absolute;
		left: 0;
		right: 0;
	}
	.site-header .bottom-bar .flex .left .ubermenu {
		margin: 16px 15px 0 9px;
	}
	.site-header {
		height:118px;
	}
	.header-spacer {
		height: 118px;
	}
	.site-header .bottom-bar .left .ubermenu .ubermenu-submenu {
		margin: 22px 0 0;
	}
	.site-header .top-bar .ubermenu ul li#menu-item-14187 .ubermenu-submenu {
		background: #F4EFE9;
		border: none;
		margin: 90px 0 0 0;
		padding: 23px 0;
	}
	.site-header .top-bar .ubermenu ul li#menu-item-14187 .ubermenu-submenu form label {
		font-size:25px;
	}
	.site-header .top-bar .ubermenu ul li#menu-item-14187 .ubermenu-submenu form button {
		width:125px;
	}
}
@media all and (max-width:500px) {
	.archive-header#main-arch-header .right ul {
		flex-wrap: wrap;
	}
	.archive-header#main-arch-header .right ul li {
		margin: 0 20px 0 0;
	}
	.quick-stp {
		display: block;
	}
	.quick-stp .pslider {
		width: 100%;
		overflow: hidden;
	}
	.quick-stp h2 {
		margin: 3px 11px 15px 0;
		font-size: 18px;
		width: 100px;
	}
	#cooler-nav .flex-nav {
		max-width: 300px;
		display: block;
		margin: 0 auto;
	}
	#cooler-nav .flex-nav .nav-prev, #cooler-nav .flex-nav .nav-next {
		width: 100%;
		margin: 0 auto 0;
	}
	#cooler-nav .flex-nav .nav-article {
		width:170px;
	}
	#cooler-nav .flex-nav .nav-prev{
		margin: 0 auto 25px;
	}
	#cooler-nav .flex-nav .nav-article h2 p {
		margin:0;
	}
	.single-post .related .top-title {
		top: -17px;
	}
	.single-post .related .bottom-title {
		bottom: -20px;
	}
	.single-post .related .top-title, .single-post .related .bottom-title {
		font-size: 18vw;
	}
	.site-footer .flex, .site-footer .flex2 {
		max-width: 90%;
	}
	.post-header .left {
		left:0;
		right:0;
		margin: auto;
	}
	.quick-stp .pslider .swiper-slide a {
		width: 65px;
		height: 65px;
		padding: 7px;
	}
}
