body {
	font-size: 16px;
	background: #564f6f url(../img/concrete-wall.png) repeat 0 0;
	background-size: 300px 300px;
	line-height: 1.8rem;
	color: #4c495d;
	font-family: "Open Sans", arial, sans-serif;
}

/* COLORS */

/* Electric Purple #802bb1 */
/* Darkest Purple #2d283e */
/* Grey Purple #564f6f */
/* Dark Grey #4c495d */
/* Light Grey #d1d7e0 */

#wrapper {
	max-width: 2000px;
	margin: 0 auto;
}

/* header */

#header {
	text-align: center;
	background: #2d283e url(../img/concrete-wall.png) repeat 0 0;
	background-size: 300px 300px;
	
}

#header #logo {
	padding: 20px 0;
	width: 270px;
	margin: 0 auto;
	
}

#header #logo img {
	width: 270px !important;
}

#header #mobile-menu {
	display: none;
}



#navigation {
	width: 100%;
	background-image: url(../img/concrete-wall.png) repeat 0 0;
	background-color: #fff;
	background-size: 200px 200px;
	
z-index: 9999;
position: relative;
}

#navigation ul {
	
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

#navigation ul li {
	font-size: 18px;
	letter-spacing: 2px;
	list-style: none;
	display: inline-block;
	margin: 0 12px;
	padding: 16px 0;
	font-family: 'Barlow Condensed', sans-serif;
	text-transform: uppercase;
}




#navigation ul li a {
	color: #802bb1;
}


.is-sticky #navigation {
	background: #2d283e url(../img/concrete-wall.png) repeat 0 0;
	background-size: 200px 200px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);


}


.is-sticky #navigation li {
	font-size: 14px;
	padding: 12px 0;
}



.is-sticky #navigation ul li a {
	color: #fff;
}




/* feautured image */

#featured-img {
	position: relative;
	z-index: 1;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.215);
	
}

#featured-img p {
	margin-bottom: 0;
}

#featured-img #home-logo {
	display: none;
}



/* content */

a {
	color: #802bb1;
}

a:link {
	color: #802bb1;
}

a:visited {
	color: #802bb1;
}

a:hover {
	color: #cc3399;
	text-decoration: none;

}

a:active {

}

.dark-purple {
	color: #4c495d !important;
}

#content ul {
	padding-left: 15px;
}

#content ul li {
	list-style: square;
	padding-left: 10px;
	margin-bottom: 10px;
	line-height: 1.8rem;
}

.nf-form-fields-required {
	display: none;
}

.btn-success,
.btn-success:hover {
	border: 0;
	background-color: #802bb1;
}

.submit-wrap input {
	text-align: center;
	border: 0 !important;
	padding: 15px 30px !important;
	border-radius: 3px;
	background-color: #802bb1;
	color: #fff;
}

#content {
	position: relative;
	top: -80px;
	z-index: 10;
	padding: 80px 0 0;
	max-width: 1400px;
	margin: 0 auto;
	border-top: 8px solid #802bb1;
	background: #fff url(../img/concrete-wall.png) repeat 0 0;
	background-size: 200px 200px;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.20);
-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.20);
box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.20);
}



#content .page-title {
	text-align: center;
	font-size: 120px;
	color: #802bb1;
	margin-bottom: 40px;
	font-family: 'Selfie', sans-serif;
	transform: rotate(-5deg);
}



#content .page-title h1 {

}

#content p.img {
	padding: 10px;
	background-color: #fff;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);

}

#content .twitter {
	
	margin-top: 80px;
	font-size: 13px;
	background: #802bb1 url(../img/concrete-wall.png) repeat 0 0;
	background-size: 300px 300px;;
	color: #fff;
	line-height: 1.4rem;
	
}

#content .twitter2 {
	
	margin-top: 0px;
	font-size: 13px;
	background: #802bb1 url(../img/concrete-wall.png) repeat 0 0;
	background-size: 300px 300px;;
	color: #fff;
	line-height: 1.4rem;
	
}

#content .twitter a {
	color: #fff;
	text-decoration: none;
}


#content .twitter .twitter-container {
	padding: 40px 0 30px;
	position: relative;
	display: flex;
	justify-content: center;
}



#content .twitter .twitter-container .twitter-logo {
	border: 3px solid #802bb1;
	padding: 10px;
	position: absolute;
	top: -20px;
	border-radius: 100%;
	background: #2d283e url(../img/concrete-wall.png) repeat 0 0;
	background-size: 300px 300px;
}

#content .twitter .twitter-container .twitter-logo img {
	width: 25px;
}




#content .twitter2 a {
	color: #fff;
	text-decoration: none;
}


#content .twitter2 .twitter2-container {
	padding: 40px 0 30px;
	position: relative;
	display: flex;
	justify-content: center;
}



#content .twitter2 .twitter2-container .twitter2-logo {
	border: 3px solid #802bb1;
	padding: 10px;
	position: absolute;
	top: -20px;
	border-radius: 100%;
	background: #2d283e url(../img/concrete-wall.png) repeat 0 0;
	background-size: 300px 300px;
}

#content .twitter2 .twitter2-container .twitter2-logo img {
	width: 25px;
}

/* home */
body.home #navigation, body.home #header  {
	display: none;
}


body.home #featured-img {
	margin-top: 0;
	
}

body.home #featured-img #home-logo {
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}

body.home #featured-img #home-logo img {
	width: 600px;
}

body.home p.button {
	width: 50%;
	text-align: center;
	margin: 50px auto 0;
	font-size: 24px;
}

body.home p.button a {
	display: block;
	padding: 20px 60px;
	border: 3px solid #d1d7e0;
	color: #802bb1;
	text-transform: uppercase;
	font-family: 'Barlow Condensed', sans-serif;
	transition: all .5s ease-out;
}


body.home p.button a:hover {
	border: 3px solid #802bb1;
	text-decoration: none;
}

/* GENERAL */

#content h3 {
	color: #802bb1;
	text-transform: uppercase;
}

#content table {
	width: 100%;
}

.availability-table td {
	
	padding: 5px 0;
	border-bottom: 1px dotted #ddd;
}

.row {
	margin: 0;
}

.nf-field-element input, .nf-field-element select, .nf-field-element textarea {
	padding: 10px;
	border: 2px solid #ddd;
}

.center {
	text-align: center;
}


/* GALLERY */



body#portfolio ul.gallery-wrapper {
	margin-left: 0 !important;
	padding-left: 0;
}

body#portfolio .gallery-wrapper li {
	list-style: none;
	margin-bottom: 30px;
}



/* ACQUAINT */

body#acquaint #content p.signature {
	width: 150px;
	margin: 15px 0;
}



/* CONSIDERATION */

.table-wrapper {
	padding: 30px;
	border: 5px solid #ddd;
	margin: 50px 0;
}

.table-wrapper table {
	width: 100%;

}

.table-wrapper table thead th,
.table-wrapper table thead td {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}

.table-wrapper table tbody td {
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}




/* FAQ */

body#faq h1.page-title {
	font-size: 85px;
}

body#faq #content .qa {
	margin-bottom: 60px;
	
}

body#faq #content .qa h3 {
	text-transform: none;
	margin-bottom: 30px;
}

.img-row {
	margin: 30px 0;
}
/* etiquette */

body#etiquette #content h3 {
	text-transform: none;
	margin-bottom: 30px;
}

body#etiquette #content h4 {
	font-size: 18px;
	font-weight: bold;
}

body#etiquette #content .disclaimer {
	padding: 20px 30px;
	border: 1px solid #802bb1;
	border-radius: 3px;
	margin: 30px 0;
	color: #802bb1;
	background-color: #d7cde7;
}

body#calendar #content .intro {
	font-size: 22px;
	color: #802bb1;
}

/* contact */
/* spoil me */

/* footer */

#footer {
	padding: 20px 0 50px;
	text-align: center;
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 1.2rem;
	color: #d1d7e0;
	text-transform: uppercase;
}

#footer #footer-logo {
	width: 120px;
	margin: 0 auto 10px;
}

#footer #footer-logo img {
	width: 120px !important;
}

#footer span.honey-butter {
	display: block;
}

#footer a {
	color: #d1d7e0;
	text-decoration: underline;
}

@media only screen and (max-width: 900px) {


#checker {
	display: none;
}

.mobile-menu {
	height: 50px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

#header.open .mobile-menu {
	background-color: transparent;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999999;
}



#navigation {
	display: none;
	width: 100%;
	min-height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: #2d283e url(../img/concrete-wall.png) repeat 0 0;
	background-size: 300px 300px;
	z-index: 99999;
	
}

#header.open #navigation {
	display: flex;
	align-items: center;
	justify-content: center;
}

#header .mobile-menu-button {
	width: 30px;
	position: relative;

}

#header .mobile-menu-button .bar {
	width: 100%;
	height: 3px;
	margin-bottom: 4px;
	background-color: #802bb1;
}

#header.open .mobile-menu-button .bar {
	background-color: #fff;
}

#header.open .mobile-menu-button #bar-1 {
	transform: rotate(45deg);
	position: absolute;
	top: 2px;
}

#header.open .mobile-menu-button #bar-2 {
	transform: rotate(-45deg);
	position: absolute;
	top: 2px;
}

#header.open .mobile-menu-button #bar-3 {
	display: none;
}


#navigation .menu-main-menu-container {
	width: 100%; 
	
}

#navigation ul li {
	display: block;
	width: 100%
}

#navigation ul li {
	margin: 0;
	padding: 5px 0;
	font-size: 21px;
}


#navigation ul li a {
	color: #fff;
}



#content {
	top: 0px;
	padding: 40px 0;
}



#content .page-title {
	font-size: 60px;
	
}


body#faq h1.page-title {
	font-size: 52px;
	line-height: 3rem;
}


#content .table-wrapper {
	padding: 20px;
	
}


body.home p.button {
	width: 100%;
	text-align: center;
	margin: 50px auto 0;
	font-size: 21px;
}

body.home p.button a {
	display: block;
	padding: 20px 10px;
	border: 3px solid #d1d7e0;
	color: #802bb1;
	text-transform: uppercase;
	font-family: 'Barlow Condensed', sans-serif;
	transition: all .5s ease-out;
}


body.home #featured-img #home-logo {
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
}

body.home #featured-img #home-logo img {
	width: 80%;
}




}