/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  font-family: 'Cinzel', serif; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

a, a:hover, a:active {
  text-decoration: none;
  color: #444444; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html, body {
  height: 100%;
  width: 100%;
  font-family: 'Cinzel', serif; }

#slideshow {
  width: 100%;
  overflow: hidden; }

h2 {
  font-size: 21px; }

.home-bg {
  width: 100% !important;
  height: 100%;
  position: absolute; }

.pic-one {
  background: url("../../img/header-blue-door.jpg") top no-repeat;
  background-size: cover; }

.pic-two {
  background: url("../../img/white-top-stairs-doorway-1.jpg") top no-repeat;
  background-size: cover; }

.pic-three {
  background: url("../../img/doorway-blackskirt.jpg") top no-repeat;
  background-size: cover;
  background-position: 0; }

.accessories .pic-one {
  background: url("../../img/green-door-scarf-opt.jpg") center no-repeat;
  background-size: cover; }

.accessories .pic-two {
  background: url("../../img/scarf-green-stairs-opt.jpg") no-repeat;
  background-size: cover; }

.accessories .pic-three {
  background: url("../../img/white-balcony-scarf-opt.jpg") center no-repeat;
  background-size: cover; }

.clothing .pic-one {
  background: url("../../img/header-blue-door.jpg") top no-repeat;
  background-size: cover; }

.clothing .pic-two {
  background: url("../../img/white-top-stairs-doorway-1.jpg") top no-repeat;
  background-size: cover; }

.clothing .pic-three {
  background: url("../../img/doorway-blackskirt.jpg") top no-repeat;
  background-size: cover; }

.prints .pic-one {
  background: url("../../img/prints3.jpg") center no-repeat;
  background-size: cover; }

.prints .pic-two {
  background: url("../../img/prints2.jpg") no-repeat;
  background-size: cover; }

.prints .pic-three {
  background: url("../../img/prints.jpg") center no-repeat;
  background-size: cover; }

.navigation {
  position: absolute;
  top: 85vh;
  width: 100%;
  z-index: 11;
  background: transparent; }
  .navigation.navbar-default {
    border: none;
    border-radius: 0; }
  .navigation .social i {
    margin: 0 5px; }
  .navigation ul {
    margin-bottom: 0;
    background: #000; }
    .navigation ul li {
      display: inline-block;
      padding: 10px 0px 10px 3%; }
      .navigation ul li a {
        color: #ffffff;
        text-decoration: none;
        font-size: 17px; }
        .navigation ul li a:hover {
          text-decoration: none;
          color: #cccccc; }

.sub-heading {
  font-size: 14px;
  line-height: 1.42857143; }

.overlay {
  position: absolute;
  height: auto;
  z-index: 10;
  font-size: 18px;
  display: block;
  top: 30px;
  background: rgba(255, 255, 255, 0.8);
  padding: 50px 8% 130px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0; }

.prints .bg.container-fluid {
  background: url("../img/background print-opt.jpg") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%; }

.prints .overlay {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.sticky-nav-page .home-bg {
  height: 85vh; }

.sticky-nav-page .navigation {
  bottom: unset;
  top: 85vh; }
  .sticky-nav-page .navigation.fixed {
    position: fixed;
    top: 0;
    bottom: 100vh;
    z-index: 100; }

.sticky-nav-page .row.promo {
  padding: 20px; }
  .sticky-nav-page .row.promo .panel {
    background: #eeeeee;
    border: 1px solid #cccccc; }

.slideshow-wrapper {
  height: 100vh;
  position: relative; }

.accessories .slideshow-wrapper {
  height: 95vh; }

footer.row {
  min-height: 100px;
  background: #fff; }
  footer.row ul {
    text-align: center;
    padding-left: 0; }
    footer.row ul li {
      padding: 10px;
      display: inline-block; }
      footer.row ul li a {
        color: #444444; }

.home footer.row, .about footer.row, .prints footer.row, .contact footer.row {
  min-height: 120px;
  padding-top: 40px; }

.about h2 {
  font-size: 18px;
  line-height: 1.42857143; }

.place-holder {
  height: 300px;
  width: 300px;
  background: #cccccc;
  margin: 0 auto;
  display: block; }

.contact-bg {
  background-size: cover;
  height: 100vh; }

.contact input, .contact textarea, .contact select {
  border-radius: 0; }

.contact .form-col {
  padding: 60px;
  padding-top: 30px; }

.btn-md, .btn-md:hover, .btn-md:focus {
  background: #000000;
  color: #ffffff;
  padding: 6px 20px; }

.sidebar {
  padding-left: 30px; }
  .sidebar li {
    cursor: pointer;
    padding: 0;
    border: none; }
    .sidebar li a {
      text-decoration: none;
      padding: 10px 5px;
      color: #cccccc;
      height: 100%;
      width: 100%;
      display: block; }
    .sidebar li.active, .sidebar li.active:hover, .sidebar li.active:focus {
      border-color: #cccccc;
      background: transparent; }
      .sidebar li.active a, .sidebar li.active:hover a, .sidebar li.active:focus a {
        color: gold; }

.title-wrap {
  height: 100px; }

.blog .container, .item .container, .legal .container {
  padding-top: 100px; }

.blog .navigation, .item .navigation, .legal .navigation {
  top: 0; }

.blog-promo-bg {
  padding: 10px 20px;
  margin: 20px;
  min-height: 400px;
  box-shadow: 0 0 0 1px #cccccc; }
  .blog-promo-bg h1 {
    font-size: 76px;
    text-align: center;
    background: rgba(255, 255, 255, 0.61);
    padding-top: 150px;
    padding-bottom: 150px;
    margin: 20px;
    transition: all 200ms ease;
    cursor: pointer; }
    .blog-promo-bg h1:hover {
      background: rgba(255, 255, 255, 0.85);
      color: gray; }
  .blog-promo-bg.bg-1 {
    background: url("../../img/lnt-photoshoots.jpg") center no-repeat; }
  .blog-promo-bg.bg-2 {
    background: url("../../img/lnt-drawings.jpg") center no-repeat; }
  .blog-promo-bg.bg-3 {
    background: url("../../img/best-beauty.jpg") center no-repeat; }

.item-image {
  max-height: 70vh;
  margin: 0 auto; }

.item-details .left-dot {
  margin-right: 10%; }

.item-details .right-dot {
  margin-left: 10%; }

.item-details .price {
  width: 85px;
  background: #fff;
  margin: 0 auto; }

.item-details hr {
  border-width: 1px;
  border-color: #4e4e4e; }

.item-details hr.line-through {
  margin-bottom: -11px; }

.item-details h1 {
  margin-bottom: 30px; }

.item-details .description {
  padding-top: 25px;
  padding-bottom: 25px; }

.item footer {
  margin-top: 50px; }

.clothing-image {
  max-height: 300px;
  margin: 0 auto; }

.item-bag-wrap {
  height: 21px;
  margin-bottom: -2px;
  margin-right: 45px;
  display: inline-block; }
  .item-bag-wrap .item-bag {
    height: 21px;
    margin-bottom: -2px; }

.contact-bg {
  background-size: cover;
  height: 100vh; }

.clothing-item-wrap {
  height: 440px;
  transition: 300ms; }
  .clothing-item-wrap:hover {
    transform: scale(1.1); }

.thumbnails-row {
  display: block;
  margin: 0 auto;
  width: 314px;
  padding-top: 10px; }
  .thumbnails-row .col-md-4 {
    padding: 0; }

.thumbnails {
  max-height: 30vh;
  display: inline-block;
  width: 86%;
  margin-left: 8px;
  border: 1px solid transparent;
  cursor: pointer; }
  .thumbnails.active {
    border: 1px solid gold; }

.sizes-select {
  margin-bottom: 16px;
  margin-top: 42px; }
  .sizes-select select {
    width: 300px;
    margin-top: 14px;
    margin-bottom: 10px;
    margin-right: 24px; }

.info {
  cursor: pointer; }

.legal .content {
  font-family: Calibri, "Helvetica"; }

.size-modal {
  margin: 0 auto; }

.size-link {
  display: block;
  margin-top: 8px;
  cursor: pointer;
  font-weight: 700; }

.size-link-wrap {
  width: 100%;
  text-align: right; }

.col-sm-6.print {
  height: 400px;
  transition: all ease-in-out 300ms; }
  .col-sm-6.print:hover {
    transform: scale(1.1); }

.add-to-cart-btn {
  margin-top: 15px;
  width: 164px; }

.about-header {
  margin-bottom: 27px; }

.accessories-details {
  margin-top: 42px; }

.home-header {
  position: absolute;
  padding-top: 50vh;
  margin-top: 0;
  top: 0;
  left: 0;
  display: block;
  text-align: center;
  z-index: 10;
  color: #ffffff;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.26); }
  .home-header a {
    color: #fff;
    transition: all ease-in-out 300ms; }
    .home-header a:hover {
      color: gold; }

.sp {
  width: 132px;
  height: 132px;
  clear: both;
  margin: 0px auto;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: calc(46vh - 16px); }

.icon-key {
  width: 100px;
  border-radius: 10px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 46vh; }

/* Spinner Circle Rotation */
.sp-circle {
  border: 4px rgba(0, 0, 0, 0.25) solid;
  border-top: 4px black solid;
  border-radius: 50%;
  -webkit-animation: spCircRot .6s infinite linear;
  animation: spCircRot .6s infinite linear; }

@-webkit-keyframes spCircRot {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }

@keyframes spCircRot {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

.loader-container {
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 20;
  position: fixed;
  top: 0;
  transition: all ease-in-out 800ms;
  opacity: 0; }
  .loader-container.active {
    opacity: 1; }

.contact-friendly-text {
  padding-top: 24vh; }

.item-img {
  opacity: 0;
  transition: 1000ms ease-in-out all; }
  .item-img.active {
    opacity: 1; }

.color-gold {
  color: gold !important; }

#myCarousel {
  width: 100%;
  z-index: 11;
  margin-top: 64px; }
  #myCarousel .item img {
    margin: 0 auto;
    display: block;
    max-height: 430px; }

.prints #myModal .modal-dialog {
  width: 90%; }

.prints #myModal .modal-content {
  border-radius: 0;
  background: rgba(255, 255, 255, 0.9); }

.prints .print-image {
  max-height: 450px;
  margin: 0 auto; }

.prints .carousel-control {
  background-image: none; }

@media (min-width: 991px) {
  .toggle-button {
    display: none; }
  .navigation .collapse {
    display: block !important;
    height: unset !important; } }

@media (max-width: 991px) {
  .navigation, .accessories .navigation {
    bottom: 100%;
    width: 100%;
    top: 0; }
    .navigation ul li, .accessories .navigation ul li {
      display: block;
      text-align: left;
      padding-left: 22px; }
  .sticky-nav-page .navigation {
    top: 0; }
  .toggle-button {
    padding-right: 20px; }
  .overlay {
    padding: 30px 10px;
    top: 75px; }
    .overlay h2 {
      font-size: 15px; }
  #slideshow .home-bg {
    background-position: center;
    width: 100%; }
  .prints .bg {
    height: 800px; } }

@media (max-width: 1200px) {
  .overlay {
    padding-top: 0; } }

@media (max-width: 767px) {
  .contact .form-col {
    padding: 10px;
    padding-top: 60px; }
  .contact-bg {
    height: auto; }
  .sticky-nav-page .row.promo {
    padding: 0; }
  .accessories .slideshow-wrapper, .prints .slideshow-wrapper, .clothing .slideshow-wrapper {
    height: 350px !important; }
    .accessories .slideshow-wrapper #slideshow, .prints .slideshow-wrapper #slideshow, .clothing .slideshow-wrapper #slideshow {
      height: 350px; }
      .accessories .slideshow-wrapper #slideshow .row, .prints .slideshow-wrapper #slideshow .row, .clothing .slideshow-wrapper #slideshow .row {
        height: 350px; }
  .sizes-select select {
    width: 150px; }
  .col-sm-6.print {
    height: 250px; }
    .col-sm-6.print img {
      height: 135px;
      margin: 0 auto; }
  .overlay h2 {
    font-size: 13px;
    font-size: 13px; } }

@media (max-width: 391px) {
  .thumbnails-row {
    width: 100%; }
  .clothing-item-wrap {
    height: 312px; } }

@media (min-width: 1200px) {
  .pic-one {
    background-attachment: fixed !important; }
  .pic-two {
    background-attachment: fixed !important; }
  .pic-three {
    background-attachment: fixed !important; } }

/*# sourceMappingURL=../sass */