/*
	Theme Name: Sandy A La Mode 2023
	Description: A custom mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Made to Thrive
	Author URI: https://madetothrive.com
	Template: genesis
*/

/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

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}h1{font-size:13px;margin:.67em 0}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
--------------------------------------------- */

@font-face {
	font-family: 'Dallas';
	src: url('../MTT_2023/fonts/Dallas.woff2') format('woff2'),
		url('../MTT_2023/fonts/Dallas.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: block;
}

@font-face {
	font-family: 'xo Babe';
	src: url('../MTT_2023/fonts/xoBabe-Regular.woff2') format('woff2'),
		url('../MTT_2023/fonts/xoBabe-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

@font-face {
	font-family: 'Avenir Next Condensed';
	src: url('../MTT_2023/fonts/AvenirNextCondensed-Regular.woff2') format('woff2'),
		url('../MTT_2023/fonts/AvenirNextCondensed-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

@font-face {
	font-family: 'Canela';
	src: url('../MTT_2023/fonts/Canela-Light.woff2') format('woff2'),
		url('../MTT_2023/fonts/Canela-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: block;
}

*,
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%; 
	font-size: 18px;
}

body {
	color: #000000;
	font-family: "museo-sans", sans-serif;
	font-size: 16px;
	line-height:25km;
	-webkit-font-smoothing: antialiased;
}

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 {
    color: #000000;
    text-decoration: none;
}

table {
	border: none;
}

a:hover {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 25px;
	padding: 0;
}

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 500;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
    font-size: 17px;
    text-transform: uppercase;
    color: #000000;
    text-align: left;
    line-height: 28px;
    letter-spacing: 0px;
    font-style: normal;
    margin: 0px auto;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    padding: 22px 0;
}

blockquote p {
	margin-bottom: 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;
}

/* Color Variables
--------------------------------------------- */
.has-brown-background-color {
	background-color: #BDA693;
}
.has-brown-color {
	color: #BDA693;
}
.has-tangerine-background-color {
	background-color: #C98164;
}
.has-tangerine-color {
	color: #C98164;
}
.has-pink-background-color {
	background-color: #E4B8AE;
}
.has-pink-color {
	color: #E4B8AE;
}
.has-beige-background-color {
	background-color: #E6CCBD;
}
.has-beige-color {
	color: #E6CCBD;
}
.has-light-pink-background-color {
	background-color: #FEDBCE;
}
.has-light-pink-color {
	color: #FEDBCE;
}
.has-cream-background-color {
	background-color: #EDE1D9;
}
.has-cream-color {
	color: #EDE1D9;
}
.has-black-background-color {
	background-color: #000000;
}
.has-black-color {
	color: #000000;
}
#block-general-content {
	overflow: hidden;
}
.image-fit, .image-fit img {
	object-fit: cover;
	object-position: top center;
}
.in {
	display: table-cell;
	vertical-align: middle;
}


/* 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 {
	font-size: 14px;
	font-weight: 700;
	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; 
}


/* Site Containers
--------------------------------------------- */
	
.site-container {
	margin: 0px auto 0px;
	width: 100%;
}

.site-inner {
	clear: both;
	width: 100%;
	margin: 140px auto 0;
	overflow: hidden;
	position:relative; 
}

.content {
	width: 100%;
	float: none;
}

.wrapper, .wrap {
    margin: 0px auto;
    position: relative;
}

/* Header
----------------------------------------------------------------------------- */
.the-header {
	padding: 45px 0 17px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background: rgba(255, 255, 255, 0.8);
}
#menu-left {
	display: flex;
	justify-content: space-between;
	padding: 0 0 0 0px;
}
#menu-right {
	display: flex;
}
#menu-left a, #menu-right a {
	font-family: 'Avenir Next Condensed';
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.14rem;
}
#menu-left a:hover, #menu-right a:hover {
	color: #C98164;
	opacity: 1;
}
.the-header .flex .right{
	display: flex;
	justify-content: flex-end;
	position: relative;
}
.the-header .flex .right form {
	position: absolute;
	right: 31px;
	bottom: -4px;
	display: none;
}
.the-header .flex .right form input {
	border: none;
	padding: 0;
	text-align: left;
	font-family: 'Avenir Next Condensed';
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	border-bottom: 1px solid black;
	font-size: 13px;
	width: 254px;
	-webkit-appearance:none;
}
.the-header .flex .right form.open {
	display: block;
}
.social-links {
	display: flex;
	justify-content: flex-end;
	padding-right: 33px;
	padding-top: 3px;
	margin-left: 42px;
}
.social-links li {
	margin: 0 0 0 10px;
}
.social-links li img {
	object-fit: contain;
	object-position: center;
	width: 13px;
	height: 13px;
}
.social-links li:nth-child(3) img {
	width: 14px;
	height: 14px;
}
.social-links li.search-trigger:hover {
	cursor: pointer;
}
#menu-right {
	display: flex;
	justify-content: space-between;
	width: 235px;
}
.the-header .flex {
	display: flex;
justify-content: space-between;
max-width: 1239px;
margin: 0 auto;
}
.the-header .flex .logo-link {
	display: block;
	width: 182px;
}
.the-header .flex .left, .the-header .flex .right {
	width: 414px;
	padding: 27px 0 0;
}
#menu-right li {
	position: relative;
	padding-bottom: 5px;
}
#menu-right li .sub-menu {
	position: absolute;
	bottom: -87px;
	left: -58px;
	width: 154px;
	background: white;
	line-height: 2;
	padding: 0px 0;
	height:0;
	overflow: hidden;
	transition: all 0.5s;
}
#menu-right li:hover > .sub-menu {
	height:auto;
	padding: 10px 0;
}
.site-header {
	text-align: center;
	left: 0;
	right:0;
	z-index: 99;
	position: relative;
}

.site-description,
.site-title,
.header-full-width .title-area,
.header-full-width .site-title {
	display: none;
}

.wp-custom-logo .title-area {
	margin-top: 0;
	display: inline-block;
	vertical-align: middle;
	width: 207px;
	position: absolute;
}

.wp-custom-logo .site-title {
	text-indent: 0;
	margin-bottom: 0;
}

.wp-custom-logo .site-title > a {
	min-height: 0;
}

.custom-logo-link {
	display: block;
}

.custom-logo {
	vertical-align: top;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

/* Headings
--------------------------------------------- */

h1, .h1 {

}

h2 {
	
}


h3 {
	font-family: "eb-garamond", serif;
}

h4 {
    
}

h5 {
	font-family: "museo-sans", sans-serif;
}

h6 {
	
}

/* Form Styles
------------------------------------------------------------ */

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

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

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

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

button:hover, .button:hover, a.text-button:hover, a:hover, input[type="submit"]:hover {
	opacity: .7;
	transition: all 0.4s;
}

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

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

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

.gfield_label, .gfield_required {
    display: none;
}

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

.gf_right_half {
	width: 49%;
	display: inline-block;
	margin-left: 2%;
}

/* Custom Block Styles
--------------------------------------------- */
.welcome-block {
	position: relative;
	display: flex;
	justify-content: space-between;
}
.welcome-block .letter {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	height: 704px;
	width: 496px;
	object-fit: contain;
	z-index: 0;
	top: 52px;
}
.welcome-block .left {
	width: 50%;
	background-size: cover;
	background-position: center;
	height: 810px;
	text-align: center;
}
.welcome-block .left .imagewrap {
	width: 512px;
	height: 648px;
	position: relative;
	margin: 40px auto 0;
}
.welcome-block .left .imagewrap:after {
	content: "";
	display: block;
	width: 221px;
	height: 116px;
	background-image: url(../MTT_2023/images/welcome-wiggle.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: -35px;
	bottom: -12px;
}
.welcome-block .left img {
	width: 100%;
	height: 100%;
	border: 15px solid #FEDBCE;
	margin: 99px auto 0;
	display: block;
	object-fit: cover;
	object-position: center;
}
.welcome-block .right {
	width: 50%;
background-size: cover;
background-position: center;
height: 810px;
text-align: center;
padding: 10px;
}
.welcome-block .right .imagewrap {
	width: 304px;
	height: 401px;
	margin: 0 auto;
	display: block;
	border-radius: 50%;
	position: relative;
}
.welcome-block .right .imagewrap:after {
	content: "";
	display: block;
	width: 358px;
	height: 501px;
	background-image: url(../MTT_2023/images/welcome-image.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: -29px;
	bottom: -53px;
	z-index: 0;
}
.welcome-block .right .title p {
	color: #C98164;
	font-family: 'Avenir Next Condensed';
	font-size: 22px;
	text-transform: uppercase;
	margin: 60px 0 0px 53px;
	letter-spacing: 0.25rem;
	display: flex;
	justify-content: center;
	font-weight: 600;
}
.welcome-block .right .title p em {
	font-family: 'xo babe';
	font-size: 135px;
	text-transform: capitalize;
	letter-spacing: 0;
	font-style: inherit;
	margin: -69px 0 0 8px;
	display: block;
	font-weight: 100;
}
.welcome-block .right .copy {
	color: #C98164;
	position: relative;
	max-width: 499px;
	margin: 55px auto 0;
	font-family: 'museo-sans';
	line-height: 25px;
	font-size: 16px;
}
.feat-post {
	margin: 78px auto;
	position: relative;
}
/* .feat-post:after {
	content: "";
	display: block;
	height: 240px;
	width: 161px;
	background-image: url(../MTT_2023/images/featured-wiggle.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: -1px;
	bottom: 4px;
	z-index: 0;
} */
.feat-post:before{
	content:"";
	display: block;
	width:100%;
	height:565px;
	opacity: 0.5;
	background:#EDE1D9;
	position: absolute;
	top:50px;
	left:0;
}
.feat-post .flex {
	max-width: 1135px;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	padding-left: 30px;
}
.feat-post .flex .side-text {
	font-family: 'xo Babe';
	transform: rotate(-90deg);
	position: absolute;
	color: #C98164;
	font-size: 308px;
	left: -216px;
	top: 24px;
	z-index: 1;
}
.feat-post .flex .right {
	width: 495px;
	height: 672px;
	position: relative;
}
.feat-post .flex .right:after{
	content: "";
display: block;
height: 240px;
width: 161px;
background-image: url(../MTT_2023/images/featured-wiggle.png);
background-size: contain;
background-repeat: no-repeat;
position: absolute;
right: -93px;
bottom: 24px;
z-index: 2;
}
.feat-post .flex .right .meta {
	border-top: 1px solid #E4B8AE;
	border-bottom: 1px solid #E4B8AE;
	display: flex;
	justify-content: space-between;
	padding: 11px 0 8px;
	margin: 102px auto 0;
	color: #BDA693;
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'Avenir Next Condensed';
	letter-spacing: 0.15rem;
	font-weight: 500;
}
.feat-post .flex .right .meta a {
	color: #BDA693;
}
.feat-post .flex .right h2 {
	font-family: 'Canela';
	font-size: 42px;
	line-height: 58px;
	font-weight: 100;
	margin: 20px 0 13px;
}
.feat-post .flex .right .exc {
	font-family: 'museo-sans';
	font-size: 16px;
	line-height: 25px;
	margin: 0 auto 20px;
	padding-right: 50px;
}
.feat-post .flex .right .rmore {
	color: #C98164;
	font-family: 'Avenir Next Condensed';
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.14rem;
	font-weight: 600;
}
.feat-post .flex .right .rmore:hover {
	opacity: 0.5;
}
.feat-post .flex .right .shopthepost-widget {
	border: 1px solid #E4B8AE;
	margin: 26px 0 0;
	padding: 5px 20px;
	background: white;
}
.feat-post .flex .featured-image {
	width: 538px;
}
.feat-post .flex .featured-image img {
	width: 100%;
	height: 670px;
	object-fit: cover;
	object-position: center;
}
.recents-block {
	overflow: hidden;	
}
.recents-block h2.title {
	color: #C98164;
	display: flex;
	justify-content: center;
	font-family: 'Avenir Next Condensed';
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 0.24rem;
	font-weight: 600;
	margin: 47px auto 100px;
	padding-left: 60px;
}
.recents-block h2.title em {
	font-family: 'xo Babe';
	font-size: 135px;
	display: block;
	text-transform: initial;
	font-style: inherit;
	margin: -80px 0 0 20px;
	font-weight: 100;
	letter-spacing: 0;
}
.recents-block .bpost {
	max-width: 1151px;
	margin: 30px auto 172px;
	border: 6px solid rgba(237, 225, 217, 0.5);
	padding: 20px 48px 20px 26px;
	position: relative;
	height: 565px;
}
.recents-block .bpost:nth-child(odd) {
	padding: 20px 26px 20px 48px;
}
.recents-block .bpost .flex {
	display: flex;
	justify-content: space-between;
}
.recents-block .bpost:nth-child(odd) .flex {
	flex-direction: row-reverse;
}
.recents-block .bpost:nth-child(odd) .flex .leftside .meta {
	left: inherit;
	right: -56px;	
}
.recents-block .bpost:nth-child(odd):before {
	content: "";
	display: block;
	height: 425px;
	width: 425px;
	background-image: url(../MTT_2023/images/recent-wiggle.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: -180px;
	top: -151px;
	z-index: 0;
}
.recents-block .bpost .flex .leftside {
	width: 495px;
	margin: 0;
	display: table;
	text-align: center;
}
.recents-block .bpost .flex .leftside .meta {
	position: absolute;
	border: 6px solid rgba(237, 225, 217, 0.5);
	width: 102px;
	height: 137px;
	background: white;
	left: -53px;
	border-radius: 50%;
	text-align: center;
	color: #C98164;
	font-size: 12px;
	font-family: 'Avenir Next Condensed';
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	padding: 14px 6px 0;
	top: 167px;
}
.recents-block .bpost .flex .leftside .meta .date {
	border-top: 1px solid #E4B8AE;
	margin: 7px;
	padding-top: 7px;
}
.recents-block .bpost .flex .leftside .meta .single-star {
	width: 17px;
	display: block;
	margin: 0 auto 7px;
}
.recents-block .bpost .flex .shopthepost-widget{
	max-width: 495px;
	border-top: 1px solid #EDE1D9;
	margin-top: 30px;
}
.recents-block .bpost .flex .leftside h3 {
	font-family: 'Canela';
	font-size: 42px;
	line-height: 52px;
	font-weight: 100;
	margin: -70px 0 12px;
	padding: 0 40px;
}
.recents-block .bpost .flex .rightside {
	width: 534px;
	margin: -80px 0 0;
}
.recents-block .bpost .flex .rightside img {
	width: 100%;
	height: 672px;
}
.recents-block .bpost .flex .exc {
	font-family: 'museo-sans';
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 20px;
	padding: 0 46px;
}
.recents-block .bpost .flex .read-button {
	color: #C98164;
	font-size: 11px;
	text-transform: uppercase;
	font-family: 'Avenir Next Condensed';
	font-weight: 600;
	letter-spacing: 0.14rem;
}
.recents-block .readmore {
	display: block;
	max-width: 187px;
	text-align: center;
	border: 1px solid #C98164;
	margin: -56px auto 10px;
	height: 69px;
	border-radius: 50%;
	color: #C98164;
	font-size: 13px;
	font-family: 'Avenir Next Condensed';
	text-transform: uppercase;
	padding: 26px 0 0;
	font-weight: 600;
	letter-spacing: 0.15rem;
}
.recents-block .readmore:hover, .reels .more-link:hover, .shop-looks .more-link:hover {
	background: #C98164;
	color: white;
	opacity: 1;
}
.reels {
	max-width: 1240px;
	margin: 58px auto 110px;
	position: relative;
	border-bottom: 1px solid #C98164;
	padding-bottom: 50px;
}
.reels .more-link {
	position: absolute;
	border: 1px solid #C98164;
	text-align: center;
	height: 54px;
	width: 187px;
	background: white;
	border-radius: 50%;
	left: 0;
	right: 0;
	margin: auto;
	color: #C98164;
	font-size: 13px;
	text-transform: uppercase;
	font-family: 'Avenir Next Condensed';
	padding: 18px 0 0;
	font-weight: 600;
	letter-spacing: 0.15rem;
	bottom: -28px;
}
.reels .show-reels ul {
	display: flex;
	justify-content: space-between;
}
.reels .show-reels ul li {
	width: 296px;
	margin: 0;
	border: 1px solid #C98164;
	padding: 5px 11px 10px;
	position: relative;
}
.reels ul li .video-wrap {
	width: 100%;
	height: 498px;
	position: relative;
}
.reels ul li .video-wrap .videoimage {
	position: absolute;
	width: 100%;
	height: 492px;
	z-index: 1;
	top: 6px;
}
.reels ul li .video-wrap .videoimage.hide {
	display: none;
}
.reels ul li .video-wrap .videoimage:hover {
	cursor: pointer;
}
.reels .title-flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: -32px;
}
.reels .title-flex:before{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #C98164;
	position: absolute;
	left: 0;
	top: 44px;
}
.reels .title-flex h2 {
	display: flex;
	background: white;
	color: #C98164;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 0.26rem;
	font-weight: 600;
	font-family: 'Avenir Next Condensed';
	position: relative;
	margin: 10px 0 0;
	padding-right: 8px;
}
.reels .title-flex h2 em {
	font-size: 188px;
	font-family: 'xo Babe';
	font-style: inherit;
	text-transform: capitalize;
	margin: -84px 0 0 -11px;
	font-weight: 100;
	letter-spacing: 0;
}
.reels .title-flex .right {
	width: 235px;
	text-align: right;
	color: #C98164;
	font-family: 'museo-sans';
	font-size: 15px;
	line-height: 23px;
	padding-right: 19px;
}
.reels .title-flex .right .insta-link {
	color: #C98164;
	font-size: 22px;
	font-family: 'Avenir Next Condensed';
	text-transform: uppercase;
	letter-spacing: 0.25rem;
	display: block;
	margin: 11px 0 15px;
	font-weight: 600;
}
.styled:before {
	content: "";
	display: block;
	height: 752px;
	width: 237px;
	background-image: url(../MTT_2023/images/sbs-circle2.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: 0;
	top: -127px;
	z-index: 0;
	opacity: 0.3;
}
.styled:after {
	content: "";
	display: block;
	width: 290px;
	height: 744px;
	background-image: url(../MTT_2023/images/sbs-circle1.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 0;
	bottom: -82px;
	z-index: -1;
}
.styled {
	background: rgba(237, 225, 217, 0.43);
	padding: 10px 0 70px;
	position: relative;
}
.styled .styled-star {
	width: 28px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 41px;
}
.styled .title p {
	margin: 39px auto 40px;
	display: flex;
	justify-content: center;
	font-size: 45px;
	font-family: 'Canela';
	position: relative;
}
.styled .title p strong {
	font-family: 'Avenir Next Condensed';
	font-size: 22px;
	text-transform: uppercase;
	margin: 11px 8px 0;
	letter-spacing: 0.2rem;
	font-weight: 600;
}
.styled .title p:after {
	content: "";
	display: block;
	background-image: url(../MTT_2023/images/sbs-wiggle.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 475px;
	height: 48px;
	position: absolute;
	bottom: -22px;
	left: -16px;
	right: 0;
	margin: auto;
}
.styled .prevarrow {
	display: block;
	position: absolute;
	left: -86px;
	bottom: -27px;
	right: 0;
	margin: auto;
	border: 1px solid #C98164;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	padding: 5px;
	object-fit: contain;
}
.styled .nextarrow {
	display: block;
	position: absolute;
	left: 0;
	bottom: -27px;
	right: -86px;
	margin: auto;
	border: 1px solid #C98164;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	padding: 5px;
	object-fit: contain;
}
.styled .nextarrow:hover, .styled .prevarrow:hover {
	cursor: pointer;
}
.styled .flex {
	max-width: 1240px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.styled .flex .left, .styled .flex .right {
	max-width: 408px;
	padding-top: 46px;
}
.styled .flex .brand {
	display: block;
	color: #C98164;
	font-size: 14px;
	font-family: 'Avenir Next Condensed';
	text-transform: uppercase;
	font-weight: 600;
	margin: 11px 0 4px;
	letter-spacing: 0.13rem;
}
.styled .flex .prod-title {
	font-family: 'museo-sans';
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.07rem;
}
.styled .flex .left ul, .styled .flex .right ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.styled .flex .left ul li, .styled .flex .right ul li{
	width: 190px;
	text-align: center;
	margin-bottom: 29px;
}
.styled .flex .left ul li img, .styled .flex .right ul li img {
	display: block;
	width: 190px;
	height: 190px;
	border: 5px solid rgba(201, 129, 100, 0.57);
	object-fit: contain;
	object-position: center;
}
.styled .flex .left ul li:nth-child(2) img, .styled .flex .left ul li:nth-child(3) img {
	border: 5px solid #E4B8AE;
}
.styled .flex .left ul li:nth-child(4) img{
	border: 5px solid #E6CCBD;
}
.styled .flex .right ul li:nth-child(1) img, .styled .flex .right ul li:nth-child(4) img{
	border: 5px solid #FEDBCE;
}
.styled .flex .right ul li:nth-child(2) img, .styled .flex .right ul li:nth-child(3) img{
	border: 5px solid #E4B8AE; 
}
.styled .flex .main-image {
	width: 372px;
	height: 560px;
	border: 10px solid #E6CCBD;
	object-fit: cover;
	object-position: center;
}
.shop-looks .flex {
	max-width: 1280px;
	margin: 129px auto;
	display: flex;
	justify-content: space-between;
	position: relative;	
}
.shop-looks .flex .left {
	width: 50%;
	position: relative;
	text-align: center;
	border-right: 1px solid #C98164;
	padding: 0px 75px 53px 62px;
}
.shop-looks .flex .left .title {
	margin: 0 auto 24px;
}
.shop-looks .flex .right {
	width: 50%;
	position: relative;
	text-align: center;
	padding: 10px 52px 0 58px;
}
.shop-looks .flex:before {
	content: "";
	display: block;
	background-image: url(../MTT_2023/images/faves-circle.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: -86px;
	right: -347px;
	margin: auto;
	opacity: 0.17;
}
.shop-looks .flex .left:after {
	content: "";
	display: block;
	background-image: url(../MTT_2023/images/looks-wiggle.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 259px;
	height: 159px;
	position: absolute;
	bottom: -34px;
	left: -71px;
}
.shop-looks .flex .right ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 60px auto 0;
}
.shop-looks {
	overflow: hidden;
}
.shop-looks .flex .right ul li {
	width: 33.3%;
	margin: 0 0 19px;
}
.shop-looks .flex .right ul li img {
	display: block;
	margin: 0 auto;
	max-height: 200px;
	object-fit: contain;
}
.shop-looks .title p {
	color: #C98164;
	font-size: 48px;
	font-family: 'Canela';
	letter-spacing: 0;
	margin: 0 0 0;
	display: flex;
	justify-content: center;
}
.shop-looks .title p strong {
	font-size: 21px;
	font-family: 'Avenir Next Condensed';
	text-transform: uppercase;
	margin: 15px 8px 0;
	font-weight: 600;
	letter-spacing: 0.15rem;
}
.shop-looks .right .title {
	margin: -11px 0 58px;
}
.shop-looks .title p em {
	font-style: inherit;
	margin: 0 0 0 10px;
	position: relative;
}
.shop-looks .title p em:before {
	content: "";
	display: block;
	background-image: url(../MTT_2023/images/text-circle.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 260px;
	height: 185px;
	position: absolute;
	top: -58px;
	left: -52px;
	margin: auto;
}
.shop-looks .more-link {
	border: 1px solid #C98164;
	text-align: center;
	border-radius: 50%;
	margin: auto;
	color: #C98164;
	font-size: 13px;
	text-transform: uppercase;
	font-family: 'Avenir Next Condensed';
	padding: 25px 0 0;
	font-weight: 600;
	letter-spacing: 0.15rem;
	width: 183px;
	display: block;
	height: 68px;
	margin: 50px auto 10px;
	position: absolute;
	bottom: -63px;
	left: 0;
	right: 0;
	margin: auto;
}
.newsletter-block {
	width: 1118px;
	margin: 12px auto 105px;
	background-image: url(../MTT_2023/images/newsletter.png);
	background-size: cover;
	background-position: center;
	position: relative;
	height: 432px;
	padding-top: 50px;
	text-align: center;
}
.newsletter-block .inside {
	max-width: 500px;
	margin: 0 auto;
}
.newsletter-block .inside p {
	font-size: 16px;
	line-height: 25px;
	margin: 10px auto 10px;
}
.newsletter-block:after{
	content: "";
	display: block;
	background-image: url(../MTT_2023/images/newsletter-wiggle.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 300px;
	width: 203px;
	position: absolute;
	top: 138px;
	right: -86px;
	margin: auto;
}
.newsletter-block .side-text {
	font-size: 238px;
	color: #C98164;
	font-family: 'xo Babe';
	font-style: inherit;
	position: absolute;
	transform: rotate(-90deg);
	left: -199px;
	top: 67px;
}
.newsletter-block h2:before {
	content: "";
	display: block;
	background-image: url(../MTT_2023/images/stars.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 39px;
	width: 34px;
	margin: 0 auto;
	position: absolute;
	top: 9px;
	left: 0;
	right: 0;
}
.newsletter-block h2 {
	margin: 0 0 24px;
	padding: 68px 0 0;
	color: #C98164;
	font-family: 'Canela';
	font-size: 48px;
	font-weight: 100;
	display: flex;
	justify-content: center;
	position: relative;
}
.newsletter-block h2 strong {
	font-family: 'Avenir Next Condensed';
	font-size: 21px;
	text-transform: uppercase;
	letter-spacing: 0.18rem;
	margin: 15px 10px 0 12px;
	font-weight: 600;
}
.about-block {
	background: rgba(237, 225, 217, 0.5);
	padding: 40px 0;
	position: relative;
	overflow: hidden;
}
.about-block:before {
	content: "";
	display: block;
	background-image: url(../MTT_2023/images/about-circle2.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 414px;
	width: 251px;
	margin: 0 auto;
	position: absolute;
	bottom: 20px;
	left: -22px;
}
.about-block:after {
	content: "";
	display: block;
	background-image: url(../MTT_2023/images/about-circle1.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 850px;
	width: 305px;
	margin: 0 auto;
	position: absolute;
	top: -70px;
	right: -66px;
}
.about-block .flex-one {
	max-width: 1015px;
	margin: 14px auto;
	display: flex;
	justify-content: space-between;
}
.about-block .flex-one .right {
	width: 492px;
	height: 607px;
	display: table;
}
.about-block .flex-one .right h2 {
	color: #C98164;
	font-size: 48px;
	font-family: 'Canela';
	font-weight: 100;
	margin: 21px 0 17px;
}
.about-block p {
	font-size: 16px;
line-height: 26px;
}
.about-block .flex-one .left {
	width: 455px;
	position: relative;
}
.about-block .flex-one .left img {
	width: 100%;
	height: 607px;
	object-fit: cover;
	object-position: center;
}
.about-block .flex-one .left .side-title {
	font-size: 308px;
	color: #C98164;
	font-family: 'xo Babe';
	font-style: inherit;
	position: absolute;
	transform: rotate(-90deg);
	left: -172px;
	top: 142px;
	z-index:1;
}
.about-block .flex-two {
	max-width: 1061px;
	margin: 59px auto 75px;
	display: flex;
	justify-content: space-between;
}
.about-block .flex-two .left {
	width: 492px;
	margin: 90px 0 0 55px;
}
.about-block .flex-two .right {
	width: 439px;
	position: relative;
}
.about-block .flex-two .right:after {
	content: "";
	display: block;
	background-image: url(../MTT_2023/images/about-wiggle.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 378px;
	height: 473px;
	margin: 0 auto;
	position: absolute;
	bottom: -193px;
	right: -181px;
}
.about-block .flex-two .right .image-three {
	width: 260px;
	border: 10px solid #FEDBCE;
	height: 347px;
	position: absolute;
	top: -174px;
	right: -55px;
	object-fit: cover;
	object-position: center;
}
.about-block .flex-two .right .image-two {
	width: 431px;
	margin: 0;
	display: block;
}
.faqs {
	max-width: 766px;
	margin: 0 auto;
	padding: 77px 0;
}
.faqs .title p {
	text-align: center;
	color: #C98164;
	font-size: 22px;
	font-family: 'Avenir Next Condensed';
	text-transform: uppercase;
	letter-spacing: 0.26rem;
	display: flex;
	justify-content: center;
	position: relative;
	margin-top: 100px;
	margin-bottom: 41px;
	font-weight: 600;
}
.faqs .title p em {
	font-size: 135px;
	font-family: 'xo Babe';
	text-transform: initial;
	font-style: inherit;
	margin: -81px 0 0 20px;
	letter-spacing: 0;
	font-weight: 100;
}
.faqs .title p:before{
	content: "";
	display: block;
	background-image: url(../MTT_2023/images/stars.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 39px;
	width: 34px;
	margin: 0 auto;
	position: absolute;
	top: -90px;
	left: 0;
	right: 0;
}
.faqs .toggle-item .dd-title {
	font-family: 'Canela';
	font-size: 48px;
	position: relative;
	width: fit-content;
}
.faqs .toggle-item .dd-title:hover {
	cursor: pointer;
}
.faqs .toggle-item .dd-title.opened:after {
	content: "+";
	color: #C98164;
	font-size: 45px;
	position: absolute;
	top: -3px;
	right: -36px;
}
.faqs .toggle-item .dd-title:after{
	content: "-";
	color: #C98164;
	font-size: 65px;
	position: absolute;
	top: -11px;
	right: -36px;
}
.faqs .toggle-item {
	margin-bottom: 29px;
}
.faqs .toggle-item .dd-answer p {
	font-size: 18px;
	line-height: 24px;
	padding: 21px 54px;
}
.faqs .hidden {
	 display: none;
}
.faqs .hidden {
	 display: none;
}
.contact-block .flex {
	max-width: 1081px;
	margin: 0px auto 0;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.contact-block {
	max-width: 100vw;
	margin: 0px auto 137px;
	overflow: hidden;
	padding: 30px 0;
 }
.contact-block:before {
	content: "";
	display: block;
	background-image: url(../MTT_2023/images/contact-circle.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 735px;
	width: 1000px;
	position: absolute;
	top: 10px;
	right: -137px;
	margin: auto;
	opacity: 0.17;
	z-index: -1;
 }
.contact-block .left {
	 display: block;
	 margin: 0;
	 width: 538px;
	 height: 672px;
	 border: 10px solid #FEDBCE;
	 object-fit: cover;
 }
.contact-block .right {
	width: 417px;
	text-align: center;
	padding: 116px 0 0;
 }
 .contact-block .right p {
	 font-size: 16px;
	 line-height: 25px;
	 font-family: 'museo-sans';
	 padding: 0 19px;
 }
 .contact-block .right p a {
	 color: #C98164;
	 text-decoration: underline;
 }
 .contact-block .right input {
    border: none;
    border-bottom: 1px solid #C98164;
    margin-bottom: 13px!important;
    color: #C98164;
    font-family: 'museo-sans';
    font-size: 16px!important;
    letter-spacing: 0;
    padding: 9px 0 9px!important;
 }
 .contact-block .right fieldset {
	 border: none;
	 margin: 0;
	 padding: 0;
 }
 .contact-block .right textarea {
    width: 100%!important;
    height: 149px!important;
    border: 1px solid #C98164;
    margin: 15px auto 0;
    font-size: 16px!important;
 }
 .contact-block .right input::-webkit-input-placeholder { /* Edge */
   color: #C98164;
 }
 
 .contact-block .right input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #C98164;
 }
 
 .contact-block .right input::placeholder {
   color: #C98164;
 }
 .contact-block .right textarea::-webkit-input-placeholder { /* Edge */
	color: #C98164;
  }
  
  .contact-block .right textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #C98164;
  }
  
  .contact-block .right textarea::placeholder {
	color: #C98164;
  }
  .contact-block .right input#gform_submit_button_1{
	  border: none;
	  text-transform: uppercase;
	  font-family: 'Avenir Next Condensed';
	  background-image: url(../MTT_2023/images/orange-arrow.png);
	  background-size: 11px;
	  background-repeat: no-repeat;
	  background-position: center right;
	  font-size: 11px!important;
	  font-weight: 600;
	  letter-spacing: 0.1rem;
	  width: 76px;
  }
 .contact-block .right .gform_footer{
	  margin: 20px 0 0;
  }
  .contact-block .right .gform_wrapper{
	  margin: 43px auto 0;
  }
 .custom-header {
	 width: 100%;
	 display: flex;
	 justify-content: space-between;
 }
 .custom-header .left {
	 width:50%;
	 background:#EDE1D9;
 }
 .custom-header .left img {
	width: 512px;
	height: 512px;
	object-fit: cover;
	object-position: center;
	border: 15px solid #FEDBCE;
	margin: 60px auto;
	display: block;
 }
 .custom-header .right {
	 width: 50%;
	 background: rgba(237, 225, 217, 0.2);
	 position: relative;
 }
 .custom-header .right h1, .archive-header h1 {
	text-align: center;
	color: #E4B8AE;
	font-size: 49px;
	font-family: 'Canela';
	font-weight: 100;
	text-transform: uppercase;
	margin: 66px 0 20px;
	letter-spacing: 0.05rem;
 }
 .custom-header .right h1 em, .archive-header h1 em {
	 position: relative;
	 font-style: inherit;
 }
.custom-header .right h1 em:before, .archive-header h1 em:before {
	content: "";
	 display: block;
	 background-image: url(../MTT_2023/images/cat-star.png);
	 background-size: contain;
	 background-repeat: no-repeat;
	 background-position: center;
	 height: 28px;
	 width: 28px;
	 position: absolute;
	 top: 6px;
	 left: -36px;
	 margin: auto;
}
.custom-header .right h1 em:after, .archive-header h1 em:after {
	content: "";
	 display: block;
	 background-image: url(../MTT_2023/images/cat-star.png);
	 background-size: contain;
	 background-repeat: no-repeat;
	 background-position: center;
	height: 28px;
	 width: 28px;
	 position: absolute;
	 top:6px;
	 right: -36px;
	 margin: auto;
}
.custom-header .right .main-image {
	width: 304px;
	height: 401px;
	margin: 0 auto;
	display: block;
	border-radius: 50%;
	position: relative;
	object-fit: cover;
}
.custom-header .right:before {
	content: "";
	display: block;
	background-image: url(../MTT_2023/images/cat-circle.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 375px;
	height: 500px;
	position: absolute;
	top: 97px;
	right: 0;
	left: 0;
	margin: auto;
}
.archive-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 94px auto 0;
	max-width: 1440px;
}
.archive-wrap article {
	width: 351px;
	margin: 0 23px 80px;
	text-align: center;
}
.archive-wrap article img {
	width: 100%;
	height: 440px;
	margin-bottom: 6px;
}
.archive-wrap article h3 {
	font-size: 32px;
	font-family: 'Canela';
	font-weight: 100;
	padding: 0 10px;
	line-height: 42px;
	margin: 10px 0 4px;
	letter-spacing: 0.02rem;
}
.archive-wrap article span {
	color: #C98164;
	font-size: 11px;
	font-family: 'Avenir Next Condensed';
	text-transform: uppercase;
	letter-spacing: 0.15rem;
	font-weight: 600;
}
.wp-pagenavi {
	max-width: 1065px;
	margin: 0 auto 78px;
	border-bottom: 1px solid #BDA693;
	text-align: center;
	padding-bottom: 30px;
	color: #BDA693;
	font-size: 14px;
	font-family: 'Avenir Next Condensed';
	display: flex;
	justify-content: center;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: none;
	padding: 0 2px;
	margin: 0 2px;
	color: #BDA693;
	font-weight: 500;
}
.wp-pagenavi span.current {
	font-weight: bold;
	color: #C98164;
}
.wp-pagenavi a.nextpostslink{
	background-image: url(../MTT_2023/images/orange-arrow.png);
	font-size: 0;
	width: 10px;
	height: 19px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
#blocks-general-content nav.wp-block-navigation:before {
	content: "";
	display: block;
	background-image: url(../MTT_2023/images/shop-wiggle.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 410px;
	height: 315px;
	position: absolute;
	bottom: -203px;
	left: -44px;
	margin: auto;
}
#blocks-general-content nav.wp-block-navigation {
	background: #E6CCBD;
	padding: 63px 0 59px;
	margin: 0 auto 57px;
	position: relative;
}
#blocks-general-content nav.wp-block-navigation li a span {
	color: #FFFFFF;
	font-size: 42px;
	font-family: 'Canela';
}
#blocks-general-content nav.wp-block-navigation li {
	margin: 0 40px;
}
#blocks-general-content nav.wp-block-navigation .current-menu-item a span {
	border-bottom: 1px solid white;
}
.ltkwidget-version-two {
	max-width: 1000px;
	margin: 0 auto;
}
.boutique-widget {
	display: flex;
	justify-content: center;
}
.title-bar {
	text-align: center;
padding: 10px;
background-image: url(../MTT_2023/images/codes-banner.png);
background-size: cover;
background-position: center;
color: #C98164;
font-size: 48px;
	margin-bottom: 48px;
}
.title-bar p {
	font-family: 'Canela';
	font-size: 48px;
	margin: 47px 0 47px;
	display: flex;
	justify-content: center;
}
.title-bar p strong {
	font-family: 'Avenir Next Condensed';
	font-size: 21px;
	text-transform: uppercase;
	letter-spacing: 0.15rem;
	margin: 15px 10px 0;
	font-weight: 600;
}
.title-bar p em {
	position: relative;
	font-style: inherit;
}
.title-bar p em:before {
	content: "";
	display: block;
	background-image: url(../MTT_2023/images/banner-circles.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 235px;
	height: 160px;
	position: absolute;
	bottom: -54px;
	left: -54px;
	margin: auto;
}
.codes {
	max-width: 1262px;
	margin: 0 auto;
	text-align: center;
}
.codes figure {
	margin: 0 auto 35px;
	max-width: 207px;
	height: 207px;
}
.codes figure img {
	width: 100%;
	height: 207px;
	object-fit: contain;
	object-position: center;
}
.codes .wp-block-button__link {
	border: none!important;
	color: #C98164!important;
	font-size: 13px;
	font-family: 'Avenir Next Condensed';
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.08rem;
	background-image: url(../MTT_2023/images/orange-arrow.png)!important;
	background-size: 13px;
	background-repeat: no-repeat;
	background-position: center right;
	padding: 0 22px!important;
	letter-spacing: 0.15rem;
}
.codes .wp-block-column {
	margin-bottom:100px;
}
.codes p {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 32px;
}
.shop-list li a {
	color: #C98164;
	font-size: 28px;
	font-family: 'Avenir Next Condensed';
	text-transform: uppercase;
	border-bottom: 1px solid #C98164;
	font-weight: 600;
	letter-spacing: 0.13rem;
}
.shop-list li {
	text-align: center;
	margin: 20px auto 26px;
}
.ql-header {
	position: relative;
	background-image: url(../MTT_2023/images/quick-links-main.png);
	width:100%;
	height:375px;
	background-size: cover;
	background-position: center;
	margin-bottom: 360px;
}
.ql-header .inside {
	position: relative;
}
.ql-header .inside:after {
	content:"";
	display: block;
	background-image: url(../MTT_2023/images/ql-frame.png);
	width:489px;
	height:685px;
	background-size: contain;
	background-position: center;
	position: absolute;
	top: 30px;
	left:0;
	right:0;
	margin: auto;
}
.ql-header .main-image {
	width: 416px;
	height: 549px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
	top: 100px;
}
.ql-header .side-title {
	font-size: 308px;
	color: #C98164;
	font-family: 'xo Babe';
	font-style: inherit;
	position: absolute;
	transform: rotate(-90deg);
	left: 189px;
	top: 162px;
}
.qls ul li a.button {
	text-align: center;
	border: 1px solid #C98164;
	margin: 0 auto 37px;
	color: #C98164;
	font-family: 'Avenir Next Condensed';
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 0.3rem;
	max-width: 750px;
	height: 78px;
	padding: 23px 0;
	font-weight: 600;
}
.qls ul li a.button:hover {
	background: #C98164;
	color: white;
}
.qls ul{
	position: relative;
	max-width: 750px;
	margin: 0 auto 145px;
}
.qls ul:after {
	content: "";
	display: block;
	background-image: url(../MTT_2023/images/ql-wiggle.png);
	width: 160px;
	height: 242px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -82px;
	right: -97px;
}
.post-header {
	position: relative;
}
.post-header .pink-bar {
	background: #EDE1D9;
	height: 594px;
	opacity: 0.2;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: -1;
}
.post-header h2 {
	margin: 0 auto;
	text-align: center;
	max-width: 500px;
	font-size: 48px;
	font-family: 'Canela';
	line-height: 60px;
	font-weight: 100;
	padding: 81px 0 14px;
}
.post-header .feat-img {
	border: 6px solid rgba(237, 225, 217, 0.5);
	max-width: 759px;
	margin: 0 auto;
	position: relative;
	padding: 50px;
}
.post-header .feat-img img {
	width: 100%;
	height: 749px;
}
.post-header .meta {
	position: absolute;
	border: 6px solid rgba(237, 225, 217, 0.5);
	width: 102px;
	height: 137px;
	background: #fbf9f8;
	left: -57px;
	border-radius: 50%;
	text-align: center;
	color: #C98164;
	font-size: 12px;
	font-family: 'Avenir Next Condensed';
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	padding: 14px 6px 0;
	top: -22px;
}
.post-header .meta .single-star {
	width: 17px;
	display: block;
	margin: 0 auto 7px;
	height: auto;
}
.post-header .meta .date {
	border-top: 1px solid #E4B8AE;
	margin: 7px;
	padding-top: 7px;
	display: block;
}
.post-content h2 {
	color: #C98164;
	font-size: 45px;
	line-height: 50px;
	font-family: 'Canela';
	font-weight: 100;
}
.post-content p a {
	color:#C98164;
	text-decoration: underline;
}
.post-content p {
	font-size: 16px;
line-height: 26px;
}
.post-content h3 {
	color: #C98164;
	font-size: 22px;
	font-family: 'Avenir Next Condensed';
	letter-spacing: 0.25rem;
	font-weight: 500;
}
.post-content p.sponsor {
		font-size: 16px;
}
.post-content {
	max-width: 759px;
	margin: 50px auto;
}
.post-content .aligncenter, .post-content img.aligncenter {
	max-width: 90%;
	margin:0 auto;
}
.pagination {
	max-width: 1065px;
	margin: 88px auto 0;
	border-top: 1px solid #BDA693;
}
.nav-links {
	display: flex;
	justify-content: space-between;
	padding: 31px 20px 0;
	color: #BDA693;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Avenir Next Condensed';
	letter-spacing: 0.21rem;
}
.nav-links a {
	color: #BDA693;
}
.related .related-title {
	display: flex;
	justify-content: center;
	color: #C98164;
	font-family: 'Avenir Next Condensed';
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 0.25rem;
	font-weight: 600;
	margin-bottom: -15px;
}
.related .related-title em {
	font-family: 'xo Babe';
	font-size: 135px;
	font-style: inherit;
	text-transform: lowercase;
	letter-spacing: 0;
	margin: -82px 0 0 19px;
	font-weight: 100;
}
.nav-links .prev-post {
	background-image: url(../MTT_2023/images/prev-arrow.png);
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 19px;
}
.nav-links .next-post {
	background-image: url(../MTT_2023/images/next-arrow.png);
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0 19px 0 0px;
}
.related .archive-wrap {
	margin: 0px auto 0;
}
.related {
	margin-top: 29px;
}
#site-general-content h1.page-title {
	color: #E4B8AE;
	font-size: 49px;
	font-family: 'Canela';
	font-weight: 100;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
}
#site-general-content h1.page-title:before {
	content: "";
	display: block;
	background-image: url(../MTT_2023/images/cat-star.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 28px;
	width: 28px;
	position: absolute;
	top: 6px;
	left: -32px;
	margin: auto;
}
#site-general-content h1.page-title:after {
	content: "";
	display: block;
	background-image: url(../MTT_2023/images/cat-star.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 28px;
	width: 28px;
	position: absolute;
	top: 6px;
	right: -32px;
	margin: auto;
}
#site-general-content{
	width: 95%;
	margin: 0 auto;
	max-width: 1200px;
}
#site-general-content p {
	font-size: 18px;
	line-height: 24px;
}
#site-general-content p a {
	color:#C98164;
	text-decoration: underline;
}
/* Footer Styles
--------------------------------------------- */
.error-page {
	margin: 200px auto;
}
.error-page h1 {
	text-align: center;
	color: #E4B8AE;
	font-size: 49px;
	font-family: 'Canela';
	font-weight: 100;
	text-transform: uppercase;
}
.error-page h1 em {
	position: relative;
	font-style: inherit;
}
.error-page h1 em:before {
	content: "";
	display: block;
	background-image: url(../MTT_2023/images/cat-star.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 28px;
	width: 28px;
	position: absolute;
	top: 6px;
	left: -32px;
	margin: auto;
}
.error-page h1 em:after {
	content: "";
	display: block;
	background-image: url(../MTT_2023/images/cat-star.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 28px;
	width: 28px;
	position: absolute;
	top: 6px;
	right: -32px;
	margin: auto;
}
.footer-social-links {
	display: flex;
	justify-content: center;
	margin: 28px 0 21px;
}
.footer-social-links img {
	object-fit: contain;
	object-position: center;
	width: 10px;
	height: 10px;
}
.footer-social-links li {
	margin: 0 4px;
}
.the-footer {
	position: relative;
	overflow: hidden;
}
.the-footer .pink .lefty form.search-form {
	display: none;
}
.the-footer .pink .center {
	width: 111px;
	margin: 38px auto 0;
}
.the-footer .pink .lefty {
	width: 483px;
	border-right: 1px solid #C98164;
}
.the-footer .pink .right {
	width: 475px;
	padding: 45px 49px 0 100px;
	border-left: 1px solid #C98164;
	display: flex;
	justify-content: space-between;
	text-align: center;
	position: relative;
	z-index: 2;
}
.the-footer .pink .flex {
	max-width: 1239px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.the-footer .pink .right a {
	font-family: 'Avenir Next Condensed';
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.14rem;
	color: #BDA693;
}
.the-footer .pink .right .title a {
	color: #000000;
	font-family: 'Canela';
	font-size: 28px;
	letter-spacing: 0;
	text-transform: inherit;
	text-align: center;
}
.the-footer .pink .right .title{
	margin-bottom: 20px;
}
.the-footer .pink .right #menu-footer-1 .title {
	width:100%;
}
.the-footer .pink .right #menu-footer-1{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
	width: 161px;
}
.the-footer .pink .right #menu-footer-1 li {
	width:50%;
}
.the-footer .pink .right #menu-footer-1 li {
	margin-bottom: 17px;
}
.the-footer .pink .right #menu-footer-2 li {
	margin-bottom: 7px;
}
.creds {
	font-family: 'Avenir Next Condensed';
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.14rem;
	text-align: center;
	line-height: 2;
	padding: 10px 0;
}
.the-footer .insta {
	    width: calc(100% + 16px) !important;
    margin: 0px -8px -16px;
    position: relative;
}
.the-footer .pink {
	background: rgba(237, 225, 217, 0.49);
	padding: 35px 0;
}
.the-footer {
	position: relative;
}
.creds svg {
	margin: 4px 3px -4px;
}
.creds a {
	color: #C98164;
	text-decoration: underline;
}
.the-footer .footer-line {
	position: absolute;
	bottom: 9px;
	right: 0;
	width: 395px;
}
.insta-medal {
	    position: absolute;
    left: 0;
    right: 0;
    width: 110px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 145px;
    object-fit: contain;
	z-index:5;
    object-position: center;
}
.footer-widgets {
	clear: both;
	margin: 0px auto;
	overflow: hidden;
	width: 100%;
	text-align: center;
}


/* Responsive Styles
--------------------------------------------- */
@media all and (max-width:1280px) {
	.welcome-block .left .imagewrap {
		width: 400px;
		height: 536px;
		position: relative;
		margin: 135px auto 0;
	}
	.the-header .flex, .feat-post .flex, .recents-block .bpost, .reels, .styled .flex, .shop-looks .flex, .newsletter-block, .the-footer .pink .flex, .wp-pagenavi, .contact-block .flex, .codes, .pagination {
		max-width: 1000px;
	}
	.ql-header .inside {
		position: relative;
		max-width: 1000px;
		margin: 0 auto;
	}
	.ql-header .side-title {
		left: -24px;
	}
	.about-block .flex-one, .about-block .flex-two {
		max-width: 900px;
	}
	.about-block .flex-two .left {
		width: 429px;
		margin: 90px 0 0 0px;
	}
	.about-block .flex-one .right {
		width: 407px;
	}
	.the-footer .pink .lefty {
		width: 354px;
	}
	.the-footer .pink .right {
		width: 354px;
		padding: 45px 6px 0 51px;
	}
	.custom-header .left img {
		width: 412px;
		height: 412px;
		margin: 115px auto;
	}
	.shop-looks .flex:before {
		top: -8px;
		right: -247px;
	}
	.styled .flex .left, .styled .flex .right {
		max-width: 295px;
	}
	.styled .flex .left ul li, .styled .flex .right ul li {
		width:140px;
	}
	.styled .flex .left ul li img, .styled .flex .right ul li img {
		width: 100%;
		height: 140px;
	}
	.styled .flex .main-image {
		height:505px;
	}
	.reels .show-reels ul li {
		width: 236px;
	}
	.reels ul li .video-wrap {
		height:398px;
	}
	.reels ul li .video-wrap video {
		height: 395px;
	}
	.reels ul li .video-wrap .videoimage {
		height:390px;
	}
	.recents-block .bpost .flex .leftside {
		width: 435px;
	}
	.recents-block .bpost .flex .rightside {
		width: 445px;
	}
	.feat-post .flex .featured-image {
		width: 450px;
	}
	.feat-post .flex .right {
		width: 460px;
	}
	.social-links {
		padding-right: 6px;
		margin-left: 17px;
	}
	.the-header .flex .left, .the-header .flex .right {
		width: 340px;
		padding: 27px 0 0;
	}
}
@media all and (max-width:1080px) {
	.feat-post .flex, .recents-block .bpost, .reels, .styled .flex, .shop-looks .flex, .newsletter-block, .the-footer .pink .flex, .wp-pagenavi, .contact-block .flex, .codes, .pagination {
		max-width: 700px;
	}
	.feat-post .flex .right:after {
		right: -93px;
		bottom: -88px;
	}
	.the-header .flex .left, .the-header .flex .right {
		width: 35%;
		padding: 23px 0 0;
	}
	.the-header .flex .right form {
		right: 0;
		bottom: 8px;
	}
	#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item.title .responsive-menu-pro-item-link {
		color: #000000!important;
		font-size: 34px!important;
		font-family: 'Canela'!important;
		font-weight: 100!important;
		letter-spacing: 0!important;
		text-transform: initial!important;
	}
	#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item.title {
		margin-top:50px!important;
	}
	#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item .responsive-menu-pro-item-link {
		font-size: 18px;
		text-transform: uppercase;
		letter-spacing: 0.1rem;
		font-family: 'Avenir Next Condensed';
		font-weight: 600;
	}
	#menu-right, #menu-left {
		display: none;
	}
	.the-header {
		padding: 17px 0 8px;
	}
	.site-inner {
		margin: 102px auto 0;
	}
	.the-header .flex {
		max-width: 95%;
	}
	#responsive-menu-pro-additional-content .socials {
		display: flex;
		justify-content: center;
		border-top: 1px solid #C98164;
		padding: 20px 0 0;
	}
	#responsive-menu-pro-additional-content .socials li {
		margin: 0 5px;
	}
	#responsive-menu-pro-additional-content .socials li img {
		width: 15px;
		height: 15px;
		object-fit: contain;
		object-position: center;
	}
	.feat-post .flex {
		padding-left:0;
		display: block;
	}
	.feat-post:before {
		width:100%;
		height:100%;
	}
	.feat-post .flex .right {
		width: 100%;
		height: auto;
	}
	.feat-post .flex .featured-image {
		width: 100%;
	}
	.feat-post .flex .right .meta {
		margin: 20px auto 0;
	}
	.feat-post:after {
		display: none;
	}
	.recents-block h2.title {
		padding-left:0;
	}
	.recents-block .bpost .flex, .recents-block .bpost:nth-child(odd) .flex {
		flex-direction: column-reverse;
	}
	.recents-block .bpost {
		height:auto;
	}
	.recents-block .bpost .flex .leftside {
		width: 100%;
		display: block;
	}
	.recents-block .bpost .flex .leftside h3{ 
		margin: 20px auto 15px;
	}
	.recents-block h2.title {
		padding-left: 0;
		margin: 47px auto 20px;
	}
	.recents-block .bpost .flex .leftside .meta {
		z-index: 1;
	}
	.recents-block .bpost .flex .shopthepost-widget {
		max-width: 680px;
	}
	.recents-block .bpost:nth-child(odd), .recents-block .bpost {
		padding: 20px;
		margin: 30px auto 72px;
	}
	.recents-block .readmore {
		margin: -10px auto 10px;
	}
	.recents-block .bpost .flex .rightside {
		width: 100%;
		margin: 0 auto;
	}
	.reels .show-reels ul {
		flex-wrap:wrap;
	}
	.reels .show-reels ul li {
		width: 337px;
		margin: 0 0 33px;
		height: 526px;
		padding:10px;
	}
	.reels ul li .video-wrap .videoimage {
		height: 505px;
		top: 0;
	}
	.reels ul li .video-wrap video {
		height: 504px;
		width: 100%;
	}
	.styled .flex {
		display: block;
		position: relative;
		padding-top: 520px;
	}
	.styled .flex .main-image {
		height: 505px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	.styled .flex .left ul li img, .styled .flex .right ul li img {
		width: 100%;
		height: 140px;
		position: relative;
	}
	.styled .flex .left, .styled .flex .right {
		max-width: 100%;
	}
	.styled .flex .left ul li, .styled .flex .right ul li {
		width: 140px;
		margin-bottom: 0;
	}
	.styled .flex .right {
		padding: 40px 0 40px;
	}
	.shop-looks .flex {
		margin: 38px auto 100px;
		display: block;
	}
	.shop-looks .flex .left {
		width: 100%;
		position: relative;
		text-align: center;
		border-right: none;
		padding: 0 50px 20px;
		border-bottom: 1px solid #C98164;
	}
	.shop-looks .more-link {
		position: relative;
		bottom: inherit;
		margin: 30px auto;
	}
	.shop-looks .flex .right {
		width: 100%;
		position: relative;
		text-align: center;
		padding: 55px 20px 0;
	}
	.shop-looks .flex .left:after {
		bottom:35px;
	}
	.shop-looks .flex:before {
		top: inherit;
		right: 0;
		left: 0;
		bottom: 0;
		height: 644px;
	}
	.newsletter-block:after {
		top:233px;
	}
	.the-footer .pink .center {
		display: none;
	}
	.the-footer .pink .right {
		width: 50%;
		padding: 45px 6px 0 51px;
		border-left: none;
	}
	.the-footer .pink .lefty {
		width: 50%;
	}
	.the-footer .footer-line {
		position: absolute;
		bottom: 18px;
		right: 0;
		width: 223px;
	}
	.insta-medal {
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		width: 76px;
		top: 66px;
	}
	.shop-looks .flex .left {
		width: 100%;
		position: relative;
		text-align: center;
		border-right: none;
		padding: 0;
		border-bottom: 1px solid #C98164;
	}
	.about-block .flex-one, .about-block .flex-two {
		max-width: 700px;
		display: block;
	}
	.about-block .flex-one .left {
		margin: 0 auto;
	}
	.about-block .flex-one .right {
		width: 100%;
		height: auto;
		display: block;
	}
	.about-block .flex-two {
		margin: 0 auto;
	}
	.about-block .flex-two .left {
		width: 100%;
		margin: 0;
	}
	.about-block .flex-two .right {
		width: 439px;
		position: relative;
		margin: 172px auto 67px;
	}
	.faqs {
		max-width: 700px;
	}
	.faqs .toggle-item .dd-title {
		font-size:44px;
	}
	.contact-block .flex {
		display: block;
		
	}
	.contact-block .left {
		margin: 0 auto;
	}
	.contact-block .right {
		width: 100%;
		text-align: center;
		padding: 50px 0 0;
	}
	.contact-block {
		position: relative;
		margin: 0px auto 25px;
	}
	.contact-block:before {
		height: 735px;
		width: 1000px;
		position: absolute;
		top: inherit;
		right: 0;
		left: 0;
		margin: auto;
		opacity: 0.17;
		z-index: -1;
		bottom: 0;
	}
	.ltkwidget-version-two {
		max-width: 90%;
		margin: 0 auto;
	}
	.ql-header .inside {
		max-width: 700px;
	}
	.ql-header .side-title {
		left: -78px;
		font-size: 196px;
	}
	.post-header .feat-img {
		max-width: 700px;
	}
	.welcome-block .right .title {
		position: relative;
	}
	#blocks-general-content nav.wp-block-navigation li {
		margin: 0 12px;
	}
	#blocks-general-content nav.wp-block-navigation:before {
		width: 225px;
		height: 143px;
		position: absolute;
		bottom: -67px;
		left: 0;
		margin: auto;
	}
}
@media all and (max-width:885px) {
	.welcome-block .left, .welcome-block .letter {
		display: none;
	}
	.welcome-block {
		display: block;
	}
	.welcome-block .right {
		width:100%;
	}
	.feat-post .flex, .recents-block .bpost, .reels, .styled .flex, .shop-looks .flex, .newsletter-block, .the-footer .pink .flex, .wp-pagenavi, .contact-block .flex, .codes, .pagination {
		max-width: 500px;
	}
	.recents-block .bpost .flex .shopthepost-widget {
		max-width: 445px;
	}
	.reels .show-reels ul li {
		width: 237px;
		margin: 0 0 33px;
		height: 370px;
		padding: 10px;
	}
	.reels ul li .video-wrap .videoimage {
		height: 349px;
		top: 0;
	}
	.reels ul li .video-wrap video {
		height: 347px;
		width: 100%;
	}
	.styled .flex .left ul li, .styled .flex .right ul li {
		width: 116px;
		margin-bottom: 0;
	}
	.newsletter-block .side-text {
		display: none;
	}
	.the-footer .pink .flex {
		display:block;
	}
	.the-footer .pink .lefty {
		width: 100%;
		border: none;
	}
	.the-footer .pink .right {
		width: 100%;
		padding: 10px 97px 0;
		border-left: none;
	}
	.insta-medal {
		top:44px;
	}
	[data-ff-el="root"].ff-64a62889c3c901ea48a10106 .ff-64a62889c3c901ea48a10106__form {
		padding: 0px 0 0!important;
	}
	.custom-header .left {
		display: none;
	}
	.custom-header .right {
		width:100%;
	}
	.feat-post {
		margin: 133px auto 70px;
		position: relative;
	}
	.feat-post .flex .side-text {
		font-family: 'xo Babe';
		transform: rotate(0deg);
		position: absolute;
		color: #C98164;
		font-size: 217px;
		left: 0;
		top: -172px;
		right: 0;
		margin: auto;
		text-align: center;
	}
	.recents-block h2.title {
		padding-left: 0;
		margin: 47px auto -23px;
	}
}
@media all and (max-width:768px) {
	.recents-block .bpost:nth-child(odd):before {
		content: "";
		display: block;
		height: 295px;
		width: 272px;
		right: -109px;
		top: -114px;
		z-index: 0;
	}
	.styled:before {
		height: 407px;
		width: 124px;
	}
	.styled:after {
		width: 148px;
		height: 423px;
	}
	.newsletter-block {
		padding-top: 34px;
	}
	.newsletter-block h2 {
		font-size: 35px;
	}
	.newsletter-block h2 strong {
		font-size: 17px;
		margin: 9px 10px 0 12px;
		font-weight: 600;
	}
	.newsletter-block:after {
		top: 306px;
		height: 188px;
		width: 138px;
		right: -49px;
	}
	.the-footer .footer-line {
		position: absolute;
		bottom: 52px;
		right: 8px;
		width: 124px;
	}
	.contact-block:before {
		width:100%;
	}
	.post-header .feat-img {
		max-width: 500px;
		padding: 30px;
	}
	.post-header .feat-img img {
		width: 100%;
		height: 543px;
	}
	.post-content {
		max-width: 90%;
		margin: 50px auto;
	}
	.related {
		margin-top: 72px;
	}
}
@media all and (max-width:500px) {
	.social-links li:nth-child(1), .social-links li:nth-child(2) {
		display: none;
	}
	.feat-post .flex .right:after {
		right: -47px;
		bottom: -55px;
		height: 168px;
		width: 119px;
	}
	.the-header .flex .right form {
		right: 0;
		bottom: -28px;
		background: white;
	}
	.the-header .flex .left, .the-header .flex .right {
		width: 75px;
		padding: 23px 0 0;
	}
	.welcome-block .right .title p {
		margin: 50px 0 0;
		font-size: 19px;
	}
	.welcome-block .right .title p em {
		font-size: 105px;
		margin: -41px 0 0 8px;
	}
	.welcome-block .right .imagewrap {
		width: 240px;
		height: 318px;
	}
	.welcome-block .right .imagewrap:after {
		content: "";
		display: block;
		width: 350px;
		height: 416px;
		left: -29px;
		bottom: -54px;
		z-index: 0;
	}
	.welcome-block .right .copy {
		max-width: 90%;
	}
	.welcome-block .right {
		height:auto;
	}
	.feat-post .flex .side-text {
		font-size: 174px;
		top: -146px;
	}
	.feat-post .flex, .recents-block .bpost, .reels, .styled .flex, .shop-looks .flex, .newsletter-block, .the-footer .pink .flex, .wp-pagenavi, .contact-block .flex, .codes, .pagination {
		max-width: 300px;
	}
	.feat-post .flex .featured-image img {
		height:411px;
	}
	.feat-post .flex .right h2 {
		font-family: 'Canela';
		font-size: 35px;
		line-height: 44px;
		font-weight: 100;
		margin: 23px 0 13px;
	}
	.feat-post .flex .right .exc {
		padding-right:0;
	}
	.recents-block h2.title {
		padding-left: 0;
		margin: 47px auto 57px;
		font-size: 17px;
	}
	.recents-block h2.title em {
		font-family: 'xo Babe';
		font-size: 100px;
		margin: -50px 0 0 6px;
		font-weight: 100;
		letter-spacing: 0;
	}
	.recents-block .bpost .flex .leftside .meta {
		z-index: 1;
		left: 0;
		right: 0;
		margin: auto;
		top: -70px;
	}
	.recents-block .bpost:nth-child(odd), .recents-block .bpost {
		padding: 12px;
		margin: 30px auto 72px;
	}
	.recents-block .bpost .flex .rightside img {
		width: 100%;
		height: 390px;
	}
	.recents-block .bpost .flex .leftside h3 {
		margin: 20px auto 15px;
		padding: 0;
		font-size: 31px;
		line-height: 1.3;
	}
	.recents-block .bpost .flex .exc {
		padding:0;
	}
	.recents-block .bpost:nth-child(odd) .flex .leftside .meta {
		right: 0;
		left: 0;
	}
	.recents-block .bpost:nth-child(odd):before {
		display: none;
	}
	.recents-block .bpost .flex .shopthepost-widget {
		max-width: 260px;
	}
	.reels .title-flex {
		display: block;
		margin-bottom: 0;
	}
	.reels .title-flex h2 {
		font-size:17px;
		justify-content: center;
		padding: 0;
		background:transparent;
	}
	.reels .title-flex:before {
		top: 97px;
	}
	.reels .show-reels ul li {
		margin: 0 auto 20px;
	}
	.reels .title-flex .right {
		width: 100%;
		text-align: center;
		color: #C98164;
		font-family: 'museo-sans';
		font-size: 15px;
		line-height: 23px;
		padding-right: 0;
	}
	.reels .title-flex h2 em {
		font-size: 153px;
		margin: -67px 0 0 0px;
	}
	.reels {
		margin: 58px auto 65px;
	}
	.styled:before {
		height: 300px;
		width: 96px;
		top: -114px;
	}
	.styled .flex .main-image {
		height: 405px;
	}
	.styled .flex {
		padding-top: 406px;
	}
	.styled .flex .left ul li, .styled .flex .right ul li {
		width: 141px;
		margin-bottom: 15px;
	}
	.shop-looks .flex .left:after {
		bottom: 93px;
		width: 132px;
		height: 83px;
		left: -22px;
	}
	.shop-looks .flex .right ul li {
		width: 33%;
		margin: 0 0 19px;
	}
	.shop-looks .flex {
		max-width: 90%;
	}
	.newsletter-block {
		background-image: url(../MTT_2023/images/mobile-subscribe.png);
		background-size: cover;
		background-position: center;
		max-width: 100%;
		padding: 20px 30px;
	}
	.newsletter-block:after {
		top: 306px;
		height: 190px;
		width: 74px;
		right: 0;
	}
	.the-footer .pink .right {
		width: 100%;
		padding: 10px 0 0;
		border-left: none;
		display: block;
	}
	.the-footer .pink .right #menu-footer-1 {
		width: 215px;
		margin: 0 auto;
	}
	.custom-header .right h1, .archive-header h1 {
		margin: 31px 0 20px;
	}
	.custom-header .right .main-image {
		width: 258px;
		height: 341px;
		margin: 0 auto -40px;
	}
	.archive-wrap article {
		width: 290px;
		margin: 0 0px 80px;
		text-align: center;
	}
	.archive-wrap article img {
		width: 100%;
		height: 375px;
		margin-bottom: 6px;
	}
	.about-block .flex-one, .about-block .flex-two {
		max-width: 90%;
		display: block;
	}
	.about-block .flex-one .left .side-title {
		font-size: 198px;
		color: #C98164;
		font-family: 'xo Babe';
		font-style: inherit;
		position: relative;
		transform: rotate(0deg);
		left: 0;
		top: 0;
		right: 0;
		text-align: center;
		width: 100%;
		display: block;
		line-height: 1;
		margin: -74px auto -49px;
	}
	.about-block .flex-one .left {
		margin: 0 auto;
		width: 100%;
	}
	.about-block .flex-one .left img {
		height:auto;
	}
	.about-block .flex-two .right .image-three {
		width: 226px;
		height: 298px;
		top: -174px;
		right: 0;
	}
	.about-block .flex-two .right .image-two {
		width: 317px;
		margin: 0;
		display: block;
	}
	.about-block .flex-two .right:after {
		width: 247px;
		height: 388px;
		margin: 0 auto;
		position: absolute;
		bottom: -193px;
		right: 0;
	}
	.faqs .title p {
		font-size: 19px;
	}
	.faqs .title p em {
		margin: -50px 0 0 0px;
		font-size: 103px;
	}
	.faqs {
		max-width: 90%;
	}
	.faqs .toggle-item .dd-title {
		font-size: 30px;
	}
	.faqs .toggle-item .dd-title.opened:after {
		content: "+";
		color: #C98164;
		font-size: 45px;
		position: relative;
		top: 5px;
		right: -7px;
	}
	.faqs .toggle-item .dd-title:after {
		content: "-";
		color: #C98164;
		font-size: 65px;
		position: relative;
		top: 10px;
		right: inherit;
	}
	.faqs .toggle-item .dd-answer p {
		padding:10px;
	}
	.contact-block .left {
		margin: 0 auto;
		height: auto;
	}
	.contact-block .flex {
		max-width: 90%;
	}
	#blocks-general-content nav.wp-block-navigation li a span {
		font-size:32px;
	}
	#blocks-general-content nav.wp-block-navigation:before {
		width: 148px;
		height: 118px;
		position: absolute;
		bottom: -40px;
		left: 0;
		margin: auto;
	}
	.codes .wp-block-column {
		margin-bottom: 0;
	}
	.codes {
		margin-bottom: 30px;
	}
	.custom-header .right:before {
		width: 307px;
		height: 416px;
		position: absolute;
		top: 76px;
		right: 0;
		left: 0;
		margin: auto;
	}
	.ql-header .main-image {
		width: 260px;
		height: 369px;
		margin: auto;
		border-radius: 50%;
		object-fit: cover;
		object-position: center;
		top: 58px;
	}
	.ql-header .inside:after {
		width: 307px;
		height: 430px;
	}
	.ql-header .inside {
		max-width: 400px;
	}
	.ql-header .side-title {
		left: -95px;
		font-size: 154px;
		top: 139px;
	}
	.ql-header {
		height: 339px;
		margin-bottom: 151px;
	}
	.qls ul {
		max-width: 90%;
	}
	.qls ul li a.button {
		text-align: center;
		border: 1px solid #C98164;
		margin: 0 auto 26px;
		color: #C98164;
		font-family: 'Avenir Next Condensed';
		font-size: 17px;
		text-transform: uppercase;
		letter-spacing: 0.3rem;
		max-width: 100%;
		height: 68px;
		padding: 23px 0;
		font-weight: 600;
	}
	.styled .title p:after {
		width:100%;
	}
	.newsletter-block h2 {
		font-size: 28px;
	}
	.newsletter-block h2 strong {
		font-size: 14px;
		margin: 7px 6px 0 8px;
		font-weight: 600;
	}
	.creds {
		letter-spacing: 0.05rem;
	}
	.about-block .flex-two .right {
		width:100%;
	}
	.post-header h2 {
		margin: 0 auto;
		text-align: center;
		max-width: 500px;
		font-size: 40px;
		font-family: 'Canela';
		line-height: 50px;
		font-weight: 100;
		padding: 50px 0 14px;
	}
	.post-header .feat-img {
		max-width: 90%;
		padding: 17px;
	}
	.post-header .meta {
		left: 0;
		right: 0;
		margin: auto;
		top: -73px;
	}
	.post-header .feat-img {
		max-width: 90%;
		padding: 17px;
		margin: 65px auto 0;
	}
	.post-header .feat-img img {
		width: 100%;
		height: 425px;
	}
	.nav-links {
		display: flex;
		justify-content: space-between;
		padding: 31px 0px 0;
		color: #BDA693;
		font-size: 16px;
		text-transform: uppercase;
		font-family: 'Avenir Next Condensed';
		letter-spacing: 0.15rem;
	}
}
@media all and (max-width:450px) {
	.about-block .flex-two .right .image-three {
		width: 197px;
		height: 260px;
		top: -174px;
		right: 0;
	}
	.about-block .flex-two .right .image-two {
		width: 255px;
		margin: 0;
		display: block;
	}
	.faqs .title p {
		font-size: 16px;
		letter-spacing: 0.15rem;
	}
	.faqs .title p em {
		margin: -50px 0 0 5px;
		font-size: 83px;
	}
	.faqs .toggle-item .dd-title {
		font-size: 30px;
		line-height: 1;
	}
	.faqs .toggle-item .dd-title.opened:after {
		content: "+";
		color: #C98164;
		font-size: 41px;
		position: relative;
		top: 1px;
		right: -7px;
	}
	.title-bar p {
		font-size: 35px;
	}
	.title-bar p strong {
		font-family: 'Avenir Next Condensed';
		font-size: 16px;
		text-transform: uppercase;
		letter-spacing: 0.15rem;
		margin: 11px 10px 0;
		font-weight: 600;
	}
	.title-bar p em:before {
		content: "";
		display: block;
		background-image: url(../MTT_2023/images/banner-circles.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		width: 161px;
		height: 151px;
		position: absolute;
		bottom: -54px;
		left: -45px;
		margin: auto;
	}
	.qls ul li a.button {
		font-size: 16px;
		text-transform: uppercase;
		letter-spacing: 0.15rem;
	}
	.qls ul:after {
		content: "";
		display: block;
		background-image: url(../MTT_2023/images/ql-wiggle.png);
		width: 101px;
		height: 155px;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		position: absolute;
		bottom: -88px;
		right: -20px;
	}

}