/*
Theme Name: Sam's wedding

*/

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{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}

:root {
	--background-green: rgb(135,181,165);
	--background-purple: rgb(187,174,187);
}

html, body {
	overflow-x: hidden;
}

a.homebutton {
	position: fixed;
	top: 20px;
	right: 20px;
	height: 60px;
	width: 60px;
	display: block;
	background-color: rgb(227,152,152);
	border-radius: 30px;
	background-image: url('https://two-sams-getting-hitched.com/wp-content/uploads/2025/08/Iroh.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 0.1s linear;
	z-index: 9999;
}

a.homebutton:hover {
	rotate: 10deg;
}

#landing {
    width: 100%;
    min-height: 100vh;
    background-image: url('https://two-sams-getting-hitched.com/wp-content/uploads/2025/08/background.jpg');
    background-color: var(--background-green);
}

#buttons-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
	min-height: 650px;
    font: 500 1em "Work Sans", sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#buttons-wrapper p {
    color: rgba(255,255,255,1);
    margin-bottom: 40px;
    z-index: 99;
    font-size: 1.15em;
	text-align: center;
}

.homepagebutton {
    float: none;
    margin-bottom: 35px;
    display: block;
    background: rgba(255,255,255,0.8);
    transition: all 0.2s linear;
    color: rgb(135,181,165);
    padding: 12px 25px;
    z-index: 99;
    position: relative;
    text-decoration: none;
}

#placeholder {
    text-align: center;
    width: 600px;
    max-width: 60%;
    margin-bottom: 5vh;
    margin-top: 0;
}

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

   	#placeholder {
   		min-width: 70%;
	}

 
}

@media screen and (min-height: 750px) {

   #buttons-wrapper {
        min-height: 725px;
    }
	
	#placeholder {
		margin-top: 15vh;
		margin-bottom: 15vh;
	}
 
}
#placeholder div {
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    background-image: url('https://two-sams-getting-hitched.com/wp-content/uploads/2025/08/Text.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

@keyframes iroh {
    from {left: -50vw;}
    to {left: 400vw;}
}

@keyframes luna {
    from {right: -50vw;}
    to {right: 400vw;}
}

.homecat {
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    z-index: 1;
    width: 180px;
    height: 325px;
    max-width: 20%;
	max-height: 35vh;
    position: fixed;
    bottom: 0;
    animation-duration: 16s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

#Iroh {
    background-image: url('https://two-sams-getting-hitched.com/wp-content/uploads/2025/08/Iroh.png');
    animation-name: iroh;
    animation-delay: 12s;
}

#Luna {
    background-image: url('https://two-sams-getting-hitched.com/wp-content/uploads/2025/08/Luna.png');
    animation-name: luna;
    animation-delay: 4s;
}

.homepagebutton:hover {
    background-color: rgba(255,255,255,1);
}

.homesam {
    background-repeat: no-repeat;
    background-size: contain;
    position: fixed;
    z-index: 2;
    bottom: 0;
    height: 1000px;
    width: 650px;
    max-height: 90vh;
    max-width: 50%;
 
}

#girlsam {
    background-image: url('https://two-sams-getting-hitched.com/wp-content/uploads/2025/08/Girl-Sam.png');
    left: 0;
    background-position: bottom left;
}

#boysam {
    background-image: url('https://two-sams-getting-hitched.com/wp-content/uploads/2025/08/Boy-Sam.png');
    right: 0;
    background-position: bottom right;
}

/* Pages */

h1, h2 {
    display: none;
}

.ppw-post-password-container {
    text-align: center;
    letter-spacing: 3px;
    font: 500 1.3em "Work Sans", sans-serif;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url('https://two-sams-getting-hitched.com/wp-content/uploads/2025/08/background.png');
    background-color: var(--background-green);
    height: 100vh;
}

.ppw-post-password-form {
    min-height: 220px;
    max-width: 650px;
}

.ppw-post-password-container, .ppw-ppf-desc, .ppw-ppf-desc p, .ppw-ppf-error-msg, .ppw-ppf-error-msg p {
	max-width: 100%;
	padding: 0 10px;
}

.ppw-ppf-field-container {
    margin: 30px auto;
	max-width: 90%;
	display: block;
}

.ppw-pwd-label {
	width: 100%;
	overflow: hidden;
}

.ppw-pwd-label input, .rsvpCustomQuestions input {
    text-align: center;
    color: #fff;
    background: rgba(255,255,255,0);
    padding: 10px 20px;
    border: 2px solid #fff;
    border-radius: 3px;
	max-width: 90%;
	position: relative;
}

.ppw-pwd-label input {
    font: 400 1.5em "Work Sans", sans-serif!important;
}

.ppw-pwd-submit-btn {
	margin-top: 30px;
	background: rgba(255,255,255,0.8);
	font: 500 0.9em "Work Sans", sans-serif;
	text-transform: uppercase;
	color: var(--background-green);
	padding: 10px 20px;
	border: none;
	cursor: pointer;
	transition: all 0.2s linear;
}

.ppw-pwd-submit-btn:hover {
	background: rgb(255,255,255,1);
}

.page-wrapper {
    color: rgba(255,255,255,0.95);
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    padding-bottom: 80px;
}

#NewMilford.page-wrapper {
    background-image: url('https://two-sams-getting-hitched.com/wp-content/uploads/2025/08/backgroundpurple.png');
    background-color: var(--background-purple);
}

#Chicago.page-wrapper {
    background-image: url('https://two-sams-getting-hitched.com/wp-content/uploads/2025/08/background.png');
    background-color: var(--background-green);
}

.hero-image {
    width: 100%;
    margin: 0 auto;
    height: calc(90vh - 200px);
    position: relative;
}

/* @media (min-width: 800px) and (min-height: 750px) {

    .hero-image {
        width: calc(100% - 300px);
        min-width: 800px;
		margin-top: 100px;
    }
 
} */

.hero-image > div {
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	opacity: 0.9;
}

#NewMilford .hero-image > div {
    background-image: url('https://two-sams-getting-hitched.com/wp-content/uploads/2025/08/NEWMILFORD.jpg');
    background-position: center center;
}

#Chicago .hero-image > div {
    background-image: url('https://cdn0.weddingwire.com/vendor/763189/3_2/960/jpg/devaney-142-of-430_51_981367-159568755532575.jpeg') /* url('https://two-sams-getting-hitched.com/wp-content/uploads/2025/08/Chicago2.png')*/;
    background-position: center center;
}

.titleimage {
    width: 100%;
    max-width: 800px;
    padding: 40px 0 40px;
	position: relative;
	margin: auto;
    /* position: absolute;
    bottom: 0; */
}

#NewMilford .titleimage {
    background-image: url('https://two-sams-getting-hitched.com/wp-content/uploads/2025/08/backgroundpurple.png');
    background-color: var(--background-purple);
}

#Chicago .titleimage {
    background-image: url('https://two-sams-getting-hitched.com/wp-content/uploads/2025/08/background.png');
    background-color: var(--background-green);
}

.titleimage > div {
    background-size: contain;
    background-repeat: no-repeat;
    height: 0;
    z-index: 999;
    max-width: 660px;
    width: 100%;
    margin: auto;
}

#NewMilford .titleimage > div {
    background-image: url('https://two-sams-getting-hitched.com/wp-content/uploads/2025/08/October-11.png');
    padding-bottom: 20%;
}

#Chicago .titleimage > div {
    background-image: url('https://two-sams-getting-hitched.com/wp-content/uploads/2025/08/CHICAGO.png');
    padding-bottom: 28%;
 }

@media screen and (min-width: 800px) {

    .titleimage {
        border-radius: 10px 10px 0 0;
    }
 
}

.entry-content {
    width: 100%;
    max-width: 700px;
    margin: auto;
}

.entry-content-inner {
    padding: 20px;
}

.blurb {
    font: 400 1.75em "Work Sans", sans-serif;
    margin: 30px 0 50px;
}

.FAQ {
    font: 700 2em "Work Sans", sans-serif;
    padding: 20px 0 20px;
}

.FAQ-q {
    font: 600 1.3em "Work Sans", sans-serif;
    padding: 20px 0 10px;
}

.answer {
    font: 400 1.3em "Work Sans", sans-serif;
    margin: 20px 0 40px;
}

.rsvp-wrapper {
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 20px 20px 50px;
    font: 400 1.1em Work Sans;
    border-top: 3px solid rgba(255,255,255,0.5);
}


#rsvpPlugin p:first-child:not(#rsvpForm p) {
    font: 400 2.6em "The Nautigal", cursive;
    text-transform: none;
}

#rsvpPlugin p:nth-child(2):not(#rsvpForm p, label) {
    font: 400 1.1em "Work Sans", sans-serif!important;
}

#rsvpForm {
    padding-top: 50px;
    font-size: 1.1em;
}

.rsvpCustomQuestions  {
    padding: 20px 0;
}

.rsvpCustomQuestions label, .rsvpParagraph {
    font: 600 1.1em "Work Sans", sans-serif;
    width: 100%;
    display: inline-block!important;
}

.rsvpCustomQuestions input {
    font: 400 1.1em Work Sans!important;
    margin-top: 10px;
}

.rsvpAdditionalAttendee {
    border-top: none!important;
    border-bottom: 3px solid rgba(255,255,255,0.5);
    padding-bottom: 10px;
    margin-top: 35px;
}

.rsvpAdditionalAttendeeTitle {
    font: 500 1em Work Sans!important;
    padding: 10px 15px;
    color: var(--background-purple);
    background: rgba(255,255,255,0.8);
    margin: 30px -15px 10px -15px;
}

.rsvpAdditionalAttendeeQuestions p.rsvpParagraph {
    margin-bottom: 10px;
}

.rsvpParagraph >input, #rsvpPlugin > #rsvpPlugin form input, a.rsvpArea {
    font: 500 1em "Work Sans", sans-serif!important;
    padding: 10px 15px;
    color: rgb(187,174,187);
    background: rgba(255,255,255,1);
    transition: all 0.2s linear;
    margin: 30px 0;
    border: none;
    text-transform: uppercase;
}

.rsvpParagraph >input.required {
    text-transform: none;
}

.rsvpParagraph >input:hover, #rsvpPlugin > #rsvpPlugin form input:hover {
    background: rgba(255,255,255,0.7);
}

.rsvp-wrapper > .rsvpParagraph {
    padding: 30px 0 20px;
    font: 400 2.6em "The Nautigal", cursive;
    text-transform: none;
}

form p.rsvpParagraph, #rsvpPlugin > #rsvpPlugin > p.rsvpParagraph {
    font: 400 1.1em "Work Sans", sans-serif!important;
}

form p.rsvpParagraph label {
    display: inline-block;
    width: 140px;
}

#Chicago .rsvpAdditionalAttendeeTitle, #Chicago .rsvpParagraph >input, #Chicago #rsvpPlugin > #rsvpPlugin form input, #Chicago a.rsvpArea {
    color: var(--background-green);
}



.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}