/* ———————————————————— COLORS ———————————————————— */
h2, .logo:before, .logo:after, p a:hover, div#menu ol > li:before, span.accent {
	color: #a0778c;
}
a.rsvp, a.btn {
	/*background: #89AEC5!important;*/
	background: #a0778c;
}
div#menu {
	background: rgba(78,107,121,0.98)!important;
}
p a:hover {
	border-color: #89AEC5!important;
}
a.rsvp:hover, a.btn:hover{
	background: #4E6B79!important;
}
.gift-actions {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  flex-wrap: wrap;        /* 👈 allows stacking when needed */
}

.gift-actions .btn {
  white-space: nowrap;
  /*background: #89AEC5 !important;*/
  background: #a0778c;
  color: white;
}
.progress {
  background-color: #eee;
  border-radius: 20px;
}

.progress-bar {
  transition: width 0.35s ease;
	background-color: #a0778c;
}
.gallery-h3{

    color: black !important;
}
.product-box img {
	transition: 0.2s ease;
  border-radius: 0.4rem 0.4rem 0rem 0rem;
}
.product-box img:hover {
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.no-break {
  white-space: nowrap;
}
.product-meta {
    padding: 20px 30px;
}
.product-meta h4 {
    margin-bottom: 5px;
}
.product-box.funded .product-meta, .product-box.funded img {
    opacity: 0.4;
}
.product-box.funded:before {
    content: "Funded!";
    position: absolute;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #4E6B79;
    padding: 8px 28px 7px 20px;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    opacity: 1;
    z-index: 1;
    margin: 20px 0 0 -3px;
    -webkit-clip-path: polygon(0% 0%, 98% 0, 92% 100%, 0 100%);
    clip-path: polygon(0% 0%, 98% 0, 92% 100%, 0 100%);
    font-style: italic;
}


.lightbox.itinerary-box {
    display: none;
}


.fancybox-progress {
    background: #89AEC5!important;
}

mark {
    font-weight: 600;
    padding: 3px 6px;
}

ul.color-palette {
    padding: 0;
    margin-top: 30px!important;
}
ul.color-palette li {
    background: #f6f6f6;
    height: 50px;
}
.directions {
    background: #4E6B79;
    padding: 30px;
}
.directions h4 {
    color: #89AEC5;
}
.directions p {
    color: #fff;
}
.directions p a {
    border-bottom: 1px solid #fff;
}
.pic-caption {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: right;
    margin-top: -40px;
    z-index: 1;
    position: relative;
    line-height: 40px;
    padding: 0 20px;
    opacity: 0.75;
}

/* ———————————————————— GENERAL ———————————————————— */
html {
  	scroll-behavior: smooth;
	overflow-x: hidden;
}
@media (max-width: 991px) {

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

}
@media screen and (max-width: 575px) {
	body {
		overflow-x: hidden;
	}
	[data-aos-delay] {
		transition-delay: 0s !important;
	}
	[data-aos^=fade][data-aos^=fade] {
		opacity: 1 !important;
		transform: translateZ(0) !important;
	}
	[data-aos=fade-up] {
		transform: translate3d(0) !important;
	}
}
@media screen and (max-width: 320px) {
	
}







/*----------MODAL -----------*/
.fund-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.fund-modal.show {
  display: flex;
}

.fund-modal-content {
  background: #fff;
  padding: 24px;
  width: 100%;
  max-width: 420px;
  border-radius: 14px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.25);
}

.fund-modal h3 {
  margin-bottom: 16px;
  text-align: center;
}

.fund-modal label {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
}

.fund-modal input,
.fund-modal textarea {
  width: 100%;
  padding: 10px;
  margin-top: 4px;
  border-radius: 6px;
  border: 1px solid #ddd;
}

.modal-actions {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}



/* ———————————————————— TYPE ———————————————————— */
* {
    -webkit-font-smoothing: antialiased;
}
body, div#menu ol > li:before {
  	font-family: proxima-nova, sans-serif!important;
}
h1, h3, h5, div#menu li {
	font-family: 'Playfair Display', serif!important;
}
h1 {
	font-size: 80px;
	line-height: 1.1;
	color: #fff;
	margin-bottom: 26px;
}
h2 {
	font-size: 22px;
	line-height: 1.1;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 4px;
	margin-bottom: 20px;
	text-align: center;
}
h3 {
    font-size: 40px;
    line-height: 1.1;
    font-weight: 700;
    background: rgba(255,255,255,0.9);
    padding: 2px 20px;
    margin-bottom: 20px;
    display: inline-block;
}
h4 {
	font-size: 18px;
	line-height: 1.1;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 4px;
	color: #999;
	margin-bottom: 20px;
}
h5 {
    font-size: 50px;
    line-height: 1.1;
    margin-bottom: 20px;
}
p {
	font-size: 17px;
	line-height: 1.5;
	color: #555;
	letter-spacing: 0.5px;
}
li {
    font-size: 17px;
    line-height: 1.8;
    list-style: none;
}
p.lead {
	font-size: 20px;
	line-height: 1.4;
	color: #333;
	font-weight: 400;
}
p.lead strong, p.lead b {
	font-weight: 700;
}
a {
	text-decoration: none!important;
}
@media (max-width: 991px) {
	h1 {
		font-size: 70px;
	}
	h3 {
		font-size: 36px;
	}
}
@media screen and (max-width:767px) {
	h1 {
		font-size: 60px;
	}
	h2 {
		font-size: 20px;
	}
	h5 {
		font-size: 40px;
	}
}
@media screen and (max-width: 575px) {
	h1 {
		font-size: 40px;
		margin-bottom: 22px;
	}
	h2 {
		font-size: 16px;
		letter-spacing: 3px;
	}
	h3 {
		font-size: 26px;
	}
	h4 {
		font-size: 16px;
		letter-spacing: 3px;
	}
	h5 {
		font-size: 28px;
		margin-bottom: 12px;
	}
}
@media screen and (max-width: 320px) {
	h1 {
		font-size: 32px;
		margin-bottom: 20px;
	}
	h5 {
		font-size: 24px;
	}
}










/* ———————————————————— HEADER ———————————————————— */
.logo {
    margin-bottom: 5px;
}
.logo:before, .logo:after {
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
	padding: 0 10px;
}
.logo:before {
    content: "G";
}
.logo:after {
    content: "L";
}
.logo a {
    text-decoration: none;
}
#header {
	height: 500px;
	top: 0;
}
div#header h2, div#header .logo:before, div#header .logo:after {
    color: #fff!important;
}
div#header h2 {
	font-weight: 600;
}
#header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
#header .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover!important;
}
#header .header-content {
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {

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

}
@media screen and (max-width: 575px) {
	#header {
		height: 400px;
		top: 0;
	}
	div#header .logo {
		margin-top: 15px;
	}
	.logo img {
		max-width: 100px!important;
	}
}
@media screen and (max-width: 320px) {

}









/* ———————————————————— NAV ———————————————————— */
/* Sidebar container */
#side-bar-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 260px;
  height: 100vh;
  background: #111;
  color: white;
  z-index: 9999;
  padding: 20px;
  transform: translateX(+100%);
  opacity: 0;
  transition: all 0.35s ease;
}

/* When active (visible) */
#side-bar-nav.active {
  transform: translateX(0);
  opacity: 1;
}

/* Close button */
#side-bar-nav .close-btn {
  background: none;
  color: white;
  font-size: 30px;
  border: none;
}

/* Links */
#side-bar-nav a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  display: block;
  text-decoration: none;
  font-family: proxima-nova, sans-serif!important;
}
.toggle-btn {
  color: #ccc;  
}
#side-bar-nav a:hover {
  color: white;
}

.fh5co-nav {
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    padding: 40px 0;
    z-index: 1001;
  }
  @media screen and (max-width: 768px) {
    .fh5co-nav {
      padding: 20px 0;
    }
  }
  .fh5co-nav #fh5co-logo {
    font-size: 40px;
    margin: 0;
    padding: 0;
    line-height: 40px;
    font-family: "Sacramento", Arial, serif !important;
  }
  .fh5co-nav a {
    padding: 5px 10px;
    color: #fff;
  }
  @media screen and (max-width: 768px) {
    .fh5co-nav .menu-1, .fh5co-nav .menu-2 {
      display: none;
    }
  }
  .fh5co-nav ul {
    padding: 0;
    margin: 2px 0 0 0;
  }
  .fh5co-nav ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline;
  }
  .fh5co-nav ul li a {
    font-size: 14px;
    padding: 30px 10px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .fh5co-nav ul li a:hover, .fh5co-nav ul li a:focus, .fh5co-nav ul li a:active {
    color: white;
  }
  .fh5co-nav ul li.has-dropdown {
    position: relative;
  }
  .fh5co-nav ul li.has-dropdown .dropdown {
    width: 130px;
    -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    z-index: 1002;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 40px;
    left: 0;
    text-align: left;
    background: #fff;
    padding: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
  }
  .fh5co-nav ul li.has-dropdown .dropdown:before {
    bottom: 100%;
    left: 40px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
  }
  .fh5co-nav ul li.has-dropdown .dropdown li {
    display: block;
    margin-bottom: 7px;
  }
  .fh5co-nav ul li.has-dropdown .dropdown li:last-child {
    margin-bottom: 0;
  }
  .fh5co-nav ul li.has-dropdown .dropdown li a {
    padding: 2px 0;
    display: block;
    color: #999999;
    line-height: 1.2;
    text-transform: none;
    font-size: 15px;
  }
  .fh5co-nav ul li.has-dropdown .dropdown li a:hover {
    color: #000;
  }
  .fh5co-nav ul li.has-dropdown:hover a, .fh5co-nav ul li.has-dropdown:focus a {
    color: #fff;
  }
  .fh5co-nav ul li.btn-cta a {
    color: #F14E95;
  }
  .fh5co-nav ul li.btn-cta a span {
    background: #fff;
    padding: 4px 20px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
  }
  .fh5co-nav ul li.btn-cta a:hover span {
    -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  }
  .fh5co-nav ul li.active > a {
    color: #fff !important;
  }
  .fh5co-nav-toggle {
    width: 25px;
    height: 25px;
    cursor: pointer;
    text-decoration: none;
  }
  .fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
    background: #444;
  }
  .fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
  }
  .fh5co-nav-toggle i {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 2px;
    color: #252525;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #252525;
    transition: all .2s ease-out;
  }
  .fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
    content: '';
    width: 25px;
    height: 2px;
    background: #252525;
    position: absolute;
    left: 0;
    transition: all .2s ease-out;
  }
  .fh5co-nav-toggle.fh5co-nav-white > i {
    color: #fff;
    background: #fff;
  }
  .fh5co-nav-toggle.fh5co-nav-white > i::before, .fh5co-nav-toggle.fh5co-nav-white > i::after {
    background: #fff;
  }
  
  .fh5co-nav-toggle i::before {
    top: -7px;
  }
  
  .fh5co-nav-toggle i::after {
    bottom: -7px;
  }
  
  .fh5co-nav-toggle:hover i::before {
    top: -10px;
  }
  
  .fh5co-nav-toggle:hover i::after {
    bottom: -10px;
  }
  
  .fh5co-nav-toggle.active i {
    background: transparent;
  }
  
  .fh5co-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
  }
  
  .fh5co-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
  }
  
  .fh5co-nav-toggle {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 21;
    padding: 6px 0 0 0;
    display: block;
    margin: 0 auto;
    display: none;
    height: 44px;
    width: 44px;
    z-index: 2001;
    border-bottom: none !important;
  }
  @media screen and (max-width: 768px) {
    .fh5co-nav-toggle {
      display: block;
    }
  }
  #fh5co-offcanvas {
    position: absolute;
    z-index: 1901;
    width: 270px;
    background: black;
    top: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 45px 40px 40px 40px;
    overflow-y: auto;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .offcanvas #fh5co-offcanvas {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  #fh5co-offcanvas a {
    color: rgba(255, 255, 255, 0.5);
  }
  #fh5co-offcanvas a:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  #fh5co-offcanvas ul {
    padding: 0;
    margin: 0;
  }
  #fh5co-offcanvas ul li {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  #fh5co-offcanvas ul li > ul {
    padding-left: 20px;
    display: none;
  }
  #fh5co-offcanvas ul li.offcanvas-has-dropdown > a {
    display: block;
    position: relative;
  }
  #fh5co-offcanvas ul li.offcanvas-has-dropdown > a:after {
    position: absolute;
    right: 0px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e921";
    font-size: 20px;
    color: rgba(255, 255, 255, 0.2);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  #fh5co-offcanvas ul li.offcanvas-has-dropdown.active a:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }


/* ———————————————————— CONTENT ———————————————————— */
div#content {
    margin-top: 500px;
	padding-top: 80px;
    background: #fff;
	position: relative;
    z-index: 1;
}
.pull-left {
    margin-left: -100px;
	width: calc(100% + 100px);
}
.pull-right {
    margin-right: -100px;
	width: calc(100% + 100px);
}
.pull-up {
	margin-top: -20px;
}
hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 0;
    height: 40px;
}
a.btn {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 3px;
    line-height: 1;
    color: #fff!important;
    padding: 20px 50px;
    border-radius: 100px;
	text-transform: uppercase;
}
a.btn.small {
    padding: 15px 35px;
}
p a {
    color: inherit!important;
    border-bottom: 1px solid #555;
    text-decoration: none!important;
    position: relative;
	font-weight: 500;
	transition: 0.2s ease!important;
}
div#banner {
    position: relative;
    z-index: 1;
	overflow: hidden;
}
.banner-bg {
    position: absolute;
    height: 100%;
    width: 100%;
	background-size: cover!important;
	transition: 0.4s ease!important;
}
.banner-bg:before {
    content: " ";
    height: 100%;
    width: 100%;
    position: absolute;
    background: rgba(0,0,0,0.5);
}
div#banner:hover .banner-bg {
    transform: scale(1.05);
}
@media (max-width: 991px) {

}
@media screen and (max-width:767px) {
	hr {
		height: 30px;
	}
	div#content {
		padding-top: 60px;
	}
}
@media screen and (max-width: 575px) {
	div#content {
		margin-top: 400px;
		padding-top: 50px;
	}
	hr {
		height: 20px;
	}
	a.btn {
		padding: 15px 40px;
	}
}
@media screen and (max-width: 320px) {

}










/* ———————————————————— MAP ———————————————————— */
.g-map #map {
    max-width: 100%;
    border: 0;
}
.scrolloff {
	pointer-events: none;
}
@media (max-width: 991px) {
	.g-map iframe {
		height: 400px;
	}
}
@media screen and (max-width:767px) {

}
@media screen and (max-width: 575px) {
	.g-map iframe {
		height: 300px;
	}
}
@media screen and (max-width: 320px) {

}










/* ———————————————————— FOOTER ———————————————————— */
div#footer {
    padding: 80px 0 60px;
	background: #fff;
}
.scroll-up {
	margin-bottom: 80px;
}
.scroll-up a {
    color: #999;
    text-decoration: none!important;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.scroll-up a:before {
    content: "↑";
    display: block;
    font-size: 20px;
    font-family: Arial!important;
    margin-bottom: 10px;
}
@media (max-width: 991px) {

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

}
@media screen and (max-width: 575px) {
	div#footer {
		padding: 50px 0 30px;
		background: #fff;
	}
	.scroll-up {
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 320px) {

}












/* ———————————————————— PAGE SPECIFIC ———————————————————— */
.gh-content {
    position: relative;
    z-index: 1;
}
.home #header {
    height: 800px;
}
.home div#content {
    margin-top: 800px;
}
.details h3 {
    font-size: 32px;
}
.details h4 {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 3px;
}
ul.categories a {
	color: #555555!important;
	text-decoration: underline!important;
}
ul.categories a:hover {
	color: #1e1e1e!important;
}
@media (max-width: 991px) {

}
@media screen and (max-width:767px) {
	.gh-content .pull-left, .gh-content .pull-right {
		margin: 0;
		width: auto;
		display: inline-block!important;
		margin-top: -20px;
	}
}
@media screen and (max-width: 575px) {
	.home #header {
		height: 100vh;
	}
	.home div#content {
		margin-top: 100vh;
	}
}

.fancybox-button--download {
  display: inline-flex !important;
}
