/* ==========================================================================
   Header
   ========================================================================== */

* {
    box-sizing: border-box;
    font-weight: 100;
    padding: 0;
    margin: 0;
}

body {
    position: relative;
    height: 100%;
    overflow: auto;
    background-image: url("/img/watercolor-home.png");
    background-repeat: no-repeat;
    background-size: 106%;
    background-position: center top;
}

body.home-layout {
    background-image: url("/img/watercolor-home.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

header {
    width: 100%;
    color: #000;
    border-bottom: solid 1px #000;
}

.site-logo {
    margin: 0 auto 25px;
    text-align: center;
}

.site-logo h1 {
    display: block;
    font-size: 100px;
    padding: 0;
    margin: 0 auto;
    font-family: "jacques__gillesregular";
}

.site-logo h2 {
    display: block;
    margin: 0 auto 15px;
    padding: 0;
    font-family: "bebas_neuelight";
    font-size: 36px;
}


/****** Carousel CSS Auto-embed - Base Styles *******/

/* Slick Base Carousel -- http://kenwheeler.github.io/slick/ -- do not change below */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Arrows */
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 15%;
    height: 100%;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    border-radius: 0;
    outline: none;
    background: transparent;
    z-index: 100;
    -webkit-transition: background .25s;
    -moz-transition: background .25s;
    transition: background .25s;
    box-shadow: none;
    text-shadow: 1px 1px 1px #000;
}
.slick-prev:hover .slick-next:hover {
    color: transparent;
    outline: none;
}
.slick-prev {
    background-image: -webkit-linear-gradient(left,rgba(255, 255, 255,.5) 0,rgba(255, 255, 255,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(255, 255, 255,.5) 0,rgba(255, 255, 255,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(255, 255, 255,.5)),to(rgba(255, 255, 255,.0001)));
    background-image: linear-gradient(to right,rgba(255, 255, 255, 0.5) 0,rgba(255, 255, 255,.0001) 100%);
}
.slick-next {
    background-image: -webkit-linear-gradient(right,rgba(255, 255, 255,.5) 0,rgba(255, 255, 255,.0001) 100%);
    background-image: -o-linear-gradient(right,rgba(255, 255, 255,.5) 0,rgba(255, 255, 255,.0001) 100%);
    background-image: -webkit-gradient(linear,right top,left top,from(rgba(255, 255, 255,.5)),to(rgba(255, 255, 255,.0001)));
    background-image: linear-gradient(to left,rgba(255, 255, 255, 0.5) 0,rgba(255, 255, 255,.0001) 100%);
}
.slick-prev:hover:before, .slick-next:hover:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before, .slick-next:before {
    font-family: 'FontAwesome';
    font-size: 50px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: 0;
}
[dir='rtl'] .slick-prev {
    right: 25px;
    left: auto;
}
.slick-prev:before {
    content: "\f104";
}
[dir='rtl'] .slick-prev:before {
    content: "\f105";
}

.slick-next {
    right: 0;
}
[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}
.slick-next:before {
    content: "\f105";
}
[dir='rtl'] .slick-next:before {
    content: "\f104";
}

/* Dots */
.slick-dotted.slick-slider {
    /*margin-bottom: 30px;*/
}
.slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: 'arial', sans-serif;
    font-size: 48px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
}
/* End Slick Base Carousel -- do not change above */

/****** End Carousel CSS Auto-embed - Base Styles *******/

/* Hamburger Icon */

.hamb-wrapper {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	padding: 12px 5px 12px 1.5px;/*style to design*/
	z-index: 10;
}

.hamb-wrapper:before {
	content: '';
	display: inline-block;
	min-height: 100%;
	vertical-align: middle;
	margin-right: -0.5em;
}

.hamb-wrapper span.hamb-text {
    font-family: "bebas_neuebook";
	font-weight: 100;
	font-size: 1.75em;
}

.hamb-wrapper > span {
	color: rgb(43, 88, 148);/*style to design*/
	font-size: 16px;/*style to design*/
	font-weight: 700;/*style to design*/
    padding-left: 15px;/*style to design*/
    vertical-align: middle;/*style to design*/
}

#hamb-icon {
	position: relative;
	display: inline-block;
	margin: 0 10px;
	float: right;
    vertical-align: middle;
	width: 40px;/*style to design*/
	height: 28px;/*style to design*/
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	z-index: 100;
}

#hamb-icon span {
	display: block;
	position: absolute;
	height: 5px;/*style to design*/
	width: 100%;
	background: rgb(43, 88, 148);/*style to design*/
	border-radius: 9px;
	opacity: 1;
	left: 0;
	/* Animate "X" back to Hamburger Icon */
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#hamb-icon span:nth-child(1) {
	top: 0px;
}

#hamb-icon span:nth-child(2) {
	top: 11px;/*style to design*/
}

#hamb-icon span:nth-child(3) {
	top: 11px;/*style to design*/
}

#hamb-icon span:nth-child(4) {
	top: 22px;/*style to design*/
}

#hamb-icon.open span:nth-child(1) {
	top: 22px;/*style to design*/
	width: 0%;
	left: 50%;
}

#hamb-icon.open span:nth-child(2) {
	/* Animate Hamburger Icon into clickable "X" */
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#hamb-icon.open span:nth-child(3) {
	/* Animate Hamburger Icon into clickable "X" */
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#hamb-icon.open span:nth-child(4) {
	top: 22px;/*style to design*/
	width: 0%;
	left: 50%;
}
/* End Hamburger Icon */

.nav-bar {
    width: 100%;
    margin: 0 auto -15px;
    padding: 0 5% 0;
    overflow: hidden;
    max-width: 940px;
}

nav.header-nav {
    position: relative;
    display: block;
    text-align: center;
    height: 40px;
}

nav a {
    position: relative;
    text-decoration: none;
    color: #000;
    padding: 3px 0 3px .5em;
    text-align: center;
    text-transform: uppercase;
    font-family: "bebas_neuebook";
    font-size: 25px;
    transition: background .5s linear;
    background-position: 0 center;
    background-size: 5%;
}

nav a.active {
	background: url("/img/wht_paint_bg.png");
    background-repeat: no-repeat;
    background-size: 85% 100%;
    background-position: 0 center;
    /* color: #fff; */
}

nav a:hover {
	background: url("/img/wht_paint_bg.png");
    background-repeat: no-repeat;
    background-size: 85% 100%;
    background-position: 0 center;
    transition: background .25s linear;
    /* color: #fff; */
}

nav a:after {
    content: "//";
    padding: 0 10px;
    color: #000;
}

nav a:last-child:after {
    content: none;
    display: none;
}

nav a:last-child {
	padding; 0 10px 0 0;
}

.header-nav a:nth-child(n+2):before {
    position: absolute;
    display: block;
    content="|";
    font-size: 18px;
    color: #000;
    padding: 3px
}



/* ==========================================================================
   Section
   ========================================================================== */

section {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: auto;
}

.wrapper {
    padding: 25px 5%;
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
}

.rsvp-content {
    background-image: url("/img/base-watercolor.png");
    background-repeat: no-repeat;
    background-size: 106%;
    background-position: center top;
}

section h1 {
    text-align: center;
    font-weight: bold;
    margin: 10px auto 50px;
    font-family: "jacques__gillesregular";
    font-size: 3em;
}

.event-address {
    text-align: center;
}

.event-address p {
    margin: -55px auto 0;
}

section h2 {
    font-family: "bebas_neuebook";
    font-size: 2em;
}

.his {
    width: 30%;
    display: inline-block;
    padding-right: 5%;
    border-right: dotted 3px #888;
    vertical-align: top;
}

.wedding {
    display: inline-block;
    width: 29%;
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
    vertical-align: top;
}

.ceremony-text {
	text-align: center;
}

.playlist-wrapper {
	width: 50%;
	float: left;
	box-sizing: border-box;
	margin-bottom: 3em;
}

.together {
    border: dashed 1px #888;
}

.hers {
    width: 30%;
    display: inline-block;
    float: right;
    padding-left: 5%;
    border-left: dotted 3px #888;
    vertical-align: top;
}

.hotel-subheader p {
    text-align: center;
    margin: -50px auto 3em;
}

.hotel-photo {
    display: inline-block;
    width: 300px;
    vertical-align: top;
}

.hotel-photo img {
    width: 100%;
}

.contact-info {
    display: inline-block;
    margin-left: 30px;
    vertical-align: top;
}

.map-wrapper {
    width: 100%;
    height: 118px;
    border: solid 1px #000;
    margin: 5px auto;
}

.contact-info h2 {
    margin: 0;
}

.contact-info p {
    display: inline-block;
    margin: 0;
}

.contact-info a {
    text-decoration: none;
    color: #b1a413;
}

.directions {
    display: inline-block;
    width: 45%;
    height: 400px;
    margin: 0 2% 70px;
}

.reg-links {
    text-align: center;
}

.reg-links a {
    width: 150px;
	margin: 0 1em;
    text-decoration: none;
    color: #000;
	display: inline-block;
	vertical-align: middle;
}

.reg-links img {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

/* ==========================================================================
   Results Table
   ========================================================================== */

.search-filter {
    display: inline-block;
}

.field-container .search-box {
    display: inline;
    margin: 10px auto;
    color: #000;
    text-align: left;
}

.icon-search {
    display: inline;
    margin-left: 35px;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    color: #000;
    text-align: left;
}

#search {
    margin: 10px auto;
    height: 20px;
}

.icon-search:before {
    content: "\f002";
}

.inner-wrapper {
    width: 90%;
    margin: 0 auto 45px;
}

.results {
    display: inline;
    margin: 25px auto;
    padding: 0 10px;
    color: #000;
    border: solid 1px #000;
    margin-left: 35px;
}

.rsvp-report p {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    border: solid 2px #000;
    border-bottom: none;
    padding: 10px 0;
    margin: 0;
}

table {
    border: solid 2px #000;
    width: 100%;
}

th {
    font-weight: bold;
    font-size: 14px;
    border: solid 1px #000;
    padding: 0 5px;
    text-align: left;
}

td {
    border: solid 1px #000;
    padding: 0 5px;
    font-size: 12px;
}



/* ==========================================================================
   RSVP HEADER
   ========================================================================== */

.page-title {
    font-family: "jacques__gillesregular";
    font-size: 85px;
    margin: -35px auto 0;
}

.rsvp-date {
    font-family: "bebas_neuebold";
    margin-left: 9px;
    margin-top: -25px;
	font-size: 1.5em;
}

.info-wrapper {
    display: inline-block;
    float: left;
    margin-top: 30px;
}

.rsvp-info {
    overflow: auto;
}

.event-info {
    float: right;
}

.event-date {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    position: relative;
    font-family: "bebas_neuebook";
    font-size: 20px;
    max-width: 190px;
}

.event-date:last-child {
	text-align: left;
}

/*
.event-date:first-child {
    font-size: 50px;
    font-family: "bebas_neuebold";
}
*/

/*
.event-date:last-child:before {
    content: "\\";
    font-size: 200px;
    font-family: "bebas_neuethin";
    margin: 0 -65px 0 -25px;
    display: inline-block;
    vertical-align: middle;
}
*/

/*
.event-date:nth-child(2):after {
    content: "\\\\";
    font-size: 200px;
    font-family: "bebas_neuethin";
    margin: 0 -25px;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: -65px;
}
*/

.event-date p {
    margin: 0;    
    display: inline-block;
    vertical-align: middle;
}

.event-divider {
    font-size: 200px;
    display: inline-block;
    vertical-align: middle;
    font-family: "bebas_neuethin";
    letter-spacing: -65px;
    margin: 0 45px 0 -30px;
}

/*
.event-date:last-child {
    text-align: left;
    margin-left: 75px;
}
*/

/*  ======================
	FORM
	======================*/

.formWrapper {
	width: 95%;
	max-width: 900px;
	margin: 45px auto;
}

.tyWrapper,
.errorWrapper {
    width: 95%;
	max-width: 400px;
	margin: 45px auto;
	border: solid 1px #000;
}

form h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin: 0 auto 25px;
    padding: 25px auto 25px;
    border-bottom: solid 1px #000;
    font-family: "bebas_neuelight";
}

fieldset {
	border: none;
    width: 100%;
    margin: 0 auto;
    min-width: 270px;
    padding: 0;
    text-align: center;
}

.field-container label {
    font-family: "bebas_neuelight";
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    width: auto;
    margin: 0;
    vertical-align: bottom;
    text-align: right;
    padding-right: 5px;
}

.sub-container {
    display: inline-block;
    width: 300px;
}

.sub-field {
    margin: 0 0 5px 5px;
}

label.sub-label {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    color: #777;
    font-size: 16px;
    text-decoration: underline;
    width: 100px; 
    margin: 0;
}

.input-number {
    text-align: center;
    font-size: 14px;
    color: #777;
    font-weight: bold;
    vertical-align: top;
    padding: 0;
    margin: 0;
    width: 30px;
    height: 25px;
}

.field-container {
    display: inline-block;
    padding: 10px 0 15px;
    margin: 0 0 10px;
    text-align: left;
    font-family: "bebas_neuelight";
    font-size: 20px;
    font-weight: bold;
	box-sizing: border-box;
	max-width: 100%;
}

#submit-container {
   border: none; 
}

.field-container .input-password,
.input-username {
    display: inline-block;
    margin: 0 auto;
    padding: 10px;
    height: 35px;
    width: 200px;
    vertical-align: top;
    font-size: 25px;
    background-color: transparent;
    border: none;
    border-bottom: solid 1px #000;
    font-family: "bebas_neuelight";
}

.field-container .input-text {
    display: inline-block;
    margin: 0 auto;
    padding: 10px;
    height: 35px;
    width: 250px;
    vertical-align: top;
    font-size: 20px;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #000;
}

.radio {
    margin: 0 5px 0 15px;
    width: auto;
    height: 25px;
}

select {
    display: inline-block;
    width: 212px;
    background-color: #fff;
}

.field-container.row-groupnumber {
    display: inline-block;
    width: 100%;
    text-align: center;
}

input#groupnumber {
    width: 60px;
}

#form-address label {
    width: 90px;
}

select#state {
    width: 212px;
}

#form-address .field-row {
    width: 100%;
    vertical-align: bottom;
    display: inline-block;
    margin: 16px auto 0;
}

.tyWrapper p,
.errorWrapper p {
    display: block;
	color: #000;
	font-weight: 100;
    font-size: 20px;
	text-align: left;
    margin: 15px auto;
    padding: 0;
}

textarea {
    display: inline-block;
    width: 400px;
	max-width: 100%;
	box-sizing: border-box;
    height: 150px;
    margin: 10px 0 15px;
    font-size: 20px;
}

.tyWrapper h3 {
	font-size: 24px;
	font-weight: bold;
	font-family: "bebas_neuebook";
	text-align: center;
	margin: 15px auto -15px;
}
.tyWrapper p,
.tyWrapper a,
.errorWrapper h2 {
	font-family: "bebas_neuebook";
	text-align: center;
}

.errorWrapper p {
    text-align: left;
    padding-left: 15px;
    border-top: solid 2px #000;
    border-bottom: solid 2px #000;
    padding: 10px 10px 10px 15px;
    margin: 0 auto;
}

.errorWrapper p:nth-child(even){
    border-top: none;
    border-bottom: none;
}

.submit-wrapper {
    position: relative;
    display: block;
    width: 100%;
    max-width:200px;
    margin: 25px auto;
}

fieldset .submitbtn,
.tyWrapper .submitbtn a,
.errorWrapper h2 {
    color: #fff;
    background-color: #000;
    display: inline-block;
    border: solid 2px transparent;
    /* width: 100%; */
    /* max-width: 200px; */
    margin: 0 auto;
    height: 40px;
    font-family: "bebas_neuebold";
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    padding: 0 50px;
    text-align: center;
}

fieldset .submitbtn:hover,
.tyWrapper .submitbtn a:hover {
    color: #b1a413;
	border: solid 2px #b1a413;
} 

.tyWrapper .submitbtn,
.errorWrapper h2 {
    line-height: 38px;
	text-align: center;
}

input#submit {
    padding: 0 50px;
}

.errorWrapper h2 {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    border: none;
    border-bottom: solid 2px #000;
}

.home-layout label {
    font-size: 40px;
    font-weight: 400;
}

input#password:focus {
    outline: none;
}

/* ==========================================================================
   Footer
   ========================================================================== */

footer.landing {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #000;
    padding: 10px;
    text-align: center;
    color: #fff;
}

footer {
    display: none;
    position: relative;
    width: 100%;
    background-color: #000;
    padding: 10px;
    text-align: center;
    color: #fff;
}

@media (max-width: 800px) {
	.site-logo h1 {
		font-size: 2em;
	}
	
	.hamb-wrapper {
		display: block;
	}
	
	.nav-bar {
		position: relative;
		margin-bottom: 1em;
		min-height: 50px;
		height: auto;
	}
	
/*
	.nav-bar.open {
		height: auto;
	}
*/
	
	nav.header-nav {
		height: 0;
		width: 100%;
		max-width: 300px;
		max-height: 0;
		padding-left: 1em;
		transition: .5s;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		overflow: hidden;
	}
	
	nav.header-nav.open {
		height: auto;
		max-height: 500px;
		overflow: visible;
	}
	
	nav a {
		display: block;
		width: 100%;
		text-align: left;
		transition: .25s;
		-webkit-transition: .25s;
		-moz-transition: .25s;
	}
	
	nav a:hover {
		background-image: none;
		color: #fff;
		text-shadow: 0px 0px 8px rgb(43, 88, 148);
	}
	
	nav a:after {
		content: none;
	}
	
	nav a:before {
		content: "//";
		padding: 0 10px;
		color: #000;
	}
	
	nav a.active {
		background-image: none;
		color: #fff;
		text-shadow: 0px 0px 8px rgb(43, 88, 148);
	}
	
	nav a.active:before {
		content: "//";
		padding: 0 10px;
		color: #fff !important;
	}
	
	.header-nav a:nth-child(n+2):before {
		position: relative;
		font-size: inherit;
		display: inline;
		content: "//";
		padding: 0 10px;
		color: #000;
	}
	
	section h1 {
		font-size: 2em;
	}
	
	.reg-links a {
		max-width: 20%;
	}
	
	.event-divider {
		font-size: 2em;
		display: inline-block;
		vertical-align: middle;
		font-family: "bebas_neuethin";
		letter-spacing: -8px;
		margin: 0 18px 0 0px;
	}
	
	.event-date {
		font-size: .75em;
	}
}