@font-face {
	font-family: 'Leonilla';
	src: url('../assets/fonts/leonilla/Leonilla.eot');
	src: url('../assets/fonts/leonilla/Leonilla.eot?#iefix') format('embedded-opentype'),
		url('../assets/fonts/leonilla/Leonilla.woff') format('woff'),
		url('../assets/fonts/leonilla/Leonilla.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Leonilla';
	src: url('../assets/fonts/leonilla/Leonilla-Italic.eot');
	src: url('../assets/fonts/leonilla/Leonilla-Italic.eot?#iefix') format('embedded-opentype'),
		url('../assets/fonts/leonilla/Leonilla-Italic.woff') format('woff'),
		url('../assets/fonts/leonilla/Leonilla-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'JustRealize';
	src: url('../assets/fonts/justrealise/JustRealize.eot');
	src: url('../assets/fonts/justrealise/JustRealize.eot?#iefix') format('embedded-opentype'),
		url('../assets/fonts/justrealise/JustRealize.woff') format('woff'),
		url('../assets/fonts/justrealise/JustRealize.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
body{
  font-family: arial;
  color: #8b8b8b;
}

h1,h2,h3,h4,h5,h6{
  font-family: 'Leonilla', serif;
  text-transform: uppercase;
  color: #222;
  margin-top:0px;
}
h3 {
  font-size: 26px;
  margin-bottom: 40px;
}
a:visited {
  text-decoration: none;
}
/*  ----- SIDEBAR ----- */
.sidebar {
  position: fixed;
  background-color:#1D1D1D;
  width:80px;
  height:100%;
  z-index: 99;
}
.sidebar span{
  height:2px;
  width:42px;
  display: block;
  background: #fff;
  margin: 0 0 10px 0;
}
.sidebar .menu-icon {
  top: 50%;
  left: 50%;
	transform: translate(-50%, -50%);
  position: relative;
  display: inline-block;
  color:white;
  text-decoration: none;
  text-transform:uppercase;
}
button {
  background: none;
  background-color: none;
  padding: 0;
  outline:none;
  border:none;
}
/*  ----- MENU ----- */
.menu {
  position:fixed;
  width: 50vw;
  height: 100%;
  background-color: #1D1D1D;
  margin-left: 80px;
  opacity:0;
  transform: translateX(-100%);
  transition:ease all 0.5s;
  z-index:50;
  pointer-events:none;
}
body.menu-open,
body.contact-open {
	height: 100vh!important;
	overflow: hidden!important;
}
body.menu-open .menu {
  transform:translateX(0%);
  opacity:1;
  pointer-events:all;
}
body.menu-open .contact-icon {
	pointer-events: none;
}
body.contact-open .menu-icon {
	pointer-events: none;
}
.menu .menu-links {
  position: absolute;
  display: inline-block;
  top: 50%;
	left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
.menu .menu-links a {
  color: white;
}
/*----- menu close -----*/
.close-menu-btn {
  color: #6c6c6c;
  font-size: 50px;
  position:relative;
  float: right;
  right: 40px;
  top:40px;
  line-height: 0;
  background: none;
  outline: none;
  border:none;
  font-family: arial;
  font-weight: 100;
	cursor:pointer;
	height:30px;
}
/*---- CONTACT ----- */
.contact {
  position:fixed;
  width: 50vw;
  height: 100%;
  background-color: #1D1D1D;
  margin-left: 80px;
  opacity:0;
  transform: translateX(-100%);
  transition:ease all 0.5s;
  z-index:50;
  pointer-events:none;
}
body.contact-open .contact {
  transform:translateX(0%);
  opacity:1;
  pointer-events:all;
}
.contact .contact-links {
  position: absolute;
  display: inline-block;
  top: 50%;
	left:50%;
  transform: translate(-50%, -50%);
  color: white;
}
.contact .contact-links a {
  color: white;
}
.contact h3 {
  text-transform: lowercase;
}
/*----- CONTACT FORM -----*/
#after_submit, #email_validation, #name_validation {
    display:none;
}

#after_submit{
  line-height: 31px;
  margin-bottom: 10px;
}
.tc {
	display: none;
}
label, #after_submit{
	color: #6c6c6c;
}

input{
    line-height: 31px;
}
input.ln-input-error,
textarea.ln-input-error{
	border:1px solid #8e3131;
}

input, textarea{
  width: 100%;
  background: #292929;
  border:none;
}

.contact .nila-button {
  border-color: #fff;
  color:white;
}

label.required:after {
  content:'*';
  color:#8C0001;
}

.error {
  color:red;
}
.error_message{
  font-style: italic;
  font-size: 10px;
}
.row {
  margin:5px;
}
/*----- contct close button -----*/
.close-contact-btn {
  color: #6c6c6c;
  font-size: 50px;
  position:relative;
  float: right;
  right: 40px;
  top:40px;
  line-height: 0;
  background: none;
  outline: none;
  border:none;
  font-family: arial;
  font-weight: 100;
	z-index: 2;
	cursor:pointer;
	height:30px;
}

/*  ----- PAGE CONTAINER ----- */
.page-container {
  width: calc(100vw - 80px);
  margin-left: 80px;
}
.page-container .hero {
  padding: 10px;
  height: 100vh;
  width: 100%;
}
.page-container .hero .hero-content {
  position: relative;
  width:100%;
  height:100%;
  background-image: url('../assets/leonilla-background4.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page-container .hero .hero-content .hero-text{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.page-container .hero .hero-content .hero-text span{
  height:3px;
  width:40px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -3px;
  margin-right:10px;
  background: #b69600;
  background: -moz-linear-gradient(left, #b69600 0%, #d1cd6b 50%, #afb100 100%);
  background: -webkit-linear-gradient(left, #b69600 0%,#d1cd6b 50%,#afb100 100%);
  background: linear-gradient(to right, #b69600 0%,#d1cd6b 50%,#afb100 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b69600', endColorstr='#afb100',GradientType=1 );
}
.nila-button{
    color: #000;
    background: transparent;
    border: 1px solid #000;
    position: relative;
    display: inline-block;
    padding: 8px 20px;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    margin-top: 30px;
}
.nila-button.right{
    float:right;
    margin-left: 20px;
    display:block;
    margin-top: 0;
}
.nila-button:hover {
		color:#fff;
		background:black;
    text-decoration: none;
}
.arrow {
  width:58px;
  height:58px;
  background-color:white;
  transform: translateX(-50%) rotate(45deg);
  o-transform: translateX(-50%) rotate(45deg);
  moz-transform: translateX(-50%) rotate(45deg);
  ms-transform: translateX(-50%) rotate(45deg);
  position: absolute;
  left: 50%;
  bottom: -29px;
  text-decoration: none;
}
.arrow span{
  width: 30%;
  height: 30%;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  left: 20%;
  top: 20%;
  position: absolute;
}
.logo {
  padding-top: 30px;
  display: block;
}
.page-container .content .row {
  padding:100px 0;
  position: relative;
  border-bottom: 1px solid #8b8b8b;
}
.page-container .content .row:after{
  content: '';
  height: 20px;
  width: 20px;
  background-color:white;
  border-bottom: 1px solid #8b8b8b;
  border-right: 1px solid #8b8b8b;
  transform: rotate(45deg);
  o-transform: rotate(45deg);
  moz-transform: rotate(45deg);
  ms-transform: rotate(45deg);
  position: absolute;
  bottom: -11px;
  left:50%;
  margin-left:-10px;
}
.page-container .content .row.discretion,
.page-container .content .row.discretion:after {
  border:none;
}

.page-container .content .para.drop-cap h3:first-child+p::first-letter{
  font-size: 40px;
  font-family: Leonilla;
  font-style: italic;
  color: #cabd4f;
  float: left;
  line-height: 1;
  margin-right: 10px;
  text-transform: uppercase;
}
.nila-photo {
  width: 100%;
  height: 300px;
  background-color: #f0f1f3;
  background-image: url('../assets/nila2.jpg');
  background-repeat: no-repeat;
  position: relative;
  max-width: 100%;
}
.nila-photo .blurb {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.handwritten {
  font-family: 'JustRealize';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 2em;
}
.gold-line {
  height:3px;
  width:40px;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  margin-right:10px;
  background: #b69600;
  background: -moz-linear-gradient(left, #b69600 0%, #d1cd6b 50%, #afb100 100%);
  background: -webkit-linear-gradient(left, #b69600 0%,#d1cd6b 50%,#afb100 100%);
  background: linear-gradient(to right, #b69600 0%,#d1cd6b 50%,#afb100 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b69600', endColorstr='#afb100',GradientType=1 );
}
.nila-photo .blurb h4 {
  text-transform: capitalize;
}
.nila-photo img {
  position: absolute;
  height: 341px;
  width: 243px;
  top: -15px;
  left: 40%;
  -webkit-box-shadow: -12px 6px 20px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: -12px 6px 20px 0px rgba(0,0,0,0.25);
  box-shadow: -12px 6px 20px 0px rgba(0,0,0,0.25);
}
.page-container .tip-slider {
  padding: 10px;
  height: 50vh;
  width: 100%;
  overflow: hidden;
}
.page-container .tip-slider .tip-content {
  position: relative;
  width:100%;
  height:50vh;
  background-image: url('../assets/eyes.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page-container .tip-slider .tip-content .tip-text{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
	width: 35%;
}
.page-container .tip-slider .tip-content .tip-text h1 {
  color: #fff
}
.prevArrow {
  transform: rotate(135deg);
  o-transform: rotate(135deg);
  moz-transform: rotate(135deg);
  ms-transform: rotate(135deg);
  z-index: 10;
  border: none;
  left: 0;
  top: 50%;
  padding: 0;
  margin-left: -20px;
  outline:none;
}
.nextArrow {
  transform: rotate(-45deg);
  o-transform: rotate(-45deg);
  moz-transform: rotate(-45deg);
  ms-transform: rotate(-45deg);
  z-index: 10;
  border: none;
  right: 0;
  top: 50%;
  padding: 0;
  margin-right: -20px;
  left: auto;
  outline:none;
}
.row.footer p {
  margin: 30px 0;
}
.footer-links {
  text-align: center;
	margin-bottom: 120px;
}
.footer-links a {
  margin: 0 10px;
  color: #8b8b8b;
}
.footer-links a:hover {
  color: #222222;
  text-decoration: none;
}
.leonilla-l {
  position: absolute;
	left:50%;
	transform:translateX(-50%);
  top: 40px;
}
.contact-icon {
  position: absolute;
	left:50%;
	transform:translateX(-50%);
  bottom: 40px;
	height: 27px;
}
a.tandc.last {
	color: #222;
}
@media (max-width: 991px) {
  .nila-photo {
    margin-bottom: 60px;
  }
  .princess, .film-camera {
    margin-top: 30px;
  }
  .tip-text {
    left: 20%;
    transform: translateY(-50%);
  }
  .contact-footer-btn {
    margin-bottom: 20px;
  }
  .page-container .hero .hero-content {
    background-position: 43% top;
  }
  .page-container .hero .hero-content .hero-text{
    top: 75%;
    left:5%;
  }
  .logo {
    position: absolute;
    left: 5%;
  }
  .menu, .contact {
    width: calc(100vw - 80px);
  }
  .contact .contact-links, .menu .menu-links {
	  width: 80%;
  }
  .page-container .tip-slider {
	  height: 60vh;
  }
  .page-container .tip-slider {
	  height: 60vh;
  }
  .page-container .tip-slider .tip-content {
	  height: 60vh;
	  }
}
@media (max-width: 768px) {
  .sidebar {
    position: fixed;
    background-color:#1D1D1D;
    width:100%;
    height:80px;
    bottom:0;
    z-index: 99;
  }
  .sidebar .menu-icon {
    position: relative;
    display: inline-block;
    color:white;
    text-decoration: none;
    text-transform:uppercase;
  }
  .leonilla-l {
    position: absolute;
    left:10%;
		transform:translatey(-50%);
    top: 50%;
  }
  .contact-icon {
    position: absolute;
    right:10%;
    left: auto;
		top: 50%;
		transform:translateY(-50%);
  }
  .page-container {
    width: 100vw;
    margin-left: 0;
  }
  .page-container .hero {
    height: calc(100vh - 80px);
  }
  .nila-photo {
    display: block;
        width: 100%;
    height: 300px;
    background-repeat: no-repeat;
  }
  .nila-photo .blurb {
    display: block;
  }
  .nila-photo img {
	display: block;
    position: relative;
    height: auto;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0px 0px 0px 0px;
    -moz-box-shadow:0px 0px 0px 0px;
    box-shadow: 0px 0px 0px 0px;
  }
  .menu, .contact {
    width: 100vw;
    margin-left: 0;
    transform: translateY(200%);
  }
  .footer {
    margin-bottom: 80px;
  }
	.page-container .tip-slider .tip-content .tip-text {
		top: 50%;
		left:50%;
		transform:translate(-50%, -50%);
		width: auto;
}
.contact {
	padding-bottom: 80px;
}
.page-container .tip-slider {
	  height: 70vh;
  }
  .page-container .tip-slider {
	  height: 70vh;
  }
  .page-container .tip-slider .tip-content {
	  height: 70vh;
	  }
}


@media only screen and (max-height:710px) {
	.contact {
		overflow: auto;
		padding-top:80px;
		padding-bottom:90px;
	}
	.contact .contact-links {
		position: relative;
		transform:none;
		margin:0 auto;
		left: 0;
		top: 0;
		display: block;
	}
}

.as-instafeed {
	margin-top:10px;
}

.as-instafeed .row {
	margin:0 10px;
}

#instafeed {

	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-direction:row;
	box-sizing:border-box;
	flex-wrap:wrap;

}

#instafeed img {

	width:12%;
	box-sizing:border-box;

}

@media only screen and (max-width:1400px) {
	#instafeed img {
		width:11.8%;
	}
}

@media only screen and (max-width:1200px) {
	#instafeed img {
		width:24%;
		margin-bottom:15px;
	}
}

@media only screen and (max-width:1030px) {
	#instafeed img:nth-child(n+5) {
		display: none;
	}
}

@media only screen and (max-width:500px) {
	#instafeed img {
		width:49%;
		margin-bottom:10px;
	}
}

@media only screen and (max-width:400px) {
	#instafeed img {
		margin-bottom:7px;
	}
}
