/*!
	Theme Name: Grace + Ivory

	Description: A Genesis-powered Child Theme

	Version: 1.0.27

	Tags:

	Template: genesis
	Template Version: 2.8.3

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
	Text Domain: https://freshviewpartners.com
*/
/* # Site Header
---------------------------------------------------------------------------------------------------- */
/* ## Fadeup Effect
--------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.js .fadeup-effect {
opacity: 0;
overflow: hidden;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeInUp {
from {
  opacity: 0;
  -webkit-transform: translateY(20px);
}
to {
  opacity: 1;
  -webkit-transform: translateY(0);
}
}

@keyframes fadeInUp {
from {
  opacity: 0;
  transform: translateY(20px);
}
to {
  opacity: 1;
  transform: translateY(0);
}
}

.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}

@font-face {
font-family: "slick";
src: url("./assets/fonts/slick.eot");
src: url("./assets/fonts/slick.svg");
src: url("./assets/fonts/slick.ttf");
src: url("./assets/fonts/slick.woff");
}

@font-face {
font-family: "BauerBodoniStd-Bold";
src: url("./assets/fonts/BauerBodoniStd-Bold.woff") format("woff");
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: "PlayfairDisplay-Regular";
src: url("./assets/fonts/PlayfairDisplay-Regular.woff") format("woff");
font-weight: normal;
font-style: normal;
}

@font-face {
  font-family: "PlayfairDisplay-Bold";
  src: url("./assets/fonts/PlayfairDisplay-Bold.woff2") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'PlayfairDisplay-SemiBold';
  src: url("./assets/fonts/PlayfairDisplay-SemiBold.woff") format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PlayfairDisplay-Medium';
  src: url("./assets/fonts/PlayfairDisplay-Medium.woff") format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}



@font-face {
  font-family: 'Ms Madi';
  src: url('./assets/fonts/MsMadi-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('./assets/fonts/Roboto-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Permanent Marker';
  src: url('./assets/fonts/PermanentMarker-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



/* @font-face {
font-family: "Montserrat-Regular-Regular";
src: url("./assets/fonts/Montserrat-Regular-Regular.woff") format("woff");
font-weight: normal;
font-style: normal;
} */

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */
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, main, menu, nav, section, summary {
display: block;
}

audio, canvas, progress, video {
display: inline-block;
}

audio:not([controls]) {
display: none;
height: 0;
}

progress {
vertical-align: baseline;
}

template, [hidden] {
display: none;
}

a {
background-color: transparent;
-webkit-text-decoration-skip: objects;
}

a:active, a:hover {
outline-width: 0;
}

abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
}

b, strong {
font-weight: inherit;
}

b, strong {
font-weight: bolder;
}

dfn {
font-style: italic;
}

h1 {
font-size: 2em;
margin: 0.67em 0;
}

mark {
background-color: #ff0;
color: #000;
}

small {
font-size: 80%;
}

sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}

sub {
bottom: -0.25em;
}

sup {
top: -0.5em;
}

img {
border-style: none;
}

svg:not(:root) {
overflow: hidden;
}

code, kbd, pre, samp {
font-family: monospace, monospace;
font-size: 1em;
}

figure {
margin: 1em 40px;
}

hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}

button, input, optgroup, select, textarea {
font: inherit;
margin: 0;
}

optgroup {
font-weight: bold;
}

button, input {
overflow: visible;
}

button, select {
text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
-webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}

fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}

legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
}

textarea {
overflow: auto;
}

[type="checkbox"], [type="radio"] {
box-sizing: border-box;
padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
height: auto;
}

[type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}

::-webkit-input-placeholder {
color: inherit;
opacity: 0.54;
}

::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}

/* ## Box Sizing
--------------------------------------------- */
html,
input[type="search"] {
box-sizing: border-box;
}

*,
*:before,
*:after {
box-sizing: inherit;
}

/* ## Float Clearing
--------------------------------------------- */
.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,
.widget:before,
.wrap:before,
.announcement-bar:before,
.summary,
.related,
.row,
.announcement-bar .textwidget {
content: " ";
display: table;
}

.author-box:after,
.clearfix:after,
.entry: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,
.widget:after,
.wrap:after,
.announcement-bar:after,
.summary,
.related,
.row,
.announcement-bar .textwidget {
clear: both;
content: " ";
display: table;
}

/* # Defaults
---------------------------------------------------------------------------------------------------- */
/* ## Typographical Elements
--------------------------------------------- */
/* ## Body
--------------------------------------------- */
html {
font-size: 100%;
/* 10px browser default */
}

body {
background-color: #383735;
color: #383735;
font-family: "PlayfairDisplay-Regular", serif;
font-size: 0.875rem;
-webkit-font-smoothing: antialiased;
font-weight: 400;
line-height: 1.625;
margin: 0;
}

@media (max-width: 860px) {
body {
  font-size: 0.75rem;
}
}

a {
color: #383735;
text-decoration: none;
}

a:hover, a:focus {
color: #383735;
text-decoration: none;
cursor: pointer;
}

p {
margin: 0 0 0.25rem;
padding: 0;
}

hr {
border: 0;
border-collapse: collapse;
border-top: 1px solid #f4f8f8;
clear: both;
margin: .5em 0;
}

b,
strong {
font-weight: 700;
}

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

/* ## Lists
--------------------------------------------- */
ol,
ul {
margin: 0;
padding: 0;
}

li {
list-style-type: none;
}

/* ## Block Quotes
--------------------------------------------- */
blockquote {
margin: 40px;
}

blockquote::before {
content: "\201C";
display: block;
font-size: 1.875rem;
height: 0;
left: -20px;
position: relative;
top: -10px;
}

/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 600;
line-height: 1.25;
letter-spacing: 1;
margin: 0 0 0.25rem;
}

h1 {
font-family: "BauerBodoniStd-Bold", serif;
font-weight: 600;
font-size: 2.8125rem;
}

@media only screen and (max-width: 860px) {
h1 {
  font-size: 1.875rem;
}
}

h2 {
font-family: "BauerBodoniStd-Bold", serif;
font-size: 1.875rem;
}

@media only screen and (max-width: 860px) {
h2 {
  font-size: 1.5625rem;
}
}

h3 {
font-family: "BauerBodoniStd-Bold", serif;
font-size: 1.375rem;
line-height: 1.1;
}

@media only screen and (max-width: 860px) {
h3 {
  font-size: 1.25rem;
}
}

h4 {
font-family: "BauerBodoniStd-Bold", serif;
font-size: 1.25rem;
}

@media only screen and (max-width: 860px) {
h4 {
  font-size: 1.125rem;
}
}

h5 {
font-family: "PlayfairDisplay-Regular", serif;
font-weight: 400;
font-size: 2.375rem;
}

@media only screen and (max-width: 860px) {
h5 {
  font-size: 1.875rem;
}
}

h6 {
font-family: "PlayfairDisplay-Regular", serif;
font-size: 3.125rem;
}

/* ## Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
max-width: 100%;
}

img {
height: auto;
}

figure {
margin: 0;
}

/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
background-color: #fff;
border: 1px solid #383735;
color: #383735;
font-size: 1rem;
font-family: "Montserrat-Regular", serif;
font-weight: 400;
text-transform: none;
padding: 8px 16px;
width: 100%;
}

input:focus,
textarea:focus {
border: 1px solid #383735;
outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
width: auto;
}

::-moz-placeholder,
::-webkit-input-placeholder {
color: #c9a460;
font-family: "Montserrat-Regular", serif;
font-size: 16px;
font-weight: 400;
text-transform: none;
opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
background-color: transparent;
border: 1px solid #000;
color: #050507;
text-transform: none;
cursor: pointer;
font-size: 0.875rem;
font-family: "Montserrat-Regular";
font-weight: 400;
letter-spacing: 0.025rem;
padding: 10px 20px;
text-decoration: none;
white-space: normal;
width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus {
background-color: transparent;
color: #050507;
}

.entry-content .button:hover,
.entry-content .button:focus {
color: #050507;
}

.button {
display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
background-color: #f4f8f8;
border-width: 0;
color: #777;
cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
display: none;
}

.test {
margin: none;
}

/* ## Gallery
--------------------------------------------- */
.gallery {
overflow: hidden;
}

.gallery-item {
float: left;
margin: 0 0 28px;
text-align: center;
}

.gallery-columns-1 .gallery-item {
width: 100%;
}

.gallery-columns-2 .gallery-item {
width: 50%;
}

.gallery-columns-3 .gallery-item {
width: 33%;
}

.gallery-columns-4 .gallery-item {
width: 25%;
}

.gallery-columns-5 .gallery-item {
width: 20%;
}

.gallery-columns-6 .gallery-item {
width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
width: 12.5%;
}

.gallery-columns-9 .gallery-item {
width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
clear: left;
}

.gallery img {
border: 1px solid #eee;
height: auto;
padding: 4px;
}

.gallery img:hover, .gallery img:focus {
border: 1px solid #999;
}

/* ## Tables
--------------------------------------------- */
table {
border-collapse: collapse;
border-spacing: 0;
line-height: 2;
margin-bottom: 40px;
width: 100%;
word-break: break-word;
}

tbody {
border-bottom: 1px solid #eee;
}

td,
th {
text-align: left;
}

td {
border-top: 1px solid #eee;
padding: 6px;
}

th {
font-weight: 400;
padding: 0 6px;
}

td:first-child,
th:first-child {
padding-left: 0;
}

/* ## Screen Reader Text
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
position: absolute !important;
clip: rect(0, 0, 0, 0);
height: 1px;
width: 1px;
border: 0;
overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
clip: auto !important;
height: auto;
width: auto;
display: block;
font-size: 1em;
font-weight: bold;
padding: 15px 23px 14px;
color: #383735;
background: #fff;
z-index: 100000;
/* Above WP toolbar. */
text-decoration: none;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.more-link {
position: relative;
}

/* ## Buttons
--------------------------------------------- */
.buttonOne {
font-family: "Nevis";
font-size: 14px;
font-weight: 400;
letter-spacing: 0.025rem;
background-color: #fff;
color: #c9a460;
border: 1px solid #c9a460;
}

.buttonOne:hover {
background-color: #c9a460;
color: #fff;
}

.buttonTwo {
font-family: "Nevis";
font-size: 14px;
font-weight: 400;
letter-spacing: 0.025rem;
background-color: #c9a460;
color: #fff;
border: 1px solid #c9a460;
}

.buttonTwo:hover {
background-color: #fff;
color: #c9a460;
}

.buttonThree {
font-family: "Nevis";
font-size: 14px;
font-weight: 400;
letter-spacing: 0.025rem;
background-color: #b8a99d;
color: #fff;
border: 1px solid #b8a99d;
}

.buttonThree:hover {
background-color: #fff;
color: #b8a99d;
}

/* ## Base align
--------------------------------------------- */
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 24px;
}

img.alignnone,
.alignnone {
margin-bottom: 12px;
}

a.alignleft,
img.alignleft {
margin: 0 24px 24px 0;
}

a.alignright,
img.alignright {
margin: 0 0 24px 24px;
}

/* ## Base audio-video
--------------------------------------------- */
.wp-caption.alignright {
margin: 0 0 24px 24px;
}

.wp-caption.alignleft {
margin: 0 24px 24px 0;
}

.wp-caption-text {
font-size: 14px;
font-size: 1.4rem;
font-weight: 600;
margin: 0;
text-align: center;
}

.entry-content p.wp-caption-text {
margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
margin: 0 0 28px;
}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Base Layout Styles
--------------------------------------------- */
.row {
width: 100%;
margin-top: 40px;
}

.row:last-child {
margin-bottom: 40px;
}

/* ## Site Containers
--------------------------------------------- */
.site-container {
background-color: #fff;
}

.site-inner,
.wrap {
margin: 0 auto;
max-width: 1140px;
}

@media (max-width: 1340px) {
.site-inner,
.wrap {
  max-width: 1140px;
}
}

@media (max-width: 1200px) {
.site-inner,
.wrap {
  max-width: 960px;
}
}

@media (max-width: 1023px) {
.site-inner,
.wrap {
  max-width: 800px;
}
}

.site-inner {
clear: both;
padding-top: 40px;
word-wrap: break-word;
}

@media (max-width: 860px) {
.site-inner {
  padding: 5% 5% 0;
}
}

@media (max-width: 860px) {
.wrap {
  padding-left: 5%;
  padding-right: 5%;
}
}

.landing-page .site-inner {
max-width: 800px;
}

.home .site-inner,
.no-wrap {
padding: 0px;
margin: 0px;
max-width: 100%;
}

/* ## Column Widths and Positions
--------------------------------------------- */
@media only screen and (max-width: 1023px) {
.content,
.content-sidebar-sidebar .content,
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-primary,
.sidebar-secondary,
.sidebar-sidebar-content .content,
.sidebar-sidebar-content .content-sidebar-wrap {
  width: 100%;
}
}

/* ### Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
width: 1060px;
}

@media (max-width: 1340px) {
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  width: 920px;
}
}

@media (max-width: 1200px) {
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  width: 740px;
}
}

.content-sidebar-sidebar .content-sidebar-wrap {
float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
float: right;
}

/* ### Primary Sidebar */
.sidebar-primary {
float: right;
width: 360px;
}

@media (max-width: 1340px) {
.sidebar-primary {
  width: 300px;
}
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
float: left;
}

/* ### Secondary Sidebar */
.sidebar-secondary {
float: left;
width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
float: right;
}

/* Column Classes
--------------------------------------------- */
/* Column Classes
Link: http://wpsmith.net/2013/wp/genesis-2-0-drops-fifths-from-column-classes/
Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */
.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
float: left;
margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
width: 48.717948717948715%;
}

.one-third,
.two-sixths {
width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
width: 65.81196581196582%;
}

.one-fourth {
width: 23.076923076923077%;
}

.three-fourths {
width: 74.35897435897436%;
}

.one-fifth {
width: 17.9487179487179488%;
}

.two-fifths {
width: 38.4615384615384616%;
}

.three-fifths {
width: 58.9743589743589744%;
}

.four-fifths {
width: 79.4871794871794872%;
}

.one-sixth {
width: 14.52991452991453%;
}

.five-sixths {
width: 82.90598290598291%;
}

.first {
clear: both;
margin-left: 0;
}

@media (max-width: 860px) {
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  margin: 0;
  width: 100%;
}
}

/* ## Avatar
--------------------------------------------- */
.avatar {
border-radius: 50%;
float: left;
}

.alignleft .avatar {
margin-right: 24px;
}

.alignright .avatar {
margin-left: 24px;
}

/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
margin: 0;
}

.genesis-skip-link li {
height: 0;
width: 0;
list-style: none;
}

/* Display outline on focus */
:focus {
color: #333;
outline: #ccc solid 1px;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
background-color: #fff;
}

.site-header > .wrap {
padding: 20px 0px;
}

@media only screen and (max-width: 1023px) {
.site-header .wrap {
  padding-left: 5%;
  padding-right: 5%;
}
}

/* ## Title Area
--------------------------------------------- */
.title-area {
float: left;
padding: 10px 0;
width: 400px;
}

@media only screen and (max-width: 1023px) {
.title-area {
  width: 100%;
  text-align: center;
}
}

.header-full-width .title-area {
float: none;
width: 100%;
}

@media only screen and (max-width: 1023px) {
.site-description,
.site-header .title-area,
.site-header .widget-area,
.site-title {
  text-align: center;
}
}

.site-title {
font-size: 1.875rem;
font-weight: 700;
line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
color: #383735;
text-decoration: none;
}

.site-description {
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
}

.site-description,
.site-title {
margin-bottom: 0;
}

.header-image .title-area {
margin: 0 auto;
max-width: 400px;
padding: 0;
}

@media only screen and (max-width: 1023px) {
.header-image .title-area {
  float: none;
}
}

.header-image .site-title > a {
background-position: center !important;
background-size: contain !important;
float: left;
min-height: 80px;
width: 100%;
}

.header-image .site-description,
.header-image .site-title {
display: block;
text-indent: -9999px;
}

/* ## Header Right Widget Area
--------------------------------------------- */
.site-header .widget-area {
float: right;
text-align: right;
width: 800px;
}

@media only screen and (max-width: 1200px) {
.site-header .widget-area {
  width: 620px;
}
}

@media only screen and (max-width: 1023px) {
.site-header .widget-area {
  width: 100%;
}
}

.utility-bar {
background-color: #fff;
padding: 5px 0px;
color: #fff;
border-bottom: 2px solid #f4f8f8;
}

.utility-bar img {
float: right;
}

.announcement-bar {
background-color: #08424e;
padding: 10px 0px;
font-size: 12px;
min-height: 50px;
}

.announcement-bar .custom-html-widget {
width: 100%;
margin: auto;
}

.announcement-bar .custom-html-widget div {
width: 100%;
margin: auto;
text-align: center;
}

.announcement-bar .custom-html-widget a {
display: inline-block;
margin-left: 80px;
color:#fff;
margin-right: 80px;
}
.announcement-bar .custom-html-widget .announcement-btn{
	display:inline-block;
	border: 1px solid #fff;
	padding: 5px 20px;
	transition:all .3s ease;
}
.announcement-bar .custom-html-widget .announcement-btn:hover{
	background-color:#fff;
	color:#08424e;
}
.announcement-bar .custom-html-widget p {
display: inline-block;
padding-top: 5px;
letter-spacing: .05em;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
clear: both;
font-size: 0.6875rem;
font-weight: lighter;
line-height: 1;
width: 100%;
font-family: "Montserrat";
text-transform: uppercase;
letter-spacing: .1em;
}

@media only screen and (max-width: 1023px) {
.genesis-nav-menu {
  text-align: center;
}
.genesis-nav-menu .genesis-nav-menu li,
.site-header ul .genesis-nav-menu {
  float: none;
}
}

.genesis-nav-menu .menu-item {
display: inline-block;
margin-bottom: 0;
padding-bottom: 0;
text-align: left;
}

.genesis-nav-menu a {
color: #59595e;
text-decoration: none;
display: block;
padding: 32px 20px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
color: #59595e;
text-decoration: none;
}

.genesis-nav-menu .sub-menu {
border-top: 1px solid #f4f8f8;
left: -9999px;
opacity: 0;
position: absolute;
transition: opacity .4s ease-in-out;
width: 200px;
z-index: 99;
}

.genesis-nav-menu .sub-menu a {
background-color: #fff;
border: 1px solid #f4f8f8;
border-top: 0;
font-size: 0.875rem;
padding: 20px;
position: relative;
width: 220px;
word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
margin: -56px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
left: auto;
opacity: 1;
}

.genesis-nav-menu > .first > a {
padding-left: 0;
}

.genesis-nav-menu > .last > a {
padding-right: 0;
}

.genesis-nav-menu > .right {
float: right;
}

ul#menu-primary li {
text-align: center !important;
}

/* ## Accessible Menu
--------------------------------------------- */
.menu .menu-item:focus {
position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
left: auto;
opacity: 1;
}

.sub-menu-toggle,
.menu-toggle {
display: none;
visibility: hidden;
}

@media only screen and (max-width: 860px) {
.sub-menu-toggle,
.menu-toggle {
  border-width: 0;
  background-color: #fff;
  color: #333;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  visibility: visible;
}
}

@media only screen and (max-width: 860px) {
.sub-menu-toggle {
  float: right;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}
.sub-menu-toggle:hover, .sub-menu-toggle:focus {
  border-width: 0;
}
.sub-menu-toggle:before {
  display: inline-block;
  text-rendering: auto;
}
.sub-menu-toggle.activated:before {
  content: "\f142";
}
.menu-toggle {
  border-top: 1px solid #eee;
  line-height: 20px;
  position: relative;
  right: 0;
  z-index: 1000;
  width: 100%;
}
.site-header .menu-toggle {
  border: 0;
}
.menu-toggle:before, .menu-toggle.activated:before {
  margin-right: 10px;
  text-rendering: auto;
}
}

/* ## Breadcrumbs
--------------------------------------------- */
.breadcrumb {
background-color: #fff;
font-size: 1rem;
margin-bottom: 1px;
padding: 12px 30px;
}

/* ## Site Header Navigation
--------------------------------------------- */
.site-header .genesis-nav-menu li li {
margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */
.nav-primary {
background-color: #fff;
text-align: center;
}

.nav-primary .wrap {
margin-top: 10px;
}

.nav-primary ul li span {
font-weight: 400;
}

.nav-primary ul li span:hover {
opacity: .75;
}

@media only screen and (max-width: 860px) {
.nav-primary ul li span {
  border-right: none;
}
}

.nav-primary ul li a {
padding-right: 0px;
padding-top: 0px;
}

.nav-primary ul li:last-child span {
border-right: none;
}

.nav-primary ul ul li {
border-right: none;
}

.nav-secondary {
background-color: #fff;
border-top: 1px solid #f4f8f8;
}

/* ## Pagination
--------------------------------------------- */
.pagination {
clear: both;
margin: 40px 0;
}

@media only screen and (max-width: 860px) {
.pagination {
  margin: 5% auto;
}
}

.adjacent-entry-pagination {
margin-bottom: 0;
}

.archive-pagination li {
display: inline;
}

@media only screen and (max-width: 860px) {
.archive-pagination li a {
  margin-bottom: 4px;
}
}

.archive-pagination a {
background-color: #fff;
color: #333;
cursor: pointer;
display: inline-block;
font-size: 1rem;
font-weight: 600;
padding: 8px 12px;
text-decoration: none;
}

.archive-pagination a:hover, .archive-pagination a:focus,
.active .archive-pagination a {
background-color: #c3251d;
color: #fff;
}

/* ## Footer Navigation
--------------------------------------------- */
.site-footer .genesis-nav-menu {
padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
padding: 0 20px 10px;
}

/* ## .js enabled styles
--------------------------------------------- */
.nav-primary .wrap .js-superfish {
padding: 0px 60px;
}

@media only screen and (max-width: 860px) {
.js .genesis-nav-menu .sub-menu, .js .genesis-nav-menu .sub-menu a {
  width: 100%;
}
.js .genesis-nav-menu .menu-item:hover {
  position: relative;
}
.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
  left: 0;
  margin-left: 0;
}
.js .genesis-nav-menu > .menu-item-has-children > a:after {
  content: none;
}
.js .genesis-nav-menu .sub-menu {
  border: none;
  clear: both;
  display: none;
  margin: 0;
  opacity: 1;
  padding-left: 15px;
  position: static;
  width: 100%;
}
.js .genesis-nav-menu .sub-menu .sub-menu {
  margin: 0;
}
.js .nav-primary .genesis-nav-menu .menu-item, .js .site-header .genesis-nav-menu .menu-item {
  display: block;
  float: none;
  margin: 1px 0;
  position: relative;
  text-align: left;
}
.js .nav-primary .genesis-nav-menu .menu-item a, .js .site-header .genesis-nav-menu .menu-item a {
  border: none;
  padding: 12px 0;
  width: 100%;
}
.js nav button:hover,
.js .menu-toggle:hover,
.js .nav-primary,
.js nav button:focus,
.js .menu-toggle:focus {
  background-color: #fff;
}
.js nav button:hover,
.js .menu-toggle:hover,
.js .nav-primary {
  color: #000;
}
.js nav button:focus,
.js .menu-toggle:focus {
  color: #b8a99d;
}
}

.js nav {
display: none;
}

@media only screen and (min-width: 860px) {
.js nav {
  display: block;
}
}

.js nav.woocommerce-MyAccount-navigation {
  display: block;
  margin-left: 0;
}

@media only screen and (max-width: 860px) {
.site-header .wrap {
  padding-left: 0;
  padding-right: 0;
}
.title-area {
  width: auto;
}
.header-image .title-area {
  width: 100%;
}
.menu-toggle,
.menu-toggle:focus,
.menu-toggle:hover {
  border-top: none;
}
.nav-primary {
  float: none;
  clear: both;
}
.site-header .wrap {
  padding-left: 5%;
  padding-right: 5%;
}
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */
.full-width-content {
letter-spacing: 0;
font-weight: 400;
}

.full-width-content .entry {
background-color: #fff;
margin-bottom: 40px;
}

@media only screen and (max-width: 860px) {
.full-width-content .entry {
  margin-bottom: 5%;
}
}

p.entry-meta {
font-size: 2.375rem;
margin-bottom: 0;
}

/* ## Entry Header
--------------------------------------------- */
.entry-title {
font-size: 1.875rem;
}

.entry-title a {
color: #333;
text-decoration: none;
}

.entry-title a:hover, .entry-title a:focus {
color: #b8a99d;
}

.entry-header .entry-meta {
margin-bottom: 24px;
font-size: 1rem;
}

.entry-comments-link::before {
content: "\2014";
margin: 0 6px 0 2px;
}

/* ## Entry Content
--------------------------------------------- */
.entry-content ol, .entry-content ul {
margin-bottom: 28px;
margin-left: 40px;
}

.entry-content ol > li {
list-style-type: decimal;
}

.entry-content ul > li {
list-style-type: none;
}

.entry-content ol ol,
.entry-content ul ul {
margin-bottom: 0;
}

.entry-content code {
background-color: #f4f8f8;
color: #333;
}

/* ## Entry Footer
--------------------------------------------- */
.entry-footer .entry-meta {
border-top: 1px solid #f4f8f8;
padding-top: 24px;
margin-bottom: 0;
font-size: 1rem;
}

.entry-categories,
.entry-tags {
display: block;
}

/* # After Entry
--------------------------------------------- */
.after-entry {
background-color: #fff;
font-size: 1.125rem;
margin-bottom: 40px;
padding: 60px;
}

@media (max-width: 860px) {
.after-entry {
  padding: 30px;
  margin-bottom: 5%;
}
}

/* # Author Box
--------------------------------------------- */
.author-box {
background-color: #fff;
font-size: 1.125rem;
margin-bottom: 40px;
padding: 60px;
}

.author-box p:last-child {
margin-bottom: 0;
}

@media (max-width: 860px) {
.author-box {
  padding: 30px;
  margin-bottom: 5%;
}
}

.author-box-title {
font-size: 20px;
}

.author-box .avatar {
margin-right: 24px;
}

/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
background-color: #fff;
font-size: 1rem;
margin-bottom: 40px;
}

@media only screen and (max-width: 860px) {
.comment-respond,
.entry-comments,
.entry-pings {
  padding: 30px;
  margin-bottom: 5%;
}
}

.comment-respond,
.entry-pings {
padding: 60px 60px 32px;
}

.entry-comments {
padding: 60px;
}

.entry-pings .reply {
display: none;
}

.comment-list li {
padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
padding-left: 0;
}

.comment-header {
margin-bottom: 30px;
}

.comment-header p {
margin-bottom: 0;
}

.comment .avatar {
margin: 0 16px 24px 0;
}

.comment-content {
clear: both;
}

.comment-content ul > li {
list-style-type: disc;
}

.comment-respond label {
display: block;
margin-right: 12px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
width: 50%;
}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
font-size: 14px;
margin-bottom: 40px;
}

.sidebar #media_image-2 .widget-wrap {
text-align: center;
}

.sidebar h4, .sidebar h3 {
font-family: 'PlayfairDisplay-Regular';
font-size: 23px;
font-style: italic;
text-align: center;
}

.sidebar .widget {
background-color: #fff;
padding: 10px;
}

.sidebar .meganBio {
position: relative;
}

.sidebar .meganBioText {
padding-left: 25px;
}

.sidebar .meganBioText p, .sidebar .meganBioText a {
margin-bottom: 0px;
}

.sidebar .sidebar-icons {
position: absolute;
left: -90px;
top: 100px;
font-size: 14px;
transform: rotate(90deg);
color: #c9a460;
}

.sidebar .sidebar-icons i {
transform: rotate(-90deg);
padding: 10px;
}

.sidebar a:hover:not(.considering-surrogacy-btn) {
opacity: 0.5;
cursor: pointer;
}

@media only screen and (max-width: 1023px) {
.sidebar-primary {
  width: 100%;
}
}

/* # Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
margin-bottom: 0px;
word-wrap: break-word;
}

.widget ul > li:last-of-type {
padding-bottom: 0;
}

.widget ol > li {
list-style-position: inside;
list-style-type: decimal;
padding-left: 20px;
text-indent: -20px;
}

.widget li li {
border: 0;
margin: 0 0 0 30px;
padding: 0;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
margin-bottom: 0;
}

@media only screen and (max-width: 860px) {
.sidebar .widget {
  padding: 30px;
  margin-bottom: 5%;
}
}

.sidebar .widget-title a {
color: #383735;
text-decoration: none;
}

.widget-title {
font-size: 1.125rem;
margin-bottom: 20px;
}

.widget_calendar table {
width: 100%;
}

.widget_calendar td,
.widget_calendar th {
text-align: center;
}

/* ## Featured Content
--------------------------------------------- */
.featured-content .entry {
background: none;
padding: 0;
}

.featured-content .entry:last-of-type {
margin-bottom: 0;
}

.featured-content .entry-title {
font-size: 1.25rem;
}

/* ## Search Form
--------------------------------------------- */
.search-form {
overflow: hidden;
}

.entry-content .search-form,
.site-header .search-form {
margin-bottom: 40px;
width: 50%;
}

.site-header .search-form {
float: right;
margin: 12px auto 0;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
margin-top: 10px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
padding: 0;
position: absolute;
width: 1px;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
background-color: #fff;
font-size: 0.75rem;
color: #050507;
font-family: "PlayfairDisplay-Regular";
font-weight: 400;
letter-spacing: 1px;
line-height: 1.5;
padding: 20px 0;
text-align: center;
}

.site-footer p {
margin-bottom: 0;
text-transform: uppercase;
}

.site-footer a {
color: #050507;
text-decoration: underline;
}

.site-footer a:hover {
opacity: 0.5;
cursor: pointer;
}

/* ## Footer Widget Areas
--------------------------------------------- */
.footer-widgets-1 {
width: 30%;
padding: 1%;
}

.footer-widgets-1 img {
max-width: 200px !important;
}

.footer-widgets-2 {
width: 40%;
padding: 1%;
}

.footer-widgets-3 {
width: 30%;
padding: 1%;
}

.footer-widgets-1,
.footer-widgets-2 {
float: left;
}

.footer-widgets-3 {
float: right;
}

.footer-widgets {
background: #fff;
}

@media only screen and (max-width: 860px) {
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
  width: 100%;
  float: none;
  text-align: center;
}
.footer-widgets-2 {
  padding: 20px 0px;
}
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* ## Genesis eNews Extended
--------------------------------------------- */
.sidebar .enews-widget {
background-color: #f2eee8;
padding: 40px 20px;
margin: 30px auto;
}

.sidebar .enews-widget, .sidebar .enews-widget .widget-title {
color: #383735;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
border: 1px solid #f4f0ed;
}

.sidebar .enews-widget input[type="submit"] {
background-color: #f4f0ed;
color: #fff;
}

.sidebar .enews-widget input:hover[type="submit"],
.sidebar .enews-widget input:focus[type="submit"] {
background-color: #fff;
color: #f4f0ed;
}

.enews-widget input {
font-size: 0.875rem;
font-family: "Nevis";
margin-bottom: 16px;
}

.enews-widget input::placeholder {
color: #383735;
}

.enews-widget input[type="submit"] {
margin: 0;
width: 100%;
}

.enews form + p {
margin-top: 24px;
}

/* ## WooCommerce
--------------------------------------------- */
.woocommerce-loop-product__title {
font-size: 16px !important;
font-family: 'PlayfairDisplay-Regular' !important;
padding-bottom: 0px !important;
padding-top: 0px !important;
}

.products .product {
text-align: center !important;
}

.products .product .woocommerce-Price-amount {
color: #050507 !important;
}

.product .product_meta {
display: none !important;
}

.product .woocommerce-Price-amount {
color: #d2b7a6 !important;
font-size: 20px !important;
margin-bottom: 20px;
}

.wcrp-rental-products-is-rental.woocommerce div.product .price {
  color: #08424e !important;
}

.wcrp-rental-products-is-rental.woocommerce .product .woocommerce-Price-amount {
  color: #08424e !important;
}

/* Rental Calendar Colors */
:root {
  --litepicker-is-start-color-bg: #08424e;
  --litepicker-is-end-color-bg: #08424e;
  --litepicker-day-color-hover: #08424e;
  --litepicker-day-color-hover: #08424e;
  --litepicker-button-next-month-color-hover: #08424e;
  --litepicker-button-prev-month-color-hover: #08424e;
  --litepicker-button-apply-color-bg: #08424e;
  --litepicker-button-reset-color-hover: #08424e;
  --litepicker-is-in-range-color: #99C5CE;
  --litepicker-day-color: #000;
}

.product .single_add_to_cart_button {
background-color: #d2b7a6 !important;
margin-top: 5px !important;
width: 200px !important;
padding: 15px !important;
color: #fff !important;
border-radius: 0px !important;
text-transform: uppercase !important;
}

.woocommerce .checkout-button {
background-color: #d2b7a6 !important;
color: #fff !important;
border-radius: 0px !important;
text-transform: uppercase !important;
}

.woocommerce-message {
border-color: #050507 !important;
background-color: #decdc2 !important;
}

.woocommerce-message::before {
color: #050507 !important;
}

.woocommerce-message .wc-forward {
background-color: #fff !important;
color: #050507 !important;
border-radius: 0px !important;
border: 1px solid #050507 !important;
}

.woocommerce .onsale {
background-color: #decdc2 !important;
}

.woocommerce td a.remove {
color: #050507 !important;
}

.woocommerce .price {
margin-bottom: 20px !important;
}

.woocommerce .price del {
text-decoration-color: #333 !important;
}

.woocommerce .price ins {
text-decoration: none !important;
}

.woocommerce .reset_variations {
display: none !important;
}

.woocommerce .woocommerce-Tabs-panel h2 {
display: none !important;
}

.woocommerce .woocommerce-product-details__short-description {
margin-bottom: 20px !important;
}

.woocommerce .coupon {
display: none !important;
}

.woocommerce a.try-on-btn {
background-color: #d2b7a6 !important;
margin-top: 0px !important;
width: 200px !important;
padding: 12px 15px !important;
color: #fff !important;
border-radius: 0px !important;
text-transform: uppercase !important;
display: block !important;
text-align: center !important;
font-weight: 600 !important;  
display: block !important;
float: none !important;
margin-bottom: 20px; 
float: none !important;
max-width: 300px !important;
width: 100% !important;
margin-bottom: 20px;
}

.woocommerce .variations {
margin-top: 20px !important;
}

.woocommerce .summary .variations_form .variations select {
color: #08424e !important;
text-transform: capitalize !important;
border-color: #08424e !important;
border-radius: 0px !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  left: 0.5em;
  right: auto;
}

@media screen and (min-width: 767px) {
  .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    left: calc(20% + 14px);
  }
}

@media screen and (max-width: 768px) {
  .pinterest-for-woocommerce-image-wrapper{
    display: none;
  }
}

.product .quantity {
display: none !important;
}

.related .add_to_cart_button {
display: none !important;
}

/*Do this in php*/
.additional_information_tab, #tab-additional_information {
  display: none !important;
}

.product-post-content {
margin-top: 40px !important;
}

.single-product .yith-wcwl-add-to-wishlist {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 10;
  margin-top: 0 !important;
  width: 36px;
}

@media screen and (min-width: 767px) {
  .single-product .yith-wcwl-add-to-wishlist {
    left: calc(44.9% - 14px);
    right: auto;
  }
}

.woocommerce a.add_to_wishlist.button.alt,
.woocommerce .yith-wcwl-add-button a.disabled_item {
  width: 36px;
  height: 36px;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.woocommerce .yith-wcwl-add-button a.disabled_item {
  background-color: #fff !important;
}

.yith-wcwl-icon.fa {
  color: rgb(8,66,78);
  font-size: 18px;
  margin-right: 0;
}

.woocommerce.single-product .yith-wcwl-add-button a.delete_item {
  background-color: #fff;
  font-size: 0;
  text-indent: -9999px;
  width: 36px;
  height: 36px;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.woocommerce.single-product .yith-wcwl-add-button a.delete_item:hover {
  background-color: #fff;
}

.woocommerce.single-product .yith-wcwl-add-button .yith-wcwl-icon {
  text-indent: 0;
}

.single-product .yith-wcwl-add-button .separator {
  display: none;
}

.single-product .view-wishlist {
  display: none;
}

.wcrp-rental-products-is-rental .yith-wcwl-add-to-wishlist {
  display: none;
}

.archive .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
  right: 10px;
  left: auto;
  width: 30px;
  height: 30px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 16px;
}

@media screen and (min-width: 767px) {
  .archive .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
    display: none;
  }
}

.archive .add-to-wishlist-before_image:hover .yith-wcwl-add-to-wishlist {
  display: flex;
}

.archive .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-icon {
  font-size: 14px;
}

.yith_wcwl_wishlist_bulk_action {
  display: none;
}

/* ## Calendar
--------------------------------------------- */
.entry-summary form .booking-wrapper {
font-family: 'PlayfairDisplay-Regular' !important;
margin-top: 20px !important;
}

.booking-info-wraper p,
.booking-info-wraper .woocommerce-Price-amount {
color: #fff !important;
font-size: 16px !important;
}

.selected-date {
border-color: #050507 !important;
}

.callender-error-msg {
display: none !important;
}

.ph-calendar-date.non-bookable-slot {
  cursor: pointer;
}

.ph-calendar-date.non-bookable-slot.de-active {
  cursor: not-allowed;
}

/* # Archive
--------------------------------------------- */
.archive-description {
background-color: #f4f8f8;
font-size: 1.125rem;
margin-bottom: 40px;
padding: 60px;
}

.archive-description p:last-child {
margin-bottom: 0;
}

@media (max-width: 860px) {
.archive-description {
  padding: 30px;
  margin-bottom: 5%;
}
}

.archive-description .entry-title,
.archive-title {
font-size: 20px;
}

/* # Pages
---------------------------------------------------------------------------------------------------- */
.home-section-one {
background-image: url("/wp-content/uploads/2019/04/bridal-done-differently-bg.png");
background-size: cover;
height: 550px;
display: flex;
align-items: center;
}

.home-section-three {
background-image: url("/wp-content/uploads/2019/07/bride-testimonials-bck.jpg");
background-size: cover;
height: 550px;
display: flex;
align-items: center;
}

.home-section-three .custom-html-widget {
display: flex;
align-items: center;
}

@media only screen and (min-width: 860px) {
.home-three {
  padding-right: 80px;
}
}

.home-section-two .wrap section {
margin: 30px auto;
}

.home-section-two .wrap section:last-child {
background-color: #f4f8f8;
padding: 20px 0px;
border: 1px solid #000;
}

/* Used by New Home ACF template */
.flex {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
justify-content: space-around;
}

.home-two .row:last-child {
background-color: #f4f8f8;
padding: 20px 0px;
border: 1px solid #000;
}

.home-slider2-bck {
background-image: url("/wp-content/uploads/2019/07/bride-testimonials-bck.jpg");
background-size: cover;
}

.home .entry-title {
margin-top: 20px;
margin-bottom: 20px;
}

.home .entry-meta {
margin-top: -70px;
}

.home article.post {
float: left;
width: 32%;
margin-right: 1%;
text-align: center;
}

.home article.post:last-child {
margin-right: 0px;
}

@media only screen and (max-width: 695px) {
.home article.post {
  width: 100%;
  float: none;
}
}

#featured-post-2 h4.widget-title {
text-align: center;
font-size: 22px;
}

.home .add_to_cart_button {
display: none !important;
}

.home .sidebar-primary {
display: none;
}

/* MC4WP Plugin */
input[name="_mc4wp_subscribe_woocommerce"] {
  margin-right: 5px;
}

/* Wedding Date Checkout Field */
#wedding-date-checkout-field {
  margin-top: 50px;
}

#wedding-date-checkout-field #datepicker {
  width: 50%;
}

/* TAH Authorization */
#TAH-authorization-field {
  margin-top: 50px;
}

/* Photo Inspiration Page */
.photo-grid {
  display: grid;
  grid-gap: 16px;
  width: 100%;
}

@media only screen and (min-width:860px) {
  .photo-grid {
    grid-template-columns: repeat(auto-fill, minmax(23%, 1fr));
  }
}

.square {
  position: relative;
  padding-top: 100%;
  box-sizing: border-box;
  background-color: lightgrey;
}

.square-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.square-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.square-content {
  position: absolute;
  top: center;
  left: center;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s;
  cursor: pointer;
  z-index: 2;
}

@media only screen and (min-width:860px) {
  .square-content {
    visibility: hidden;
    opacity: 0;
    z-index: -2;
  }
}

.square-content .content {
  text-align: center;
  position: relative;
  z-index: 2;
  color: #fff;
}

@media only screen and (min-width:860px) {
  .square:hover .square-content {
    opacity: 1;
    visibility: visible;
    z-index: 2;
  }
}

.square-content .content a {
  color: #fff;
  padding-bottom: 1px;
  border-bottom: 1px solid #fff;
}

.square .square-background::after {
  content: '';
  position: absolute;
  z-index: 1;
  left: center;
  top: center;
  background-color: transparent;
  transition: 0.6s;
  background-color: rgba(0, 0, 0, .5);  
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate3d(-50%, -50%, 0);
}

@media only screen and (min-width:860px) {
  .square .square-background::after {
    width: 0px;
    height: 0px;
  }
}

.square:hover .square-background::after {
  content: '';
  background-color: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100%;
}

.square .square-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

/* Dress checkout not available */
.availability-request-button {
  clear: both;
  display: block;
  margin-top: 10px;
  padding-top: 10px;
}

.availability-request-button:hover {
  color: #59595e;
}

.availability-request-button span {
  font-weight: bold;
  text-decoration: underline;
}

#dress-availability-modal {
  z-index: 10;
}

#dress-availability-modal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 500px;
  max-height: 90vh;
  overflow: scroll;
}

#dress-availability-modal .modal-header {
  padding-top: 16px;
  position: relative;
}

#dress-availability-modal .close {
  position: absolute;
  top: 6px;
  z-index: 100;
  right: 6px;
  float: none;
  font-size: 20px;
  padding: 10px;
  line-height: 12px;
}

#dress-availability-modal .nf-form-content label {
  font-size: 14px;
  line-height: 18px;
}

#dress-availability-modal .nf-field-container {
  margin-bottom: 16px;
}

#dress-availability-modal .nf-form-content input.ninja-forms-field {
  padding: 5px;
  height: auto;
}

#genesis-nav-primary ul.sub-menu li a {
text-align: left;
font-size: 11px;
line-height: 21px;
padding: 12px 20px;
text-transform: uppercase;
}

/* Chicago Events Page */
.ch-header {
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 860px) {
  .ch-header {
    height: 82vh;
  }
}

.ch-header-background::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  background-color: rgba(0, 0, 0, 0.3)
}

@media only screen and (min-width: 860px) {
  .ch-header-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 860px) {
  .ch-header-background img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
  }
}

.ch-header-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 860px) {
  .ch-header-content {
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 860px) {
  .ch-header-content .wrap {
    max-width: 40%;
    position: relative;
    margin: 0;
    left: 60%;
  }
}

@media only screen and (min-width: 1100px) {
  .ch-header-content .wrap {
    max-width: 26%;
  }
}

@media only screen and (min-width: 1100px) {
  .ch-heading-span {
    display: block;
  }
}

.ch-header-content .button {
  margin: 10px 0;
  background-color: white;
  color: #383735;
}

.ch-header-content .button:hover {
  background-color: #383735;
}

.ch-header-content .button:hover {
  color: #fff;
}

.ch-shop .button {
  margin-top: 10px;
}

/* Bannerwave Work */

/* Header STUFF */
.header-wrap{
  overflow-x:hidden;
}
.site_header{
  padding:32px 40px;
  position:fixed;
  top:0;
  min-height: 84px; 
  width:100%;
  background-color:#fff;
  z-index:100;
}

.site_header:after {
  content: '';
  width: 100%; 
  height: 100%; 
  position: absolute; 
  top: 0; 
  left: 0; 
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
.site_header .logo-wrap{
  max-width: 275px;
}
.site_header .logo-wrap .logo{
margin-bottom: -3px;
}
.site-container:before{
  content:" ";
  display:block;
  height:87px;
}
.site_header .inner{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.site_header .navigation{
  display:flex;
  align-items: center;
}
.site_header .navigation .nav_link_wrap{
  padding-right:25px;
}
.site_header .navigation .nav_link_wrap.icon-wrapper{
  display:flex;
}
.site_header .navigation .nav_link_wrap.icon-wrapper .icon{
  padding-right:20px;
}
.site_header .navigation .nav_link_wrap.icon-wrapper .icon img{
	height:20px;
}
.site_header .navigation .nav_link_wrap.icon-wrapper .icon:last-child{
  padding-right:0px;
}
.site_header .navigation .nav_link_wrap a{
  font-family: "Montserrat";
  text-transform:uppercase;
  font-size:15px;
  font-weight:400;
  letter-spacing:0.5px;
  color: #2e2e2e;
}
.site_header .navigation .nav_link_wrap a span{
  font-size:8px;
  color: #2e2e2e;
  vertical-align: middle;
}
.site_header .nav_link_dropdown .dropdown-wrapper{
  position:absolute;
  width:250px;
  background-color:#fff;
  padding:10px 0px;
  z-index:10;
  display:none;
}
.site_header .nav_link_dropdown .dropdown-wrapper .nav_sub_link_wrap{
  padding: 5px 25px;
  transition:background-color .3s ease;
}
.site_header .nav_link_dropdown .dropdown-wrapper .nav_sub_link_wrap:hover{
  background-color:#F4F0ED
}
body.admin-bar .site_header{
  top:32px;
}
.mobile-wrap{
  display:none;
}
.mobile-cart{
  padding-right:10px;
}
.mobile-cart img{
  height:22px;
  margin-top:3px;
}
.mobile{ 
  display:none;
  background-image:url("/wp-content/uploads/2021/07/List.svg");
  background-size: contain;
  background-position: 50% 50%;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  align-self: center;
  cursor: pointer;
}
.mobile.open{
  background-image:url("/wp-content/uploads/2021/07/X.svg");
  width: 25px;
  height: 25px;
}
.mobile_menu {
  position: fixed;
  width: 60%;
  height: 100%;
  overflow-y: scroll;
  background: #f4f0ed;
  top: 0;
  left: 0;
  z-index: 80;
  left: 100%;
  padding-top:86px;
}
body.admin-bar .mobile_menu{
  padding-top:132px;  
}
.site_header .search-wrap{
  position: absolute;
  right: 40px;
  top: 80px;
  display:none;
}
.site_header .search-wrap input{
  font-family:"Montserrat";  
}
.search-wrap-mobile .inner{
  position:relative;
  margin-bottom:24px;
}
.search-wrap-mobile input[type="text"]{
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-family:"Montserrat";
  border-radius:0px;
	-webkit-appearance: none;
	 -webkit-border-radius:0px; 
	
}
.search-wrap-mobile .search-submit{
  position: absolute;
    right: 0;
    top: 50%;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.search-wrap-mobile .search-submit i{
  color:rgba(0, 0, 0, 0.2);
  font-size:15px;
}
@media only screen and (max-width : 1360px){
  .site_header .navigation .nav_link_wrap{
    padding-right:20px;
  }
  .site_header .navigation .nav_link_wrap.icon-wrapper .icon{
    padding-right:15px;
  }
  .site_header .navigation .nav_link_wrap a{
    font-size:13px;
  }
}
@media only screen and (max-width : 1200px){
  .site_header .navigation{
    display:none;
  }
  .mobile-wrap{
    display:flex;
  }
  .mobile{
    display:block;
  }
  .mobile-cart{
	margin-top:3px;
  }
}
@media only screen and (max-width : 1025px){
  
  .mobile{
    width:30px;
    height:30px;
  }
  .mobile_menu .mobile-inner{
    padding: 20px 30px;
  }
  .mobile_menu .mobile-inner .mobile-nav-link{
    margin-top:12px;
  }
  .mobile_menu .mobile-inner .mobile-nav-link .mobile_link{
    font-family: "Montserrat";
    font-size:17px;
    font-weight:400;
    color:#383735;
    margin-top:16px;
	letter-spacing:0.5px;
    text-transform: uppercase;
  }
	
  .mobile_menu .mobile-inner .mobile-nav-link .mobile_link i{
    font-size:12px;
  }
  .mobile_menu .mobile-inner .mobile-dropdown{
    display:none;
    padding-left:20px;
  }
  .mobile_menu .mobile-inner .mobile-dropdown .mobile-sublink{
	margin-top:12px;
  }
  .mobile_menu .mobile-inner .mobile-dropdown .mobile-sublink .sublink{
    font-family: "Montserrat";
    font-size:16px;
    color:#979797;
    letter-spacing: 0.06em;
    text-transform: capitalize;
    font-weight:400;
  }
}
@media only screen and (max-width : 576px){
  .site_header{
    padding:30px 20px; 
    min-height: 80px; 
  }
	.site-container:before{
	height:76px;	
	}
  .mobile_menu {
    width:100%;
  }
  .site_header .logo-wrap img{
    width:200px;
  }
}

/* Header STUFF end */

/* Footer stuff */
.footer-wrap{
  padding:30px 80px;
}
.footer-wrap .footer-inner{
  display:flex;
}
.footer-wrap .footer-forty{
  flex: 0 0 40%;
  border-right:1px solid rgba(0, 0, 0, 0.2);
  padding-right:80px;
}
.footer-wrap .footer-forty .inner{
  display:flex;
  flex-wrap: wrap;
}
.footer-wrap .footer-forty .inner .footer-payment-icons{
  display:none
}
.footer-wrap .footer-forty .inner .nav-wrap{
  flex: 0 0 50%;
}
.footer-wrap .footer-forty .inner .nav-wrap .heading{
  font-family: "PlayfairDisplay-Regular";
  color:#383735;
  font-size:14px;
  font-weight:800;
  text-transform: uppercase;
  margin-bottom:10px;
}
.footer-wrap .footer-forty .inner .nav-wrap .footer-links{
  margin-bottom:10px;
}
.footer-wrap .footer-forty .inner .nav-wrap .footer-links .footer-link{
  font-family: "Montserrat";
  color: #8E8E8E;
  font-size: 12px;
  font-weight: 500;
}
.footer-wrap .footer-sixty{
  flex: 0 0 60%;
  padding-left:80px;
}
.footer-wrap .footer-sixty .inner{
  display:flex;
  
}

.footer-wrap .footer-sixty .inner .brand-wrap{
  flex:0 0 50%;
  padding-right:60px;
}
.footer-wrap .footer-sixty .inner .brand-wrap .logo-wrap{
  max-width:80%;
}
.footer-wrap .footer-sixty .inner .brand-wrap .text{
  font-family:"Montserrat";
  color:#383735;
}
.footer-wrap .footer-sixty .inner .newsletter-wrap{
  padding-left:60px;
  flex:0 0 50%;
  align-self: center;
}
.footer-wrap .footer-sixty .inner .newsletter-wrap .inspire-text{
  font-family: "PlayfairDisplay-Regular";
  text-transform: uppercase;
  font-size: 14px;
  color: #383735;
  margin-bottom:10px;
}
.footer-wrap .footer-sixty .inner .newsletter-wrap .social-icons{
  display:flex;
  margin-top:15px;
  align-items: center;
}
.footer-wrap .footer-sixty .inner .newsletter-wrap .social-icons .icon{
  padding-right:10px;
  cursor:pointer
}
.footer-wrap .footer-sixty .inner .newsletter-wrap .newsletter .newsletter-inner .mc4wp-form-fields{
  display:flex;
}
@media only screen and (min-width:992px) and (max-width:1160px) {
  .footer-wrap .footer-sixty .inner .newsletter-wrap .newsletter .newsletter-inner .mc4wp-form-fields{
    display:block;
  }

  .footer-wrap .footer-sixty .inner .newsletter-wrap .newsletter .newsletter-inner .mc4wp-form-fields .mcwp-signup-wrap input {
    display: block;
    width: 100%;
  }
}
.footer-wrap .footer-sixty .inner .newsletter-wrap .newsletter .newsletter-inner .mc4wp-form-fields input{
	border-radius:0px !important;
	-webkit-appearance: none;
	 -webkit-border-radius:0px;
}
.footer-wrap .footer-sixty .inner .newsletter-wrap .newsletter .newsletter-inner .mc4wp-form-fields input[type="email"]{
  padding: 9px 16px;
  border-color: #383735;
  font-family: 'Montserrat';
  font-size: 13px;
  
}
.footer-wrap .footer-sixty .inner .newsletter-wrap .newsletter .newsletter-inner .mc4wp-form-fields input[type="submit"]{
  background-color:#383735;
  color:#fff;
  font-family: 'Montserrat';
  text-transform: uppercase;
  font-size: 12px;
  
}
.footer-wrap .footer-bottom{
  padding-top:25px;
}
.footer-wrap .footer-bottom img{
  width:250px;
}

@media only screen and ( max-width: 1480px ){
  .footer-wrap .footer-sixty .inner .newsletter-wrap{
    padding-left:25px;
  }
  .footer-wrap .footer-sixty .inner .brand-wrap{
    padding-right:25px;
  }
}
@media only screen and ( max-width: 1300px ){
  .footer-wrap .footer-sixty{
    padding-left: 40px;
  }
  .footer-wrap .footer-forty{
    padding-right: 40px;
  }
  .footer-wrap{
    padding:30px 40px;
  }
}
@media only screen and (max-width:1025px){
  .footer-wrap .footer-sixty .inner .newsletter-wrap .newsletter .newsletter-inner .mc4wp-form-fields input[type="submit"]{
    padding:0;
  }
}
@media only screen and (max-width:991px){
  .footer-bottom{
    display:none;
  }
  .footer-wrap .footer-forty .inner .footer-payment-icons{
    display:block
  }
  .footer-wrap .footer-inner{
    flex-wrap:wrap;
  }
  .footer-wrap .footer-inner .footer-forty , .footer-wrap .footer-inner .footer-sixty{
    flex: 0 0 100%;
    padding: 20px 40px;
    border:none;
  }
  .footer-wrap .footer-inner .footer-forty {
    border-bottom:1px solid rgba(0, 0, 0, 0.2);
  }
  .footer-wrap{
    padding-left:0;
    padding-right:0;
  }
  .footer-wrap .footer-inner .footer-forty .footer-payment-icons{
    padding-top:25px;
    flex:0 0 100%;
    text-align:Center
  }
  .footer-wrap .footer-inner .footer-forty .footer-payment-icons img{
    width:50%;
  }
  .footer-wrap .footer-inner .footer-sixty .inner{
    flex-wrap:wrap;
  }
  .footer-wrap .footer-inner .footer-sixty .inner .brand-wrap{
    flex: 0 0 100%;
    text-align: center;
    padding:0px 200px;
  }
  .footer-wrap .footer-sixty .inner .brand-wrap .logo-wrap{
    margin: 0 auto;
  }
  .footer-wrap .footer-sixty .inner .newsletter-wrap{
    flex: 0 0 100%;
    text-align:center;
    padding-top:25px;
  }
  .footer-wrap .footer-sixty .inner .newsletter-wrap .newsletter .newsletter-inner .mc4wp-form-fields{
    justify-content: center;
  }
  .footer-wrap .footer-sixty .inner .newsletter-wrap .newsletter .newsletter-inner .mc4wp-form-fields input[type="submit"]{
    padding: 10px 20px;
  }
  .footer-wrap .footer-sixty .inner .newsletter-wrap .social-icons{
    justify-content: center;
  }
  .footer-wrap .footer-sixty .inner .newsletter-wrap{
    padding-left:0;
  }
}
@media only screen and (max-width: 567px){
  .footer-wrap .footer-inner .footer-sixty .inner .brand-wrap{
    padding:0;
  }
  .footer-wrap .footer-inner .footer-forty .footer-payment-icons img{
    width:90%;
  }
  .footer-wrap .footer-inner .footer-forty{
    padding-right:20px;
    padding-left:20px;
  }
}

/* Footer stuff end */

/* Woocommerce Shop Page Mobile Double Click Fix */

@media only screen and (max-width:1025px){
  .woocommerce ul.products li.product a img{
    pointer-events: none;
  }
  .pif-has-gallery .wp-post-image--secondary{
    display:none !important;
  }
}

/* Woocommerce Shop Page Mobile Double Click Fix End */

/* Ig feed fix */
.instagram-feed-container{
  background-color:#f4f0ed;
  margin-top: 50px;
}
.instagram-feed-container .text-wrap{
  padding:30px 0px 20px 0px;
  text-align:center;
  
}
.instagram-feed-container .instagram-feed{
  position:relative;
}
.instagram-feed-container .insta-caption{
  background-color:#fff;
  position:absolute;
  left:50%;
  top:50%;
  padding-left:20px;
  padding-right:20px;
  font-family: "Montserrat-Regular";
  font-size: 18px;
  text-transform:uppercase;
  transform:translate(-50%,-50%);
}

/* homepage slider */
.homepage-slider .inner{
  position:relative;
}
#home-slider-wrap .slick-slide img{
  width:100%;
  height:auto;
	
}
.homepage-slider .slick-dots li button:before{
  font-size:15px;
  color:#fff;
}
.homepage-slider .slick-dots.slick li button:before{
  font-size:15px;
  color:#fff;
}
.homepage-slider .slick-dots li.slick-active button:before{
  color:#fff;
  opacity:1;
}
.homepage-slider .slick-dots{
  bottom:0px;
  margin-left:0;
}
.homepage-slider .previousarrow{
  position:absolute;
  top:50%;
  left:25px;
  transform:translateY(-50%);
  opacity:0.6;
  cursor:pointer;
  transition: opacity .4s ease;
}
.homepage-slider .nextarrow{
  position:absolute;
  top:50%;
  right:25px;
  transform:translateY(-50%);
  opacity:0.6;
  cursor:pointer;
  transition: opacity .4s ease;
}
.homepage-slider .nextarrow:hover,.homepage-slider .previousarrow:hover{
  opacity:1
}
.homepage-slider .inner .carousel-slide{
  position:relative;
} 
.homepage-slider .inner .carousel-slide .text-wrap{
  position:absolute;
  top:50%;
  left:150px;
  transform:translateY(-50%);
  width:30%;
}
.homepage-slider .inner .carousel-slide .text-wrap .heading{
  font-family: "PlayfairDisplay-Regular";
  color:#fff;
  font-size: 57px;
  line-height: 76px;
  font-weight: normal;
  margin-bottom:20px;
}
.homepage-slider .inner .carousel-slide .text-wrap .text{
  color:#fff;
  font-size:18px;
  line-height: 1.222;
  font-family:"Montserrat";
  margin-bottom:33px;
  
}
.homepage-slider .inner .carousel-slide .image-wrap.mobile-slider{
  display:none;
}
.homepage-slider .inner .carousel-slide .text-wrap .button-wrap .button{ 
  background-color:#fff;
  border:none;
	transition: all .3s ease-in-out;
  padding: 7px 20px;
}
.homepage-slider .inner .carousel-slide .text-wrap .button-wrap .button:hover a{
	color:#fff;
}
.homepage-slider .inner .carousel-slide .text-wrap .button-wrap .button:hover{
	background-color:#000;
}
.homepage-slider .inner .carousel-slide .text-wrap .button-wrap .button:first-child{
  margin-right:10px;
}
.homepage-slider .inner .carousel-slide .text-wrap .button-wrap .button a{
  font-family:"Montserrat";
  font-weight:500;
  font-size:12px;
  color:#383735;
  text-transform: lowercase;
} 
.homepage-slider .image-wrap:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background-color: #000; */
  background: linear-gradient(
180deg
, rgba(0, 0, 0, 0) 82.5%, rgba(0, 0, 0, 0.6) 94.93%), linear-gradient(
78.19deg
, rgba(0, 0, 0, 0.69) 29.91%, rgba(0, 0, 0, 0) 70.42%);
}
@media only screen and (max-width: 1600px){
  .homepage-slider .inner .carousel-slide .text-wrap{
    width:40%;
  }
}
@media only screen and (max-width: 1160px){
	.homepage-slider .inner .carousel-slide .text-wrap{
    left:100px;
    width:50%;
  }
}
@media only screen and (max-width: 1100px){
  .homepage-slider .inner .carousel-slide .text-wrap .heading{
    font-size:41px;
    line-height:48px;
  }
  .homepage-slider .inner .carousel-slide .text-wrap .text{
    font-size:16px;
  }
	
}
@media only screen and (max-width: 991px){
  
  .homepage-slider .inner .carousel-slide .text-wrap .heading {
    font-size: 36px;
    line-height: 43px;
    margin-bottom:15px;
  } 
  .homepage-slider .inner .carousel-slide .text-wrap .text {
    font-size: 14px;
  }
  .homepage-slider .slick-list{
    margin:0 !important;
  }
  #home-slider-wrap .slick-slide img{
    height:420px;
	object-fit:cover;
  }
}
@media only screen and (max-width:600px){
  .homepage-slider .inner .carousel-slide .text-wrap{
    left:0;
    width:100%;
    text-align:center;
    padding:0 40px;
  }	
  .homepage-slider .inner .slick-arrows-new{
    display:none;
  }
}
@media only screen and (max-width: 567px){
  #home-slider-wrap .slick-slide img{
    height:auto
  }
  .homepage-slider .inner .carousel-slide .image-wrap.mobile-slider{
    display:block;
  }
  .homepage-slider .inner .carousel-slide .image-wrap.desktop-slider{
    display:none;
  } 
  .homepage-slider .inner .carousel-slide .text-wrap .heading{
    font-size:37px;
    line-height:45px;
  }
  .homepage-slider .inner .carousel-slide .text-wrap .text{
    font-size:15px;
  }
  .homepage-slider .image-wrap:before{
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.75) 53.05%, rgba(0, 0, 0, 0.33) 69.35%)
  }
}
@media only screen and (max-width:374px){
	.homepage-slider .inner .carousel-slide .text-wrap{
		padding:0px 10px;
	}
}

/* no-margin-bottom  */

.homepage-slider.no-margin-bottom .slick-dotted.slick-slider{
  margin-bottom: 0;
}

/* Newsletter popup */

.newsletter-popup{
  position: fixed;
  top: 50%;
  background: #fff;
  z-index: 1000;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  display:none;
}
.newsletter-popup .inner{
  display:flex;
  position:relative;
}
.newsletter-popup .inner .column{
  flex: 0 0 50%;
}
.newsletter-popup .inner .column:first-child{
  padding:40px;
}
.newsletter-popup .inner .column .heading{
  color:#0C424D;
  font-family: "Playfair Display";
  font-weight:800;
  font-size: 45px;
  line-height: 55px;
  margin-bottom:10px;
}
.newsletter-popup .inner .column .text{
  font-family: "Montserrat";
  font-size: 15px;
  color: #383735;
  margin-bottom:15px;
}
.newsletter-popup .inner .column .img-wrap img{
  width:100%;
  height:auto;
  margin-bottom: -6px;
}
.newsletter-popup input[type=email]{
  padding:8px 16px;
  margin-bottom:10px;
  font-size:12px;
  font-family:"Montserrat";
}
.newsletter-popup input[type="submit"]{
  background-color: #383735;
  padding:8px 40px;
  color:#fff;
  font-size: 12px;
  font-family:"Montserrat";
  text-transform:uppercase
}
.newsletter-popup .close-btn{
  height: 30px;
  position: absolute;
  width: 30px;
  top: -15px;
  right: -15px;
  background-color: #fff;
  border-radius: 50%;
}
.newsletter-popup .close-btn .close-wrap{
  display:flex;
  justify-content: center;
  align-items: center;
  height:100%;
}
.newsletter-popup .close-btn .close-wrap i{
  font-size:19px;
}
.news-overlay{
  position:fixed;
  background-color:rgba(0, 0, 0, .5);
  top:0;
  left:0;
  right:0;
  bottom:0;
  width:100%;
  z-index:999;
  display:none;
}

@media only screen and (max-width:567px){
  .newsletter-popup{
    width:300px;
  }
  .newsletter-popup .inner{
    flex-wrap:wrap;
    flex-direction:column-reverse;
  }
  .newsletter-popup .inner .column{
    flex:0 0 100%;
  }
  .newsletter-popup .inner .column .heading{
    font-size: 30px;
    line-height: 37px;
  }
  .newsletter-popup .inner .column .img-wrap img{
    height: 250px;
    object-fit: cover;
    object-position: top;
  }
  .newsletter-popup .inner .column:first-child{
    padding: 20px 30px;
    text-align: center;
  }
  .newsletter-popup input[type=email]{
    text-align: center;
  }
}
/* Homepage shop this dress fix */
.shop-this-dress-btn-wrap{
  text-align:right;
  margin-top:15px;
}
@media only screen and (max-width: 767px){
  #carousel2Indicators .one-half-nm.text-wrap{
    height:auto !important;
  }
  .shop-this-dress-btn-wrap{
    text-align: center;
  }
}



body.tax-product_cat h1.woocommerce-products-header__title { text-align: center; margin-bottom: 35px; }

/* ------------------------------------------------------------ *\
  - New
\* ------------------------------------------------------------ */

/* -- Hot Fix Body */
body { min-width: 320px; } 

@keyframes popup-backdrop-fade {
  from { background: transparent; }
  to { background: rgba(0,0,0, .4); }
}

@keyframes popupfadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

body.show-popup { position: relative; overflow: hidden; }

.popup-form { margin: 0; padding: 0; border: 0; position: fixed; left: 0; right: 0; top: 0; bottom: 0; background-color: rgba(0,0,0,0.5); z-index: 9999; overflow: hidden; width: auto; height: auto; max-width: none; max-height: none; }
.popup-form::backdrop { animation: popup-backdrop-fade .3s forwards; }
.popup-form[open] .block-popup .block__body { animation: popupfadeIn .3s forwards; }

.block-popup { display: flex; min-height: 100%; align-items: center; justify-content: center; width: 100%; padding: 20px; }
.block-popup > form { position: absolute; left: 0; right: 0; top: 0; bottom: 0; }
.block-popup > form button { background: none; border: 0; position: absolute; left: 0; right: 0; top: 0; bottom: 0; transition: background 0.4s; width: 100%; border: 100%; font-size: 0; line-height: 0; outline: none; }
.block-popup .block__body { background-color: white; padding: 30px; max-width: 800px; margin-left: auto; margin-right: auto; position: relative; width: 100%; position: relative; z-index: 10; }
.block-popup .block__body > form { position: absolute; right: -15px; top: -15px; width: 30px; height: 30px; }  
.block-popup .block__body > form button { border: 0; cursor: pointer; background: white; padding: 0; width: inherit; height: inherit; border-radius: 50%; box-shadow: 0 0 10px rgba(0,0,0,0.4); transition: background 0.4s; display: flex; align-items: center; justify-content: center; }  
.block-popup .block__body > form button > * { pointer-events: none; }  
.block-popup .block__body iframe { height: calc(100svh - 40px - 60px); max-height: 426px; }
.block-popup .block__body h4 { font-weight: 400; }
.block-popup .block__body h4:not(:last-child) { margin-bottom: 16px; }

.block-popup > form button:hover,
.block-popup .block__body > form button:hover { border: 0; background-color: #ccc); }

body.admin-bar .popup-form { top: 32px; }
body.admin-bar .block-popup .block__body iframe { height: calc(100svh - 40px - 60px - 32px); }

@media (max-height: 620px) {
  .block-popup .block__body iframe { max-height: calc(100svh - 40px - 60px - 100px); }
}

@media (max-width: 782px) {
  body.admin-bar .popup-form { top: 46px; }
  body.admin-bar .block-popup .block__body iframe { height: calc(100svh - 40px - 60px - 46px); }
}

@media (max-width: 767px) {
  .block-popup { padding: 0; }
  .block-popup .block__body { padding: 12px; }
  .block-popup .block__body iframe { height: calc( 100svh - 43px); min-height: calc( 100svh - 43px); max-height: none; }
  .block-popup .block__body > form { right: 10px; top: 10px; }
  .block-popup .block__body h4 { padding-right: 40px; }

  body.admin-bar .block-popup .block__body iframe { height: calc( 100svh - 43px - 46px); min-height: calc( 100svh - 43px - 46px); }
}

/* ------------------------------------------------------------ *\
  - New 03.12.2024
\* ------------------------------------------------------------ */

body.woocommerce-account .site-container { background-color: #f4f0ed; }
body.woocommerce-account .site-inner { padding: 60px 40px; max-width: 1360px; }
body.woocommerce-account .site-inner ~ .instagram-feed-container { margin-top: 0; }
body.woocommerce-account .full-width-content .entry { background: none; }

body.woocommerce-account .woocommerce { display: flex; flex-wrap: wrap; }
body.woocommerce-account .woocommerce:before,
body.woocommerce-account .woocommerce:after { display: none; }

@media (max-width: 767px) {
  body.woocommerce-account .woocommerce { flex-direction: column; gap: 40px; }
}

@media (max-width: 576px) {
  body.woocommerce-account .site-inner { padding: 20px; }
}
  
  /* -- My Account Aside Navigation */

body.woocommerce-account nav.woocommerce-MyAccount-navigation { width: 267px; padding-right: 40px; float: none; display: flex; flex-direction: column; gap: 31px; }
body.woocommerce-account nav.woocommerce-MyAccount-navigation > ul { margin: 0; display: flex; flex-direction: column; gap: 23px; }
body.woocommerce-account nav.woocommerce-MyAccount-navigation > ul > li { margin: 0; width: 100%; }
body.woocommerce-account nav.woocommerce-MyAccount-navigation > ul > li.is-active > a { font-weight: 700 !important; pointer-events: none; }
body.woocommerce-account nav.woocommerce-MyAccount-navigation ul li:not(.woocommerce-MyAccount-navigation-link--customer-logout) a { font-family: 'Montserrat'; font-weight: 500; font-size: 18px; line-height: 1.33; transition: color 0.4s; color: #000; }
body.woocommerce-account nav.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout { order: 10; padding-top: 8px; }
body.woocommerce-account nav.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout > a { display: inline-flex; min-height: 48px; padding: 8px 20px; justify-content: center; align-items: center; background-color: black; color: white; border: 1px solid black; font-family: 'Montserrat'; font-weight: 500; font-size: 16px; line-height: 1.25; transition: color 0.4s, background 0.4s; min-width: 160px; }

body.woocommerce-account .woocommerce-MyAccount-navigation--mobile { display: none; }
body.woocommerce-account .woocommerce-MyAccount-navigation--mobile h4 { font-family: Montserrat; font-size: 14px; font-weight: 700; text-transform: uppercase; margin-bottom: 10px; }
body.woocommerce-account .woocommerce-MyAccount-navigation--mobile select { font-family: Montserrat; font-size: 0.9rem; padding: 8px 10px; }

.woocommerce-MyAccount-navigation--mobile { display: flex; flex-direction: column; align-items: flex-start; width: 100%; }
.woocommerce-MyAccount-navigation--mobile h4 { font-size: 14px; font-weight: bold; margin-bottom: 8px; text-transform: uppercase; }
.woocommerce-MyAccount-navigation--mobile .woocommerce-MyAccount-navigation__inner { position: relative; display: flex; align-items: center; width: 100%; border: 1px solid black; overflow: hidden; background: white; }
.woocommerce-MyAccount-navigation--mobile .woocommerce-MyAccount-navigation__inner::after { content: "^"; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size: 18px; color: #fff; background: #000; position: absolute; right: 0; width: 50px; height: 100%; display: flex; align-items: center; justify-content: center; pointer-events: none; transform: rotate(180deg) }

.my-account-dropdown { flex-grow: 1; width: 100%; padding: 12px; font-size: 16px; border: none; appearance: none; -webkit-appearance: none; -moz-appearance: none; background: white; cursor: pointer; color: #000; font-weight: normal; padding-right: 50px; }
.my-account-dropdown:focus { outline: none; }

@media (max-width: 767px) {
  body.woocommerce-account nav.woocommerce-MyAccount-navigation { display: none; }
  body.woocommerce-account .woocommerce-MyAccount-navigation--mobile { display: block; }
}

  /* -- My Account Content */

body.woocommerce-account .woocommerce-MyAccount-content { width: calc(100% - 267px); font: none; }
body.woocommerce-account .woocommerce-MyAccount-content > p { padding: 24px 20px; border-radius: 4px; box-shadow: 0 2px 4px rgba(0,0,0,0.15); font-size: 15px; line-height: 1.4; font-family: 'Montserrat'; font-weight: 400; background-color: white; color: black; }
body.woocommerce-account .woocommerce-MyAccount-content > p:not(:last-child) { margin-bottom: 36px; }

@media (hover) and (pointer: fine) {
  body.woocommerce-account nav.woocommerce-MyAccount-navigation ul li:not(.woocommerce-MyAccount-navigation-link--customer-logout) a:hover { color: #08424e; }
  body.woocommerce-account nav.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout > a:hover { color: black; background-color: transparent; }
}

@media (max-width: 767px) {
  body.woocommerce-account .woocommerce-MyAccount-content { width: 100%; }
}

  /* -- My Account Table Orders */

body.woocommerce-account table.woocommerce-MyAccount-orders { border: 0 !important; }
body.woocommerce-account table.woocommerce-MyAccount-orders thead { display: none; }
body.woocommerce-account table.woocommerce-MyAccount-orders th,
body.woocommerce-account table.woocommerce-MyAccount-orders td { border: 0 !important; padding: 23px 30px 38px 30px !important; font-size: 14px; line-height: 1.21; color: #646464; font-family: 'Montserrat'; font-weight: 500; position: relative; z-index: 10; vertical-align: center; }
body.woocommerce-account table.woocommerce-MyAccount-orders th a,
body.woocommerce-account table.woocommerce-MyAccount-orders td a { font-weight: 500; color: #646464; }
body.woocommerce-account table.woocommerce-MyAccount-orders th:before,
body.woocommerce-account table.woocommerce-MyAccount-orders td:before { content: attr(data-title); display: block; color: black; text-transform: uppercase; font-size: 13px; line-height: 1.21; font-weight: 700; margin-bottom: 5px; }
body.woocommerce-account table.woocommerce-MyAccount-orders td.woocommerce-orders-table__cell-order-actions { display: flex; gap: 10px; justify-content: flex-end; width: auto;  }
body.woocommerce-account table.woocommerce-MyAccount-orders td.woocommerce-orders-table__cell-order-actions:before { display: none; }
body.woocommerce-account table.woocommerce-MyAccount-orders td.woocommerce-orders-table__cell-order-actions a { display: flex; margin-left: auto; background-color: #000 !important; font-size: 14px !important; min-height: 45px; margin: 0 0 10px 0; padding: 10px 30px!important; font-size: 14px !important; line-height: 1.42 !important; font-weight: 700 !important; transition: background 0.4s, color 0.4s; justify-content: center; align-items: center; border: 1px solid #000 !important; color: #fff !important; }
body.woocommerce-account table.woocommerce-MyAccount-orders td.woocommerce-orders-table__cell-order-actions a[class*="tracking_"] { background-color: #fff !important; color: #000 !important; border: 1px solid #000 !important; }
body.woocommerce-account table.woocommerce-MyAccount-orders td.woocommerce-orders-table__cell-order-actions a:only-child { margin-left: auto; }
body.woocommerce-account table.woocommerce-MyAccount-orders th ~ td,
body.woocommerce-account table.woocommerce-MyAccount-orders th ~ th,
body.woocommerce-account table.woocommerce-MyAccount-orders td ~ th,
body.woocommerce-account table.woocommerce-MyAccount-orders td ~ td { padding-left: 0; }
body.woocommerce-account table.woocommerce-MyAccount-orders tr { position: relative; transform: translateZ(0); }
body.woocommerce-account table.woocommerce-MyAccount-orders tr:before { content: ' '; position: absolute; left: 0; right: 0; top: 0; bottom: 15px; background-color: white; border-radius: 4px; box-shadow: 0 2px 4px rgba(0,0,0,0.15); pointer-events: none; } 


@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  body.woocommerce-account table.woocommerce-MyAccount-orders tr:before { bottom: auto; height: 91px; }
}

@media (hover) and (pointer: fine) {
  body.woocommerce-account table.woocommerce-MyAccount-orders td.woocommerce-orders-table__cell-order-actions a:hover { background-color: #fff !important; color: #000 !important; }
  body.woocommerce-account table.woocommerce-MyAccount-orders td.woocommerce-orders-table__cell-order-actions a[class*="tracking_"]:hover { background-color: #000 !important; color: #fff !important; }
}

@media (max-width: 1180px) {
  body.woocommerce-account table.woocommerce-MyAccount-orders tr { padding: 23px 20px 38px; display: flex; flex-direction: column; gap: 8px; width: 100%; }
  body.woocommerce-account table.woocommerce-MyAccount-orders th,
  body.woocommerce-account table.woocommerce-MyAccount-orders td { padding: 0 !important; background: none !important; display: flex !important; width: 100%; gap: 8px; }
  body.woocommerce-account table.woocommerce-MyAccount-orders td.woocommerce-orders-table__cell-order-actions { width: 100%; margin-top: 15px; }
  body.woocommerce-account table.woocommerce-MyAccount-orders td.woocommerce-orders-table__cell-order-actions a { width: 100%; }
  body.woocommerce-account table.woocommerce-MyAccount-orders th:before,
  body.woocommerce-account table.woocommerce-MyAccount-orders td:before { margin-right: auto; margin-bottom: 0; }
  body.woocommerce-account table.woocommerce-MyAccount-orders tr:before { height: auto; bottom: 15px; }
}

@media (max-width: 767px) {
  body.woocommerce-account table.woocommerce-MyAccount-orders td.woocommerce-orders-table__cell-order-actions { flex-direction: column; }
}

  /* -- My Account Orders Details */

body.woocommerce-account .woocommerce-order-details > h2 { font-size: 33px; line-height: 1.33; color: black; margin-bottom: 26px; text-transform: capitalize; }
body.woocommerce-account .woocommerce-order-details table.woocommerce-table { border: 0; background: white; border-radius: 4px; box-shadow: 0 2px 4px rgba(0,0,0,0.15); }
body.woocommerce-account .woocommerce-order-details table.woocommerce-table td,
body.woocommerce-account .woocommerce-order-details table.woocommerce-table th { padding: 23px 20px; font-size: 15px; line-height: 1.4; font-family: 'Montserrat'; font-weight: 400; color: ##646464; }
body.woocommerce-account .woocommerce-order-details table.woocommerce-table th { font-weight: 700; color: black; }
body.woocommerce-account .woocommerce-order-details table.woocommerce-table td:first-child,
body.woocommerce-account .woocommerce-order-details table.woocommerce-table th:first-child { width: 75%; }
body.woocommerce-account .woocommerce-order-details table.woocommerce-table td:first-child ~ *,
body.woocommerce-account .woocommerce-order-details table.woocommerce-table th:first-child ~ * { width: 25%; }
body.woocommerce-account .woocommerce-order-details table.woocommerce-table tfoot td { font-weight: 700; }

@media (max-width: 985px) {
  body.woocommerce-account .woocommerce-order-details table.woocommerce-table td:first-child,
  body.woocommerce-account .woocommerce-order-details table.woocommerce-table th:first-child,
  body.woocommerce-account .woocommerce-order-details table.woocommerce-table td:first-child ~ *,
  body.woocommerce-account .woocommerce-order-details table.woocommerce-table th:first-child ~ * { width: auto; }   
}

  /* -- My Account Cols */

body.woocommerce-account .woocommerce-columns { width: auto; position: relative; display: flex; flex-wrap: wrap; justify-content: space-between; }
body.woocommerce-account .woocommerce-columns:before,
body.woocommerce-account .woocommerce-columns:after { display: none; }
body.woocommerce-account .woocommerce-columns .woocommerce-column { width: calc(50% - 16px); float: none; padding: 30px; border-radius: 4px; background: white; box-shadow: 0 2px 4px rgba(0,0,0,0.15); min-height: 100%; }
body.woocommerce-account .woocommerce-columns .woocommerce-column > h2 { font-size: 18px; line-height: 1.21; color: black; font-family: 'Montserrat'; font-weight: 700; margin-bottom: 7px; }
body.woocommerce-account .woocommerce-columns .woocommerce-column > address { font-size: 15px; line-height: 1.21; color: #646464; padding: 0; border: 0; border-radius: 0; font-family: 'Montserrat'; font-weight: 500; }
body.woocommerce-account .woocommerce-columns .woocommerce-column > address p { margin-bottom: 0; }
body.woocommerce-account .woocommerce-columns .woocommerce-column .woocommerce-customer-details--phone,
body.woocommerce-account .woocommerce-columns .woocommerce-column .woocommerce-customer-details--email { padding-left: 0; display: flex; align-items: center; gap: 10px; }
body.woocommerce-account .woocommerce-columns .woocommerce-column .woocommerce-customer-details--phone:before,
body.woocommerce-account .woocommerce-columns .woocommerce-column .woocommerce-customer-details--email:before { position: relative; left: 0; top: 0; right: 0; bottom: 0; transform: none; display: block; margin-left: 0; margin-right: 0; }

@media (max-width: 1180px) {
  body.woocommerce-account .woocommerce-columns .woocommerce-column { width: 100%; padding: 20px; margin-bottom: 2em; }
}

  /* -- My Account Buttons */

body.woocommerce-account #respond input#submit, 
body.woocommerce-account a.button, 
body.woocommerce-account button.button, 
body.woocommerce-account input.button { border-radius: 0 !important; border: 1px solid black !important; background-color: black !important; color: white !important; transition: background 0.4s, color 0.4s !important; font-family: 'Montserrat' !important; font-weight: 500 !important; font-size: 16px !important; line-height: 1.25 !important; min-height: 48px; display: flex; justify-content: center; align-items: center; padding: 8px 20px !important; }

@media (hover) and (pointer: fine) {
  body.woocommerce-account #respond input#submit:hover, 
  body.woocommerce-account a.button:hover, 
  body.woocommerce-account button.button:hover, 
  body.woocommerce-account input.button:hover { background: transparent !important; color: black !important; }    
}

  /* Paymet Method */

body.woocommerce-account #payment { background: none !important; border-radius: 0 !important; }
body.woocommerce-account #payment > * { padding-left: 0 !important; padding-right: 0 !important; }

body.woocommerce-account .woocommerce-PaymentMethod,
body.woocommerce-account .woocommerce-PaymentMethod label { color: black; font-size: 15px; line-height: 1.1; font-family: 'Montserrat'; font-weight: 500; }

  /* U Columns */

.u-columns { width: auto; position: relative; display: flex; flex-wrap: wrap; justify-content: space-between; }
.u-columns:before,
.u-columns:after { display: none !important; }
.u-columns > * { width: calc(50% - 16px); float: none; padding: 30px; border-radius: 4px; background: white; box-shadow: 0 2px 4px rgba(0,0,0,0.15); min-height: 100%; }
.u-columns > * h3 { font-size: 18px; line-height: 1.21; color: black; font-family: 'Montserrat'; font-weight: 700; margin-bottom: 7px; }
.u-columns > * address { font-size: 15px; line-height: 1.21; color: #646464; padding: 0; border: 0; border-radius: 0; font-family: 'Montserrat'; font-weight: 500; font-style: normal; }
.u-columns > * address p { margin-bottom: 0; }

@media (max-width: 1180px) {
  .u-columns > * { width: 100% !important; padding: 20px; margin-bottom: 2em; }
}

  /* - Form */

body.woocommerce-account .woocommerce-MyAccount-content > form:not(#yith-wcwl-form) { padding: 26px 20px; background-color: white; border-radius: 4px; box-shadow: 0 2px 4px rgba(0,0,0,0.15); }
body.woocommerce-account .woocommerce-MyAccount-content > form:not(#yith-wcwl-form) button { margin-top: 20px; }

  /* - Block Accout */

.block-account { width: 100%; display: flex; flex-direction: column; gap: 26px; color: black; }
.block-account > * { width: 100%; }
.block-account__title h1 { font-size: 33px; line-height: 1.33; font-weight: 700; margin-bottom: 0; }
.block-account__list { position: relative; }
.block-account__list-row { margin: 0; padding: 0; display: flex; flex-wrap: wrap; margin: -12px; }
.block-account__list-col { width: calc((100% / 3) - 18px); flex-grow: 1; padding: 12px; }
.block-account__list-col:first-child { width: calc((100% / 3) + 36px); }
.block-account__list-col blockquote { background-color: white; padding: 24px 20px; min-height: 100%; border-radius: 4px; box-shadow: 0 2px 4px rgba(0,0,0,0.15); display: flex; align-items: center; gap: 15px; margin: 0; font-style: normal; }
.block-account__list-col blockquote:before { display: none; }
.block-account__list-col blockquote > i { width: 50px; min-width: 50px; position: relative; min-height: 50px; }
.block-account__list-col blockquote > i img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: contain; object-position: center; }
.block-account__list-col blockquote > p { font-size: 15px; line-height: 1.4; font-family: 'Montserrat'; font-weight: 400; color: #646464; letter-spacing: 0; }
.block-account__list-col blockquote > p strong { display: block; font-size: 16px; line-height: 1.4; color: black; }
.block-account__table { display: flex; flex-direction: column; gap: 31px; }
.block-account__table-title h2 { margin-bottom: 0; font-size: 26px; line-height: 1.33; }

@media (max-width: 1200px) {
  .block-account__list-row { flex-direction: column; }
  .block-account__list-col,
  .block-account__list-col:first-child { width: 100%; }
}

@media (max-width: 767px) {
  .block-account__list { margin-bottom: 20px; }
  .block-account__list-row { margin: -6px; }
  .block-account__list-col { padding: 6px; }
  .block-account__list-col blockquote { padding: 19px 20px; }
  .block-account__table { gap: 21px; }
}

@media (max-width: 576px) {
  .block-account__list-col blockquote > p { font-size: 14px; }
}

  /* - Block Title */

.block-title { width: 100%; margin-bottom: 26px; }
.block-title h1 { color: black; font-size: 33px; line-height: 1.33; margin-bottom: 0; }

@media (max-width: 767px) {
  .block-title h1 { font-size: 26px; }
}

/* ------------------------------------------------------------ *\
  - New 07.01.2025
\* ------------------------------------------------------------ */

body .yith-wcwl-add-to-wishlist .yith-wcwl-add-button > a { position: relative; }
body .yith-wcwl-add-to-wishlist .yith-wcwl-add-button > a:after { content: '\f08a' !important; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); color: rgb(8,66,78); }
body .yith-wcwl-add-to-wishlist .yith-wcwl-add-button > a:after { display: inline-block !important; font: normal normal normal 14px / 1 FontAwesome; text-rendering: auto; -webkit-font-smoothing: antialiased; text-indent: 0; }
body .yith-wcwl-add-to-wishlist .yith-wcwl-add-button > a.delete_item:after { content: '\f004' !important; }
body .yith-wcwl-add-to-wishlist svg.yith-wcwl-icon-svg,
body .yith-wcwl-add-to-wishlist svg.yith-wcwl-icon-svg + span { display: none !important; }

/* ------------------------------------------------------------ *\
  - New 17.01.2025
\* ------------------------------------------------------------ */

body .wishlist_table { background: none; width: auto; height: auto; cursor: default; display: block; }
body table.wishlist_table { display: table; }

/* ------------------------------------------------------------ *\
  - New 21.01.2025
\* ------------------------------------------------------------ */

body.woocommerce-account.custom-background { max-width: 100% !important; padding: 0; margin: 0; }

/* ------------------------------------------------------------ *\
  - New 03.12.2024
\* ------------------------------------------------------------ */

body .woocommerce .wishlist-title h2 { color: black; }

body #yith-wcwl-form { flex-direction: column; }
body #yith-wcwl-form .wishlist_table { width: 100%; }

body #yith-wcwl-form a.add_to_cart_button {  border-radius: 0 !important; border: 1px solid black !important; background-color: black !important; color: white !important; transition: background 0.4s, color 0.4s !important; font-family: 'Montserrat' !important; font-weight: 500 !important; font-size: 16px !important; line-height: 1.25 !important; min-height: 48px; display: flex; justify-content: center; align-items: center; padding: 8px 20px !important; display: flex !important; align-items: center !important; justify-content: center !important; margin: 15px 0 !important; white-space: nowrap !important; }

@media (hover) and (pointer: fine) {
  body #yith-wcwl-form a.add_to_cart_button:hover { background: transparent !important; color: black !important; }
}

body #yith-wcwl-form a.remove_from_wishlist { border: 0 !important; background-color: transparent !important; padding: 0 !important; color: black !important; font-size: 11px !important; font-family: PlayfairDisplay-Regular, serif !important; font-weight: 400 !important; min-height: 0 !important; }

@media (hover) and (pointer: fine) {
  body #yith-wcwl-form a.remove_from_wishlist:hover { color: #08424e !important; }
}

@media (max-width: 767px) {
  body #yith-wcwl-form { gap: 0; }
  body #yith-wcwl-form .wishlist-title-with-form { flex-direction: column; }
  body #yith-wcwl-form .wishlist-title-with-form a.btn { visibility: visible; }
}

body #yith-wcwl-form .wishlist_table.mobile li { padding: 20px 10px; border-radius: 6px; background-color: white; margin-bottom: 20px; border: 1px solid rgba(0,0,0,.1); }

/* Footer Hot Fix */

@media (max-width: 767px) {
  body .footer-wrap { position: relative; overflow: hidden; }
  body .footer-wrap .footer-sixty { padding-inline: 20px; }
}

tbody.wishlist-items-wrapper td.product-quantity input { max-width: 81px; }

/* Woocommerce Shipment tracking */

.woocommerce-tracking-info-table:not(:first-child) { margin-top: 36px; }
.woocommerce-tracking-info-table > h2 { color: black; margin-bottom: 26px; }
.woocommerce-tracking-info-table table { margin: 0; padding: 24px 20px; border-radius: 4px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15); font-size: 15px; line-height: 1.4; font-family: 'Montserrat'; font-weight: 400; background-color: white; color: black; }
.woocommerce-tracking-info-table td.order-actions:before { display: none !important; }

@media (min-width: 769px) and (max-width: 985px) {
  .woocommerce-tracking-info-table { margin-left: -267px; width: auto; }
}

.woocommerce table.shop_table.wishlist_table tr td { font-size: 16px; }
.woocommerce table.shop_table.wishlist_table tr td.product-add-to-cart { position: relative; }
.woocommerce table.shop_table.wishlist_table tr td.product-add-to-cart a ~ a { position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); z-index: 10; }
.woocommerce table.shop_table th { white-space: nowrap; }

body .wishlist_table.mobile li .item-wrapper { display: flex; flex-direction: column; gap: 10px; width: 100%; }
body .wishlist_table.mobile li .item-wrapper .product-thumbnail { margin-right: 0; width: 100%; max-width: 100%; }
body .wishlist_table.mobile li .item-wrapper .item-details { width: 100%; }
body .wishlist_table.mobile li .item-details table.item-details-table td { font-size: 16px; }
body .wishlist_table.mobile li table.additional-info td { font-size: 16px; }
body .wishlist_table.mobile.with-checkbox li .additional-info-wrapper { padding-left: 0; }
body .wishlist_table.mobile li table.additional-info td.label { vertical-align: middle; }
body .wishlist_table.mobile li .additional-info-wrapper .product-remove { text-align: center; }
body #yith-wcwl-form .wishlist_table.mobile li .additional-info-wrapper .product-remove a.remove_from_wishlist { font-size: 20px !important; }

@media (max-width: 1190px) {
  body.woocommerce-account .woocommerce { flex-direction: column; gap: 40px; }
  body.woocommerce-account nav.woocommerce-MyAccount-navigation { width: 100%; padding-right: 0; }
  body.woocommerce-account nav.woocommerce-MyAccount-navigation > ul { flex-direction: row; flex-wrap: wrap; justify-content: center; }
  body.woocommerce-account nav.woocommerce-MyAccount-navigation > ul > li { width: auto; }
  body.woocommerce-account nav.woocommerce-MyAccount-navigation > ul > li:last-child { width: 100%; text-align: center; }
  body.woocommerce-account .woocommerce-MyAccount-content { width: 100%; }
}

@media (max-width: 1024px) {
  .woocommerce table.shop_table.wishlist_table tr td,
  body .wishlist_table.mobile li .item-details table.item-details-table td { font-size: 14px; }
  body #yith-wcwl-form a.add_to_cart_button { font-size: 14px !important; }
  tbody.wishlist-items-wrapper td.product-quantity input { font-size: 14px; padding-inline: 10px; }
}

/* Landing page new sections */

.showrooom {
    padding: 50px 0;
}
.section-benefits h2 {
    text-align: center;
    font-size: 45px;
    line-height: 1.34;
    font-family: 'PlayfairDisplay-Bold', serif;
    font-weight: 700;
    margin-bottom: 0;
    color: #070606;
}

.section-benefits .section__head {
    margin-bottom: 50px;
}

/* .page-id-28950 .card-featured-dress .card__body{
  display: none !important;
} */

.sample__pricing span.woocommerce-Price-amount.amount {
    text-decoration: line-through !important;
}