/** Shopify CDN: Minification failed

Line 653:10 Unexpected "{"
Line 653:19 Expected ":"
Line 661:10 Unexpected "{"
Line 661:19 Expected ":"
Line 666:10 Unexpected "{"
Line 666:19 Expected ":"
Line 672:12 Unexpected "{"
Line 672:21 Expected ":"
Line 676:12 Unexpected "{"
Line 676:21 Expected ":"

**/

body.template-index {
    overflow-x: hidden !important;
}

body {
    overflow-x: hidden !important;
}

.header__heading-logo-wrapper img {
    vertical-align: middle;
}

.featured-product:empty {
  display: none;
}


@media screen and (min-width:749px) {
.hide--desktop {
 display: none !important;
}
}


.move-up {margin-top: -250px !important}


.shopify-policy__container {
    margin-top: 4vw !important;
    margin-bottom: 6vw !important;
}



  .homepage-hero
    {height: 150vh;
      ;}



      summary#HeaderMenu-shop {
        padding-top: 7px !important
      }


      slider-component.slider-mobile-gutter.page-width.page-width-desktop.scroll-trigger.animate--slide-in {
    padding: 0px 0px !important;
}

.card-information .caption-with-letter-spacing.light {
    text-align: center;
}


/*------------------------------------
 *   nav
 *------------------------------------*/


 


.header__icon--cart::before {
    content:"";
  background-image:url("/cdn/shop/files/bag-icon.svg?v=1783364172");
  background-size:contain;
  position:absolute;
  width:80%;
  height:80%; 
  top:50%;
  left:50%;
transform:translate(-50%,-50%);
    
    
}


.header__icon--account::before {
    content:"";
  background-image:url("/cdn/shop/files/login-icon.svg?v=1783364172");
  background-size:contain;
  position:absolute;
  width:80%;
  height:80%; 
  top:50%;
  left:50%;
transform:translate(-50%,-50%);
    
    
}


.header__icon--search::before {
    content:"";
  background-image:url("/cdn/shop/files/search-icon.svg?v=1783364172");
  background-size:contain;
  position:absolute;
  width:80%;
  height:80%; 
  top:50%;
  left:50%;
transform:translate(-50%,-50%);
    
    
}



.header__icon--cart, .header__icon--account, .header__icon--search {

    position:relative;
}

.header__icon--cart svg, .header__icon--account svg, .header__icon--search svg {

display:none;
}


 
.list-menu li {
    margin-right: px;
}
.list-menu.list-menu--inline a {
    
    font-family: 'sono';
    letter-spacing: .1em;
}


 .utility-bar--bottom-border {
    border-bottom: none !important
 }

 .header__menu-item:hover
{opacity: .7 !important}

li>a.mega-menu__link:hover
{opacity: .5 !important}




 /*
.header__menu-item:hover {text-decoration: underline !important}



span.header__active-menu-item {
    text-decoration: underline;
}
    */




.header-wrapper.color-accent-2.gradient {
    margin-left: 25px !important;
    margin-right: 25px !important;
    border-radius: 0px;
}



.mega-menu .mega-menu__list--condensed, .header.header--middle-left .list-menu--inline {
    display: flex !important;
    justify-content: left !important;
}



.announcement-bar svg {
    width: 22px;
    height: 15px;
    margin-bottom: -3px;
}

p.announcement-bar__message.h5 {
    font-size: .9em;
    font-family: "sono" !important
}


.header__menu-item span:after, li>a.mega-menu__link:after {height: 0px !important}


.header:not(.drawer-menu).page-width {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

a.header__menu-item.list-menu__item.link.link--text.focus-inset{
    padding: 7px 20px !important;
}







	@media only screen and (max-width: 1300px) {
        a.header__menu-item.list-menu__item.link.link--text.focus-inset{
    padding: 7px 10px !important;
    font-size: 13px !important
}

.header__inline-menu a[href^="/pages/book-now"] {
    padding: 7px 20px !important;
}
    }



@media only screen and (max-width: 1090px) {
 .header__inline-menu a[href^="/collections/all-products"]
    {display: none !important} 
}

@media only screen and (max-width: 1020px) {
.header__icons .header__menu-right a[href^="/pages/brides"]
    {display: none !important} 
}





     .about-hero, .homepage-hero {margin-top:-87px !important}








/*------------------------------------
 *   nav
 *------------------------------------*/



  h3.mega-heading {
    margin-top: 8px !important}
  
 h3.mega-heading a {
    font-family: 'conso' !important;
    font-size: .8em !important;
    text-align: center !important;
    color: black !important;
    letter-spacing:.05em !important
}


 li>a.mega-menu__link {
    position: relative;
    display: inline-block;
    line-height: 1em;
    padding-bottom: 1rem;
    text-transform: none !important;
    letter-spacing: 0px !important;
}

 @media only screen and (min-width: 750px)
{h1, .h1 {
    font-size: 3.2rem !important;
}}


#RightNav {
  display: flex;
  align-items: center;
  gap: 1rem;
}

@media screen and (max-width: 990px) {
  #RightNav {
    display: none !important;
  }
}




.header__menus-split {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 2rem; /* optional spacing between left and right nav */
  flex-wrap: nowrap; /* prevent stacking */
}

.header__menu-left,
.header__menu-right {
  display: flex;
  align-items: center;
}

.header__menu-right {
    flex-direction: row-reverse;
}







@keyframes turn {
  from { transform: rotate(0deg) }

  to { transform: rotate(360deg) }
}



.element-to-rotate 
{
animation: turn 15s linear infinite;
}



.spinny, .element-to-rotate {
   
    margin-right: -30px;
    margin-top: 30px;
    z-index: 1 !important;
}




/* Adjust once here */
:root { --section-radius: 0px; }

/* Round *all* content sections sitewide (skip header/footer) */
main .shopify-section > * {
  border-radius: var(--section-radius);
  /* Modern clipping that respects border-radius */
  overflow: clip;
  /* Force-clip absolutely positioned media/pseudo backgrounds */
  clip-path: inset(0 round var(--section-radius));
}

.footer{
    border-radius: var(--section-radius);
  overflow: clip;
  clip-path: inset(0 round var(--section-radius));
}

/* Make common media wrappers inherit the rounding (covers image backgrounds) */
main .shopify-section > * :is(.media, .banner__media, .slideshow__media, .image-with-text__media) {
  border-radius: inherit;
  overflow: clip;
}

/* Optional: keep header/footer square */
.header-wrapper > *{ 
  border-radius: 0; 
  clip-path: none; 
  overflow: visible;
}





/*------------------------------------
 *   CUSTOM FONTS
 *------------------------------------*/

 

@font-face {
    font-family: 'conso';
    font-style: normal;
      font-weight: 200;
    src: url('/cdn/shop/files/Conso-Light.otf?v=1783363334') format('otf'),
         url('/cdn/shop/files/conso-light-webfont.woff2?v=1783363156') format('woff2');
    
    }



@font-face {
    font-family: 'conso';
    font-style: italic;
      font-weight: 200;
    src: url('/cdn/shop/files/Conso-LightItalic.otf?v=1783363333') format('otf'),
         url('/cdn/shop/files/conso-lightitalic-webfont.woff2?v=1783363156') format('woff2');
    
    }

p a {color: #322921 !important}

.brands p a {color: #322921 !important}


:root{
    --font-body-family: 'sono', sans-serif !important;
    --font-body-style: normal;
    --font-body-weight: 400;   
    --font-heading-family: 'conso', serif !important;;
    --font-heading-style: normal;
    --font-heading-weight: 200;

}

.card__information h3 {
    text-transform: none !important;
    letter-spacing: -.05em !important;
    font-size: 1.24em !important;
}

h1, h2, h3 {
    letter-spacing: .03em ;
    line-height:.95em !important;
    text-transform: uppercase !important
}




p {
    line-height: 1.5em !important;
}


h6 {
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: .15em;
    font-family: "sono" !important
}

h5 {
    
    text-transform: uppercase;
    letter-spacing: .15em;
    font-family: "sono" !important
}

h4 {
    text-transform: uppercase;
    font-family: "sono" !important;
    letter-spacing: .07em;
    line-height: 1.5em;
    font-size: 1.25em;
}


h3.accordion__title.inline-richtext.h4 {
    text-transform: uppercase;
    letter-spacing: .06em !important;
    font-size: 1.1em;
    margin-top: 8px !important;
}


/*------------------------------------
PRIMARY BUTTON
------------------------------------*/

.button.button--primary {
  position: relative;
  isolation: isolate;

  display: inline-flex !important;
  align-items: center;
  justify-content: center;

  padding: 28px 35px !important;
  min-width: unset !important;
  min-height: auto !important;
  width: auto !important;
  line-height: 1 !important;

  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;

  color: #322921;
  overflow: visible;

  transition: color 0.2s ease;
}


/* Remove Dawn default button styling */
.button.button--primary::before,
.button.button--primary::after {
  box-shadow: none !important;
  border: 0 !important;
}


/* Custom SVG button shape */
.button.button--primary::before {
  content: "";
  position: absolute;

  /* Increase this if the wiggly outline extends outward */
  inset: -4px;

  z-index: -1;
  pointer-events: none;

  background-image: url("/cdn/shop/files/rw-button1-outline_1.svg?v=1786401480");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;

  transition: background-image 0.2s ease;
}


/* We don't need Dawn's ::after layer */
.button.button--primary::after {
  display: none !important;
}


/* Hover */
.button.button--primary:hover {
  color: #F8F7F5;
}

.button.button--primary:hover::before {
  background-image: url("/cdn/shop/files/rw-button1-fill-blue.svg?v=1786397123");
}




.button--on-image .ss-text__content__button-container {
  display: inline-flex !important;
  width: fit-content !important;
  max-width: fit-content;
  position: relative;
}

.button-outline .ss-text__content__button-container,
.button--on-image .ss-text__content__button-container {
  position: relative;
  display: block !important;
  width: fit-content !important;
  max-width: fit-content;
}


/* Re-center buttons inside center-aligned blocks */
.ss-text__content[style*="text-align:center"]
.ss-text__content__button-container {
  margin-left: auto;
  margin-right: auto;
}


/* Keep left-aligned buttons left */
.ss-text__content[style*="text-align:left"]
.ss-text__content__button-container {
  margin-left: 0;
  margin-right: auto;
}


/* Keep right-aligned buttons right */
.ss-text__content[style*="text-align:right"]
.ss-text__content__button-container {
  margin-left: auto;
  margin-right: 0;
}

/*------------------------------------
 *   homepage
 *------------------------------------*/
.opacity-90 {
     opacity: .9 !important;
}

 .opacity-80 {
    opacity: .8 !important;
}

.opacity-70 {
    opacity: .7 !important;
}

.opacity-60 {
    opacity: .6 !important;
}

.opacity-50 {
    opacity: .5 !important;
}

.opacity-40 {
    opacity: .4 !important;
}


.border-line {
    border: 1px solid #322921;
    margin: 50px;
}


.ss-inline--inline_image.ss-decor.layered {
    left: 28%;
    bottom: 15%;
}

.ss-inline--inline_image.ss-decor.layered2 {
    left: 2%;
    top: 5%;
}

.ss-inline--inline_image.ss-decor.bottom-right {
    right: 8%;
    bottom: 5%;
}


 .c-video-section__item--image .c-grid-text {
    position: absolute;
    z-index: 1;
    left: 5% !important;
   transform: none !important; 
    bottom: 6% !important;
    width:90% !important;
    top: unset !important
}


#section-{{ section.id }} .c-video-section__item--image {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

#section-{{ section.id }} .c-video-section__media {
  transition: transform 0.5s cubic-bezier(.22, .61, .36, 1);
}

/* Your parallax script already applies a scale around 1.05 */
#section-{{ section.id }} .c-video-section__item--image:hover
.c-video-section__media {
  transform: scale(1.03) !important;
}

@media (prefers-reduced-motion: reduce) {
  #section-{{ section.id }} .c-video-section__media {
    transition: none;
  }

  #section-{{ section.id }} .c-video-section__item--image:hover
  .c-video-section__media {
    transform: none !important;
  }
}

 .c-grid-text {
    text-align: center !important;
}



.ss-image-wrapper.ss-grid-block img, .rounded .ss-image-wrapper img {
    border-radius: 0px !important;
}



.add-padding, header.header.header--middle-center {
    margin-left: 25px !important;
    margin-right: 25px !important;
}

@media only screen and (max-width: 750px){
    .add-padding, header.header.header--middle-center {
    margin-left: 10px !important;
    margin-right: 10px !important;
}



}

@media only screen and (min-width: 950px)

{slider-component.slider-mobile-gutter.page-width-desktop.scroll-trigger.animate--slide-in {
    padding: 0px 8vw;
}}

.ss-text__content .ss-image-link { display: block; }

























/*------------------------------------
 *   products
 *------------------------------------*/

 .product__title h1 {
    font-size: 2.5em !important;
}

.price.price--large.price--show-badge {
    text-align: left;
}


.card-wrapper.product-card-wrapper .card__inner+.card__content .card__information .card__heading {
    font-size: 1.1em !important;
letter-spacing: 0px !important}

.card-wrapper.product-card-wrapper .card__inner+.card__content .card__information {
    display: flex !important;
    text-align: center !important;
    flex-direction: column !important;
}

.card__information {
    padding-bottom: 1.7rem;
    padding-top: 2.2rem !important;
}

.card-information>*+* {
    margin-top: 0rem !important;
    margin-bottom: 0.2rem !important;
}

.price {
    text-align: center;
}

.card__information h3 {
    letter-spacing: .1em !important;
    font-size: .9em !important;
    margin-bottom: 10px;
}

section#MainProduct-template--17667443228859__main {
    margin-left: 25px;
    margin-right: 25px;
}


/*------------------------------------
 *   footer
 *------------------------------------*/


 h5 {
    font-size: .9em;
    margin: 25px 0px 0px 0px;
}

h5 a {text-decoration: none !important}

h5 a:hover {text-decoration: underline !important}




.newsletter-form__button:after {
    content: '→';
}



h2.footer-block__heading.item--link_list {
    text-align: center !important;
    margin-bottom: 21px;
    text-transform: uppercase !important;
    letter-spacing: .1em !important;

}


h2.h2 {
    padding-bottom: 20px;
}


@media only screen and (min-width: 768px) 
{.padding-right {
    padding-right: 40px;
    margin-top:30px
}


 .footer-block--newsletter:only-child {
    margin-top: -10px !important;
}

.footer-block__newsletter:not(:only-child) {
    text-align: left;
    margin-right: 0px !important;
}


}

.footer-block__newsletter {
    width: -webkit-fill-available !important;
}
.subtitle {
    font-size: calc(var(--font-heading-scale) * 1.8rem);
    font-weight: bold;
    text-transform: uppercase !important;
    letter-spacing: .1em !important;
    color: rgba(var(--color-foreground),1);
}


.no-padding .ss-text__content  {
    padding:0px !important
}

ul.footer-block__details-content.list-unstyled li {
    text-align: center;
    margin: 0 !important;
}







	@media only screen and (max-width: 768px) 
{

  .no-padding .ss-grid-block {
    grid-gap: 1em;
    padding-top:20px !important;
    padding-bottom:20px !important
}


.ss-grid__item.ss-grid__item--Image.ss-grid-span--2.ss-grid-rowspan--2.ss-grid-item__position--top.padding-right {
    width: 40%;
    margin: 0 auto !important;
}

  .ss-grid__item.ss-grid__item--newsletter.ss-grid-span--3.ss-grid-rowspan--1.ss-grid-item__position--flex-start {
    padding-left: 40px;
    padding-right: 40px;
}


}

.newsletter-form {
    align-items: flex-start;
    margin: 0 auto;
    max-width: none !important;
}

.newsletter-form__field-wrapper {
    max-width: none !important;
}

input#NewsletterForm--sections--24478055923992__power_footer_nggBTe {
    background-color: white;
    border: 2px solid;
    border-radius: 2px;
}


.newsletter-form__field-wrapper .field__label {
    left: 18px !important;
}


.newsletter-form__field-wrapper
.field:after {
    box-shadow: unset;
    border-bottom: none !important;
}


input#NewsletterForm--sections--24579521872152__power_footer_nggBTe {
    border: 1px solid;
    background-color: #FFFBE7;
}


.footer-block--newsletter {
    
    align-items: center !important;
    
    flex-direction: column !important;
    align-content: center !important;
}




/*------------------------------------
 *   contact
 *------------------------------------*/
.field__input {
    background-color: transparent;
    border-radius: 2px;
    border: 1px solid  #FFFBE7;
    
}

.field__label, .customer .field label {
    left: 17px !important;
}


.field:after
 {
    box-shadow: unset;
    border-bottom: none !important;
}



/*------------------------------------
 *   button
 *------------------------------------*/

.ss-text__content__button-container {
    margin-top: 20px;
}





.quick-add__submit,
.product-form__submit{
   
    background-color: #D3E3E8 !important;
    border: none !important;
    color: #322921 !important;
    transition: all .2s ease; 
    -webkit-transition: all .2s ease;
    
    
}

.button:not([disabled]):hover:after, .shopify-challenge__button:hover:after, .customer button:hover:after, .shopify-payment-button__button--unbranded:hover:after, .button:after, .shopify-challenge__button:after, .customer button:after, .shopify-payment-button__button--unbranded:after {
    box-shadow: unset;
    border: 0px;
}








.card-wrapper.product-card-wrapper .card__inner>.card__content:before {height: 0px !important}


/* Make sure the section crops the zoom effect 
.section-background {
  overflow: hidden;
}

.section-background__image .ss-bg-image {
  transform: scale(1.1);
  will-change: transform;
  transition: transform 0.2s linear; 
}

 .ss-bg-image {
  transform: scale(1.1);
  will-change: transform;
  transition: transform 0.2s linear; 
}

*/

/* Optional class you can drop on any <img> */
.parallax-zoom-img {
  transform: scale(1.0);
  will-change: transform;
  transition: transform 0.2s linear; /* smooth updates */
  display: block;
}


/* The frame stays fixed-size; it crops the zooming image */
.parallax-zoom-frame {
  position: relative;
  overflow: hidden;
  /* Optional: lock shape if needed */
  /* aspect-ratio: 4 / 5;  */
  /* width: 100%; */
}

/* Make the inner image fill + be zoomable */
.parallax-zoom-frame > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;                 /* keep it nicely cropped */
  transform: scale(var(--pz-scale, 1));
  will-change: transform;
  transition: transform 0.2s linear; /* smooth updates */
}


/* Keep the frame fixed; crop the zooming image */
.benefits .ss-image-wrapper {
  position: relative;   /* already true, but safe */
  overflow: hidden;     /* 👈 key line: crop zoomed edges */
  border-radius: 0px;
}

/* Make sure the inner img fills and zooms from center */
.benefits .ss-image-wrapper > img {
  position: absolute;   /* should already be set by your theme */
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center center;
  border-radius: 0px;
}

.benefits:hover .ss-text__content__button-container, .benefits:hover .ss-image-wrapper
{transform:scale(1.05);

	transition: all .4s ease; -webkit-transition: all .4s ease;}







/*------------------------------------
 *   mobile
 *------------------------------------*/

summary#HeaderDrawer-shop svg, .list-menu svg {width: 20px !important}
 .menu-drawer summary.menu-drawer__menu-item {
    padding-right: 2.7rem !important;
}


 @media screen and (max-width:749px) {

    .fullheight-bg
    {
      display: flex !important;
    flex-direction: column;
    justify-content:flex-end ;}


.ss-inline--inline_image.ss-decor.show--mobile  {
display:block !important;
width:200px !important


}

.ss-grid__item.ss-grid__item--content.ss-grid-span--3.ss-grid-rowspan--1.ss-grid-item__position--center.button-outline.brand-callout-text {width: 100% !important}


.layered-section .ss-col-12 {display: flex !important; 
    flex-direction: column;
}

.ss-inline--inline_image.ss-decor.layered {
    left:45% !important;
    top:7% !important;
}



.layered .ss-inline-image, .consign-illo .ss-inline-image {width:45vw !important}


.ss-grid__item.ss-grid__item--Image.ss-grid-span--4.ss-grid-rowspan--2.ss-grid-item__position--center.brand-callout{

  width: 55%;
  left:10%;}
  

.ss-grid__item.ss-grid__item--content.ss-grid-span--3.ss-grid-rowspan--1.ss-grid-item__position--center.button-outline.brand-callout-text {
    padding-top: 45px !important;
}


.ss-grid__item.ss-grid__item--Image.ss-grid-span--2.ss-grid-rowspan--1.ss-grid-item__position--center.illo.image-linked {
    order: 6;
    width: 32%;
    top: 22px;
    left: 57% !important;
}


div#shopify-section-template--21584252338349__power_section_VkUqHe {
    margin-top: -40px;
}


.ss-grid__item.ss-grid__item--Image.ss-grid-span--4.ss-grid-rowspan--1.ss-grid-item__position--center.shop-pic.image-linked {
    width: 70%;
    left: 15%;
    top: 35px !important;
}


.header-wrapper.color-accent-2.gradient {
    margin-left: 10px !important;
    margin-right: 10px !important;
    border-radius: 0px;
}

}





#menu-drawer ul.menu-drawer__menu.has-submenu.list-menu li a,
summary#HeaderDrawer-shop
{font-family: 'sono' !important;
 font-weight: 500 !important;
font-size: 18px !important;
letter-spacing: .12em !important;
text-transform: uppercase !important;
font-style: normal !important;
text-align:center !important;
color: #322921}





.list-menu__item {
    
    justify-content: center !important;
}

.header:not(.drawer-menu).page-width {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

#menu-drawer ul.menu-drawer__menu.has-submenu.list-menu li:first-child, 
#menu-drawer ul.menu-drawer__menu.has-submenu.list-menu li {
    border-top: none;
    border-bottom: none;
}


.header__icon--menu[aria-expanded=true]:before {
    background: transparent !important
}

div#menu-drawer {
    border-radius: 0px !important;
    z-index: 99 !important;
    height: auto;
    width: 94%;
    left: 3%;
    top: 87px !important;
    border-radius:16px !important

}



 @media screen and (max-width:1025px) and (min-width:860px) {
.homepage-hero-copy h2 {
    font-size: 60px !important
    
}}

 @media screen and (max-width:860px) and (min-width:750px) {
.homepage-hero-copy h2 {
    font-size: 50px !important
    
}}


@media screen and (max-width:749px) {


    .ss-grid__item.ss-grid__item--newsletter.ss-grid-span--4.ss-grid-rowspan--1.ss-grid-item__position--center {
    width: 100%;
    order: 0;
}

.ss-grid__item.ss-grid__item--content.ss-grid-span--4.ss-grid-rowspan--1.ss-grid-item__position--center.newsletter {
    margin-top: 35px;
}

.ss-grid__item.ss-grid__item--content.ss-grid-span--4.ss-grid-rowspan--2.ss-grid-item__position--top.hours {
    order: 2; width: 100%;
   
}

.hours .ss-text__content.ss-grid-block{ text-align:center !important;  margin-top: 35px;}

.ss-grid__item.ss-grid__item--content.ss-grid-span--12.ss-grid-rowspan--1.ss-grid-item__position--top.attribution{
    order: 3;width: 100%
}


.ss-grid__item.ss-grid__item--social.ss-grid-span--4.ss-grid-rowspan--1.ss-grid-item__position--center {
    width: 100%;
     margin-top: 25px;
}



.multi-column .ss-col-12 {
  display: flex !important;
  flex-wrap: wrap;
}

.footer-logo {
    width: 100% !important;
    border-radius: 0px !important;
    order: -2;
    clip: unset !important;
    margin-bottom: 30px;
    margin-top:-10px
}

.footer-logo .ss-image-wrapper.ss-grid-block img {
    border-radius:0px !important
}

.footer-50 {
  width: 50%;
  margin-bottom: 30px
}

.ss-grid__item.ss-grid__item--content.ss-grid-span--8.ss-grid-rowspan--0.ss-grid-item__position--top.mintt-studio-section, .attribution {
 
    width: 100% !important;
}

.mobile-reverse .ss-col-12 {
    display: flex;
    flex-direction: column-reverse;
}

.high-standards .ss-text__content.ss-grid-block {
    margin-top: -50px !important;
}

.high-standards {
    padding-bottom: 0px !important
}

.high-standards .ss-grid__item--Image {
    padding: 60px;
}

.mobile-left p {
    text-align: left !important;
}

.mobile-center h4 {
    text-align: center !important;
    margin-top: -10px
}

.mobile-center h2.h1 {
    text-align: center !important;
    
}

.homepage-hero-copy {
    padding-right: 0px !important;
    margin-top: 45px;
}

.homepage-hero-copy p.image-with-text__text--caption.caption-with-letter-spacing.caption-with-letter-spacing--large.caption-with-letter-spacing {
    font-size: 11px !important
}

.caption-with-letter-spacing+h2 {
    font-size: 40px !important;
    
}
.hero-button .ss-text__content.ss-grid-block, .about-button .ss-text__content.ss-grid-block {
    text-align: left !important;
}
.hero-button {margin-top: 30vh !important}






.review {
    margin-bottom: 25px !important;
}


section .section-background {
 position:absolute !important;
}
.fullheight-bg-short
    {height: 50vh;
      display: flex !important;
    flex-direction: column;
    justify-content:flex-end ;}

    
    .homepage-hero
    {height: 90vh;
      display: flex !important;
    flex-direction: column;
    justify-content:flex-start ;}


    .about-hero
    {height: 85vh;
      display: flex !important;
    flex-direction: column;
    justify-content:flex-end ;}

.menu-drawer__right-links span.header__active-menu-item {
    color: #2F2F2F !important
}



    .green-bg h1 em {
    font-size: 115px !important;
    
}

.green-bg h1  {
    
    padding-top: 25px !important;
}

.c-video-section__item.c-video-section__item--image {
    height: 500px;
}

.swap-mobile .c-video-section__blocks.c-video-section__blocks--grid {
    display: flex;
    flex-direction: column-reverse;
}

}



