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

/* Site General Styles
--------------------------------------------- */
.archive-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1440px;
	margin: 0 auto !important;
}
.archive-wrap article {
	margin: 0 10px 74px;
	width: 274px;
}
.archive-wrap article #hero-image {
	width: 100%;
	height: 407px;
	border: 7px solid #FFFFFF;
	transition: all 0.5s;
}
.archive-wrap article #hero-image:hover{
	-webkit-filter: brightness(70%);
	-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 h2 {
	margin: 0;
	font-size: 22px;
	line-height: 25px;
	font-weight: 100;
}
.archive-wrap article a{
	text-decoration: none;
}
.archive-wrap article .meta {
	display: flex;
	margin: 10px 0 3px;
}
.archive-wrap article .meta .post-category {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 20px 0 0;
}
.archive-wrap article .meta .date {
	font-size: 11px;
	font-weight: 100;
}
.side-margins #block-general-content{
	max-width: 90%;
	margin: 0 auto;
}
h1.archive-title {
	display: none;
}
.alm-btn-wrap {
	visibility: visible;
	box-shadow: 0 12px 7px -9px #9e9a8c;
	background: white;
	padding: 40px 0 !important;
	margin: 0!important;
}
.alm-btn-wrap .alm-load-more-btn {
	margin: 0!important;
	height: 40px!important;
	background: #121216!important;
	border: none!important;
	min-width: 127px!important;
	text-align: center!important;
	color: white!important;
	text-decoration: none!important;
	font-size: 11px!important;
	text-transform: uppercase!important;
	font-weight: 700!important;
	border-radius: 0!important;
}
.alm-btn-wrap .alm-load-more-btn:hover {
	background: #5A4F41!important;
}
.category-bar {
	padding: 5px 0 5px;
	box-shadow: 5px 1px 10px #acacac;
	display: flex;
	justify-content: center;
	width: 100%;
	background: #5A644B;
	color: white;
	border: none;
}
.category-bar .left {
	font-family: 'California Palms Script';
	font-weight: 100;
	color: white;
	font-size: 50px;
	margin: 17px 25px 0 0;
}
.category-bar ul  {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	list-style-type: none;
}
.category-bar ul li {
	margin: 13px 16px 8px;
	letter-spacing: -0.04rem;
	font-weight: 100;
	font-weight: 100;
}
.category-bar ul li a.active{
	background-image: url(../../assets/icons/utility/button-hover.png);
	background-size: cover;
	opacity: 1;
	background-position: center;
	color: black;
	width: 112px;
}
.category-bar ul li.current-cat a{
	background-image: url(../../assets/icons/utility/button-hover.png);
	background-size: cover;
	opacity: 1;
	background-position: center;
	color: black;
	width: 112px;
}
.category-our-new-build-tips .category-bar ul li.current-cat a, .category-source-shop .category-bar ul li.current-cat a {
	background-position: center -7px;
	color: black;
	width: 145px;
}
.category-bar ul li a {
	font-size: 18px;
	font-family: 'freight-big-pro';
	text-decoration: none;
	height: 44px;
	border: none;
	padding: 12px 0 0;
	display: block;
	transition: all 0.5s;
	color: white;
	text-align: center;
	line-height: 1;
}
.category-bar ul li a:hover {
	text-decoration: underline;
}
.search-results .archive-header {
	display: none;
}
.search-results #main-arch-header {
	display: block;
}
.search-bar {
	max-width: 1157px;
	margin: 50px auto 50px;
}
.search-bar input {
	border: 1px solid black;
	background: white;
	text-align: left;
	color: #121216;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 19px 30px;
	background-image: url(../../assets/icons/utility/search.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center right 30px;
}
.post-type-archive-quick_looks .green-wrap{
	background: #5A644B;
	padding: 10px;
	box-shadow: 1px 2px 6px #bcbab5;
}
.post-type-archive-quick_looks .green-wrap form {
	display: flex;
	justify-content: space-between;
}
.post-type-archive-quick_looks .green-wrap form input {
	width: 676px;
	display: block;
	margin: 0;
}
.post-type-archive-quick_looks .green-wrap form label {
	color: #F4EFE9;
	font-family: 'California Palms Script';
	font-size: 50px;
	font-weight: 100;
	margin: 14px 0 0 7px;
}
.post-type-archive-quick_looks .green-wrap .search-bar {
	max-width: 791px;
	margin: 16px auto 13px;
}
.post-type-archive-quick_looks .alm-listing {
    margin: 0 auto!important;
    padding: 0;
}
.post-type-archive-quick_looks .alm-btn-wrap {
	margin-top: 68px !important;
}
.ql-archive-wrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 68px auto 0;
	max-width: 1400px;
}
.ql-archive-wrap article {
	width: 274px;
	margin: 0 7px 7px;
}
.ql-archive-wrap article img {
	width: 100%;
	height: 407px;
	border: 1px solid #121216;
	transition: all 0.5s;
}
.ql-archive-wrap article img:hover, .single-quick_looks .related .yarpp ul li img:hover {
	-webkit-filter: brightness(70%);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.ql-archive-wrap article .meta, .ql-archive-wrap article .post-title {
	display: none;
}
.single-quick_looks article.main-article {
	background-size: cover;
	background-position: bottom center;
	padding: 39px 0 154px;
}
.single-quick_looks article.main-article .inside {
	background: #F4EFE9;
	max-width: 933px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 22px;
	box-shadow: 1px 2px 6px #bcbab5;
	position: relative;
}

.single-quick_looks article.main-article .pslider {
	position: relative;
	background: white;
	height: 291px;
	padding: 30px 0 0 0px;
}
.single-quick_looks article.main-article .pslider  .swiper-horizontal>.swiper-scrollbar, .single-quick_looks article.main-article .pslider  .swiper-scrollbar.swiper-scrollbar-horizontal {
	background: black;
	height: 1px;
	border-radius: 0;
	bottom: 44px;
	width: 80%;
	margin: auto;
	left: 0;
	right: 0;
}
.single-quick_looks article.main-article .pslider .swiper-scrollbar-drag {
	background: black;
	height: 6px;
	border-radius: 0;
	top: -3px;
}
.single-quick_looks article.main-article .pslider img {
	height: 180px;
	object-fit: contain;
	object-position: center;
	display: block;
	margin: 0 auto;
}
.single-quick_looks article.main-article #hero-image {
	width: 355px;
	height: 489px;
	object-fit: cover;
	margin: 0;
}
.single-quick_looks article.main-article .right {
	width: 469px;
	margin: 0 21px 0 0;
	overflow: hidden;
}
.single-quick_looks article.main-article .right h2 {
	letter-spacing: -0.08rem;
	border-bottom: 1px solid #707070;
	margin: 66px 0 32px;
	padding: 0 0 23px;
}
.single-quick_looks article.main-article .right h2 em {
	letter-spacing: 0;
}
.single-quick_looks article.main-article .right h3 {
	font-family: 'California Palms Script';
	color: #121216;
	font-size: 45px;
	position: absolute;
	right: -116px;
	bottom: 119px;
	transform: rotate(-6deg);
	width: 134px;
	text-align: left;
	line-height: 0.7;
}
.single-quick_looks .related {
	background: #D4D1C8;
	padding: 52px 0 149px;
	margin: 0 auto -102px;
}
.single-quick_looks .site-footer {
	border-top:none;
}
.single-quick_looks .related .view-all {
	width: 134px;
	display: block;
	margin: 0 auto;
	background: #121216;
	text-align: center;
	text-decoration: none;
	color: white;
	height: 39px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 6px 0 0;
	letter-spacing: 0.01rem;
}
.single-quick_looks .related .view-all:hover {
	background: #5A4F41;
}
.single-quick_looks .related h4 {
	max-width: 1138px;
	margin: 0 auto 50px;
	border-bottom: 1px solid #121216;
	text-align: center;
	font-family: 'freight-big-pro';
	font-size: 40px;
	padding: 20px 0 26px;
	letter-spacing: -0.08rem;
}
.single-quick_looks .related .yarpp {
	max-width: 1138px;
	margin: 0 auto;
}
.single-quick_looks .related .yarpp ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin: 30px auto 35px;
}
.single-quick_looks .related .yarpp ul li {
	width:274px;
}
.single-quick_looks .related .yarpp ul li img {
	width: 100%;
	height: 407px;
	border: 1px solid #121216;
	object-fit: cover;
	transition: all 0.5s;
}
/* Single Post
--------------------------------------------- */
.single-post .post-header {
	background-image: url(../icons/utility/paper-bg.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 42px 0 79px;
}
.single-post .post-header .flex {
	max-width: 1003px;
	margin: 0 auto;
	justify-content: space-between;
}
.single-post .post-header .flex .left {
	width: 622px;
	height: 531px;
	margin: 0;
	display: block;
	border: 5px solid #FFFFFF;
	box-shadow: 1px 2px 6px #7f7e7b;
}
.single-post .post-header .flex .right {
	width: 357px;
	height: 531px;
	background: #FFFFFF;
	position: relative;
	box-shadow: 1px 2px 6px #7f7e7b;
	padding: 57px 25px;
}
.single-post .post-header .flex .right .cat {
	display: block;
	width: 100%;
	border-bottom: 1px solid #121216;
	font-family: 'freight-big-pro';
	font-size: 22px;
	padding: 0 0 8px;
	margin: 0 0 75px;
}
.single-post .post-header .flex .right .date {
	font-size: 22px;
	font-family: 'freight-big-pro';
	font-style: italic;
	display: block;
	margin: 0;
}
.single-post .post-header .flex .right h1 {
	margin: 5px 0 25px;
	font-size: 40px;
	line-height: 1.2;
	letter-spacing: -0.08rem;
}
.single-post .post-header .flex .right h1 p {
	margin:0;
}
.single-post .post-header .flex .right h1 em {
	letter-spacing: 0;
}
.single-post .post-header .flex .right .godown {
	display: block;
	width: 39px;
	height: 39px;
	background: #F4EFE9;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	bottom: 22px;
	left: 20px;
}
.single-post .post-header .flex .right .exc {
	font-size: 12px;
	line-height: 22px;
	font-weight: 100;
	letter-spacing: 0.01rem;
	height: 86px;
	overflow: hidden;
}
.single-post .post-header .flex .right .godown img{
	margin: 14px auto 0;
	width: 8px;
}
.single-post .post-header .flex .right:before{
	content: "";
	display: block;
	width: 70px;
	height: 63px;
	background-image: url(../../assets/icons/utility/thumbtack.png);
	background-size: contain;
	background-position: center;
	position: absolute;
	top: -27px;
	left: 0;
	right: 0;
	margin: auto;
}
.single-post .post-header .flex .right:after{
	content: "";
	display: block;
	width: 130px;
	height: 130px;
	background-image: url(../../assets/icons/utility/waxseal.png);
	background-size: contain;
	background-position: center;
	position: absolute;
	bottom: -39px;
	right: -58px;
}
.single-post .post-content {
	width: 723px;
	margin: 0 auto 30px;
	padding: 50px 0 0;
}
.single-post .post-content h2 {
	margin: 30px 0 28px;
	line-height:1;
}
.single-post .post-content h4 a {
	text-decoration:none;
	font-weight:100;
}
.single-post .post-content .wp-block-column h2 {
	margin: 20px 0 15px;
}
.sig {
	background: #5A644B;
	text-align: center;
	padding: 66px 0;
	color: rgb(242 242 242 / 80%);
	font-size: 92px;
	font-family: 'Ms Claudy';
	font-weight: 100;
	box-shadow: 1px 5px 10px #c6c5c5;
	margin-bottom: 67px;
}
.single-post .related .title-flex {
	max-width: 1138px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
}
.single-post .related .title-flex h2 {
	margin: 0;
	font-size: 40px;
	letter-spacing: -0.08rem;
}
.single-post .related .title-flex h2 em {
	letter-spacing: 0;
}
.single-post .related .title-flex .button {
	margin: 0;
	background: #121216;
	border: none;
	min-width: 127px;
	text-align: center;
	color: white;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 7px 0;
	margin: -10px 0 23px 0;
}
.single-post .related .title-flex .button:hover {
	background: #5a644a;
}
.single-post .related {
	margin: 50px 0;
}
.single-post .related .yarpp {
	max-width: 1138px;
	margin: 0 auto 108px;
}
.single-post .related ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
}
.single-post .related .yarpp .archive-wrap article {
	margin: 0 0;
	width: 274px;
}
.single-post .post-content strong{
	font-weight: 600;
}
.single-post .post-content p {
	margin: 0 0 25px;
	padding: 0;
	font-size: 14px;
	line-height: 26px;
	font-weight: 200;
	letter-spacing: 0.02rem;
}
.single-post .post-content ol, .single-post .post-content ul {
	margin: 0 0 25px;
	padding: 0;
	font-size: 14px;
	line-height: 26px;
	font-weight: 200;
	list-style-position: inside;
	letter-spacing: 0.02rem;
}
.single-post .post-content li {
	margin-bottom:30px;
}
.single-post .post-content a {
	font-weight: 600;
}
.single-post .post-content h3 {
	font-size: 13px;
	margin: 10px 0 21px;
}
.single-post .post-content .wide {
	width: calc(100% + 48px);
	margin: 0 -24px 25px;
}
.single-post .post-content .wide h3{
	width: 100%;
	max-width: 100%;
}
.single-post .post-content .wide ul, .single-post .post-content .wide ol {
	width: 100%;
	max-width: 100%;
}
.single-post .post-content .wp-block-gallery.wide {
	margin: 50px -24px;
}
.single-post .post-content .extra-wide {
	margin: 60px -82px;
	width: calc(100% + 165px);
}
.single-post .post-content .wp-block-gallery {
	margin: 50px 0;
}
.quick-stp .flex {
	justify-content: flex-end;
}
.quick-stp .flex p {
	font-size: 50px;
	color: #121216;
	margin: 28px 43px 0 0;
	font-family: 'California Palms Script';
	font-weight: 100;
}
.quick-stp .flex .swiper-slide .white-circle {
	width: 78px;
	height: 78px;
	background: white;
	border-radius: 50%;
	display: block;
	padding: 10px;
	transition: all 0.5s;
	border:1px solid white;
}
.quick-stp .flex .swiper-slide .white-circle:hover {
	background: #D4D1C8;
}
.quick-stp .flex .swiper-slide .white-circle img {
	width:100%;
	height:100%;
	object-fit: contain;
}
.quick-stp .flex .pslider {
	width: 73%;
	overflow: hidden;
}
.quick-stp {
	padding: 11px 0;
	background: #D4D1C8;
	box-shadow: 1px 1px 8px #a8a7a5;
}
/* Header
--------------------------------------------- */
.site-header {
	filter: drop-shadow(0px 0px 7px #767676);
	background: white;
	position: fixed;
	top: 0;
	left: 0;
	height: 150px;
	width: 100%;
	z-index: 999;
}
.header-spacer {
	display: block;
	height:150px;
}
.site-header .top-bar {
	width: 100%;
	height: 36px;
	background: #D4D1C8;
}
.site-header .top-bar .flex {
	justify-content: space-between;
	max-width: 1306px;
	margin: 0 auto;
	width: 95%;
	padding-top: 10px;
	padding-left: 6px;
}
.site-header .top-bar .flex .ubermenu .ubermenu-target-text {
	font-weight: 100;
	font-size: 11px;
	letter-spacing: 0.02rem;
}
.site-header .top-bar .flex .ubermenu .ubermenu-target-text:hover {
	text-decoration: underline;
}
.site-header .lower-bar .flex {
	justify-content: space-between;
	max-width: 1295px;
	margin: 0 auto;
	width: 95%;
	padding: 26px 0 0 0;
}
.site-header .top-bar .social-links {
	text-align: center;
	list-style: none;
	display: flex;
	justify-content: flex-end;
}
.site-header .top-bar .social-links li {
	margin: 0 0 0 8px;
}
.site-header .top-bar .social-links li img {
	height: 14px;
	width: 19px;
	object-fit: contain;
	object-position: center;
	transition: all 0.5s;
}
.site-header .top-bar .social-links li img:hover {
	filter: brightness(0) invert(1);
}

.site-header .ubermenu .ubermenu-target {
	padding: 0 0;
}
.site-header .lower-bar .left {
	width: 310px;
	display: flex;
	justify-content: space-between;
}
.site-header .lower-bar .right {
	padding: 11px 0 0;
}
.site-header .lower-bar .left .ubermenu-nav {
	margin-top: 19px;
}
.site-header .lower-bar .left .ubermenu .ubermenu-image {
	width: 33px;
	margin: 7px 0 0;
}
.site-header .lower-bar .left .ubermenu-target-with-image .ubermenu-target-title {
	display: none;
}
.site-header .lower-bar .left .site-title {
	margin: 0;
	width: 223px;
}
.site-header .lower-bar .right .ubermenu .ubermenu-image {
	width: 16px;
	margin: 0 0px 0px 31px;
}
.site-header .lower-bar .right .ubermenu-target-with-image .ubermenu-target-title {
	display: none;
}
.site-header .lower-bar .right .ubermenu .ubermenu-target-text{
	color: #121216;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.025rem;
	margin: 0 23px;
}
.site-header .lower-bar .right .ubermenu .ubermenu-target-text:hover {
	text-decoration: underline;
}
.site-header .lower-bar .right .ubermenu .button .ubermenu-target {
	background: #5A644B;
	color: white;
	padding: 12px 14px;
	margin: 0 16px -12px 25px;
}
.site-header .lower-bar .right .ubermenu .button .ubermenu-target:hover {
	background: #D4D1C8;
}
.site-header .lower-bar .right .ubermenu .button .ubermenu-target:hover .ubermenu-target-text {
	color: #121216;
	text-decoration: none;
}
.site-header .lower-bar .right .ubermenu .button .ubermenu-target-text {
	color:white;
}
.site-header .lower-bar .right .ubermenu .ubermenu-submenu-id-11262  {
	margin-top: 50px;
	background: #5A644B!important;
	border: none;
	padding: 56px 0;
}
.site-header .lower-bar .right .ubermenu .ubermenu-submenu-id-11262 .ubermenu-column-auto {
	width: auto;
	float: none;
	text-align: center;
	min-width: fit-content;
	margin-bottom: 8px;
}
.site-header .lower-bar .right .ubermenu .ubermenu-submenu-id-11262 .ubermenu-column-auto.title .ubermenu-target-text {
	text-transform: capitalize;
	font-family: 'freight-big-pro';
	font-size: 40px;
	font-weight: 100;
	letter-spacing: -0.08rem;
}
.site-header .lower-bar .right .ubermenu .ubermenu-submenu-id-11262 .ubermenu-column-auto.title {
	margin-bottom: 30px;
}
.site-header .lower-bar .right .ubermenu .ubermenu-submenu-id-11262 .ubermenu-column-auto .ubermenu-target-text  {
	font-size:12px;
}
.site-header .lower-bar .right .ubermenu .ubermenu-submenu-id-11262 .ubermenu-column-auto .ubermenu-target-text:hover {
	text-decoration: underline;
}
.site-header .lower-bar .right .ubermenu .button  .ubermenu-submenu-id-11262 .ubermenu-target {
	background: none;
	padding: 0;
	margin: 0 auto;
	display: block;
}
.site-header .lower-bar .right .ubermenu-submenu-id-11268 {
	margin-top: 48px !important;
	background: #D0D6D4!important;
	padding: 50px 0;
	border: none;
}
.site-header .lower-bar .right .ubermenu-submenu-id-11268 .wp-block-search__inside-wrapper {
	width:100%!important;
}
.site-header .lower-bar .right .ubermenu-submenu-id-11268 input {
	border: none;
	background: white;
	text-align: left;
	color: #121216;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 19px 30px;
	background-image: url(../../assets/icons/utility/search.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center right 30px;
	width: 95%;
	max-width: 1138px;
	margin: 0 auto;
}
.site-header .lower-bar .right .ubermenu-submenu-id-11268 .wp-block-search__button {
	display: none;
}
.site-header .lower-bar .right .ubermenu .ubermenu-submenu {
	background: #D4D1C8;
	padding: 71px 0;
	border: none;
	margin-top: 49px;
}

.site-header .lower-bar .right .ubermenu .ubermenu-submenu .ubermenu-column-auto.title .ubermenu-target-text {
	text-transform: capitalize;
	font-family: 'freight-big-pro';
	font-size: 40px;
	font-weight: 100;
	letter-spacing: -0.08rem;
}
.site-header .lower-bar .right .ubermenu .ubermenu-submenu .ubermenu-column-auto.title {
	display: block;
	float: none;
	text-align: center;
	width: fit-content;
	margin: 0 auto 28px;
}
.site-header .lower-bar .right .ubermenu .ubermenu-submenu .ubermenu-column-auto {
	width: auto;
	float: none;
	text-align: center;
	margin: 0 auto 10px;
}
.site-header .lower-bar .right .ubermenu .ubermenu-submenu .ubermenu-column-auto .ubermenu-target-text  {
	font-size:12px;
}
.site-header .lower-bar .right .ubermenu .ubermenu-submenu .ubermenu-column-auto .ubermenu-target-text:hover {
	text-decoration: underline;
}

.site-header .lower-bar .left .ubermenu .ubermenu-submenu-drop {
	background-image:url(../icons/utility/horse-bg.png);
	background-size:cover;
	background-position: top center;
	padding: 71px 0;
	border: none;
	margin-top: 49px;
	    border-bottom: 12px solid #5A4F41;
}
.site-header .lower-bar .left .ubermenu .ubermenu-submenu-drop .ubermenu-row{
	max-width: 753px;
	margin: 0 auto;
	justify-content: space-between;
	background-image: url(../icons/utility/form-background-wide.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 366px;
	padding: 164px 72px 20px;
	box-shadow: 1px 3px 8px #7d7d7d;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.site-header .lower-bar .left .ubermenu .ubermenu-submenu-drop .ubermenu-row:before{
	content: "";
	display: block;
	width: 130px;
	height: 130px;
	background-image: url(../icons/utility/waxseal.png);
	background-size: contain;
	background-position: center;
	position: absolute;
	top: 17px;
	right: -7%;
}
.site-header .lower-bar .left .ubermenu .ubermenu-submenu-drop .ubermenu-column-auto.title .ubermenu-target-text {
	text-transform: capitalize;
	font-family: 'freight-big-pro';
	font-size: 40px;
	font-weight: 100;
	letter-spacing: -0.08rem;
	color: #5A4F41;
	text-align: left;
}
.site-header .lower-bar .left .ubermenu .ubermenu-submenu-drop .ubermenu-column-auto.title {
	display: block;
	float: none;
	text-align: center;
	width: fit-content;
	margin: 0 0 0;
	position: absolute;
	top: -53px;
	left:0;
}
.site-header .lower-bar .left .ubermenu .ubermenu-submenu-drop .ubermenu-column-auto .ubermenu-target {
	padding:0;
}
.site-header .lower-bar .left .ubermenu .ubermenu-submenu-drop .ubermenu-column-auto .ubermenu-target-text  {
	font-size: 12px;
	color: #5A4F41;
	font-weight: 800;
	text-transform: uppercase;
	display: block;
	margin-bottom: 9px;
}
.site-header .lower-bar .left .ubermenu .ubermenu-submenu-drop .ubermenu-column-auto .ubermenu-target-text:hover {
	text-decoration: underline;
	text-decoration-thickness: 1px;
}

.site-header .lower-bar .left .ubermenu .ubermenu-submenu-drop .ubermenu-column-auto {
	position: relative;
	min-width: 15.3%;
}
.site-header .lower-bar .left .ubermenu .ubermenu-submenu-drop .ubermenu-column-auto.ubermenu-column-id-10715{
	min-width: 41%;
}
.site-header .lower-bar .left .ubermenu .ubermenu-submenu-drop .ubermenu-column-id-10715 ul {
	display: grid;
	grid-template-columns: 50% 50%;
	gap: 0px 20px;
}

.pum-container.pum-responsive.pum-responsive-medium{
	background-image: url(../icons/utility/form-background.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 54px 64px;
}
.pum-content img {
	width: 203px;
	height: 298px;
	border: 6px solid white;
	object-fit: cover;
	object-position: center;
}
.pum-content ul {
	display: flex;
		justify-content: space-between;
		list-style: none;
}
.pum-content ul li:first-child {
	width: 203px;
	position: relative;
}
.pum-content ul li:first-child:before{
	content: "";
	display: block;
	width: 216px;
	height: 336px;
	background-image: url(../icons/utility/frame.png);
	position: absolute;
	left: -4px;
	background-size: contain;
	background-repeat: no-repeat;
	top: -5px;
}
.pum-content ul li:last-child {
	width: 55.5%;
}
.pum-content ul li h4 {
	font-size: 11px;
	font-family: 'Raleway';
	font-weight: 600;
	text-transform: uppercase;
	margin: 8px 0 25px;
	letter-spacing: 0.01rem;
	color: black;
}
.pum-content ul li h4 em {
	font-size: 50px;
	font-family: 'California Palms Script';
	text-transform: lowercase;
	font-weight: 100;
	font-style: inherit;
	margin: 0px 21px 0 0;
	letter-spacing: 0;
}
.pum-content ul li p {
	margin: 0 0 29px;
	font-size: 12px;
	font-weight: 300;
	line-height: 20px;
	color: black;
}
.pum-theme-11197 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
	font-family: 'Raleway'!important;
	font-weight: 100!important;
	font-size: 20px!important;
	top: 13px!important;
	right: 14px!important;
}
.pum-content ul li label {
	display: none;
}
.pum-content ul li input {
	width: 100%;
	display: block;
	max-width: 100%;
	border: none;
	border-radius: 0;
	text-align: left;
	background: white;
	margin: 0 0 12px;
	color: black;
	font-family: 'freight-big-pro';
	font-size: 18px;
	height: 48px;
	padding: 0 21px;
	letter-spacing: -0.05rem;
}
.pum-content ul li .wpforms-submit {
	width: 100%;
	display: block;
	max-width: 100%;
	border: none;
	border-radius: 0;
	text-align: left;
	background: black;
	margin: 0 0 13px;
	color: white;
	font-family: 'Raleway';
	font-size: 11px;
	height: 48px;
	padding: 0 21px;
	letter-spacing: 0.02rem;
	text-align: center;
}
#main-content {
  opacity: 0; /* Start with the body hidden */
  transition: opacity 0.5s ease-in-out; /* Smooth fade-in effect */
}

#main-content.loaded {
  opacity: 1; /* Show the body when fully loaded */
}
/* Form Styles
--------------------------------------------- */
#wpforms-error-noscript {
	display: none;
}
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 {
	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 {
	background: #5A4F41;
	border-top: 5px solid white;
	position: relative;
	padding: 20px;
	color: #FFFFFF;
	margin-top:80px;
}
.site-footer .mobile-cred {
	display: none;
}
.site-footer .cred {
	width: 98%;
	max-width: 1281px;
	margin: 0 auto;
	border-top: 1px solid #F3EEE8;
	padding: 20px 0 3px;
	display: flex;
	justify-content: space-between;
	font-size: 10px;
	font-weight: 100;
	letter-spacing: 0.01rem;
}
.site-footer .cred ul, .site-footer .flex ul {
	list-style: none;
}
.site-footer .cred ul a, .site-footer .flex ul a  {
	text-decoration: none;
}
.site-footer .flex ul a:hover {
	text-decoration: underline;
}
.site-footer .cred a, .site-footer .flex a {
	color:white;
}
.site-footer .footer-icon {
	width: 134px;
	height: 183px;
	position: absolute;
	left: 0;
	right: 0;
	top: -85px;
	margin: auto;
}
.site-footer .flex .center {
	width: 405px;
	margin: 0 auto;
}
.site-footer .flex .center ul {
	display: flex;
	justify-content: center;
	margin-top: 13px;
}
.site-footer .flex .center ul li {
	margin: 20px 5px 0;
}
.site-footer .flex .center ul li img {
	filter: invert(1);
	width: 23px;
	height: 16px;
	object-fit: contain;
	object-position: center;
	transition: all 0.5s;
}
.site-footer .flex .center ul li img:hover {
	filter: invert(0);
}
.site-footer .flex {
	width: 98%;
	max-width: 1279px;
	margin: 104px auto 60px;
	justify-content: space-between;
}
.site-footer .flex .left, .site-footer .flex .right {
	width: 251px;
}
.site-footer .flex .left {
	display: flex;
	justify-content: space-between;
}
.site-footer .flex ul a {
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.01rem;
}
.site-footer .flex ul .title a {
	font-family: 'freight-big-pro';
	font-size: 22px;
	font-weight: 100;
	text-transform: capitalize;
	display: block;
	margin: 10px 0 29px;
	letter-spacing: -0.02rem;
}
.site-footer .flex ul li {
	line-height: 1;
	margin: 0 0 6px;
}
.site-footer .flex .right ul {
	display: grid;
	grid-template-columns: 50% 50%;
	gap: 0px 20px;
}
.site-footer .flex .right {
	position: relative;
	padding-top: 61px;
	padding-left: 43px;
}
.site-footer .flex .right .title {
	position: absolute;
	top: 0;
	left:43px;
}
.site-footer .cred nav, .site-footer .cred .right, .site-footer .cred .center {
	width:30%;
}
.site-footer .cred .right {
	text-align: right;
}
.site-footer .cred .center {
	text-align: center;
}
/* Responsive Styles
--------------------------------------------- */
@media all and (max-width:1280px) {
	.quick-stp .flex .pslider {
		width: 78%;
		overflow: hidden;
	}
}
@media all and (max-width:1135px) {
	.site-header .lower-bar .right .ubermenu .ubermenu-image {
		width: 16px;
		margin: 0 0px 0px 10px;
	}
	.site-header .lower-bar .right .ubermenu .button .ubermenu-target {
		padding: 12px 16px;
		margin: 0 16px -12px 16px;
	}
	.site-header .lower-bar .right .ubermenu .ubermenu-target-text {
		margin: 0 14px;
	}
	.search-bar {
		max-width: 90%;
	}
	.archive-wrap article {
		margin: 0 7px 74px;
		width: 23%;
	}
	.archive-wrap article #hero-image {
		height:380px;
	}
	.quick-stp .flex .pslider {
		width: 75%;
		overflow: hidden;
	}
	.single-post .related .title-flex, .single-post .related .yarpp {
		max-width: 1000px;
	}
	.single-post .related .yarpp .archive-wrap article {
		margin: 0 0;
		width: 240px;
	}
	.archive-wrap article #hero-image {
		height: 345px;
	}
	.ql-archive-wrap article {
		width: 21%;
		margin: 0 7px 7px;
	}
	.ql-archive-wrap article img {
		height:330px;
	}
	.single-quick_looks article.main-article .right h3 {
		z-index: 1;
		right: -82px;
	}
	.single-quick_looks .related h4, .single-quick_looks .related .yarpp {
		max-width: 1000px;
	}
	.single-quick_looks .related .yarpp ul li {
		width: 237px;
	}
	.single-quick_looks .related .yarpp ul li img {
		height:370px;
	}
}
@media all and (max-width:1030px) {
	.single-post .post-header .flex {
		max-width:750px;
	}
	.single-post .post-header .flex .left {
		width:382px;
	}
	.quick-stp .flex p {
		font-size: 40px;
		color: #121216;
		margin: 28px 31px 0 0;
	}
	.single-post .related .title-flex, .single-post .related .yarpp {
		max-width: 700px;
	}
	.single-post .related .yarpp .archive-wrap article {
		margin: 0 0;
		width: 169px;
	}
	.archive-wrap article #hero-image {
		height: 228px;
	}
	.archive-wrap article h2 {
		margin: 0;
		font-size: 18px;
		line-height: 21px;
		font-weight: 100;
	}
	.single-quick_looks article.main-article .inside {
		max-width: 700px;
	}
	.single-quick_looks article.main-article #hero-image {
		width: 275px;
		height: 447px;
	}
	.single-quick_looks article.main-article .right {
		width: 361px;
		margin:0;
	}
	.single-quick_looks .related h4, .single-quick_looks .related .yarpp {
		max-width: 700px;
	}
	.single-quick_looks .related .yarpp ul li {
		width: 165px;
	}
	.single-quick_looks .related .yarpp ul li img {
		height: 265px;
	}
	.single-quick_looks article.main-article .right h3 {
		z-index: 1;
		right: -82px;
		bottom: 25px;
	}
	.site-header .lower-bar .left {
		width:280px;
	}
	.site-header .lower-bar .right .ubermenu .ubermenu-target-text {
		margin: 0 10px;
	}
	.site-header .lower-bar .right .ubermenu .ubermenu-image {
		width: 16px;
		margin: 0 0px 0px 6px;
	}
	.site-footer .flex .center {
		width: 304px;
		margin: 20px auto 0;
	}
}
@media all and (max-width:915px) {
	.site-footer .flex {
		width: 100%;
		max-width: 400px;
		margin: 88px auto 60px;
		display: block;
		position: relative;
		padding-top: 145px;
	}
	.site-footer .flex .left, .site-footer .flex .right {
		width: 240px;
		margin: 0 auto;
	}
	.site-footer .flex .right ul {
		grid-template-columns: 67% 50%;
	}
	.site-footer .flex .right {
		position: relative;
		padding-top: 75px;
		padding-left: 0;
	}
	.site-footer .flex .right .title {
		position: absolute;
		top: 27px;
		left: 0;
	}
	.site-footer .flex ul .title a {
		margin: 10px 0 18px;
	}
	.site-footer .flex .center {
		width: 304px;
		margin: 0 auto;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}
	.site-header .lower-bar .right #menu-item-11326, #menu-item-11419, #menu-item-11418, #menu-item-11253, #menu-item-11327 {
		display: none;
	}
	.site-header .lower-bar .right .ubermenu .ubermenu-submenu {
		padding:30px 0;
	}
	.site-header .lower-bar .left .ubermenu .ubermenu-submenu-drop .ubermenu-row {
		max-width: 555px;
		height: 270px;
		padding: 113px 26px 20px;
	}
	.pum-container.pum-responsive.pum-responsive-medium {
		max-width: 303px !important;
		height: 620px;
		padding: 61px 21px 14px;
		flex-wrap: wrap;
		background-image: url(../icons/utility/mobile-form-background.png);
		background-size: cover;
	}
	.pum-content ul {
		display: block;
	}
	.pum-content ul li:last-child {
		width: 100%;
	}
	.pum-content ul li:first-child {
		width: 130px;
		position: relative;
		margin: 0 auto;
	}
	.pum-content ul li:first-child:before {
		width: 138px;
		height: 202px;
	}
	.pum-content ul li h4 {
		margin: 18px 0 19px;
	}
	.pum-content ul li h4 em {
		font-size:39px;
	}
	.pum-content ul li p {
		margin: 0 0 23px;
	}
	.site-footer .cred nav, .site-footer .cred .right, .site-footer .cred .center {
		width: 40%;
	}
}
@media all and (max-width:820px) {
	.site-footer .mobile-cred {
		display: block;
		text-align: center;
		font-weight: 100;
		letter-spacing: 0.01rem;
		font-size: 10px;
	}
	.site-footer .cred {
		display: none;
	}
	.site-footer .mobile-cred a{
		color:white;
		text-decoration: none;
	}
	.site-footer .mobile-cred nav {
		display: flex;
		justify-content: center;
	}
	.site-footer .mobile-cred nav ul {
		list-style: none;
	}
	.site-footer .mobile-cred .right a {
		text-decoration: underline;
	}
	.quick-stp .flex .pslider {
		width: 65%;
		overflow: hidden;
	}
}
@media all and (max-width: 768px) {
	.category-bar ul li {
		margin: 3px 16px 0;
	}
	.quick-stp .flex {
		justify-content: space-between;
		padding: 0 0 0 20px;
	}
	.quick-stp .flex p {
		margin: 28px 0px 0 0;
	}
	.quick-stp .flex .pslider {
		width: 72%;
		overflow: hidden;
	}
	.single-post .post-content {
		width:90%;
	}
	.single-post .post-content .wide {
		width: calc(100% + 0px);
		margin: 0 0px 25px;
	}
	.single-post .post-content .wp-block-gallery.wide {
		margin: 50px 0px;
	}
	.single-post .post-content .extra-wide {
		margin: 60px 0px;
		width: calc(100% + 0px);
	}
	.single-post .related .yarpp .archive-wrap article {
		margin: 0 0 30px;
		width: 243px;
	}
	.single-post .related .title-flex, .single-post .related .yarpp {
		max-width: 500px;
	}
	.single-post .related .yarpp {
		margin: 0 auto 20px;
	}
	.post-type-archive-quick_looks .green-wrap .search-bar {
		max-width: 95%;
		margin: 16px auto 13px;
	}
	.post-type-archive-quick_looks .green-wrap form input {
		width:86%;
	}
	.ql-archive-wrap article {
		width: 32%;
		margin: 0 7px 7px;
	}
	.single-quick_looks article.main-article .inside {
		max-width: 500px;
		display: block;
		padding-top: 100px;
		position: relative;
	}
	.single-quick_looks article.main-article .right {
		width: 100%;
		margin: 0;
	}
	.single-quick_looks article.main-article .right h2 {
		position: absolute;
		top: 29px;
		width: 90%;
		left: 5%;
		margin: 0 auto;
	}
	.single-quick_looks article.main-article {
		background-size: cover;
		background-position: bottom center;
		padding: 39px 0 50px;
	}
	.single-quick_looks article.main-article .right h3 {
		z-index: 1;
		right: -72px;
		bottom: 195px;
	}
	.single-quick_looks .related h4, .single-quick_looks .related .yarpp {
		max-width: 500px;
	}
	.single-quick_looks .related .yarpp ul {
		flex-wrap: wrap;
	}
	.single-quick_looks .related .yarpp ul li {
		width: 245px;
	}
	.single-quick_looks .related .yarpp ul li img {
		height: 350px;
	}
	.category-bar .left {
		margin: 17px 0px 18px 0;
	}
	.archive-wrap article {
		margin: 0 7px 74px;
		width: 29%;
	}
	.archive-wrap article #hero-image {
		height: 315px;
	}
	.single-post .post-header .flex {
		max-width: 500px;
		display: block;
	}
	.single-post .post-header .flex .left {
		width: 100%;
	}
	.single-post .post-header .flex .right {
		width: 100%;
		height: auto;
		background: #FFFFFF;
		position: relative;
		box-shadow: 1px 2px 6px #7f7e7b;
		padding: 57px 25px;
		margin-top: 30px;
	}
}
@media all and (max-width:600px) {
	.site-header .top-bar .flex .ubermenu .ubermenu-target-text:hover {
		text-decoration: none;
	}
	.site-footer .flex ul .title a {
		font-size:25px;
	}
	.site-footer .flex ul a {
		font-size:12px;
	}
	.site-footer .flex ul li {
		line-height: 1;
		margin: 0 0 12px;
	}
	.site-header .lower-bar .left .ubermenu .ubermenu-submenu-drop .ubermenu-row {
		max-width: 342px;
		height: 468px;
		padding: 75px 27px 33px;
		flex-wrap: wrap;
		background-image: url(../icons/utility/mobile-dd-background.png);
		background-size: cover;
		justify-content: flex-start;
	}
	.site-header .lower-bar .left .ubermenu .ubermenu-submenu-drop {
		padding:40px 0;
	}
	.site-header .lower-bar .left .ubermenu .ubermenu-submenu-drop .ubermenu-column-auto.title .ubermenu-target-text {
		font-size: 28px;
		font-weight: 100;
		letter-spacing: 0;
	}
	.site-header .lower-bar .left .ubermenu .ubermenu-submenu-drop .ubermenu-column-auto {
		position: relative;
		min-width: 15.3%;
		margin-right: 16px;
	}
	.site-header .lower-bar .left .ubermenu .ubermenu-submenu-drop .ubermenu-column-auto .ubermenu-target-text {
		font-size: 12px;
		color: #5A4F41;
		font-weight: 800;
		text-transform: uppercase;
		display: block;
		margin-bottom: 12px;
		letter-spacing: 0.02rem;
	}
	.site-header .lower-bar .left .ubermenu .ubermenu-submenu-drop .ubermenu-column-auto.title {
		        margin: 0 0 9px;
        position: relative;
        top: inherit;
        left: 0;
	}
	.site-header .lower-bar .left .ubermenu .ubermenu-submenu-drop .ubermenu-row:before {
		content: "";
		display: block;
		width: 100px;
		height: 100px;
		background-image: url(../icons/utility/waxseal.png);
		background-size: contain;
		background-position: center;
		position: absolute;
		top: -33px;
		right: 0;
		left: 0;
		margin: auto;
	}
	.site-header .lower-bar .left .ubermenu .ubermenu-submenu-drop .ubermenu-column-auto.ubermenu-column-id-10715 {
		min-width: 70%;
		margin-top: 70px;
	}
}
@media all and (max-width:550px) {
	.archive-wrap {
		justify-content: space-between;
		max-width: 90%;
	}
	.archive-wrap article {
		margin: 0 0 41px;
		width: 48%;
	}
	.site-header .lower-bar .flex {
		padding: 15px 0 0 0;
	}
	.site-header .lower-bar .left .site-title {
		margin: 9px 0 0;
		width: 170px;
	}
	.site-header .lower-bar .left {
		width: 222px;
	}
	.site-header .lower-bar .right .ubermenu .button .ubermenu-target {
		padding: 9px 16px;
		margin: 0 16px -12px 16px;
	}
	.site-header {
		height:124px;
	}
	.header-spacer {
		display: block;
		height: 124px;
	}
	.site-header .lower-bar .right .ubermenu .ubermenu-submenu {
		margin-top:38px;
	}
	.site-header .lower-bar .right .ubermenu-submenu-id-11268 {
		margin-top: 38px !important;
	}
	.site-header .lower-bar .left .ubermenu .ubermenu-submenu-drop {
		margin-top:38px;
	}
	.single-post .post-header .flex {
		max-width: 90%;
		display: block;
	}
	.single-post .post-header .flex .right .cat {
		display: block;
		width: 100%;
		border-bottom: 1px solid #121216;
		font-family: 'freight-big-pro';
		font-size: 18px;
		padding: 0 0 8px;
		margin: 0 0 20px;
	}
	.single-post .post-header .flex .right .date {
		font-size:17px;
	}
	.single-post .post-header {
		overflow: hidden;
	}
	.single-post .post-header .flex .right h1 {
		margin: 8px 0 28px;
		font-size: 30px;
	}
	.single-post .post-header .flex .right:after {
		right: -27px;
		width: 100px;
		height: 100px;
	}
	.quick-stp .flex .pslider {
		width: 100%;
		overflow: hidden;
		margin-top: 10px;
	}
	.quick-stp .flex p {
		margin: 10px 0px 0 0;
	}
	.sig {
		padding: 46px 0;
		color: rgb(242 242 242 / 80%);
		font-size: 50px;
	}
	.single-post .related .title-flex, .single-post .related .yarpp {
		max-width: 95%;
	}
	.single-post .related .title-flex h2 {
		font-size:30px;
	}
	.single-post .related .title-flex .button {
		min-width: 90px;
		font-weight: 700;
		padding: 5px 0;
		font-size: 10px;
		margin: -6px 0 9px 0;
	}
	.single-post .related ul {
		max-width: 100%;
	}
	.single-post .related ul li {
		width:49%;
	}
	.single-post .related .yarpp {
		margin: 15px auto 20px;
	}
	.single-post .related .yarpp .archive-wrap article {
		margin: 0 0 30px;
		width: 100%;
	}
.side-margins #block-general-content h2 {
	font-size:30px;
	line-height: 1.2;
}
.post-type-archive-quick_looks .green-wrap form {
	display: block;
	text-align: center;
}
.post-type-archive-quick_looks .green-wrap form label {
	margin: 0 auto 5px;
	display: block;
}
.post-type-archive-quick_looks .green-wrap form input {
	width: 100%;
}
.ql-archive-wrap {
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 30px auto;
	max-width: 90%;
}
	.ql-archive-wrap article {
	width: 48%;
	margin: 0 0 10px;
}
.single-quick_looks article.main-article .inside {
	max-width:90%;
}
	.single-quick_looks article.main-article .inside {
	max-width: 90%;
	display: block;
	padding-top: 90px;
	position: relative;
}
	.single-quick_looks article.main-article .right h2 {
	position: absolute;
	top: 24px;
	width: 90%;
	left: 5%;
	margin: 0 auto;
	font-size: 30px;
	padding: 0 0 20px;
}
	.single-quick_looks article.main-article #hero-image {
	width: 100%;
	height: 488px;
}
	.single-quick_looks article.main-article .right h3 {
	z-index: 1;
	right: -17px;
	bottom: 241px;
	margin: 0;
}
	.single-quick_looks .related h4, .single-quick_looks .related .yarpp {
	max-width: 90%;
}
.single-quick_looks .related h4 {
	font-size: 30px;
	margin: 0 auto;
	padding: 0 0 20px;
}
	.single-quick_looks .related .yarpp ul li {
	width: 49%;
}
	.single-quick_looks .related .yarpp ul li img {
	height: 266px;
}

}
@media all and (max-width:485px) {
	.single-quick_looks .related .yarpp ul li img {
		height: 260px;
	}
	.ql-archive-wrap article img {
		height: 265px;
	}
	.archive-wrap article #hero-image {
		height: 270px;
	}
	.archive-wrap article {
		margin: 0 0 41px;
		width: 49%;
	}
}