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

.wp-block-media-text.whats-inside h4 {
	margin: 13px 0 0;
	letter-spacing: 0.17rem;
	font-weight: 500;
}
.wp-block-media-text.whats-inside h2 {
	text-transform: uppercase;
	margin: 0 0 45px;
	letter-spacing: 0.04rem;
}
.wp-block-media-text.whats-inside ul {
	list-style: none;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	margin: 0 0 40px;
}
.wp-block-media-text.whats-inside ul li {
	margin-bottom: 8px;
	position: relative;
	padding-left: 25px;
}
.wp-block-media-text.whats-inside .wp-block-buttons .wp-block-button__link {
	width: 100%;
	min-width: 175px;
	border-width:1.5px;
}
.wp-block-media-text.whats-inside .wp-block-buttons .wp-block-button__link:hover {
	color:white!important;
}
.wp-block-media-text.whats-inside ul li:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border: 2px solid #CC2322;
	border-radius: 50%;
	position: absolute;
	top: 7px;
	left: 0;
}
.archive-wrap, .alm-listing {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.archive-wrap article, .alm-listing article {
	margin: 0 9px 30px;
	width: 376px;
	text-align: center;
}
.archive-wrap article h2, .alm-listing article h2 {
	font-size: 23px;
	font-weight: 100;
	margin: 6px 0 0;
	line-height: 30px;
	transition: all 0.5s;
}
.archive-wrap article h2:hover, .alm-listing article h2:hover {
	color: #CC2322;
}
.archive-wrap article a, .alm-listing article a {
	text-decoration: none;
}
.archive-wrap article img, .alm-listing article img {
	height: 447px;
	width: 100%;
}
.archive-wrap article .post-category, .alm-listing article .post-category {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0.15rem;
	margin: 4px auto 0;
	display: block;
}
.archive-wrap article .read-post, .alm-listing article .read-post {
	display: none;
}
.archive, .page-id-38141, .search, .page-id-38447 {
	background: rgba(248, 246, 242, 0.5);
}
.search .archive-title {
	display: none;
}
.archive-description {
	    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}
.search .archive-header h1 {
	font-family: 'Gilda Display';
	font-size: 28px;
	font-weight: 100;
	text-transform: uppercase;
	text-align: center;
	margin: 52px 0 24px;
}
.search .archive-header ul, .search .wp-block-search {
	display: none;
}
.alm-btn-wrap .alm-load-more-btn {
	background: #23406E!important;
	border-radius: 20px!important;
	font-size: 12px!important;
	font-weight: 500!important;
	letter-spacing: 0.15rem!important;
	height: 39px!important;
	width: 155px!important;
}
.alm-btn-wrap .alm-load-more-btn:hover {
	color: #23406E!important;
	background: #DFE5E8!important;
}
.alm-btn-wrap{
	display: block;
	margin: 50px 0 85px!important;
}
.archive-title {
	font-family: 'Gilda Display';
	font-size: 28px;
	font-weight: 100;
	text-transform: uppercase;
	text-align: center;
	margin: 30px 0 1px;
}
.archive-header ul {
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 0 auto 55px;
}
.archive-header ul .cat-item-none {
	display: none;
}
.archive-header ul li a {
	margin: 0 15px;
	letter-spacing: 0.17rem;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
}
.archive-header ul li a:hover {
	color: #CC2322;
}
.archive-header ul li.current-cat a {
	color: #CC2322;
}
.boutique-widget {
	display: flex;
	justify-content: center;
	margin: 50px auto;
}
.shop-intro h2 {
	padding: 43px 0 4px;
	margin: 0;
	font-family: 'Gilda Display';
	font-size: 28px;
	font-weight: 100;
	text-transform: uppercase;
}
.shop-intro .ubermenu .ubermenu-target-text{
	margin: 0 15px;
	letter-spacing: 0.17rem;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
}
.shop-intro .ubermenu .ubermenu-target {
	padding: 12px 5px;
}
.shop-intro .ubermenu .ubermenu-current-menu-item .ubermenu-target-text{
	color:#CC2322;
}
.shop-intro .ubermenu  {
	display: flex;
	justify-content: center;
}
.shop-intro {
	padding:1px 0 40px;
}
/* Header
--------------------------------------------- */
.site-header {
	height: 141px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: white;
	z-index: 999;
}
.header-spacer {
	height:141px;
}
.site-header h1.site-title {
	margin: 0 20px;
	max-width: 175px;
}
.banner-bar {
	height: 48px;
	background: #23406E;
	text-align: center;
	color: white;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.17rem;
	padding: 10px 0 0;
}
.banner-bar a {
	text-decoration: none;
}
.banner-bar p {
	margin:0;
}
.home .banner-bar {
	background: #E4D0CA;
	color: #CC2322;
}
.the-header .flex {
	display: block;
	position: relative;
	padding: 21px 0 0;
	margin: 0 auto;
}
.the-header .flex .risde {
	width: 124px;
	display: flex;
	justify-content: flex-end;
	position: absolute;
	top: 35px;
	right: 3%;
}
.the-header .flex .ubermenu-main .ubermenu-row {
	display: flex;
	justify-content: space-between;
	max-width: 950px;
}
.the-header .flex .risde .subscribe-trigger {
	color: #2A3C52;
	font-size: 14px;
	font-family: 'Cabin';
	font-weight: 300;
	letter-spacing: 0.18rem;
}
.the-header .flex .risde .subscribe-trigger:hover {
	cursor: pointer;
}
.the-header .flex .risde img {
	width: 14px;
	height: 13px;
	object-fit: contain;
	margin: 7px 0 0 13px;
}
.the-header .flex .risde img:hover {
	cursor: pointer;
}
.the-header .flex .inner-flex {
	max-width: 950px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.the-header .flex #ubermenu-main-5426{
	padding: 0 5px;
}
.the-header .flex .inner-flex .ubermenu .ubermenu-target {
	padding: 15px 0 34px 0;
}
.the-header .flex .inner-flex .ubermenu .ubermenu-submenu .ubermenu-target {
	padding: 15px 0 0px 0;
}
.the-header .flex .inner-flex #menu-item-37360 a span {
	color:#CC2322;
	font-weight:500;
}
.the-header .flex .ubermenu .ubermenu-target-text {
	color: #2A3C52;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.18rem;
}
.the-header .flex .ubermenu .ubermenu-target-text:hover {
	color: #CC2322;
}
.the-header .flex nav {
	width: 35.5%;
}
.the-header .flex .ubermenu .ubermenu-nav{
	display: flex;
	justify-content: space-between;
}
.the-header .mobile-search {
	position: absolute;
	top: 41px;
	right: 51px;
	transition: all 0.5s;
}
.the-header .form-hidden {
	    position: fixed;
    padding: 0;
    width: 100%;
    right: 0;
    top: 140px;
    background: #f8f6f2;
    filter: drop-shadow(0px 7px 5px #afafaf);
	display:none;
}
.the-header .form-hidden input {
	border: none;
    font-size: 16px;
    text-transform: uppercase;
    padding: 20px 20px 20px;
    letter-spacing: 0.05rem;
    border-bottom:none;
    text-align: center;
}
.the-header .form-hidden.show {
	display: block;
}

/* 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 {
	transition: all 0.4s;
}
a:hover img {
	opacity: 0.5;
}
a img {
	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%;
}
.wp-block-separator {
	background: #707070;
	border: none;
	height: 1px;
	max-width: 1339px;
}
/* General Styles
--------------------------------------------- */
.titles {
	margin: 50px auto 70px;
}
.titles h4 {
	font-weight: 500;
	letter-spacing: 0.14rem;
	margin: 0;
}
.titles h2 {
	margin: 0 0 10px;
	letter-spacing: 0.1rem;
}
.page-id-3179 #block-general-content, .content-sidebar #block-general-content {
	max-width: 90%;
	margin: 0 auto 50px;
}
.wp-element-button, .wp-block-button__link {
	min-width: 262px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.19rem;
	padding: 13px;
}
.wp-element-button:hover, .wp-block-button__link:hover {
	background:#cc2322;
	color:#e4d0ca;
}
.wp-element-button.has-navy-background-color:hover, .wp-block-button__link.has-navy-background-color:hover {
	background:#DFE5E8!important;
	color:#23406E!important;
}
.about-details .wp-block-columns {
	margin: 35px auto 75px;
	max-width: 1183px;
}
.about-details p {
	letter-spacing: 0.01rem;
}
.about-details h3 {
	letter-spacing: 0.05rem;
	margin-bottom: 37px;
}
.about-details h4 {
	letter-spacing: 0.07rem;
	font-weight: 500;
	margin-bottom: 83px;
}
.about-details strong {
	font-weight: 700;
}
.numbers {
	padding: 28px 0 32px;
}
.numbers .wp-block-columns {
	max-width: 1006px;
}
.numbers h6 {
	font-weight: 600;
	letter-spacing: 0.18rem;
	margin-bottom: 18px;
	border-bottom: 3px solid #E4D0CA;
	width: fit-content;
	margin: 0 auto 10px;
	padding-bottom: 5px;
}
.numbers h4 {
	font-weight: 500;
	letter-spacing: 0.17rem;
	margin: 0;
}
.numbers h2 {
	margin: 5px 0 21px;
	letter-spacing: 0.04rem;
}
.look h5 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.1rem;
	margin: 0;
}
.look h2 {
	margin: 13px 0 63px;
	letter-spacing: 0.03rem;
}
.look {
	margin: 108px auto 92px;
}
.look .wp-block-columns{
	max-width: 1160px;
}
.look .is-layout-flow > .alignleft {
	margin-inline-end: 0;
}
.partnerships h4 {
	font-size: 14px;
	letter-spacing: 0.17rem;
	font-weight: 600;
	margin: 0;
}
.partnerships {
	margin: 81px auto 104px;
}
.partnerships h2 {
	margin: 9px 0 40px;
	letter-spacing: 0.05rem;
}
.partnerships .wp-block-gallery {
	max-width: 1132px;
	margin: 0 auto 68px;
	justify-content: center;
}
.partnerships .wp-block-gallery.has-nested-images figure.wp-block-image {
	max-width: 15%;
}
.intro .wp-block-image {
	margin:0;
}
.intro {
	padding: 40px 52px;
}
.intro h5 {
	letter-spacing: 0.1rem;
	margin: 0;
	font-weight: 600;
	font-size:12px!important;
}
.intro h5 strong {
	font-weight: 700;
}
.intro h2 {
	margin: 10px 0 23px;
	letter-spacing: 0.07rem;
	line-height: 60px !important;
}
.fixed-share ul {
	list-style: none;
}
.fixed-share {
	position: fixed;
	left: 0;
	z-index: 2;
	    background: #EDD6D0;
	text-align: center;
	width: 51px;
	height: 169px;
	bottom: 15%;
}
.fixed-share span {
	color: #2D4154;
	font-size: 9px;
	letter-spacing: 0.1rem;
	font-weight: 500;
	display: block;
	margin: 13px 0 -5px;
}
.fixed-share i {
	font-size:13px;
	color:#2D4154;
}
.fixed-share ul li {
	margin-bottom: 2px;
}
.post-intro.holiday-intro {
	padding:0;
}
.pi-wrap-flex {
	display: flex;
	justify-content: space-between;
}
.post-intro.holiday-intro .hero-image {
	width: 100%;
	height: 550px;
	margin: 0;
	background-size: cover;
	background-position: center;
}
.pi-wrap-flex .col1 {
	width: 50%;
}
.pi-wrap-flex .col2 {
	width: 50%;
	display: table;
	padding: 0px 105px;
}
.pi-wrap-flex .col2 .meta {
	font-size: 17px;
	letter-spacing: 0.05rem;
	font-weight: 100;
}
.pi-wrap-flex .col2 .meta a {
	 color: #CC2322;
	 text-transform: uppercase;
	 letter-spacing: 0.17rem;
	 font-size: 14px;
 }
 .pi-wrap-flex .col2 .meta span {
	color: #CC2322;
	margin: 0 10px;
	font-size: 14px;
 }
.pi-wrap-flex .col2 .post-title {
	color: #CC2322;
	font-size: 60px;
	line-height: 60px;
	margin: 50px 0 25px;
	letter-spacing: 0.05rem;
 }
.pi-wrap-flex .col2 .author {
	color: #CC2322;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.15rem;
	margin: 45px 0 0;
 }
.block-area-holiday-sidebar .wp-block-group{
	text-align:center;
	padding: 20px 10px 50px;
} 
.block-area-holiday-sidebar {
	 max-width: 350px;
	 margin: 0 auto;
 }
 .block-area-holiday-sidebar .wp-block-group h2 {
	color: #CC2322;
	font-size: 23px;
	margin: 33px 0 37px;
	letter-spacing: 0.05rem;
 }
 .block-area-holiday-sidebar .wp-block-group .wp-block-columns {
	 display:block;
 }
 .block-area-holiday-sidebar .wp-block-group .wp-block-columns p {
	margin: 8px 0 44px;
 }
 .block-area-holiday-sidebar .wp-block-group .wp-block-button__link{
	 border: 1px solid #CC2322;
	 color: #CC2322;
	 margin: 0 auto;
	 display: block;
 }
 .block-area-holiday-sidebar .wp-block-group .wp-block-button__link:hover {
	 color:white!important;
 }
 .block-area-holiday-sidebar .wp-block-group .wp-block-columns p a {
	 color: #262428;
	 font-size: 14px;
	 text-transform: uppercase;
	 letter-spacing: 0.15rem;
	 font-weight: 500;
	 text-decoration: none;
 }
 .shop-the-post {
	 padding-left: 9.7%;
	 width: 100%;
	 padding-right: 5%;
 }
 .shop-the-post h2 {
	 font-size: 40px;
	 margin: 0 0 45px;
 }
 .shop-the-post .shopguide li .image-fit {
	 width: 100%;
	 height: auto;
	 aspect-ratio: 8 / 9;
 }
 .shop-the-post .shopguide {
	display: grid;
 	grid-template-columns: repeat(4, 1fr);
 	gap: 27px;
 	list-style: none;
 }
 .shop-the-post .shopguide li {
	 position:relative;
	 margin-bottom:50px;
 }
 .shop-the-post .shopguide li a {
	 text-decoration: none;
 }
 .shop-the-post .shopguide li .slide-number {
	 display: block;
	 width: 40px;
	 height: 40px;
	 background: #CC2322;
	 text-align: center;
	 border-radius: 50%;
	 color: white;
	 font-size: 14px;
	 padding: 7px 0 0 0;
	 position: absolute;
	 left: 10px;
	 top: -25px;
	 z-index:1;
 }
 .shop-the-post .shopguide li .title {
	 font-size: 23px;
	 font-style: normal;
	 font-weight: 400;
	 line-height: 30px;
	 letter-spacing: 0.46px;
	 display: block;
	 font-family: 'Playfair Display';
	 margin: 8px 0 6px;
 }
 .shop-the-post .shopguide li .desc {
	 display: block;
	 font-size: 17px;
	 font-style: normal;
	 font-weight: 400;
	 line-height: 27px;
 }
 .shop-the-post .shopguide li .cost {
	 font-size: 14px;
	 font-style: normal;
	 font-weight: 600;
	 line-height: 20px;
	 letter-spacing: 2.8px;
	 text-transform: uppercase;
	 display: block;
	 margin: 8px 0 0;
 }
 .explore-more-posts {
	padding-left: 9.7%;
	width: 100%;
	padding-right: 5%;
	margin: 105px 0 80px;
 }
 .explore-more-posts h2 {
	text-align: center;
	color: #CC2322;
	font-size: 40px;
	margin: 40px 0 20px;
	letter-spacing: 0.08rem;
 }
 .explore-more-posts ul {
	 list-style: none;
	 display: flex;
	 justify-content: space-between;
}
 .explore-more-posts ul li {
	 width:32%;
 }
 .explore-more-posts ul li .image-fit {
	 width: 100%;
	 height: auto;
	 aspect-ratio: 1 / 1;
 }
 .explore-more-posts ul li {
	 text-decoration: none;
 }
 .explore-more-posts ul li a {
	 text-decoration:none;
 }
 .explore-more-posts ul li .title {
	border: 1px solid #CC2322;
	border-radius: 25px;
	margin: 0 auto;
	display: block;
	width: fit-content;
	color: #CC2322;
	text-transform: uppercase;
	font-size: 14px;
	padding: 5px 30px;
	letter-spacing: 0.1rem;
	font-weight: 500;
	margin: 9px auto 0;
 }
 .explore-more-posts ul li a:hover .title{
	 background:#CC2322;
	 color:white;
 }
.post-intro a {
	text-decoration: none;
}
.post-intro .pi-wrap {
	max-width: 1255px;
	margin: 0 auto;
	position: relative;
}
.post-intro {
	background: #F8F6F2;
	padding: 40px 0;
	position: relative;
}
.post-intro .nav-next {
	position: absolute;
	left: 0;
	top: 47%;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0.18rem;
	opacity: 0.5;
	text-align: center;
	width: 55px;
	line-height: 18px;
}
.post-intro .nav-previous {
	position: absolute;
	right: 0;
	top: 47%;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0.18rem;
	opacity: 0.5;
	text-align: center;
	width: 55px;
	line-height: 18px;
}
.post-intro .hero-image {
	width: 998px;
	height: 570px;
	margin: 11px auto 10px;
	background-size: cover;
	background-position: center;
}
.post-title-wrap {
	width: 750px;
	background: #F8F6F2;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -22px;
	padding: 5px 10px 22px;
	height: 229px;
	display: table;
}
.post-title-wrap .post-category {
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	margin: 5px 0 15px;
	display: block;
}
.post-title-wrap h1 {
	padding: 0 40px;
	font-size: 60px;
	line-height: 60px;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0.03rem;
}
.blog-post-flex {
	max-width: 100%;
	margin: 123px auto 0;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.shop-prints .wp-element-button, .shop-prints .wp-block-button__link {
	width: 135px;
	min-width: auto;
	height: 39px;
	font-size: 12px;
	letter-spacing: 0.13rem;
	padding: 12px 0 0;
}
.blog-post-flex .sidebar.sidebar-holiday {
	padding: 0;
	padding-top: 8px;
	background: transparent;
}
.blog-post-flex .sidebar .block-area-sidebar p.has-white-background-color {
	padding: 4px 0 30px;
}
.blog-post-flex .sidebar .block-area-sidebar p.has-white-background-color a {
	font-size: 12px;
	font-weight: 600;
	color: #000;
	text-decoration: none;
	letter-spacing: .15rem;
	border-bottom: 2px solid #23406E;
	padding: 0 0 5px;
	min-height: 24px;
	display: inline-block;
}
.blog-post-flex .sidebar {
	width: 511px;
	padding: 20px 0 50px 42px;
	padding-top: 92px;
	background: #F8F6F2;
}
.blog-post-flex .sidebar .block-area-sidebar {
	width: 330px;
	margin: 0;
}
.blog-post-flex .sidebar .block-area-sidebar h3.has-background {
	margin: 0 0 18px;
	padding: 6px 0 10px;
	text-align: center;
	font-size: 23px;
}
.blog-post-flex .sidebar .block-area-sidebar p {
	text-align: center;
	font-size: 14px;
	line-height: 20px;
}
.blog-post-flex .sidebar .block-area-sidebar figure {
	margin:0;
}
.blog-post-flex .sidebar .block-area-sidebar .socials {
	display: flex;
	justify-content: center;
	list-style: none;
	margin: -5px auto 30px;
}
.blog-post-flex .sidebar .block-area-sidebar .socials img {
	max-width: 16px;
	max-height: 16px;
	object-fit: contain;
}
.blog-post-flex .sidebar .block-area-sidebar .socials li {
	margin: 0 4px;
}
.blog-post-flex .sidebar .block-area-sidebar .socials li:nth-child(1){
	margin: -5px 17px 0 0;
}
.blog-post-flex .sidebar .block-area-sidebar .socials li:nth-child(1) a {
	color: black;
	text-decoration: none;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.14rem;
	border-bottom: 2px solid #23406E;
	padding: 0 0 1px;
}
.single {
	background:white;
}
.blog-post-flex .full-post .summary-item-list-container.sqs-gallery-container {
	display:none;
}
.blog-post-flex .full-post .image-block-wrapper {
	padding-bottom:0!important;
}
.blog-post-flex .full-post {
	width: 65%;
	padding: 0px 0px 75px 9.7%;
	background: white;
}
.blog-post-flex .full-post p a{ 
    color: #CC2322;}
.blog-post-flex .full-post h2 {
	line-height: 50px !important;
}
.blog-post-flex .full-post h3 {
	margin: 10px 0;
	line-height: 30px !important;
}
.blog-post-flex .full-post h5 {
	line-height: 20px; /* 142.857% */
	letter-spacing: 2.8px;
	text-transform: uppercase;
}
.blog-post-flex .full-post figure {
	margin: 10px 0 20px;
}
.blog-post-flex .full-post h1 {
	font-size: 25px;
}
.blog-post-flex .full-post .wp-block-columns {
	padding:0;
}
.blog-post-flex .full-post .wp-block-columns .wp-block-columns {
	max-width: 65%;
	margin: 50px auto -50px;
}
.blog-post-flex .full-post .wp-block-columns .border img {
	border: 5px solid white;
	margin-top:10px;
}
.blog-post-flex .full-post .wp-block-columns .wp-block-columns p {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0;
	margin: 0 0 0 -5px;
	width: 104%;
}
.blog-post-flex .full-post .wp-block-image figcaption {
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.14rem;
	opacity: 0.5;
	font-weight: 700;
	margin: 15px 0 30px;
}
.blog-post-flex .full-post .wp-block-image figcaption a {
	text-decoration: none;
}
.blog-post-flex .full-post .wp-block-columns .wp-block-columns img {
	border: 5px solid white;
}
.blog-post-flex .full-post .wp-block-columns .wp-block-gallery {
	max-width: 65%;
	margin: 50px auto;
}
.blog-post-flex .full-post .wp-block-columns .wp-block-gallery img {
	border: 5px solid white;
}
.blog-post-flex .full-post .wp-block-columns p {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.01rem;
	margin: 15px auto 25px;
}
.favorites {
	border-bottom: 1px solid;
	background: #F8F6F2;
	padding: 10px;
}
.favorites h2 {
	font-size: 40px;
	text-align: center;
	margin: 51px auto 38px;
	letter-spacing: 0.04rem;
}
.favorites ul {
		display: flex;
	justify-content: space-between;
	max-width: 1161px;
	margin: 0 auto;
	text-align: center;
	list-style: none;
}
.favorites ul li {
	width: 278px;
}
.favorites ul li #hero-image {
	width: 100%;
	height: 358px;
	background-size: cover;
	background-position: center;
}
.favorites ul li h2 {
	font-size: 23px;
	text-transform: initial;
	line-height: 30px;
	letter-spacing: 0.02rem;
	padding: 0 10px;
	margin: 16px 0 66px;
}
.comments-block-area {
	background: #F8F6F2;
	padding:50px;
}
.comments-form {
	max-width: 727px;
	margin: 0 auto;
}
.commentlist li {
	list-style:none;
}
.commentlist {
	max-width: 727px;
	margin: 0 auto;
	list-style: none;
}
.commentlist footer {
	background: transparent;
	color: #000000;
	display: block;	
}
.commentlist a {
	text-decoration: none;
}
.ftitle h3 {
	font-size: 40px;
	text-transform: uppercase;
	margin: -15px auto 0;
	letter-spacing: 0.03rem;
	text-align: center;
}
.commentlist article {
	width: 100%;
	text-align: left;
	margin: 0 0 25px;
	border-bottom: 1px solid;
	padding-bottom: 1px;
}
.comments-form .comment-notes, .comments-form .comment-form-cookies-consent, .comments-form .comment-form-wprm-rating {
	display: none;
}
.comments-form label {
		font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04rem;
	opacity: 0.75;
}
.comments-form input {
		border: none;
	background: white;
	height: 35px;
	text-align: left;
}
.comments-form input#submit {
	width: 262px;
	height: 44px;
	margin: 0;
	text-align: center;
	background: #EDD6D0;
	color: #CC2322;
	border-radius: 22px;
	font-size: 14px;
	font-weight: 600;
}
.comments-form input#submit:hover {
	color: #EDD6D0;
	background: #CC2322;
}
.comments-form textarea {
		border: none;
	background: white;
	height: 101px;
	text-align: left;
}
.comment-form {
		display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.comment-form p {
	width: 100%;
}
.comment-form p.comment-form-author, .comment-form p.comment-form-email {
	width: 48%;
	margin-bottom: 15px;
}
.comment-form #submit {
		width: 135px;
	height: 39px;
	margin: 0;
	text-align: center;
}
.commentlist .says {
	display: none;
}
.commentlist .fn {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	margin-bottom: -6px;
	display: block;
}
.commentlist .comment-metadata {
		font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.05rem;
	margin: 0 0 10px;
}
.commentlist .reply {
	display: none;
}
.blog-post-flex aside section {
	width: 330px;
}
/* Footer Styles
--------------------------------------------- */
footer {
	background:#2A3C52;
	color:white;
	display: flex;
	justify-content: space-between;
}
footer .left-block {
	color: #000000;
	width: 435px;
	background: #DFE5E8;
	padding: 20px;
	text-align: center;
}
footer .left-block .ff__title p {
	margin: 47px 0 -8px;
	font-size: 40px;
	font-weight: 100;
	letter-spacing: 0.04rem;
}
footer .left-block .ff__subtitle p {
	font-size: 17px;
	margin: 0;
	font-weight: 100;
	line-height: 27px;
	font-weight: 100;
}
footer .left-block input {
	border: none;
	max-width: 282px;
	margin: 14px auto 3px;
	background: white;
	text-align: left;
	height: 39px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.1rem;
	padding: 0 13px;
}
footer .left-block .ff__button{
	border: none;
	background: #CC2322;
	color: white;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 20px;
	letter-spacing: 0.15rem;
	width: 135px;
	height: 39px;
	padding: 0;
	margin: 14px auto 0;
}
footer .left-block .ff__button:hover {
	color: #CC2322;
	background:#EDD6D0;
}
footer .right-block {
	width: 69%;
	text-align: center;
}
footer #menu-footer {
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 11px 0 0;
}
footer #menu-footer a {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0.18rem;
}
footer #menu-footer a:hover {
	color:#E4D0CA;
}
footer #menu-footer li {
	margin: 0 12px;
}
footer .inner {
	max-width: 874px;
	margin: 46px auto 25px;
}
footer .right-block .social-links {
	list-style: none;
	display: flex;
	justify-content: center;
	margin: 13px auto 10px;
}
footer .right-block .social-links img {
	width: 13px;
	height: 13px;
	object-fit: contain;
	object-position: center;
	margin: 8px;
	display: block;
}
footer .right-block .social-links li {
	margin: 0px;
}
footer .social-links a {
		display: table;
}
footer .right-block .creds {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
}
footer .right-block a {
	text-decoration: none;
}
footer .insta-title {
	font-size: 14px;
	margin: 16px 0 1px;
	letter-spacing: 0.1rem;
	font-weight: 400;
}
#popmake-3191 {
	max-height: 500px;
}
#popmake-3191 h3.ff__title {
	background: #F6D9CB;
	text-align: center;
	display: inline-block;
	margin: 10px auto 0;
	color: #000000;
	text-transform: inherit;
	padding: 7px 113px 6px;
}
#popmake-3191 .ff__container{
	text-align: center;
	margin: -38px auto 0;
}
#popmake-3191 .ff__subtitle p {
	color: #000000;
	font-size: 17px;
	line-height: 22px;
	margin: 17px auto 7px;
	letter-spacing: 0.02rem;
}
#popmake-3191 .ff__grid input {
	border: none;
	border-top: 1px solid #000000;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.07rem;
	width: 295px;
	padding: 4px;
	margin: -5px 0 0;
}
#popmake-3191 .ff__grid p {
	margin:0;
}
#popmake-3191 p {
	margin:0;
}
#popmake-3191 .ff__footer {
	width:100%;
}
#popmake-3191 .ff__footer button {
	border: none;
	background: #FFFFFF;
	padding: 0 0 5px;
	width: 90px;
	height: 30px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.05rem;
	margin: 0 auto;
	display: block;
	line-height: 0.8;
}
#popmake-3191 .popmake-close, #popmake-3191 .pum-overlay.pum-click-to-close {
    position: absolute;
    top: 5px;
    right: 8px;
    border: none;
    color: black;
    padding: 0;
    background: transparent;
    font-size: 25px;
    font-weight: 100;
    font-family: 'circular';
}
#popmake-3191 .ff__grid{
		display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.mobile-toggle-button {
	display: none;
}
.mobile-toggle {
	display: none;
}
.mobile-only {
	display: none;
}
.wp-block-cover.gg-banner {
	letter-spacing: 0.1rem;
	line-height: 1;
}
.wp-block-cover.gg-banner h2 {
	margin: 0 0 -10px;
	letter-spacing: 0.06rem;
}
/* Responsive Styles
--------------------------------------------- */
@media all and (max-width:1440px) {
	.blog-post-flex {
		max-width: 1440px;
	}
	.blog-post-flex .full-post {
		width: 890px;
	}
}
@media all and (max-width:1350px) {
	.pi-wrap-flex .col2 {
		width: 50%;
		display: table;
		padding: 0px 35px;
	}
	.wp-block-separator {
		max-width: 1200px;
	}
	footer .inner {
		max-width: 765px;
	}
	footer .right-block .creds {
		letter-spacing: 0.06rem;
	}
	.blog-post-flex .sidebar {
		width:32%;
	}
}
@media all and (max-width:1300px) {
	.the-header .flex .risde {
		right:1%;
	}
	.the-header .flex .inner-flex {
		max-width: 900px;
	}
	.the-header .flex nav {
		width: 37.5%;
	}
}
@media all and (max-width:1240px) {
	.the-header .flex .ubermenu .ubermenu-target-text {
		letter-spacing: 0.1rem;
	}
	.the-header .flex .risde .subscribe-trigger {
		letter-spacing: 0.1rem;
	}
	.the-header .flex .inner-flex {
		max-width: 840px;
	}
	.wp-block-separator {
		max-width: 95%;
	}
	footer .inner {
		max-width: 660px;
	}
	footer #menu-footer li {
		margin: 0 7px;
	}
	footer .right-block .creds {
		letter-spacing: 0.01rem;
	}
	.about-details .wp-block-columns {
		max-width: 1000px;
	}
	.look .wp-block-columns {
		max-width: 1000px;
	}
	.wp-block-columns .manual-shop ul li {
		width:210px;
	}
	.wp-block-columns .manual-shop ul li img {
		height: 277px;
	}
	.partnerships .wp-block-gallery {
		max-width: 1000px;
	}
	.archive-wrap article, .alm-listing article {
		margin: 0 9px 30px;
		width: 310px;
		text-align: center;
	}
	.archive-wrap article img, .alm-listing article img {
		height: 375px;
		width: 100%;
	}
	.post-intro .pi-wrap {
		max-width: 1000px;
	}
	.post-intro .hero-image {
		width: 835px;
	}
	.post-title-wrap h1 {
		font-size: 50px;
		line-height: 52px;
	}
	.blog-post-flex .sidebar {
		width: 365px;
		padding: 20px 0 50px 20px;
	}
	.blog-post-flex .full-post {
		width: 825px;
	}
	.favorites ul {
		max-width: 1000px;
	}
	.favorites ul li {
		width: 235px;
	}
	.favorites ul li #hero-image {
		height:310px;
	}
}
@media all and (max-width:1090px) {
	.the-header .flex .ubermenu .ubermenu-target-text {
		letter-spacing: 0.05rem;
	}
	.the-header .flex .risde .subscribe-trigger {
		letter-spacing: 0.05rem;
	}
	.the-header .flex .risde img {
		margin: 7px 0 0 6px;
	}
	.the-header .flex .inner-flex {
		max-width: 775px;
	}
	.the-header .flex nav {
		width: 35.5%;
	}
	.blog-post-flex .full-post {
		width: 662px;
		padding: 0px 0px 75px 5.7%;
	}
	.shop-the-post .shopguide {
		grid-template-columns: repeat(3, 1fr);
		gap: 27px;
		list-style: none;
	}
}
@media all and (max-width:1040px) {
	.pi-wrap-flex {
		display:block;
	}
	.pi-wrap-flex .col1 {
		width: 100%;
	}
	.pi-wrap-flex .col2 {
		width: 100%;
		display: table;
		padding: 50px 35px;
	}
	.fixed-share {
		bottom:25%;
	}
	.shop-the-post {
		padding-left: 0;
		width: 100%;
		padding-right: 0;
		max-width: 750px;
		margin: 0 auto;
	}
	.explore-more-posts {
		padding-left: 0;
		width: 100%;
		padding-right: 0;
		margin: 50px auto;
		max-width: 750px;
	}
	.the-header .flex .risde {
		right: 4px;
	}
	footer {
		display: block;
	}
	footer .left-block {
		width:100%;
	}
	footer .left-block .ff__title p {
		margin: -26px 0 -8px;
	}
	footer .right-block {
		width: 100%;
		text-align: center;
	}
	footer .inner {
		max-width: 95%;
		margin: 45px auto 0;
		padding-bottom: 20px;
	}
	.about-details .wp-block-columns {
		max-width: 750px;
	}
	.wp-block-image img {
		max-width: 95%;
	}
	.look {
		margin: 55px auto 92px;
		max-width: 750px;
	}
	.wp-block-columns .manual-shop ul li {
		width: 150px;
	}
	.wp-block-columns .manual-shop ul li img {
		height: 183px;
	}
	.wp-block-columns .manual-shop ul li .small {
		font-size:12px;
	}
	.wp-block-columns .manual-shop ul li h3 {
		margin: -4px 0 0;
		font-size: 18px;
	}
	.wp-block-columns .manual-shop ul li {
		width: 150px;
		margin: 0px 0px 18px;
	}
	.partnerships .wp-block-gallery {
		max-width: 90%;
	}
	.post-intro .pi-wrap {
		max-width: 750px;
	}
	.post-intro .hero-image {
		width: 600px;
		height: 425px;
	}
	.post-title-wrap {
		width:500px;
		height: 190px;
	}
	.post-title-wrap h1 {
		font-size: 40px;
		line-height: 45px;
	}
	.post-title-wrap .post-category {
		font-size:17px;
	}
	.blog-post-flex .sidebar {
		display: none;
	}
	.blog-post-flex {
		margin: 50px 0 0;
	}
	.blog-post-flex .full-post {
		width: 100%;
		padding: 0;
		max-width: 750px;
		margin: 0 auto;
	}
	.blog-post-flex .full-post .wp-block-image img {
		max-width: 100%;
	}
	.favorites ul {
		max-width: 750px;
	}
	.favorites ul li {
		width: 175px;
	}
	.favorites ul li #hero-image {
		height: 250px;
	}
	.favorites ul li h2 {
		font-size: 17px;
		text-transform: initial;
		line-height: 22px;
		letter-spacing: 0.02rem;
		padding: 0 10px;
		margin: 11px 0 40px;
	}
}
@media all and (max-width:980px) {
	.the-header .flex #ubermenu-main-5426, .the-header .flex nav{
		display: none;
	}
	.the-header .flex .inner-flex {
		justify-content: center;
	}
	.the-header .flex .risde .subscribe-trigger {
		display: none;
	}
	.mobile-toggle-button {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 9999;
		width: 80px;
		height: 94px;
		padding: 0 0 0 21px;
	}
	.mobile-toggle-button.active span{
		transform: rotate(45deg);
	}
	.mobile-toggle-button.active span:before {
		display: none;
	}
	.mobile-toggle-button.active span:after {
		transform: rotate(90deg);
		bottom:0;
	}
	.mobile-toggle-button span{
		display: block;
		width: 30px;
		height: 1px;
		background: #292825;
		position: absolute;
		top: 47px;
	}
	.the-header .flex .risde {
		right: 19px;
	}
	.mobile-toggle-button span:before {
		content:"";
		display: block;
		width:30px;
		height:1px;
		background:#292825;
		position: absolute;
		top:-7px;
		left:0;
	}
	.mobile-toggle-button span:after {
		content:"";
		display: block;
		width:30px;
		height:1px;
		background:#292825;
		position: absolute;
		bottom:-7px;
		left:0;
	}
	.mobile-toggle {
		height: fit-content;
		background: #E4D0CA;
		z-index: 99;
		display: block;
		position: fixed;
		top:-100%;
		padding-bottom: 5px;
		margin-bottom: -5px;
		outline: 1px solid transparent;
		overflow-y: auto;
		overflow-x: hidden;
		transition: transform 0.5s;
		left: 0;
		right: 0;
		margin: 0 auto;
		text-align: center;
		padding: 30px;
		width: 90%;
	}
	.mobile-toggle li a{
		text-decoration: none;
		font-size: 14px;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 0.14rem;
	}
	.mobile-toggle li {
		width:fit-content;
		min-width: 135px;
		margin: 0 auto 10px;
	}
	.mobile-toggle li.menu-item-has-children {
		background-image: url(https://everydayparisian.com/wp-content/themes/MTT_2024/assets/icons/utility/mobile-right.png);
		background-repeat: no-repeat;
		background-size: 7px;
		background-position: right 9px;
	}
	.mobile-toggle li.menu-item-has-children.active {
		background-image: url(https://everydayparisian.com/wp-content/themes/MTT_2024/assets/icons/utility/mobile-right-down.png);
		background-repeat: no-repeat;
		background-size: 12px;
		background-position: right 11px;
	}
	.mobile-toggle li .sub-menu {
		height: 0;
		overflow: hidden;
	}
	.mobile-toggle li .sub-menu li {
		margin-bottom: 4px;
	}
	.mobile-toggle li.active .sub-menu {
		height: auto;
		padding: 13px 3px 0px;
	}
	.mobile-toggle .subscribe-trigger {
		text-decoration: none;
		font-size: 14px;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 0.14rem;
		margin-top: 30px;
		display: block;
	}
	.home .banner-bar {
		background: #E4D0CA;
		color: #CC2322;
		position: relative;
		z-index: 999;
	}
	.mobile-toggle .social-links {
		display: flex;
		justify-content: center;
		margin: 20px 0 0;
	}
	.mobile-toggle .social-links img {
		height: 18px;
		width: 17px;
		object-fit: contain;
		filter: brightness(0%);
	}
	.mobile-toggle .social-links li {
		margin: 0 5px;
		width: 25px;
		min-width: 25px;
	}
	.mobile-toggle .search-field{
		background-image: url(https://bromabakery.com/wp-content/uploads/2024/01/searchicon.png);
		max-width: 350px;
		border: 1px solid black;
		background-color: white;
		background-repeat: no-repeat;
		background-size: 14px;
		background-position: 15px 13px;
		border-radius: 9px;
		font-family: 'proxima-nova';
		text-align: left;
		padding: 0 39px;
		height: 40px;
		font-size: 12px;
		font-weight: 800;
		letter-spacing: 0.05rem;
		margin-top:10px;
	}
	.mobile-toggle ul {
		list-style: none;
	}
	.mobile-toggle.active {
		transition: all 0.5s;
		top: 125px;
	}
}
@media all and (max-width:768px) {
	.post-intro.holiday-intro .hero-image {
		height: 375px;
	}
	.shop-the-post {
		width:90%;
	}
	.explore-more-posts {
		width:90%;
		max-width: 500px;
	}
	.explore-more-posts ul {
		display: block;
	}
	.shop-the-post .shopguide {
		grid-template-columns: repeat(2, 1fr);
	}
	.explore-more-posts ul li {
		width: 100%;
		margin: 0 auto 50px;
	}
	.site-header {
		filter: drop-shadow(0px 0px 6px #4d4d4d);
	}
	.about-details .wp-block-columns {
		max-width: 90%;
		margin: 0 auto 40px;
	}
	.about-details .is-layout-flow > .alignright {
		float: none;
		margin-inline-start: 0;
		margin-inline-end: 0;
		display: block;
		margin: 20px auto 0;
		text-align: center;
	}
	.about-details h4 {
		margin-bottom:45px;
	}
	.numbers h2 {
		max-width: 500px;
	}
	.numbers .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: 45% !important;
		margin: 0 auto 30px;
	}
	.numbers .wp-block-columns {
		max-width: 350px;
		margin: 40px auto 0;
	}
	.look h2 {
		margin: 13px 0 40px;
		letter-spacing: 0.03rem;
	}
	.look .wp-block-columns {
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
	}
	.look {
		margin: 55px auto 0px;
		max-width: 100%;
	}
	.look .wp-block-image img {
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
		display: block;
	}
	.wp-block-columns .manual-shop ul li img {
		height: 310px;
		margin-bottom: 17px;
	}
	.look .is-layout-flow > .alignleft {
		margin-inline-end: 0;
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	.partnerships .wp-block-gallery.has-nested-images figure.wp-block-image {
		max-width: 16%;
		width: 16% !important;
	}
	.shop-intro .ubermenu-nav {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.fixed-share {
		position: fixed;
		left: 0;
		z-index: 9;
		background: #F6D9CB;
		text-align: center;
		width: 100%;
		height: 50px;
		bottom: 0;
		display: flex;
		justify-content: center;
		display:none;
	}
	.fixed-share ul {
		list-style: none;
		display: flex;
		margin: 11px 10px 0;
	}
	.fixed-share ul li {
		margin: 0 9px;
	}
	.post-intro {
		background: #F8F6F2;
		padding: 20px 0;
		position: relative;
	}
	.post-intro .pi-wrap {
		max-width: 100%;
	}
	.post-intro .nav-next, .post-intro .nav-previous {
		display: none;
	}
	.post-intro .hero-image {
		width: 90%;
		height: 470px;
	}
	.blog-post-flex {
		max-width: 90%;
		margin: 20px auto 0;
	}
	.yarpp-related .slick-next {
		width: 30px;
		height: 30px;
		border: none;
		background: #F6D9CB;
		border-radius: 50%;
		padding: 2px 10px 0 11px;
		position: absolute;
		right: 0;
		top: 182px;
	}
	.yarpp-related .slick-prev {
		width: 30px;
		height: 30px;
		border: none;
		background: #F6D9CB;
		border-radius: 50%;
		padding: 2px 11px 0 10px;
		position: absolute;
		left: 0;
		top: 182px;
		z-index: 1;
	}
	.favorites ul li #hero-image {
		height: 395px;
	}
	.yarpp-related {
		max-width: 500px;
		margin: 0 auto;
	}
	.yarpp-related a {
		font-weight: 700;
		text-decoration: none;
		display: block;
		max-width: 330px;
		margin: 0 auto;
	}
	.favorites ul li h2 {
		font-size: 23px;
		text-transform: initial;
		line-height: 28px;
		letter-spacing: 0.02rem;
		padding: 0 10px;
		margin: 19px 0 40px;
	}
	.blog-post-flex .full-post .wp-block-columns {
		padding: 0;
	}
	.blog-post-flex .full-post .wp-block-columns .wp-block-spacer {
		display:none;
	}
	    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        padding: 0 0 20px;
    }
	.blog-post-flex .full-post .wp-block-columns .wp-block-gallery {
		max-width: 80%;
		margin: 35px auto;
	}
	.blog-post-flex .full-post .wp-block-columns .wp-block-columns {
		max-width: 80%;
		margin: 25px auto -40px;
	}
	footer #menu-footer {
		flex-wrap: wrap;
	}
	.archive-header ul {
		flex-wrap: wrap;
	}
}
@media all and (max-width:600px) {
	.wp-block-media-text.whats-inside .wp-block-media-text__content{
		padding: 40px 20px;
	}
	.wp-block-media-text.whats-inside h2 {
		font-size:25px!important;
	}
}
@media all and (max-width:550px) {
	.wp-block-cover.gg-banner h2 {
		margin: 0 0 -10px;
		letter-spacing: 0.06rem;
		font-size: 40px !important;
	}
	.post-intro.holiday-intro .hero-image {
		height: 277px;
	}
	.pi-wrap-flex .col2 .meta span {
		display: block;
		height: 0;
		font-size: 0px;
	}
	.pi-wrap-flex .col2 {
		width: 100%;
		display: table;
		padding: 20px;
	}
	.pi-wrap-flex .col2 .post-title {
		color: #CC2322;
		font-size: 40px;
		line-height: 47px;
		margin: 20px 0 10px;
		letter-spacing: 0.05rem;
	}
	.shop-the-post .shopguide li .desc {
		display: block;
		font-size: 15px;
		font-style: normal;
		font-weight: 400;
		line-height: 20px;
	}
	.shop-the-post .shopguide li {
		position: relative;
		margin-bottom: 25px;
	}
	.explore-more-posts h2 {
		font-size: 25px;
	}
	.pi-wrap-flex .col2 .author {
		color: #CC2322;
		font-size: 14px;
		text-transform: uppercase;
		letter-spacing: 0.15rem;
		margin: 15px 0 0;
	}
	.shop-the-post .shopguide li .title {
		font-size:18px;
	}
	.banner-bar {
		height:39px;
		padding: 6px 0 0;
	}
	.site-header h1.site-title {
		margin: 0;
		max-width: 155px;
	}
	.the-header .flex {
		padding: 13px 0 0;
	}
	.site-header {
		height:112px;
	}
	.header-spacer {
		height: 112px;
	}
	.mobile-toggle-button {
		width: 65px;
		height: 74px;
		padding: 0 0 0 15px;
	}
	.mobile-toggle-button span {
		top:36px;
	}
	.the-header .flex .risde {
		right: 15px;
		top: 21px;
		width: 45px;
	}
	.the-header .form-hidden {
	top:112px;
	}
	.the-header .form-hidden input {
		font-size:14px;
	}
	.mobile-toggle.active {
		transition: all 0.5s;
		top: 110px;
	}
	#popmake-3191 .ff__grid input {
		width:100%;
		margin: 0px 0 20px;
	}
	#popmake-3191 .ff__grid {
		display: block;
	}
	.about-details h3 {
		letter-spacing: 0.05rem;
		margin-bottom: 37px;
		font-size: 30px !important;
		line-height: 36px;
		max-width: 95%;
	}
	.about-details h3 br, .about-details h4 br{
		display: none;
	}
	.about-details h4 {
		margin-bottom: 45px;
		font-size: 18px !important;
		line-height: 26px;
		padding: 0 10px;
	}
	.wp-block-spacer {
		height: 30px !important;
		margin: 0;
	}
	.numbers h2 {
		max-width: 300px;
		font-size: 30px;
		line-height: 40px;
	}
	.numbers {
		padding: 28px 0 6px;
	}
	.about-details {
		padding-top: 45px;
	}
	.look h2 {
		margin: 7px 0 28px;
		letter-spacing: 0.03rem;
		font-size: 30px;
		line-height: 40px;
	}
	.partnerships .wp-block-gallery.has-nested-images figure.wp-block-image {
		max-width: 25%;
		width: 25% !important;
	}
	.partnerships h2 {
		margin: 9px 0 40px;
		letter-spacing: 0.05rem;
		font-size: 25px;
		line-height: 30px;
	}
	.partnerships {
		margin: 40px auto 55px;
	}
	.boutique-widget {
		display: flex;
		justify-content: center;
		margin: 50px auto;
		max-width: 450px;
	}
	.archive-wrap article .post-category, .alm-listing article .post-category {
		font-size: 13px;
		text-transform: uppercase;
		font-weight: 400;
		letter-spacing: 0.1rem;
		margin: 4px auto 0;
		display: block;
	}
	.titles h2 {
		margin: 0 0 10px;
		letter-spacing: 0.1rem;
		font-size: 25px;
	}
	.intro h2 {
		margin: 7px 0 10px;
		letter-spacing: 0.07rem;
		font-size: 30px !important;
		line-height: 35px !important;
	}
	.wp-block-image img {
		max-width: 100%;
	}
	.intro {
		padding: 20px;
	}
	.archive-wrap, .alm-listing {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		max-width: 95%;
		margin: 0 auto;
	}
	.archive-wrap article, .alm-listing article {
		margin: 0 0 30px;
		width: 48%;
		text-align: center;
	}
	.archive-wrap article img, .alm-listing article img {
		height: 285px;
		width: 100%;
	}
	.archive-header ul {
		margin: 0 auto 40px;
	}
	.archive-wrap article h2, .alm-listing article h2 {
		font-size: 20px;
		font-weight: 100;
		margin: 2px 0 0;
		line-height: 26px;
		transition: all 0.5s;
	}
	.alm-layouts .alm-listing {
		margin: 0 auto;
		padding: 0;
	}
	.post-intro {
		background: #F8F6F2;
		padding: 10px 0 3px;
		position: relative;
	}
	.post-intro .hero-image {
		width: 90%;
		height: 379px;
		margin: 10px auto 30px;
	}
	.post-title-wrap h1 {
		font-size: 26px;
		line-height: 30px;
	}
	.post-title-wrap .post-category {
		font-size: 14px;
		margin: 10px 0 3px;
	}
	.post-title-wrap {
		width: 79%;
		height: 120px;
		display: table;
		padding: 0;
		bottom: 0;
	}
	.favorites h2 {
		font-size: 30px;
		text-align: center;
		margin: 30px auto 32px;
		letter-spacing: 0.04rem;
	}
	.yarpp-related {
		max-width: 330px;
		margin: 0 auto;
	}
	.yarpp-related a {
		max-width: 240px;
	}
	.favorites ul li #hero-image {
		height: 290px;
	}
	.yarpp-related .slick-next, .yarpp-related .slick-prev {
		top: 134px;
	}
	.favorites ul li h2 {
		font-size: 20px;
		text-transform: initial;
		line-height: 26px;
		letter-spacing: 0.02rem;
		padding: 0 10px;
		margin: 19px 0 40px;
	}
	.ftitle h3 {
		font-size:30px;
	}
	    .blog-post-flex .full-post .wp-block-columns h2 {
        line-height: 40px !important;
        font-size: 40px;
    }
	.blog-post-flex .full-post .wp-block-columns p br {
		display: none;
	}
	.blog-post-flex .wp-element-button, .blog-post-flex .wp-block-button__link {
		min-width: 100%;
		text-transform: uppercase;
		font-weight: 600;
		font-size: 13px;
		letter-spacing: 0.1rem;
		padding: 11px 30px;
	}
	.blog-post-flex .full-post .wp-block-columns .wp-block-columns {
		max-width: 85%;
		margin: 20px auto;
		display: block;
	}
	.blog-post-flex .full-post .wp-block-columns .wp-block-gallery {
		max-width: 86%;
		margin: 20px auto;
	}
	.blog-post-flex .full-post .wp-block-columns p {
		        font-size: 18px;
        line-height: 26px;
        letter-spacing: 0.01rem;
        margin: 15px auto 19px;
        padding: 0 20px;
	}
	.blog-post-flex .full-post .wp-block-columns .wp-block-columns p {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    margin: 0 auto;
    width: 100%;
}
	.blog-post-flex .full-post figure {
    text-align: center;
    margin: 10px 0 20px;
}
	.blog-post-flex .full-post .wp-block-columns {
gap:0;}
	    .blog-post-flex .full-post .best-sellers .icon {
        margin-top: 20px;
    }
.blog-post-flex .full-post .wp-block-columns .border img {
		width: 90px!important;
	}
	.blog-post-flex .full-post .wp-block-columns.guide {
		display: block;
		padding-bottom: 30px;
	}
	.guide .wp-block-cover__inner-container {
		border: 1px solid white;
		height: 100%;
		display: block;
		padding: 32px 0 305px;
	}
	.blog-post-flex .full-post .wp-block-columns.guide h2 {
		font-size: 40px;
		line-height: 44px !important;
		margin: 20px auto 0;
	}
	.shop-intro .ubermenu .ubermenu-target {
		padding: 5px 3px;
	}
}
@media all and (max-width:450px) {
	.archive-wrap article img, .alm-listing article img {
		height: 225px;
		width: 100%;
	}
	.boutique-widget {
		display: flex;
		justify-content: center;
		margin: 50px auto;
		max-width: 240px;
	}
	.post-title-wrap h1 {
		font-size: 26px;
		line-height: 30px;
		padding: 0 10px;
	}
	.blog-post-flex .full-post .wp-block-columns .wp-block-columns p {
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 0;
		margin: 0;
		width: 100%;
		padding: 0;
	}
	.blog-post-flex .full-post .wp-block-columns {
		gap: 5px;
	}
	.blog-post-flex .full-post .best-sellers .icon {
		margin-top: 93px;
	}
	.blog-post-flex .wp-element-button, .blog-post-flex .wp-block-button__link {
		padding: 11px 6px;
		min-width: 120px;
	}
	.blog-post-flex .guide .wp-element-button, .blog-post-flex .guide .wp-block-button__link {
		min-width: 250px;
	}
}
