/* Restoration layer for Marina Kaye local site */
[data-nectar-img-src] {
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.row-bg[data-nectar-img-src],
.column-image-bg[data-nectar-img-src],
.box-bg[data-nectar-img-src] {
  background-position: center center;
}
.nectar-fancy-box .box-bg {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
}
#header-outer { opacity: 1 !important; }
.nectar-split-heading:not(.markup-generated) { opacity: 1 !important; }
.nectar-split-heading[data-animation-type="line-reveal-by-space"] span .inner {
  transform: none !important;
  opacity: 1 !important;
}

html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Public Sans", "Open Sans", Helvetica, Arial, sans-serif;
  color: #111;
  background: #fff;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
#header-space { height: 100px; }
#header-outer {
  position: fixed; top: 0; left: 0; right: 0; z-index: 9999;
  background: #fff; box-shadow: 0 1px 0 rgba(0,0,0,.06);
}
#header-outer .container { max-width: 1425px; margin: 0 auto; padding: 0 40px; }
#header-outer header#top .row {
  display: flex; align-items: center; justify-content: space-between; min-height: 100px;
}
#logo { font-weight: 700; font-size: 18px; letter-spacing: .02em; white-space: nowrap; color: #111; }
#header-outer nav > ul.sf-menu {
  display: flex; gap: 22px; list-style: none; margin: 0; padding: 0; align-items: center;
}
#header-outer nav > ul.sf-menu a { font-size: 14px; font-weight: 500; color: #111; }
.right-aligned-menu-items { display: flex; align-items: center; gap: 16px; }
#social-in-menu a { margin-left: 10px; font-size: 16px; color: #111; }
.slide-out-widget-area-toggle { display: none; }
.menu-item-btn-style-button-border-white-animated_extra-color-gradient > a {
  border: 1px solid #111; padding: 10px 18px; border-radius: 30px; font-size: 13px;
}
.container-wrap { padding-top: 0; }
.wpb_row { position: relative; width: 100%; box-sizing: border-box; }
.row_col_wrap_12, .span_12 { width: 100%; box-sizing: border-box; }
.vc_row-flex > .row_col_wrap_12 { display: flex; flex-wrap: wrap; }
.vc_col-sm-6 { width: 50%; box-sizing: border-box; position: relative; }
.vc_col-sm-12 { width: 100%; box-sizing: border-box; position: relative; }
.full-width-content, .full-width-section {
  width: 100vw; max-width: 100vw; margin-left: calc(50% - 50vw);
}
.row-bg-wrap, .row-bg, .column-image-bg-wrap, .column-image-bg, .inner-wrap.row-bg-layer,
.column-image-bg-wrap .inner-wrap {
  position: absolute; inset: 0; background-size: cover; background-position: center;
}
.row-bg-wrap { z-index: 0; overflow: hidden; }
.row_col_wrap_12 { position: relative; z-index: 2; }
.row-bg-overlay { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.vc_column-inner { position: relative; height: 100%; min-height: 1px; }
.wpb_wrapper { position: relative; z-index: 2; }
.light, .light h1, .light h2, .light h3, .light h4, .light h5, .light h6, .light p, .light a { color: #fff; }
.dark, .dark h1, .dark h2, .dark h3, .dark h4 { color: #111; }
.centered-text { text-align: center; }
.nectar-cta .link_wrap {
  display: inline-flex; align-items: center; gap: 12px;
  border: 1px solid currentColor; padding: 14px 36px; transition: .25s ease;
}
.nectar-cta .link_wrap:hover { background: #d3be98; border-color: #d3be98; color: #fff; }
.nectar-hor-list-item {
  display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 20px;
  padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.15);
  position: relative; align-items: center;
}
.nectar-hor-list-item .full-link { position: absolute; inset: 0; }
.nectar-fancy-box { margin-bottom: 28px; position: relative; }
.nectar-fancy-box .image-wrap { overflow: hidden; border-radius: 4px; }
.nectar-fancy-box .text { margin-top: 10px; }
.nectar-fancy-box .box-link { position: absolute; inset: 0; z-index: 3; }
.divider { width: 100%; }
.iwithtext { display: flex; align-items: center; gap: 12px; }
.iwt-icon .fa { color: #d3be98; }
/* Photo columns need relative positioning for absolute bg layers */
.wpb_column[data-using-bg="true"] > .vc_column-inner {
  position: relative;
  overflow: hidden;
  min-height: 280px;
}
.column-image-bg-wrap {
  position: absolute !important;
  inset: 0;
  z-index: 0;
}
.column-image-bg-wrap .inner-wrap,
.column-image-bg {
  position: absolute !important;
  inset: 0;
}
.wpb_column[data-using-bg="true"] .wpb_wrapper { position: relative; z-index: 1; }
.row-bg.using-image,
.row-bg[data-nectar-img-src] {
  opacity: 1 !important;
}
#social-in-menu i { font-style: normal; }
.nectar-menu-icon.fa { margin-right: 6px; }
#footer-outer { background: #0a0a0a; color: #fff; padding: 50px 0 30px; }
#footer-outer a { color: #fff; }
.mobile-header { display: none; }
.col.span_3, .col.span_9 { display: contents; }
@media (max-width: 999px) {
  #header-outer nav > ul.sf-menu { display: none; }
  .slide-out-widget-area-toggle { display: block; }
  .vc_col-sm-6 { width: 100%; }
  .right-aligned-menu-items #social-in-menu { display: none; }
  .mobile-header { display: block; }
  #header-space { height: 70px; }
  #header-outer header#top .row { min-height: 70px; }
  .nectar-hor-list-item { grid-template-columns: 1fr; gap: 6px; }
}
#slide-out-widget-area {
  position: fixed; top: 0; right: 0; width: min(360px, 90vw); height: 100%;
  background: #111; color: #fff; z-index: 100000; transform: translateX(100%);
  transition: transform .35s ease; padding: 80px 30px; box-sizing: border-box; overflow: auto;
}
#slide-out-widget-area.open { transform: translateX(0); }
#slide-out-widget-area ul { list-style: none; padding: 0; margin: 0; }
#slide-out-widget-area li { margin: 14px 0; }
#slide-out-widget-area a { color: #fff; font-size: 18px; }
.nectar-video-wrap { position: absolute; inset: 0; overflow: hidden; z-index: 0; }
.play_button { display: inline-block; position: relative; z-index: 3; }
.play_button .play {
  width: 80px; height: 80px; border: 2px solid #fff; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
}
.play_button svg { width: 22px; height: 28px; fill: #fff; }
body.material-ocm-open { overflow: hidden; }
