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

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;
}
/* Popup
--------------------------------------------- */
.pum-content h2 {
	font-size: 30px;
	margin: 31px 0 13px!important;
}
.pum-content p {
	text-align: center;
	font-size: 10px;
	font-family: 'OaksGrotesk';
	text-transform: uppercase;
	font-weight: 800;
	line-height: 18px;
	letter-spacing: 0.01rem;
	margin: 0 0 23px;
}
.pum-content p img {
	max-width: 339px!important;
	margin: 0 0 0 119px;
	display: block;
}
.pum-theme-3896 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close{
	font-size: 9px!important;
	font-family: 'OaksGrotesk'!important;
	letter-spacing: 0.01rem;
	right: 13px!important;
	top: 10px!important;
}
.pum-content label {
	display: none;
}
.pum-content .wpforms-field-container {
	display: flex;
	justify-content: space-between;
	max-width: 449px;
	margin: 0 auto;
	width: 95%;
}
.pum-content .wpforms-field-container input {
	width: 100%;
	background: white;
	text-align: left;
	border: none;
	height: 46px;
	max-width: 100%;
	font-size: 12px;
	padding: 0 25px;
	display: block;
}
.pum-content .wpforms-field-container .wpforms-field {
	width:50%;
}
.pum-content .wpforms-field-container .wpforms-field-name {
	position: relative;
}
.pum-content .wpforms-field-container .wpforms-field-name:after {
	content: "";
	display: block;
	width: 1px;
	height: 36px;
	background: #D9D9D9;
	position: absolute;
	right: 0;
	top: 5px;
}
.pum-content .wpforms-submit{
	max-width: 449px;
	background: #121216;
	width: 95%;
	height: 46px;
	margin: 9px auto 35px;
	font-family: 'OaksGrotesk';
	font-size: 12px;
	padding: 4px 0 0;
	letter-spacing: 0.02rem;
}
.pum-content .wpforms-submit:hover{
	background: #6E605B;
}
#breadcrumbs {
display:none;}
/* Site General Styles
--------------------------------------------- */
.post-type-archive-looks .alm-btn-wrap .alm-load-more-btn {
	width: 1167px !important;
}
.post-type-archive-looks .archive-wrap article {
	margin: 0 15px 24px;
	width: 269px;
}
.post-type-archive-looks .archive-wrap article #hero-image {
	width: 100%;
	height: 469px;
}
.post-type-archive-looks .archive-wrap article .post-title p {
	margin: 18px auto 5px;
	text-align: center;
	font-family: 'EditorsNote';
	font-size: 20px;
}
.post-type-archive-looks .archive-wrap article h2 {
	text-align: center;
	margin: 10px auto 0;
}
.post-type-archive-looks .archive-wrap article h2 .highlight {
	font-style:italic;
}
.archive-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1415px;
	margin: 0 auto;
}
.archive-wrap article {
	margin: 0 14px 32px;
	width: 327px;
}
.archive-wrap article #hero-image {
	width: 100%;
	height: 435px;
}
.archive-wrap article:hover #hero-image {
	-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 {
	text-decoration: none;
}
.archive-wrap article a:hover{
	opacity: 1;
}
.archive-wrap article:hover a {
	text-decoration: underline;
}
.archive-wrap article .post-category {
	font-family: 'OpenSans';
	font-size: 10px;
	line-height: 14px;
	letter-spacing: 0.02rem;
	margin: 7px 0 4px;
	display: block;
}
.archive-wrap article h2 {
	margin: 0;
	font-size: 20px;
	line-height: 29px;
	font-weight: 100;
}
.wp-block-separator {
	border: none!important;
	border-top: 1px solid #EFEAE8!important;
}
.thin #block-general-content p, .thin #block-general-content h1, .thin #block-general-content h2, .thin #block-general-content h3 {
	max-width: 90%;
	margin: 20px auto;
}
.archive-header__inner .archive-title {
	display:none;
}
#main-arch-header {
	padding: 30px 0;
	border-bottom: 1px solid #EFEAE8;
	margin: 0 auto 32px;
}
#main-arch-header .flex {
	max-width: 1036px;
	margin: 5px auto 0;
	justify-content: space-between;
}
#main-arch-header .flex .left {
	font-family: 'EditorsNote';
	font-size: 35px;
	margin: 0;
}
#main-arch-header .flex .right ul {
	list-style: none;
	display: flex;
	justify-content: flex-end;
}
#main-arch-header .flex .right ul li a {
	font-size: 12px;
	letter-spacing: 0.02rem;
	text-decoration: none;
}
#main-arch-header .flex .right ul li a:hover {
	text-decoration: underline;
}
#main-arch-header .flex .right ul li {
	margin: -1px 0 0 40px;
}
.alm-btn-wrap {
	margin: 0 0 0px !important;
	padding: 35px 0 68px !important;
	border-bottom: 1px solid #EFEAE8 !important;
}
.alm-btn-wrap .alm-load-more-btn {
	width: 1039px!important;
	border-radius: 0!important;
	background: #6E605B!important;
	text-transform: uppercase!important;
	font-size: 12px!important;
	font-family: 'OaksGrotesk'!important;
	font-weight: 800!important;
	letter-spacing: 0.03rem!important;
	padding: 20px 0 !important;
	height: auto!important;
}
.alm-btn-wrap .alm-load-more-btn:hover{
	opacity: 1!important;
	background:#0F0E0E!important;
}
.single-looks .type-looks .flex {
	display: flex;
	justify-content: space-between;
	background: #6E605B;
	color: white;
	padding: 0px 0;
	overflow: hidden;
}
.single-looks .type-looks .flex .right {
	width: 39.4%;
}
.single-looks .type-looks .flex .right img {
	width: 100%;
	height: 558px;
}
.single-looks .type-looks .flex .left {
	width: 60%;
}
.single-looks .type-looks .flex .left .inside {
	max-width: 690px;
	width: 89%;
	margin: 0 auto;
}
.single-looks .type-looks .flex .left .inside .post-title {
	display: flex;
	justify-content: space-between;
	margin: 79px 0 17px;
	font-size: 35px;
	position: relative;
	z-index: 9;
}
.single-looks .type-looks .flex .left .inside .post-title p {
	margin:0;
}
.single-looks .type-looks .flex .left .inside .script-title{
	font-family: 'MintMagnolia';
	font-size: 39px;
	color: #FFFFFF;
	font-weight: 100;
	transform: rotate(-8deg);
	position: relative;
	margin: 9px -58px -10px 0;
}
.single-looks .type-looks .flex .left .inside .script-title img {
	position: absolute;
	left: -51px;
	width: 43px;
	top: 13px;
	transform: rotate(4deg);
	object-fit: contain;
	height: 45px;
	z-index: 9;
}
.single-looks .type-looks .flex .left .inside .pslider {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding: 0 0 92px;
	margin: 0 0 25px;
}
.single-looks .type-looks .swiper-horizontal>.swiper-scrollbar, .single-looks .type-looks .swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: 0;
	bottom: 62px;
	z-index: 50;
	height: 1px;
	width: 130px;
	background: white;
}
.single-looks .type-looks .swiper-scrollbar-drag {
	height: 12px;
	width: 12px !important;
	position: relative;
	background: white;
	border-radius: 50%;
	left: 0;
	top: -6px;
}
.single-looks .type-looks .shoppable-links{
	max-width: 462px;
	font-weight: 100;
}
.single-looks .type-looks .shoppable-links a {
	color:white;
}
.single-looks .type-looks .shoppable-links a {
	text-decoration: none;
}
.single-looks .type-looks .shoppable-links a:hover {
	text-decoration: underline;
}
.single-looks .type-looks .shoppable-links p {
	font-size: 12px;
	font-weight: 100;
	letter-spacing: 0.01rem;
}
.single-looks .type-looks .flex .left .inside .pslider a {
	display: block;
	width: 168px;
	height: 219px;
	background: #FFFFFF;
	padding: 10px;
}
.single-looks .type-looks .flex .left .inside .pslider a img {
	height:100%;
	height:100%;
	object-fit: contain;
}
.single-looks .related {
	max-width: 1170px;
	margin: 28px auto;
}
.single-looks .related h4 {
	margin: 0 0 24px;
	font-size: 35px;
	display: flex;
		justify-content: space-between;
}
.single-looks .related h4 a {
	font-size: 12px;
	font-family: 'OaksGrotesk';
	font-weight: 900;
	text-decoration: none;
	line-height: 1;
	margin: 23px 0 0 25px;
	letter-spacing: 0.01rem;
	display: flex;
	text-transform: uppercase;
}
.single-looks .related h4 a:hover {
	text-decoration: underline;
}
.single-looks .related h4 a img {
	width: 15px;
	height: 9px;
	object-fit: contain;
	margin: 0 0 0 12px;
}
.single-looks .related .yarpp ul {
	justify-content: space-between;
	display: flex;
	list-style: none;
}
.single-looks .related .yarpp ul li {
	width: 270px;
}
.single-looks .related .yarpp ul li h2 {
	text-align: center;
	font-size: 20px;
	margin: 15px 0 0;
}
.single-looks .related .yarpp ul li img {
	height: 471px;
	object-fit: cover;
}
.single-looks .related .yarpp ul li a:hover {
	opacity: 1;
}
.single-looks .related .yarpp ul li a: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;
}
.single-looks .related .yarpp ul li .post-title {
	text-align: center;
	font-family: 'EditorsNote';
	font-size: 20px;
	font-weight: 100;
	margin: 14px 0 0;
	display: block;
}
.single-looks .related .yarpp ul li a:hover {
	text-decoration: underline;
}

/* Single Post
--------------------------------------------- */
.post-header {
	background: #D9CCC5;
	display: flex;
	justify-content: space-between;
}
.post-header #hero-image {
	width: 64.5%;
	height: 514px;
	margin: 0;
}
.post-header .left {
	width: 35%;
	height: 453px;
	position: relative;
	padding: 30px 39px 0 78px;
}
.post-header .left .share-post {
	position: absolute;
	bottom: 0;
}
.post-header .left h1 {
	font-size: 35px;
	line-height: 49px;
	margin: 35px 0 50px;
}
.post-header .left .meta {
	display: flex;
		font-size: 12px;
		font-weight: 100;
		font-family: 'OpenSans';
		margin: 76px 0 0;
}
.post-header .left .sharepost h4 {
	font-family: 'OaksGrotesk';
	font-size: 12px;
	font-weight: 800;
	margin: 0 0 23px;
	letter-spacing: 0.01rem;
}
.post-header .left .meta span {
	margin: 0 10px;
}
.post-header .left .sharepost ul {
	list-style: none;
	display: flex;
}
.post-header .left .sharepost ul li {
	position: relative;
	margin: 0 32px 0 0;
}
.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 {
	border-bottom: 1px solid #EFEAE8;
	text-align: center;
	padding-bottom: 100px;
	position: relative;
	overflow: hidden;
}
.quick-stp h2 {
	font-size: 35px;
	text-transform: capitalize;
	margin: 20px 0 12px;
}
.quick-stp .swiper-slide a {
	display: block;
	width: 97%;
	background: #F6F3F1;
	height: 143px;
	padding: 10px;
}
.quick-stp .swiper-slide a:hover{
	opacity: 1;
	background: #D9CCC5;
}
.quick-stp .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.quick-stp .swiper-scrollbar-drag {
	height: 12px;
	width: 12px !important;
	position: relative;
	background: black;
	border-radius: 10px;
	left: 0;
	top: -6px;
}
.quick-stp .swiper-horizontal>.swiper-scrollbar, .quick-stp .swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: 0;
	bottom: 53px;
	z-index: 50;
	height: 1px;
	width: 300px;
	margin: 0 auto;
	right: 0;
	background: #0B0805;
}
.post-content {
	max-width: 842px;
	margin: 43px auto;
}
.post-content h2 {
	margin: 10px 0;
}
.post-content h3 {
	margin: 17px 0 24px;
	letter-spacing: 0.01rem;
}
.post-content p {
	font-size: 13px;
	line-height: 22px;
	letter-spacing: 0.01rem;
	margin: 0 0 20px;
}
.post-content p a {
	text-decoration: underline;
}
.post-content figure {
	margin: 27px 0;
}
.post-content .wp-block-columns .left-padding {
	padding-left: 57px;
}
.wprm-recipe-container {
	outline: none;
	overflow: hidden;
	width: 100vw;
	margin-left: calc((-100vw + 100%) / 2);
	margin-right: calc((-100vw + 100%) / 2);
	text-align: center;
	padding: 0 0 44px;
}
.sig {
	background: #121216;
	color: white;
	text-align: center;
	padding: 44px;
	font-family: 'MintMagnolia';
	font-size: 72px;
	font-weight: 100;
}
#cooler-nav {
	background: #D9CCC5;
	padding: 39px 0;
	position: relative;
	overflow: hidden;
}
#cooler-nav:after{
	content:"";
	display: block;
	width:365px;
	height:142px;
	background-image:url(../../assets/icons/utility/stacked-logo.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom:0;
	right:0;
}
#cooler-nav #post-nav {
	max-width: 1038px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	position: relative;
	z-index: 1;
}
#cooler-nav #post-nav .post-previous {
	margin-right: 35px;
}
#cooler-nav #post-nav .flex {
	box-shadow: 0 4px 8px -4px #757575;
	background: white;
	width: 435px;
	min-height: 118px;
	justify-content: space-between;
	padding: 15px 22px;
}
#cooler-nav #post-nav .flex .nav-img {
	width: 67px;
	height: 89px;
	background-size: cover;
	background-position: center;
}
#cooler-nav #post-nav .flex .table {
	display: table;
	height: 89px;
	max-width: 80%;
}
#cooler-nav #post-nav a {
	text-decoration: none;
}
#cooler-nav #post-nav a:hover {
	opacity: 1;
}
#cooler-nav #post-nav a:hover .flex{
	background:#F6F3F1;
}
#cooler-nav #post-nav .bold {
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'OaksGrotesk';
	font-weight: 800;
	letter-spacing: 0.01rem;
	text-decoration: underline;
	margin: 0 0 7px;
	display: block;
}
#cooler-nav #post-nav .p-title {
	font-family: 'EditorsNote';
	font-size: 20px;
	display: block;
	line-height: 1.2;
}
#cooler-nav #post-nav .post-category {
	font-size: 10px;
	letter-spacing: 0.01rem;
}
.single-post .related h2 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 21px;
}
.single-post .related h2 a {
	font-size: 12px;
	font-family: 'OaksGrotesk';
	font-weight: 900;
	text-decoration: none;
	line-height: 1;
	margin: 17px 0 0 25px;
	letter-spacing: 0.01rem;
	display: flex;
	text-transform: uppercase;
}
.single-post .related h2 a img{
	width: 15px;
	height: 9px;
	object-fit: contain;
	margin: 0 0 0 12px;
}
.single-post .related {
	max-width: 1039px;
	margin: 50px auto 81px;
}
.single-post .related ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
}
.single-post .related ul li {
	width: 327px;
}
.single-post .related ul li img {
	width: 100%;
	height: 435px;
}
.single-post .related ul li h2 {
	font-size: 20px;
	margin: 0;
	line-height: 1.5;
}
.single-post .related ul li .post-category {
	font-size: 10px;
	display: block;
	margin: 5px 0 0;
}
.single-post .related ul li a:hover {
	opacity: 1;
}
.single-post .related ul li a:hover {
	text-decoration: underline;
}
.single-post .related ul li a: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;
}

/* Header
--------------------------------------------- */
.mobile-toggle-button, .mobile-toggle {
	display: none;
}
.site-header {
	filter: drop-shadow(0px 0px 7px #767676);
	background: white;
	position: fixed;
	top: 0;
	left: 0;
	height: 112px;
	width: 100%;
	z-index: 9999;
}
.header-spacer {
	height: 112px;
}
.site-header .top-bar {
	width: 100%;
	height: 33px;
	background: #EFEAE8;
}
.site-header .top-bar .flex {
	width: 97%;
	margin: 0 auto;
	max-width: 1290px;
	display: flex;
	justify-content: space-between;
	padding: 7px 0 0;
}
.site-header .top-bar .flex .left .ubermenu .ubermenu-target-text {
	font-family: 'OpenSans';
	font-size: 10px;
	text-decoration: underline;
}
.site-header .top-bar .flex .social-links {
	list-style: none;
	display: flex;
	justify-content: space-between;
}
.site-header .top-bar .flex .social-links img {
	height: 13px;
	width: 15px;
	object-fit: contain;
	object-position: center;
}
.site-header .top-bar .flex .social-links a:hover {
	opacity: 0.6;
}
.site-header .top-bar .flex .social-links li {
	margin: 2px 12px 0;
}
.site-header .top-bar .flex .right {
	margin: 0 -30px 0 30px;
}
.site-header .top-bar .flex .ubermenu-image {
	margin: 0;
	width: 19px;
	height: 12px;
	object-fit: contain;
	object-position: center;
}
#ubermenu-nav-main-478 .ubermenu-target-title {
	display: none;
}
.site-header .top-bar .flex .ubermenu .ubermenu-target {
	padding: 0 0;
}
.site-header .top-bar .flex .right .ubermenu-submenu{
	border: none;
	background: #F6F3F1;
	padding: 61px 0;
	margin: 89px auto 0;
}
.site-header .top-bar .flex .right .wp-block-search__inside-wrapper {
	max-width: 952px;
	margin: 0 auto;
	width: 90%;
}
.site-header .top-bar .flex .right .wp-block-search__inside-wrapper input {
	border: 1px solid #121216;
	width: 48%;
	background: white;
	height: 65px;
	text-align: left;
	font-family: 'EditorsNote';
	font-size: 22px;
	padding: 0 16px;
}
.site-header .top-bar .flex .right .wp-block-search__inside-wrapper .wp-block-search__button{
	margin: 0;
	width: 230px;
	font-size: 12px;
	background: #6E605B;
	font-family: 'OaksGrotesk';
	text-transform: uppercase;
	letter-spacing: 0.02rem;
}
.site-header .top-bar .flex .right .wp-block-search__inside-wrapper .wp-block-search__button:hover{
	background: #121216;
	opacity: 1;
}
/* .ubermenu-current-menu-item:after {
	content:"";
	display: block;
	width:49px;
	height:49px;
	background-image:url(../icons/utility/bow2.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin: 7px 0 0;
} */
.site-header .lower-bar .ubermenu .ubermenu-submenu .ubermenu-custom-content img{
	filter: invert(1);
	width: 97px;
	height: 119px;
	object-fit: contain;
	margin: 49px 0 0 24px;
	display: block;
}
.site-header .lower-bar .ubermenu .ubermenu-submenu .ubermenu-custom-content h2{
	font-size: 35px;
	font-family: 'EditorsNote';
	margin: 77px 0 28px;
	width: 250px;
}
.site-header .lower-bar .ubermenu  .ubermenu-submenu .ubermenu-target-text {
	font-size: 13px;
	color: white;
	letter-spacing: 0.03rem;
	margin-bottom: 8px;
}
body:not(.rtl) .ubermenu-skin-minimal.ubermenu-horizontal .ubermenu-item-level-0:first-child > .ubermenu-target {
	z-index: 99;
}
.site-header .lower-bar .flex .ubermenu-item-level-0 > .ubermenu-target{
	position: relative;
}
.site-header .lower-bar .flex .left .ubermenu-item-level-0 > .ubermenu-target:after {
	bottom: -42px;
}
.site-header .lower-bar .flex .left .ubermenu-item-level-0.ubermenu-active > .ubermenu-target:after {
	opacity:1;
}
.site-header .lower-bar .flex .ubermenu-item-level-0 > .ubermenu-target:after{
	content:"";
	display: block;
	width:49px;
	height:49px;
	background-image:url(../icons/utility/bow2.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -70px;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	transition: all 0.5s;
}
.site-header .lower-bar .flex .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target:after {
	opacity: 1;
}
.site-header .lower-bar .flex .ubermenu-item-level-0#menu-item-3535 > .ubermenu-target:after {
	left:19px;
}
.site-header .lower-bar .flex .ubermenu-item-level-0#menu-item-3536 > .ubermenu-target:after {
	left: 34px;
}
.site-header .lower-bar .flex .ubermenu-item-level-0 > .ubermenu-target:hover:after {
	opacity: 1;
}
.site-header .lower-bar .flex #menu-item-3943 > .ubermenu-target:after {
	display: none;
}
.ubermenu-current-menu-item.button:after {
	display: none!important;
}
.site-header .lower-bar .flex {
	width: 95%;
	margin: 0 auto;
	max-width: 1291px;
	justify-content: space-between;
	padding: 16px 0 0;
}
.site-header .lower-bar h1 {
	margin: 0;
	width: 294px;
}
.site-header .lower-bar .ubermenu .ubermenu-target-text {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 800;
	font-family: 'OaksGrotesk';
}
.site-header .lower-bar #ubermenu-nav-main-476 .ubermenu-target-text {
	margin-left: 34px;
}
.site-header .lower-bar #ubermenu-nav-main-476  .ubermenu-target {
	padding: 6px 0 0;
}
.site-header .lower-bar #ubermenu-nav-main-476 .button .ubermenu-target-text {
	background: #121216;
	color: white;
	width: 95px;
	text-align: center;
	height: 35px;
	line-height: 1.5;
	padding: 10px 0 0;
	margin: 0 -2px -9px 35px;
}
.site-header .lower-bar #ubermenu-nav-main-476 .button .ubermenu-target-text:hover {
	background: #6E605B;
}
.site-header .lower-bar .ubermenu .ubermenu-target {
	padding: 14px 0 30px;
}
.site-header .lower-bar .ubermenu .ubermenu-submenu{
	max-width: 1012px;
	border: none;
	color: white;
}
.site-header .lower-bar #ubermenu-nav-main-10{
	display: flex;
	justify-content: space-between;
}
.site-header .lower-bar .left, .site-header .lower-bar .right {
	width: 27.3%;
}
.site-header .top-bar .left, .site-header .top-bar .right {
	width: 30%;
}
.site-header .top-bar .right, .site-header .lower-bar .right{
	display: flex;
	justify-content: flex-end;
}
body.ubermenu-overlay-active::before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.52);
	z-index: 999;
	pointer-events: none; /* Allows user to interact with menu */
	transition: background 0.3s ease-in-out;
}

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

/* Footer Styles
--------------------------------------------- */
.site-footer .flex {
	width: 95%;
	margin: 0 auto;
	max-width: 1234px;
	justify-content: space-between;
	padding: 66px 0 52px;
}
.site-footer .flex .left {
	display: flex;
	justify-content: space-between;
	width: 575px;
}
.site-footer .flex ul {
	list-style: none;
}
.site-footer .flex ul li {
	margin: 0 0 7px;
}
.site-footer .flex ul li.title {
	margin-top: 10px;
	margin-bottom: 18px;
}
.site-footer .flex ul li a {
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 0.02rem;
}
.site-footer .flex ul li a:hover{
	text-decoration: underline;
}
.site-footer .flex ul .title a {
	font-family: 'EditorsNote';
	font-size: 30px;
}
.site-footer .flex .left .icon {
	width: 93px;
	display: block;
	margin: 0 0 0 2px;
}
.site-footer .cred {
	background: #0F0E0E;
	color: white;
	padding: 0 0 13px;
	margin-top: 20px;
	font-size: 12px;
	font-weight: 200;
}
.site-footer .cred .flex2 {
	padding: 19px 0 7px 0;
	display:flex;
	justify-content: space-between;
	width: 95%;
	margin: 0 auto;
	max-width: 1234px;
}
.site-footer .cred .flex2 ul {
	list-style: none;
}
.site-footer .cred .flex2 ul li a {
	text-decoration: none;
}
.site-footer .cred a {
	color:white;
}
.site-footer .flex .right {
	width: 368px;
}
.site-footer .flex .right .social-links {
	list-style: none;
	display: flex;
	justify-content: space-between;
}
.site-footer .flex .right .social-links img {
	height: 20px;
	width: 20px;
	object-fit: contain;
	object-position: center;
}
.site-footer .cred .flex2 nav, .site-footer .cred .flex2 .right {
	width:30%;
}
.site-footer .cred .flex2 .right {
	text-align: right;
}
.site-footer .flex .right .wpforms-title {
	font-family: 'EditorsNote';
	font-size: 30px;
	display: block;
	position: relative;
	width: fit-content;
	margin: 10px 0 29px;
}
.site-footer .flex .right .wpforms-title:before {
	content: "";
	display: block;
	width: 34px;
	height: 34px;
	background-image: url(../icons/utility/large-bow.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: -42px;
	top: -3px;
}
.site-footer .flex .right form {
	position: relative;
	margin: 0 0 22px;
}
.site-footer .flex .right form input {
	width: 100%;
	max-width: 100%;
	padding: 0 0 0 16px;
	height: 53px;
	text-align: left;
	font-size: 12px;
}
.site-footer .flex .right .wpforms-field-container label {
	display: none;
}
.site-footer .flex .right .wpforms-submit {
	margin: 0;
	background-image: url(../icons/utility/right.png);
	font-size: 0px;
	background-color: transparent;
	padding: 0;
	width: 15px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 64px;
	right: 20px;
}
/* Responsive Styles
--------------------------------------------- */
@media all and (max-width:1330px) {
	.site-header .top-bar .flex .right {
		margin: 0 0px 0 30px;
	}
	
}
@media all and (max-width:1280px) {
	.site-footer .flex, .site-footer .cred .flex2 {
		max-width: 1080px;
	}
	.category-intro .flex .right {
		width: 65%;
	}
	.single-looks .related {
		max-width: 1080px;
		margin: 28px auto;
	}
	.single-looks .related .yarpp ul li {
		width: 255px;
	}	
}
@media all and (max-width:1080px) {
	.site-header .lower-bar .left, .site-header .lower-bar .right {
		width: 31.3%;
	}
	.site-header .lower-bar .ubermenu .ubermenu-submenu {
		max-width: 750px;
	}
	.site-header .lower-bar .ubermenu .ubermenu-submenu .ubermenu-custom-content h2 {
		width: 155px;
	}
	.site-footer .cred .flex2 {
		max-width: 95%;
	}
	.site-footer .flex {
		max-width: 769px;
	}
	.site-footer .flex .left {
		width:100%;
	}
	.site-footer .flex .right {
		width: 368px;
		margin: 40px auto 0;
	}
	#main-arch-header .flex {
		max-width: 768px;
	}
	#main-arch-header .flex .right ul li {
		margin: -1px 0 0 20px;
	}
	.alm-btn-wrap .alm-load-more-btn {
		width: 90% !important;
	}
	.post-header #hero-image {
		width: 60%;
	}
	.post-header .left {
		width: 40%;
		height: 453px;
		position: relative;
		padding: 30px 39px 0 30px;
	}
	.post-content {
		max-width: 768px;
		margin: 43px auto;
	}
	#cooler-nav #post-nav {
		max-width: 768px;
	}
	.single-post .related {
		max-width: 768px;
		margin: 50px auto 81px;
	}
	.single-post .related ul li {
		width: 240px;
	}
	.single-post .related ul li img {
		width: 100%;
		height: 330px;
	}
	#cooler-nav #post-nav .flex {
		width: 366px;
	}
	#cooler-nav #post-nav .flex .table {
		max-width: 76%;
	}
	.post-type-archive-looks .alm-btn-wrap .alm-load-more-btn {
		width: 82% !important;
	}
	.single-looks .type-looks .flex .right {
		width: 43.4%;
	}
	.single-looks .type-looks .flex .left {
		width: 55%;
	}
	.single-looks .related {
		max-width: 768px;
		margin: 28px auto;
	}
	.single-looks .related .yarpp ul li {
		width: 175px;
	}
	.single-looks .related .yarpp ul li img {
		height: 285px;
		object-fit: cover;
	}
}
@media all and (max-width:960px) {
	.post-header {
		flex-direction: column-reverse;
	}
	.post-header #hero-image {
		width: 100%;
	}
	.post-header .left {
		width: 100%;
		height: auto;
		position: relative;
		padding: 20px 2% 20px;
	}
	#cooler-nav #post-nav {
		max-width: 500px;
		display: block;
	}
	#cooler-nav #post-nav .post-next .bold {
		 margin-top:40px;
	}
	.post-header .left .meta {
		margin:0;
		justify-content: center;
	}
	.post-header .left h1 {
		font-size: 35px;
		line-height: 49px;
		margin: 10px 0 50px;
		text-align: center;
	}
	.post-header .left .share-post {
		position: relative;
		bottom: inherit;
		margin: 0 auto;
		text-align: center;
	}
	.post-header .left .sharepost ul {
		justify-content: center;
	}
	.single-looks .type-looks .flex {
		flex-direction: column-reverse;
	}
	.single-looks .type-looks .flex .right {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}
	.single-looks .type-looks .flex .left {
		width: 100%;
	}
	.mobile-toggle-button {
		display: block;
		position: absolute;
		left: inherit;
		top: 52px;
		z-index: 9999;
		width: 80px;
		height: 37px;
		padding: 0px 0 0 20px;
	}
	.site-header .top-bar .flex .social-links {
		display: none;
	}
	.site-header .top-bar .flex .right {
		margin: 0 0px 0 30px;
		position: absolute;
		right: 0;
		width: 100%;
		top: 63px;
		padding: 0 2%;
	}
	.site-header .top-bar .flex .right .ubermenu-submenu {
		padding: 40px 0;
		margin: 32px auto 0;
	}
	.site-header .lower-bar h1 {
		position: relative;
		z-index: 99;
	}
	.site-header .top-bar .left, .site-header .top-bar .right {
		width: 100%;
		text-align: center;
	}
	.site-header .top-bar .ubermenu-nav {
		display: flex;
		justify-content: center;
	}
	.mobile-toggle-button.active span{
		transform: rotate(45deg);
		background:black;
	}
	.mobile-toggle-button.active span:before {
		display: none;
	}
	.mobile-toggle-button.active span:after {
		transform: rotate(90deg);
		bottom:0;
		background:black;
	}
	.mobile-toggle-button span{
		display: block;
		width: 30px;
		height: 1px;
		        background: #000000;
		position: absolute;
		top: 18px;
	}
	.mobile-toggle-button span:before {
		content:"";
		display: block;
		width:30px;
		height:1px;
		        background: #000000;
		position: absolute;
		top:-8px;
		left:0;
	}
	.mobile-toggle-button span:after {
		content:"";
		display: block;
		width:30px;
		height:1px;
		        background: #000000;
		position: absolute;
		bottom:-8px;
		left:0;
	}
	.mobile-toggle {
		height: 100vh;
		width: 100%;
		right: 0;
		background: #6E605B;
		transition: transform 0.5s;
		text-align: left;
		z-index: 99;
		display: block;
		position: absolute;
		top: 111px;
		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: 0;
		color: #EFEAE8;
	}
	.mobile-toggle.active {
		display:block;
		left:0;
	}
	.site-header .lower-bar .left, .site-header .lower-bar .right {
		display: none;
	}
	.site-header .lower-bar h1 {
		margin: 0 auto;
		width: 294px;
	}
	.mobile-toggle .flex {
		width: 95%;
		margin: 0 auto;
		max-width: 400px;
		justify-content: space-between;
		padding: 30px 0 0px;
	}
	.mobile-toggle .flex .left {
		display: flex;
		justify-content: space-between;
		width: 575px;
	}
	.mobile-toggle .flex ul {
		list-style: none;
	}
	.mobile-toggle .flex ul li {
		margin: 0 0 7px;
	}
	.mobile-toggle .flex ul li.title {
		margin-top: 10px;
		margin-bottom: 18px;
	}
	.mobile-toggle .flex ul li a {
		text-decoration: none;
		font-size: 12px;
		letter-spacing: 0.02rem;
		color: #EFEAE8;
	}
	.mobile-toggle .flex ul li a:hover{
		text-decoration: underline;
	}
	.mobile-toggle .flex ul .title a {
		font-family: 'EditorsNote';
		font-size: 30px;
	}
	.mobile-toggle .flex .left .icon {
		width: 93px;
		display: block;
		margin: 0 0 0 2px;
	}
	.mobile-toggle .cred {
		background: #0F0E0E;
		color: white;
		padding: 0 0 13px;
		margin-top: 20px;
		font-size: 12px;
		font-weight: 200;
	}
	.mobile-toggle .cred .flex2 {
		padding: 19px 0 7px 0;
		display:flex;
		justify-content: space-between;
		width: 95%;
		margin: 0 auto;
		max-width: 1234px;
	}
	.mobile-toggle .cred .flex2 ul {
		list-style: none;
	}
	.mobile-toggle .cred .flex2 ul li a {
		text-decoration: none;
	}
	.mobile-toggle .cred a {
		color:white;
	}
	.mobile-toggle .flex .right {
		width: 368px;
	}
	.mobile-toggle .flex .right .social-links {
		list-style: none;
		display: flex;
		justify-content: space-between;
	}
	.mobile-toggle .flex .right .social-links img {
		height: 20px;
		width: 20px;
		object-fit: contain;
		object-position: center;
		filter: invert(1);
	}
	.mobile-toggle .cred .flex2 nav, .mobile-toggle .cred .flex2 .right {
		width:30%;
	}
	.mobile-toggle .cred .flex2 .right {
		text-align: right;
	}
	.mobile-toggle .flex .right .wpforms-title {
		font-family: 'EditorsNote';
		font-size: 30px;
		display: block;
		position: relative;
		width: fit-content;
		margin: 30px auto 29px;
		text-align: center;
		padding: 0 10px 0 0;
	}
	.mobile-toggle .flex .right .wpforms-title:before {
		content: "";
		display: block;
		width: 34px;
		height: 34px;
		background-image: url(../icons/utility/large-bow.png);
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		right: -32px;
		top: -3px;
		filter: invert(1);
	}
	.mobile-toggle .flex .right form {
		position: relative;
		margin: 0 0 22px;
	}
	.mobile-toggle .flex .right form input {
		width: 100%;
		max-width: 100%;
		padding: 0 0 0 16px;
		height: 53px;
		text-align: left;
		border: none;
		font-size: 12px;
		background: #FFFFFF;
	}
	.mobile-toggle .flex .right .wpforms-field-container label {
		display: none;
	}
	.mobile-toggle .flex .right .wpforms-submit {
		margin: 0;
		background-image: url(../icons/utility/right.png);
		font-size: 0px;
		background-color: transparent;
		padding: 0;
		width: 15px;
		height: 20px;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		position: absolute;
		top: 64px;
		right: 20px;
	}
	.mobile-toggle .icon img {
		filter: invert(1);
		width: 78px;
		height: 101px;
		margin: 0 auto;
		display: block;
		object-fit: contain;
		margin: 35px auto 0;
	}
	.site-footer .cred .flex2 {
		max-width: 95%;
		display: block;
		text-align: center;
	}
	.site-footer .cred .flex2 nav, .site-footer .cred .flex2 .right {
		width: 100%;
	}
	.site-footer .cred .flex2 .right {
		text-align: center;
	}
	.site-footer .cred .flex2 .center {
		margin: 5px 0;
	}
}
@media all and (max-width:768px) {
	.post-content {
		max-width: 93%;
		margin: 43px auto;
	}
	.single-post .related {
		max-width: 90%;
		margin: 50px auto 81px;
	}
	.single-post .related ul li {
		width: 32%;
	}
	.single-looks .type-looks .flex .left .inside {
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
		padding-left: 4%;
	}
	.single-looks .type-looks .flex .right {
		width: 100%;
		max-width: 400px;
		margin: 0 0 0 4%;
	}
	.single-looks .type-looks .flex .left .inside .post-title {
		margin: 19px 0 17px;
	}
	.single-looks .type-looks .flex .left .inside .pslider {
		padding: 0 0 55px;
		margin: 0 0 27px;
	}
	.single-looks .type-looks .swiper-horizontal>.swiper-scrollbar, .single-looks .type-looks .swiper-scrollbar.swiper-scrollbar-horizontal {
		bottom:25px;
	}
	.single-looks .related {
		max-width: 90%;
		margin: 28px auto;
	}
	.single-looks .related .yarpp ul li {
		width: 24%;
	}
	.single-looks .related .yarpp ul li img {
		height: 228px;
		object-fit: cover;
	}
	.site-header .top-bar .flex .right .wp-block-search__inside-wrapper {
		width: 100%;	
	}
	.site-header .top-bar .flex .right .wp-block-search__inside-wrapper .wp-block-search__button {
		padding: 3px 0 0px;
		width: 162px;
	}
	.site-header .top-bar .flex .right .wp-block-search__inside-wrapper input {
		font-size:19px;
	}
	.site-header .top-bar .flex .right .ubermenu-submenu {
		padding: 20px 0;
		margin: 32px auto 0;
	}
	#main-arch-header .flex {
		max-width: 90%;
		display: block;
	}
	#main-arch-header .flex .left {
		text-align: center;
		margin: 0 auto 20px;
	}
	#main-arch-header .flex .right ul {
		justify-content: center;
		flex-wrap: wrap;
	}
	#main-arch-header .flex .right ul li {
		margin: 0 10px;
	}
	.archive-wrap article {
		margin: 0 14px 32px;
		width: 280px;
	}
	.archive-wrap article #hero-image {
		width: 100%;
		height: 360px;
	}
}
@media all and (max-width:600px) {
	.archive-wrap article {
		margin: 0 2% 32px;
		width: 44%;
	}
	.pum-content p img {
		max-width: 253px !important;
		margin: 0 0 0 24%;
		display: block;
	}
	.post-type-archive-looks .archive-wrap article {
		margin: 0 2% 24px;
		width: 44%;
	}
	.post-type-archive-looks .archive-wrap article #hero-image {
		width: 100%;
		height: 385px;
	}
	.single-looks .related .yarpp ul li img {
		height: 175px;
		object-fit: cover;
	}
	.single-looks .type-looks .flex .left .inside .pslider a {
		width:100%;
	}
	.single-post .related ul li img {
		width: 100%;
		height: 216px;
	}
	.single-post .related ul li h2 {
		font-size: 15px;
		margin: 0;
		line-height: 1.5;
	}
	.post-header #hero-image {
		height:auto;
	}
	#cooler-nav #post-nav {
		max-width: 93%;
		display: block;
	}
	#cooler-nav #post-nav .post-previous {
		margin-right: 0;
	}
	#cooler-nav #post-nav .flex {
		width: 100%;
	}
	#cooler-nav {
		padding: 39px 0 116px;
	}
	#cooler-nav:after {
		width: 268px;
		height: 101px;
	}
	.single-post .related h2 {
		font-size:30px;
	}
	.single-post .related ul li img {
		width: 100%;
		height: 161px;
	}
}
@media all and (max-width:500px) {
	.single-looks .related .yarpp ul {
		flex-wrap: wrap;
	}
	.single-looks .related .yarpp ul li {
		width: 48%;
	}
	.single-looks .related .yarpp ul li img {
		height: 275px;
		object-fit: cover;
	}
	.single-looks .type-looks .flex .left .inside .pslider a {
		width: 100%;
		height: 181px;
		padding: 5px;
	}
	.single-looks .type-looks .flex .right {
		max-width: 300px;
	}
	.single-looks .type-looks .flex .right img {
		width: 100%;
		height: 405px;
	}
	.single-looks .related h4 {
		font-size:24px;
	}
	.single-looks .related h4 a {
		margin: 15px 0 0 25px;
	}
	.site-header .lower-bar h1 {
		margin: 3px auto 0;
		width: 243px;
	}
	.archive-wrap article #hero-image {
		width: 100%;
		height: 305px;
	}
	.site-header .top-bar .flex .right .wp-block-search__inside-wrapper .wp-block-search__button {
		padding: 3px 0 0px;
		width: 110px;
	}
	.site-footer .flex .left {
		flex-wrap: wrap;
		padding-left: 132px;
	}
	.site-footer .flex .left nav {
		width: 50%;
		margin: 0 0 10px;
	}
	.site-footer .flex {
		max-width: 90%;
		padding: 30px 0 20px;
	}
	.site-footer .flex .left .icon {
		width: 93px;
		display: block;
		margin: 0 0 0 2px;
		position: absolute;
		left: 4%;
	}
	.post-type-archive-looks .archive-wrap article #hero-image {
		width: 100%;
		height: 300px;
	}
}