@charset "utf-8";
/* CSS Document */


/*
  google fonts   [imported]
  supersized     [imported]
  twitter ticker [imported]
  google maps    [imported]
  fonts
  reset
  supersized
  general
  intro
  countdown
  countdown animation
  layout
  curtains
  left top
  right top
  left bottom
  contact
  right bottom
  social icons
  header
  header background
  footer
  footer background
  newsletter form
  dividers
  extras
  effect 6
*/


/* google fonts */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,900italic,900,700italic,700,500italic,500,400italic,300italic,300,100italic,100');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Manrope:wght@400;500;600;700&display=swap');
/* supersized */
@import url('../theme/supersized.shutter.css');
/* twitter ticker */
@import url('../twitter/jquery.tweet.css');
/* google maps */
@import url('../gmaps/gmaps.css');


/* fonts */
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/bebasneue-webfont.eot');
    src: url('fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bebasneue-webfont.woff') format('woff'),
         url('fonts/bebasneue-webfont.ttf') format('truetype'),
         url('fonts/bebasneue-webfont.svg#BebasNeueRegular') format('svg');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('fonts/leaguegothic-regular-webfont.eot');
    src: url('fonts/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/leaguegothic-regular-webfont.woff') format('woff'),
         url('fonts/leaguegothic-regular-webfont.ttf') format('truetype'),
         url('fonts/leaguegothic-regular-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

html, body {
height: 100%;
}

body {
line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}

ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

*:focus {  
outline: none;
}


/* supersized */
img { border: none; }
#supersized-loader { position: absolute; top: 50%; left: 50%; width: 60px; height: 60px; margin: -30px 0 0 -30px; text-indent: -999em; background: url(../images/supersized-progress.gif) no-repeat center center; z-index: -2; }
#supersized { display: block; position: fixed; left: 0; top: 0; overflow: hidden; height: 100%; width: 100%; z-index: -999; }
#supersized img { width: auto; height: auto; position: relative; display: none; outline: none; border: none; }
#supersized.speed img { -ms-interpolation-mode: nearest-neighbor; image-rendering: -moz-crisp-edges; } /* Speed */
#supersized.quality img { -ms-interpolation-mode: bicubic; image-rendering: optimizeQuality; }         /* Quality */
#supersized li { display: block; list-style: none; position: fixed; overflow: hidden; top: 0; left: 0; width: 100%; height: 100%; background: none; z-index: -30; }
#supersized a { width: 100%; height: 100%; display: block; }
#supersized li.prevslide { z-index: -20; }
#supersized li.activeslide { z-index: -10; }
#supersized li.image-loading { background: url(../images/supersized-progress.gif) no-repeat center center; width: 100%; height: 100%; }
#supersized li.image-loading img { visibility: hidden; }
#supersized li.prevslide img, #supersized li.activeslide img { display: inline; }


/* general */
body {
font-family: 'Manrope', "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12px;
line-height: 1.5;
font-style: normal;
font-weight: normal;
text-align: center;
color: #000;
background: #fff;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
width: 100%;
height: 100%;
}

.audio-control-bar {
position: fixed;
top: 10px;
left: 50%;
transform: translateX(-50%);
z-index: 12000;
display: flex;
align-items: center;
gap: 12px;
padding: 6px 10px;
border-radius: 999px;
background: rgba(17, 12, 7, 0.22);
border: 1px solid rgba(235, 204, 145, 0.18);
box-shadow: 0 6px 14px rgba(0, 0, 0, 0.14);
backdrop-filter: blur(6px);
opacity: 0.42;
max-width: 420px;
transition: opacity 0.25s ease, background 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.audio-control-bar:hover,
.audio-control-bar:focus-within {
opacity: 1;
background: rgba(17, 12, 7, 0.8);
border-color: rgba(235, 204, 145, 0.45);
transform: translateX(-50%) scale(1.01);
}

.audio-notice {
margin: 0;
padding: 0;
font-family: 'Manrope', sans-serif;
font-size: 10px;
line-height: 1.3;
color: #f7e7c8;
}

.audio-notice.error {
color: #ffd3d3;
}

.audio-control-buttons {
display: flex;
gap: 6px;
}

.audio-btn {
font-family: 'Manrope', sans-serif;
font-size: 10px;
font-weight: 700;
letter-spacing: 0.5px;
padding: 6px 10px;
border-radius: 999px;
border: 1px solid #d9ba7a;
background: #d4af37;
color: #fff;
cursor: pointer;
transition: all 0.25s ease;
}

.audio-btn:hover {
background: #cfa31c;
}

@media (max-width: 900px) {
	.audio-control-bar {
		width: calc(100% - 20px);
		border-radius: 16px;
		flex-direction: column;
		padding: 10px;
		opacity: 0.65;
	}

	.audio-notice {
		text-align: center;
	}
}

h1 {
font-family: 'LeagueGothicRegular';
font-size: 100px;
font-weight: 100;
font-style: normal;
text-align: center;
text-transform: uppercase;
-webkit-font-smoothing: antialiased;
color: #000;
line-height: 1;
margin: 20px 0 0 0;
padding: 0;
}

h2 {
font-family: 'LeagueGothicRegular';
font-size: 40px;
font-weight: 100;
font-style: normal;
text-align: center;
text-transform: uppercase;
-webkit-font-smoothing: antialiased;
color: #555;
line-height: 1;
margin: 20px 0 20px 0;
padding: 0;
}

a {
color: #555;
text-decoration: none;
outline: none;
}

a:hover {
color: #000;
text-decoration: none;
}

p {
font-family: 'Manrope', "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.75;
font-style: normal;
font-weight: normal;
padding: 10px 0 10px 0;
}

p a {
color: #555;
text-decoration: none;
}

p a:hover {
color: #000;
text-decoration: none;
transition: color 0.5s;
}

::-moz-selection { background: #555; color: #fff;      /* Firefox */ }
     ::selection { background: #555; color: #fff;      /* Safari */  }


/* intro */
.intro-wrapper {
position: relative;
}

.intro {
margin: 120px auto;
}

.intro h1 {
font-family: 'LeagueGothicRegular';
font-size: 140px;
font-weight: 100;
font-style: normal;
text-align: center;
-webkit-font-smoothing: antialiased;
color: #fff;
margin: 15px 0 0 0;
text-transform: none;
}

.introduction h3, .introduction div {
font-family: 'Roboto', sans-serif;
font-size: 15px;
line-height: 1.5;
font-style: normal;
font-weight: 400;
letter-spacing: 1px;
color: #fff;
text-shadow: 1px 1px 2px #000;
}

.introduction h3 span, .introduction div span {
display: inline-block;
}

.introduction h3 {
margin: 0 auto;
width: 400px;
border-bottom: 1px solid #fff;
padding: 0 0 15px 0;
}

.home-tribute-cta {
margin-top: 22px;
padding: 10px 22px;
border-radius: 999px;
border: 1px solid rgba(255, 255, 255, 0.75);
background: rgba(255, 255, 255, 0.2);
color: #fff;
font-family: 'Manrope', sans-serif;
font-size: 13px;
font-weight: 700;
letter-spacing: 0.8px;
cursor: pointer;
transition: all 0.25s ease;
}

.home-tribute-cta:hover {
background: rgba(255, 255, 255, 0.95);
color: #2a1f13;
}

.home-cta-group {
display: inline-flex;
gap: 10px;
flex-wrap: wrap;
justify-content: center;
margin-top: 16px;
}

.home-cta-group .home-tribute-cta {
margin-top: 0;
}

.home-rsvp-cta {
background: rgba(212, 175, 55, 0.88);
border-color: rgba(212, 175, 55, 1);
}

.home-rsvp-cta:hover {
	background: #d4af37;
	color: #fff;
}

.home-gallery-cta {
	background: rgba(255, 255, 255, 0.28);
	border-color: rgba(255, 255, 255, 0.95);
}

.home-gallery-cta:hover {
	background: rgba(255, 255, 255, 1);
	color: #2a1f13;
}

.intro-line {
width: 100px;
height: 1px;
background: #fff;
margin: 5px 15px;
}

.intro-pages {
margin-top: 0;
}


/* countdown */
#countdown-wrap {
position: relative;
margin: 4px auto;
text-align: center;
}

#countdown {
position: relative;
width: 340px;
height: auto;
margin: 0;
padding: 0;
display: inline-block;
}

ul#countdown li {
display: inline-block;
background: none;
width: 80px;
text-align: center;
}

ul#countdown li span {
font-family: 'BebasNeueRegular';
font-size: 45px;
font-style: normal;
font-weight: normal;
color: #fff;
height: 50px;
line-height: 50px;
position: relative;
}

ul#countdown li span::before {
content: '';
width: 100%;
height: 1px;
position: absolute;
}

ul#countdown li p.timeRefDays,
ul#countdown li p.timeRefHours,
ul#countdown li p.timeRefMinutes,
ul#countdown li p.timeRefSeconds {
color: #fff;
text-transform: uppercase;
font-size: 14px;
margin: 0;
padding: 5px 0 5px 0;
}


/* countdown animation */
.countdown-animation ul.button li a {
background: url(../images/countdown-trigger.png) no-repeat;
}

.countdown-animation { display: block; width: 100%; height: 90px; position: absolute; left: 0; bottom: 89px; margin: 0; overflow: hidden; z-index: 2; }
.countdown-animation ul.button { display: block; width: 30px; height: 101px; position: absolute; right: -30px; top: 30px; z-index: 2; }
.countdown-animation ul.button li { display: block; width: 30px; height: 30px; margin: 0; position: relative; overflow: hidden; }
.countdown-animation ul.button li a { display: block; width: 30px; height: 30px; text-indent: -5000px; cursor: pointer; }

.countdown-animation ul.button li a.open { background-position: -73px -65px; position: absolute; top: 0; left: 30px; }
.countdown-animation ul.button li a.open:hover { background-position: -73px -6px; }
.countdown-animation ul.button li a.close { background-position: -12px -65px; position: absolute; top: 0; left: 0; }
.countdown-animation ul.button li a.close:hover { background-position: -12px -6px; }

.countdown-animation .countdown-bg {
position: absolute;
display: block;
width: 100%;
height: 0;
top: 89px;
left: 0;
overflow: hidden;
background: url(../images/blackx75.png) repeat left top;
z-index: 1;
}


/* layout */
.page {
height: 100%;
margin: 0;
padding: 0;
}

.page-section {
position: relative;
margin: 0 auto;
padding: 0;
z-index: 1;
}

.upper-page {
width: 100%;
min-height: 100%;
margin: 0;
padding: 0;
background: rgba(0, 0, 0, 0.2);
}

.lower-page {
min-height: 100%;
margin: 0;
padding: 0;
background: rgba(255, 255, 255, 0.9);
}

.lower-content {
margin: 0 auto;
padding: 25px 0 89px 0;
color: #000;
}

.lower-content h1 {
font-family: 'Cormorant Garamond', Georgia, serif;
font-size: 82px;
font-weight: 600;
text-transform: none;
letter-spacing: 0.5px;
}

.lower-content h2 {
font-family: 'Cormorant Garamond', Georgia, serif;
font-size: 46px;
font-weight: 600;
text-transform: none;
letter-spacing: 0.2px;
}

.lower-content p {
font-family: 'Manrope', "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 15px;
line-height: 1.85;
color: #252525;
}

.biography-text p {
text-align: justify;
text-justify: inter-word;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}

.biography-story {
max-width: 920px;
margin: 0 auto;
padding: 28px 28px 22px;
border: 1px solid #decda9;
border-radius: 14px;
background: linear-gradient(180deg, #fffdf8 0%, #f8f2e8 100%);
box-shadow: 0 10px 24px rgba(38, 26, 12, 0.08);
text-align: left;
}

.biography-story h2 {
margin: 6px 0 14px;
font-size: 44px;
line-height: 1.05;
color: #3b2a17;
}

.biography-story h2 + p {
margin-top: 0;
}

.biography-story p {
margin: 0 0 16px;
font-size: 17px;
line-height: 1.95;
letter-spacing: 0.1px;
color: #2a2117;
text-align: left;
}

.biography-story p:last-child {
margin-bottom: 0;
}

.biography-summary-grid {
display: flex;
gap: 20px;
margin-top: 4px;
align-items: stretch;
clear: both;
width: 100%;
}

.biography-summary-grid .biography-summary-card {
float: none;
margin: 0;
width: auto;
flex: 1 1 0;
display: flex;
flex-direction: column;
padding: 20px 18px 18px;
border-radius: 14px;
border: 1px solid #dcc59b;
background: rgba(255, 251, 242, 0.78);
box-shadow: 0 8px 20px rgba(38, 26, 12, 0.08);
}

.biography-summary-grid .set-6 {
margin: 0 0 12px;
padding-bottom: 12px;
border-bottom: 1px solid rgba(201, 169, 117, 0.35);
}

.biography-summary-grid .set-6 h2 {
font-size: 40px;
margin-bottom: 4px;
}

.biography-summary-grid .hi-icon {
margin: 8px 0;
}

.biography-summary-grid .biography-summary-card p {
margin-bottom: 10px;
line-height: 1.72;
}

.biography-summary-grid .biography-summary-card p:last-child {
margin-bottom: 0;
}

@media only screen and (max-width: 959px) {
    .biography-summary-grid {
        flex-wrap: wrap;
    }

    .biography-summary-grid .biography-summary-card {
        flex: 1 1 calc(50% - 10px);
    }

    .biography-story {
        max-width: none;
        padding: 22px 18px 18px;
    }

    .biography-story h2 {
        font-size: 36px;
    }

    .biography-story p {
        font-size: 16px;
        line-height: 1.85;
    }
}

.lower-content strong {
font-weight: bold;
}

.center {
margin: 0 auto;
}


/* curtains */
#curtains {
position: fixed;
height: 100%;
width: 100%;
background: url(../images/curtains.png) repeat top left;
z-index: 0;
}


/* left top */
.left-top {
position: absolute;
width: auto;
top: 4px;
left: 5px;
padding: 0;
color: #000;
z-index: 2;
}

.left-top ul {
float: left;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
color: #000;
font-size: 12px;
}

.left-top ul li {
display: inline;
padding: 0 0 5px 0;
}


/* right top */
.right-top {
position: absolute;
width: auto;
top: 14px;
right: 10px;
padding: 0;
color: #000;
z-index: 2;
}


/* left bottom */
.left-bottom a.menu-trigger {
background: url(../images/menu-trigger.png) no-repeat;
width: 30px;
height: 30px;
margin: 0;
padding: 0;
text-indent: -10000px;
}

.left-bottom a.menu-trigger:hover {
background: url(../images/menu-trigger.png) no-repeat;
width: 30px;
height: 30px;
text-indent: -10000px;
}

.left-bottom {
font-family: 'BebasNeueRegular';
font-size: 20px;
font-style: normal;
font-weight: normal;
-webkit-font-smoothing: antialiased;
width: auto;
top: 3px;
left: 14px;
padding: 0;
position: absolute;
z-index: 10;
}

.left-bottom a {
color: #555;
font-weight: normal;
text-decoration: none;
}

.left-bottom a:hover {
color: #000;
}

.left-bottom ul, li {
margin: 0;
padding: 0;
}

.left-bottom .lifting {
margin: 0 0 8px 0;
height: 20px;
}

.left-bottom .lifting-first {
margin: 0 0 14px 0;
height: 20px;
}

.left-bottom li a, .left-bottom li {
float: left;
text-transform: uppercase;
height: 20px;
}

.left-bottom li {
position: relative;
margin: 7px 0 0 0;
padding: 0 0 10px 0;
background: none;
}

.left-bottom li a {
padding: 0 5px 10px 5px;
text-decoration: none;
-moz-transition: 0.2s ease-in;
-webkit-transition: 0.2s ease-in;
}

.left-bottom li a:hover {
background: none;
}

.left-bottom li ul {
display: none;
left: 0;
position: absolute;
bottom: 100%;
background: none;
}

.left-bottom li:hover ul {
display: block;
width: auto;
}

.left-bottom li ul a {
white-space: nowrap;
background: #fff;
}

.left-bottom li ul a:hover {
color: #fff;
background: #000;
}


/* contact */
.contact {
font-family: 'Roboto', sans-serif;
font-size: 10px;
left: -10px;
font-style: normal;
font-weight: 400;
color: #000;
text-transform: uppercase;
width: auto;
height: 20px;

bottom: 3px;
overflow: hidden;
background: none;
position: absolute;
z-index: 10;
}

.contact a, a:hover {
color: #000;
text-decoration: none;
outline: none;
}

ul.email-us li {
position: absolute;
left: 0;
bottom: 3px;
display: block;
}

ul.email-us li a span {
display: none;
}

a.envelope:link, a.envelope:visited {
display: block;
width: 25px;
height: 17px;
background: url(../images/email-us.png) no-repeat left top;
}

a.envelope:hover {
background-position: left bottom;
}

.address {
padding: 0 0 0 35px;
}


/* right bottom */
.right-bottom {

position: absolute;
width: auto;
top: 10px;
right: 14px;
padding: 0;
z-index: 2;
}


/* social icons */
ul.social-icons {
margin: 0;
padding: 0;
}

ul.social-icons a img {
width: 16px;
height: 16px;
padding: 5px 5px 0 5px;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-webkit-transition: all 0.4s linear;
   -moz-transition: all 0.4s linear;
     -o-transition: all 0.4s linear;
        transition: all 0.4s linear;
}

ul.social-icons a img:hover {
padding: 5px 5px 0 5px;
        opacity: 0.5;
   -moz-opacity: 0.5;
-webkit-opacity: 0.5;
filter: alpha(opacity=50);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}


/* header */
#header {
position: relative;
top: 0;
left: 0;
width: 100%;
height: 34px;
overflow: hidden;
background: #000;
z-index: 15;
}


/* header background */
.header-bg {
position: absolute;
width: 200px;
height: 34px;
right: 0;
top: 0;
background: url(../images/header-bg.png) no-repeat right top;
}


/* footer */
#footer {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: 85px;
background: #000;
border-top: 4px solid #fff;
z-index: 15;
}


/* footer background */
.footer-bg {
position: fixed;
width: 300px;
height: 85px;
left: 0;
bottom: 0;
background: url(../images/footer-bg.png) no-repeat left bottom;
}


/* newsletter form */
.newsletter-wrapper {
position: relative;
clear: both;
width: auto;
border: none;
background: none;
margin: 0;
padding: 0;
overflow: hidden;	
}

.mail {
display: none;
visibility: hidden;
}

.newsletter-wrapper input#email {
width: 140px;
height: 28px;
padding: 0 5px 0 5px;
border: 1px solid #000;
font-size: 12px;
float: left;
margin-bottom: 5px;
}

input#submit {
position: relative;
width: 80px;
height: 30px;
line-height: 26px;
font-size: 10px;
text-transform: uppercase;
float: right;
margin-left: 5px;
margin-bottom: 5px;
padding: 0 10px;
color: #fff;
background: #555;
cursor: pointer;
}

input {
border: none;
background: #fff;
}

.error {
font-size: 10px;
text-transform: uppercase;
text-align: center;
color: #555;
display: block;
}

.success {
font-size: 10px;
font-style: normal;
font-weight: bold;
color: #555;
text-align: center;
text-transform: uppercase;
width: auto;
height: auto;
margin: 8px auto;
padding: 0;
background: none;
}


/* dividers */
.divider {
background: url(../images/divider.png) no-repeat center bottom;
width: 100%;
height: 16px;
margin: 20px auto;
}

.divider-rev {
background: url(../images/divider-rev.png) no-repeat center bottom;
width: 100%;
height: 16px;
margin: 20px auto;
}

.divider-blank {
background: none;
width: 100%;
height: 1px;
margin: 20px auto;
}


/* extras */
@font-face {
	font-family: 'ecoicon';
	src: url('fonts/ecoicons/ecoicon.eot');
	src: url('fonts/ecoicons/ecoicon.eot?#iefix') format('embedded-opentype'),
		 url('fonts/ecoicons/ecoicon.woff') format('woff'),
		 url('fonts/ecoicons/ecoicon.ttf') format('truetype'),
		 url('fonts/ecoicons/ecoicon.svg#ecoicon') format('svg');
	font-weight: normal;
	font-style: normal;
}


.hi-icon-wrap {
text-align: center;
margin: 0 auto;
padding: 0;
}

.hi-icon {
display: inline-block;
font-size: 0px;
cursor: pointer;
margin: 15px 30px;
width: 90px;
height: 90px;
border-radius: 50%;
text-align: center;
position: relative;
color: #555;
z-index: 1;
}

.hi-icon:after {
pointer-events: none;
position: absolute;
width: 100%;
height: 100%;
border-radius: 50%;
content: '';
-webkit-box-sizing: content-box; 
   -moz-box-sizing: content-box; 
        box-sizing: content-box;
}

.hi-icon:before {
font-family: 'ecoicon';
speak: none;
font-size: 48px;
line-height: 90px;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
display: block;
-webkit-font-smoothing: antialiased;
}

.hi-icon-mobile:before {
	content: "\e009";
}

.hi-icon-screen:before {
	content: "\e00a";
}

.hi-icon-earth:before {
	content: "\e002";
}

.hi-icon-support:before {
	content: "\e000";
}

.hi-icon-locked:before {
	content: "\e001";
}

.hi-icon-cog:before {
	content: "\e003";
}

.hi-icon-clock:before {
	content: "\e004";
}

.hi-icon-videos:before {
	content: "\e005";
}

.hi-icon-list:before {
	content: "\e006";
}

.hi-icon-refresh:before {
	content: "\e007";
}

.hi-icon-images:before {
	content: "\e008";
}

.hi-icon-pencil:before {
	content: "\e00b";
}

.hi-icon-link:before {
	content: "\e00c";
}

.hi-icon-mail:before {
	content: "\e00d";
}

.hi-icon-location:before {
	content: "\e00e";
}

.hi-icon-archive:before {
	content: "\e00f";
}

.hi-icon-chat:before {
	content: "\e010";
}

.hi-icon-bookmark:before {
	content: "\e011";
}

.hi-icon-user:before {
	content: "\e012";
}

.hi-icon-contract:before {
	content: "\e013";
}

.hi-icon-star:before {
	content: "\e014";
}

@-webkit-keyframes spinAround {
	from {
		-webkit-transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes spinAround {
	from {
		-moz-transform: rotate(0deg)
	}
	to {
		-moz-transform: rotate(360deg);
	}
}

@keyframes spinAround {
	from {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(360deg);
	}
}

/* effect 6 */
.set-6 {
background: none;
margin: 20px 0 20px 0;
}

.hi-icon-effect-6 .hi-icon {
box-shadow: 0 0 0 4px rgba(255, 255, 255, 1);
-webkit-transition: background 0.2s, color 0.2s;
   -moz-transition: background 0.2s, color 0.2s;
        transition: background 0.2s, color 0.2s;
}

.no-touch .hi-icon-effect-6 .hi-icon:hover {
background: rgba(255, 255, 255, 1);
color: #000;
}

.no-touch .hi-icon-effect-6 .hi-icon:hover:before {
-webkit-animation: spinAround 2s linear infinite;
   -moz-animation: spinAround 2s linear infinite;
        animation: spinAround 2s linear infinite;
}










.tribute-form-container,
.tribute-form-container * {
     box-sizing: border-box;
}
 
#tributeFormBody {
     --form-bg-url: url('../images/tribute background.png');
     margin: 0;
     padding: 24px 16px;
     min-height: 100vh;
     min-height: 100dvh;
     height: auto;
     font-family: 'Open Sans', sans-serif;
     background: transparent;
     display: flex;
     justify-content: center;
     align-items: center;
     position: relative;
     isolation: isolate;
} 

#rsvpFormBody {
     --form-bg-url: url('../images/rsvp.jpg');
     margin: 0;
     padding: 24px 16px;
     min-height: 100vh;
     min-height: 100dvh;
     height: auto;
     font-family: 'Open Sans', sans-serif;
     background: transparent;
     display: flex;
     justify-content: center;
     align-items: center;
     position: relative;
     isolation: isolate;
}

#tributeFormBody::before,
#rsvpFormBody::before {
     content: "";
     position: fixed;
     inset: 0;
     z-index: -1;
     background-image: linear-gradient(rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.42)), var(--form-bg-url);
     background-position: center center;
     background-size: cover;
     background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
    #tributeFormBody,
    #rsvpFormBody {
        align-items: flex-start;
        padding: 20px 12px;
    }
}


.tribute-form-container {
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	border-radius: 16px;
	max-width: 650px;
	padding: 50px;
	color: #fff;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
	text-align: center;
	animation: fadeIn 1.2s ease forwards;
	opacity: 0;
}

@keyframes fadeIn {
	to {
		opacity: 1;
	}
}

/* ---------- Header Text ---------- */
.tribute-form-container h3 {
	font-family: 'Playfair Display', serif;
	font-size: 1.8rem;
	letter-spacing: 1px;
	margin-bottom: 35px;
	color: #f8f8f8;
}


/* ---------- Form Layout ---------- */
form {
	display: flex;
	flex-direction: column;
}

.form-group {
	display: flex;
	flex-direction: column;
	text-align: left;
	margin-bottom: 20px;

}



label {
	font-family: 'Playfair Display', serif;
	font-weight: 600;
	font-size: 1.05rem;
	margin-bottom: 8px;
	color: #f5f5f5;
	letter-spacing: 0.5px;
}

input,
textarea {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.15);
	color: #fff;
	font-size: 1rem;
	transition: all 0.3s ease;
	resize: none;
}

select {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.15);
	color: #fff;
	font-size: 1rem;
	transition: all 0.3s ease;
}

input::placeholder,
textarea::placeholder {
	color: rgba(255, 255, 255, 0.7);
}

input:focus,
textarea:focus {
	outline: none;
	border-color: #D4AF37;
	background: rgba(255, 255, 255, 0.25);
}

textarea {
	min-height: 150px;
}

select:focus {
	outline: none;
	border-color: #D4AF37;
	background: rgba(255, 255, 255, 0.25);
}

select option {
	color: #2a2a2a;
}

/* ---------- Button ---------- */
button {
	background: #D4AF37;
	color: #fff;
	border: none;
	padding: 12px 30px;
	border-radius: 50px;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 1px;
	cursor: pointer;
	transition: all 0.3s ease;
	margin-top: 10px;
}

button:hover {
	background: #d2a925;
	transform: scale(1.05);
	box-shadow: 0 5px 15px #c4b686;
}

/* ---------- Response Message ---------- */
#responseMsg {
	display: none;
	color: #a5d6a7;
	margin-top: 30px;
	font-size: 0.95rem;
}

#rsvpResponseMsg {
	display: none;
	color: #a5d6a7;
	margin-top: 30px;
	font-size: 0.95rem;
}

.rsvp-form-container label {
	font-size: 1.18rem;
}

.rsvp-form-container input[type="email"] {
	padding: 15px 16px;
	font-size: 1.18rem;
}

.tribute-nav-buttons {
	display: flex;
	gap: 12px;
	justify-content: center;
	margin-top: 20px;
	flex-wrap: wrap;
}

.tribute-nav-btn {
	display: inline-block;
	text-decoration: none;
	background: #D4AF37;
	color: #fff;
	border: none;
	padding: 12px 24px;
	border-radius: 50px;
	font-size: 0.95rem;
	font-weight: 600;
	letter-spacing: 0.8px;
	transition: all 0.3s ease;
}

.tribute-nav-btn:hover {
	background: #d2a925;
	transform: scale(1.03);
	box-shadow: 0 5px 15px #c4b686;
}

.tribute-nav-btn-alt {
	background: rgba(255, 255, 255, 0.18);
	border: 1px solid rgba(255, 255, 255, 0.35);
}

.tribute-nav-btn-alt:hover {
	background: rgba(255, 255, 255, 0.28);
}

/* ---------- Responsive Design ---------- */
@media (max-width: 600px) {
	.tribute-container {
		padding: 30px;
	}

	.tribute-container h3 {
		font-size: 1.5rem;
	}

	label {
		font-size: 0.95rem;
	}
}


		
.spinner-container {
	display: flex;
	justify-content: center;
	align-items: center;
	
}

.spinner {
	width: 30px;
	height: 30px;
	border: 5px solid #dadada;
	border-top: 5px solid #f0bd16;
	border-radius: 50%;
	animation: spin 1s linear infinite;

}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg); 
	}
}



/* Force a new row every 3 items */
#message-container .one-third.column:nth-child(3n+1) {
    clear: both;
}

.memorial-tribute-header {
    position: relative;
    padding: 12px 0 4px;
}

.floral-band {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0 auto 12px;
    max-width: 420px;
}

.floral-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #fff4de, #d9af64 65%);
    box-shadow: 0 0 0 4px rgba(217, 175, 100, 0.22);
}

.floral-vine {
    flex: 1;
    height: 10px;
    border-top: 2px solid #d5b37a;
    border-bottom: 2px solid #d5b37a;
    border-radius: 999px;
    opacity: 0.85;
}

.memorial-subtitle {
    max-width: 640px;
    margin: 6px auto 0;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.3rem;
    font-style: italic;
    color: #5f4b33;
    line-height: 1.55;
}

/* Style the wrapper for a clean look */
.message-wrapper {
    padding: 24px 22px;
    margin-bottom: 24px;
    text-align: center;
    border: 1px solid #dcc8a0;
    border-radius: 14px;
    background: linear-gradient(180deg, #fffdf9 0%, #fbf5ea 100%);
    box-shadow: 0 8px 24px rgba(36, 30, 16, 0.08);
    min-height: 220px;
}

.tribute-text {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-style: italic;
    font-size: 1.55rem;
    line-height: 1.55;
    letter-spacing: 0.2px;
    color: #2a2017;
    margin-bottom: 18px;
}

.nameAndTime {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

.contributor-name {
    font-family: 'Manrope', sans-serif;
    font-size: 0.82rem;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #3c3228;
    margin: 0;
}

.time-stamp {
    font-family: 'Manrope', sans-serif;
    font-size: 0.78rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #7a6d5d;
    margin-top: 10px;
}

.tribute-pagination {
    width: 100%;
    clear: both;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 8px 0 28px;
    flex-wrap: wrap;
}

.tribute-page-btn {
    border: 1px solid #d7b783;
    background: #fff8ee;
    color: #473523;
    font-family: 'Manrope', sans-serif;
    font-size: 0.84rem;
    letter-spacing: 0.6px;
    border-radius: 24px;
    padding: 8px 14px;
    cursor: pointer;
    transition: all 0.25s ease;
}

.tribute-page-btn:hover {
    background: #f2e3c8;
}

.tribute-page-btn:disabled {
    opacity: 0.45;
    cursor: default;
}

.tribute-page-number.active {
    background: #d4af37;
    border-color: #d4af37;
    color: #fff;
}

.rsvp-panel {
    float: none;
    margin: 0 auto 20px;
}

.rsvp-form {
    background: linear-gradient(180deg, #fffdf9 0%, #f6f1e6 100%);
    border: 1px solid #dcc8a0;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 0 8px 24px rgba(36, 30, 16, 0.08);
    text-align: left;
}

.rsvp-field {
    margin-bottom: 14px;
}

.rsvp-field label {
    display: block;
    margin-bottom: 6px;
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #4f3d2a;
}

.rsvp-form input,
.rsvp-form select,
.rsvp-form textarea {
    width: 100%;
    border: 1px solid #d8c3a0;
    border-radius: 8px;
    padding: 10px 12px;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    color: #2a2218;
    background: rgba(255, 255, 255, 0.95);
}

.rsvp-form textarea {
    resize: vertical;
    min-height: 96px;
}

.rsvp-submit {
    display: inline-block;
    border: 1px solid #d4af37;
    background: #d4af37;
    color: #fff;
    border-radius: 999px;
    padding: 10px 18px;
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.7px;
    cursor: pointer;
}

.rsvp-submit:hover {
    background: #c99f1e;
}

.rsvp-response {
    margin-top: 12px;
    font-size: 13px;
    color: #4f3d2a;
    padding: 0;
}

#rsvpListBody {
    margin: 0;
    background: #f7f2e8;
    color: #2b2319;
    font-family: 'Manrope', sans-serif;
}

.rsvp-list-page {
    max-width: 1180px;
    margin: 0 auto;
    padding: 26px 18px 34px;
}

.rsvp-list-topbar {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.rsvp-list-header h1 {
    margin: 0;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 58px;
    text-transform: none;
    color: #3c2d1a;
}

.rsvp-list-error {
    color: #7a1f1f;
    background: #ffe9e9;
    border: 1px solid #e1b4b4;
    border-radius: 10px;
    padding: 12px;
}

.rsvp-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
    margin: 18px 0;
}

.rsvp-stat-card {
    background: #fffaf0;
    border: 1px solid #dfc99e;
    border-radius: 12px;
    padding: 10px 12px;
    text-align: center;
}

.rsvp-stat-card span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #7e6747;
}

.rsvp-stat-card strong {
    font-size: 28px;
    color: #3f2f1d;
}

.rsvp-table-wrap {
    overflow-x: auto;
    border: 1px solid #dcc59b;
    border-radius: 12px;
    background: #fffdf9;
}

.rsvp-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 900px;
}

.rsvp-table th,
.rsvp-table td {
    border-bottom: 1px solid #eadcc2;
    padding: 10px 12px;
    font-size: 13px;
    text-align: left;
    vertical-align: top;
    line-height: 1.45;
}

.rsvp-table th {
    background: #f2e2c2;
    color: #402f1d;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.rsvp-empty {
    text-align: center !important;
    color: #6f5d47;
    padding: 24px !important;
}

.event-location-card {
    background: #fffdf8;
    border: 1px solid #e0d2b8;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(36, 24, 10, 0.12);
    min-height: 420px;
}

.event-location-photo {
    height: 170px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.event-location-photo:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(27, 17, 5, 0.08) 0%, rgba(27, 17, 5, 0.35) 100%);
}

.event-location-photo-service {
    background-image: url('../images/St Gabriel Aldersbrook Rd.jpg');
}

.event-location-photo-committal {
    background-image: url('../images/City of London Cemetery,Aldersbrook Road.jpg');
}

.event-location-photo-reception {
    background-image: url('../images/community center.jpg');
}

.event-location-content {
    padding: 16px 16px 18px;
    text-align: left;
}

.event-location-content h3 {
    font-size: 28px;
    margin: 0 0 6px;
}

.event-location-time {
    color: #7d633f;
    font-weight: 700;
    margin: 0 0 10px;
}

.event-location-content p {
    margin: 0 0 12px;
    line-height: 1.55;
}

.event-location-link {
    display: inline-block;
    background: #c79b44;
    color: #fff !important;
    border-radius: 999px;
    padding: 9px 14px;
    font-family: 'Manrope', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    border: 1px solid #c79b44;
    transition: all 0.2s ease;
}

.event-location-link:hover {
    background: #b5852e;
    border-color: #b5852e;
}

@media only screen and (max-width: 767px) {
    .event-location-card {
        min-height: 0;
        margin-bottom: 18px;
    }

    .biography-summary-grid {
        display: block;
    }

    .biography-summary-grid .biography-summary-card {
        margin-bottom: 16px;
    }
}

#galleryBody {
    margin: 0;
    min-height: 100vh;
    min-height: 100dvh;
    font-family: 'Manrope', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #f8efe4;
    background: #090603;
    position: relative;
}

#galleryBody::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -2;
    background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(10, 7, 4, 0.78)),
        url("../images/background/1.jpg") center center / cover no-repeat;
}

#galleryBody::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at 20% 12%, rgba(231, 191, 120, 0.2), transparent 48%),
        radial-gradient(circle at 86% 10%, rgba(231, 191, 120, 0.2), transparent 44%);
    pointer-events: none;
}

.gallery-shell {
    max-width: 1320px;
    margin: 0 auto;
    padding: 42px 24px 50px;
}

.gallery-header {
    text-align: center;
    margin-bottom: 34px;
    padding: 24px 20px;
    border: 1px solid rgba(255, 230, 190, 0.25);
    background: rgba(26, 16, 7, 0.72);
    box-shadow: 0 14px 38px rgba(0, 0, 0, 0.26);
}

.gallery-kicker {
    margin: 0 0 10px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #f2c786;
    font-weight: 700;
}

.gallery-header h1 {
    margin: 0 0 6px;
    font-family: 'LeagueGothicRegular', sans-serif;
    font-size: clamp(64px, 10vw, 118px);
    font-weight: 100;
    line-height: 0.9;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    color: #fff9ed;
    text-shadow: 0 8px 20px rgba(0, 0, 0, 0.32);
}

.gallery-subtitle {
    margin: 12px auto 0;
    max-width: 920px;
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 239, 215, 0.88);
}

.gallery-toolbar {
    margin-top: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.gallery-nav-links {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.gallery-home-link {
    display: inline-block;
    border: 1px solid rgba(255, 224, 177, 0.42);
    color: #fff8e7 !important;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    font-size: 12px;
    font-weight: 700;
    padding: 11px 16px;
    border-radius: 999px;
    background: rgba(255, 220, 155, 0.14);
    transition: all 0.25s ease;
}

.gallery-home-link:hover {
    background: rgba(255, 220, 155, 0.2);
    border-color: rgba(255, 224, 177, 0.75);
}

.gallery-count {
    margin: 0;
    font-size: 13px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: rgba(255, 229, 189, 0.95);
    font-weight: 700;
}

.gallery-range {
    margin: 16px 0 0;
    font-size: 13px;
    color: rgba(255, 229, 189, 0.95);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.gallery-card {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(255, 223, 170, 0.34);
    border-radius: 18px;
    overflow: hidden;
    cursor: pointer;
    background: #1b1208;
    position: relative;
    display: block;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.3);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.gallery-card img,
.gallery-card video {
    width: 100%;
    height: 430px;
    display: block;
    object-fit: cover;
}

.gallery-thumb-video {
    background: #000;
}

.gallery-video-pill {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    padding: 5px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 223, 170, 0.72);
    background: rgba(17, 10, 3, 0.7);
    color: #fff2d7;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.9px;
    text-transform: uppercase;
}

.gallery-card-glow {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 250, 240, 0) 52%, rgba(18, 10, 2, 0.42) 100%);
    pointer-events: none;
}

.gallery-card:hover {
    transform: translateY(-6px) scale(1.01);
    border-color: rgba(255, 228, 184, 0.86);
    box-shadow: 0 20px 36px rgba(0, 0, 0, 0.38);
}

.gallery-empty {
    text-align: center;
    margin-top: 30px;
    padding: 34px 16px;
    border: 1px dashed rgba(255, 228, 184, 0.4);
    border-radius: 16px;
    color: #f7e8cc;
    background: rgba(255, 236, 201, 0.05);
}

.gallery-empty h2 {
    margin: 0 0 8px;
    font-size: 24px;
}

.gallery-empty p {
    margin: 0;
    font-size: 14px;
}

.gallery-empty code {
    color: #ffe2ab;
}

.gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 20000;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(8, 5, 2, 0.86);
    backdrop-filter: blur(4px);
    padding: 50px 24px;
}

.gallery-lightbox.open {
    display: flex;
}

.gallery-lightbox-frame {
    margin: 0;
    max-width: min(96vw, 1400px);
    max-height: calc(100vh - 96px);
    text-align: center;
}

.gallery-lightbox-frame img,
.gallery-lightbox-frame video {
    display: block;
    max-width: min(96vw, 1400px);
    max-height: calc(100vh - 140px);
    width: auto;
    height: auto;
    border-radius: 10px;
    border: 1px solid rgba(255, 223, 170, 0.45);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.45);
}

#galleryLightboxCaption {
    margin-top: 11px;
    font-size: 14px;
    letter-spacing: 0.8px;
    color: #f7e8cc;
    text-transform: uppercase;
}

.gallery-lightbox-close,
.gallery-lightbox-nav {
    position: fixed;
    border: 1px solid rgba(255, 227, 181, 0.45);
    color: #fff4dd;
    background: rgba(44, 29, 11, 0.65);
    cursor: pointer;
    border-radius: 999px;
    transition: all 0.22s ease;
}

.gallery-lightbox-close:hover,
.gallery-lightbox-nav:hover {
    background: rgba(64, 42, 15, 0.95);
    border-color: rgba(255, 227, 181, 0.95);
}

.gallery-lightbox-close {
    top: 16px;
    right: 16px;
    width: 42px;
    height: 42px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

.gallery-lightbox-nav {
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    font-size: 28px;
    line-height: 0.8;
}

.gallery-lightbox-prev {
    left: 16px;
}

.gallery-lightbox-next {
    right: 16px;
}

.gallery-pagination {
    margin: 28px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.gallery-page-link {
    display: inline-block;
    min-width: 40px;
    padding: 10px 12px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    border-radius: 999px;
    border: 1px solid rgba(255, 224, 177, 0.4);
    color: #fff6e8;
    background: rgba(255, 220, 155, 0.1);
}

.gallery-page-link.current {
    background: #d4af37;
    border-color: #d4af37;
    color: #fff;
}

.gallery-page-link.disabled {
    opacity: 0.45;
    pointer-events: none;
}

@media only screen and (max-width: 1100px) {
    .gallery-grid {
        gap: 16px;
    }

    .gallery-card img,
    .gallery-card video {
        height: 360px;
    }
}

@media only screen and (max-width: 820px) {
    .gallery-header h1 {
        font-size: clamp(54px, 16vw, 96px);
    }

    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .gallery-card img,
    .gallery-card video {
        height: auto;
    }
}

@media only screen and (max-width: 560px) {
    .gallery-shell {
        padding: 18px 10px 26px;
    }

    .gallery-header {
        padding: 18px 10px;
    }

    .gallery-subtitle {
        font-size: 14px;
    }

    .gallery-lightbox {
        padding: 46px 8px;
    }

    .gallery-lightbox-frame img,
    .gallery-lightbox-frame video {
        max-height: calc(100vh - 130px);
    }
}

@media print {
    .no-print {
        display: none !important;
    }

    #rsvpListBody {
        background: #fff;
    }

    .rsvp-list-page {
        max-width: 100%;
        padding: 0;
    }

    .rsvp-list-header h1 {
        font-size: 34px;
        color: #000;
    }

    .memorial-subtitle {
        color: #000;
        font-size: 16px;
    }

    .rsvp-table-wrap {
        border: 1px solid #000;
        border-radius: 0;
    }

    .rsvp-table th,
    .rsvp-table td {
        border-bottom: 1px solid #000;
        color: #000;
    }
}
