<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: AOJND
Theme URI: http://www.ao-interiordesign.com/
Author: Studio A. Stein
Author URI: https://www.astein.co
*/

body,
html {
  margin: 0;
  padding: 0;
}

body {
  background: #f4f3ef;
  font-family: 'Cormorant Garamond', serif;
}

.clearfix {
  clear: both;
}

#sidebar {
  position: absolute;
  z-index: 9995;
}

#sidebar #sidebar-inner {
  height: 100%;
  width: 100%;
  position: relative;
}

#sidebar #sidebar-title {
  text-decoration: none;
  color: #000;
  background: #f4f3ef;
}

#sidebar #sidebar-title img {
  height: 50px;
  width: auto;
  display: block;
}

#sidebar ul {
  margin: 0;
  padding: 0;
  line-height: 20pt;
}

#sidebar ul li {
  list-style: none;
  font-size: 13pt;
}

#sidebar #sidebar-main-nav a,
#sidebar #sidebar-secondary-nav a {
  color: #999;
  text-decoration: none;
  transition: color .4s ease-in-out;
}

#sidebar #sidebar-main-nav a:hover,
#sidebar #sidebar-secondary-nav a:hover,
#sidebar #sidebar-main-nav a.selected,
#sidebar #sidebar-secondary-nav a.selected,
#sidebar #sidebar-main-nav .current-cat a {
  color: #000;
}

#sidebar #sidebar-main-nav li a::before {
  content: 'â€”';
  margin-right: 5px;
}

body.front #header {
  display: none;
}

body.front #sidebar {
  display: none !important;
}

body.front ul {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

body.front ul li img {
  height: 12vh;
  width: auto;
}

body.front ul li,
body.front ul li a {
  list-style: none;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-decoration: none;
  color: #fff;
  z-index: 9990;
  cursor: pointer;
}

body.front ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
}



#main.category {
  padding: 25px;
}

#main.category a.thumb {
  display: block;
  float: left;
  margin: 25px;
  color: #000;
  text-decoration: none;
  transition: opacity .4s ease-in-out;
}

#main.category a.thumb:hover {
  opacity: 0.8;
}

#main.category a.thumb figure {
  margin: 0;
}

#main.category a.thumb figure img {
  width: 100%;
  height: auto;
}

#main.category a.thumb figure figcaption {
  color: #999;
  margin-top: 10px;
  transition: color .4s ease-in-out;
}

#main.category a.thumb:hover figure figcaption {
  color: #000;
}

#main.category article a {
  color: #000;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
}

#main.category article a img {
  margin-bottom: 10px;
}

#main.single {
  padding: 25px;
}

#main.single img {
  margin: 25px;
  width: calc(100% - 50px);
  height: auto;
}

#main.single img:last-child {
  margin-bottom: 0;
}

#main.single {
  padding-bottom: 50px;
}

#main.page .content {
  position: absolute;
}

#main.page .content p {
  margin-top: 0;
  padding-top: 0;
  font-size: 12pt;
  line-height: 18pt;
  max-width: 400px;
  margin: 0 auto;
}

#main.page .content a {
  color: #999;
  text-decoration: none;
  transition: color .4s ease-in-out;
}

#main.page .content a:hover {
  color: #000;
}

#main.page .content .page-col.left img {
  width: 100%;
  height: auto;
}

#main.page .content .page-col p {
  max-width: 600px;
  margin-bottom: 10px;
}

img.alignright { float: right; margin: 0 0 25px 25px; }
img.alignleft { float: left; margin: 0 25px 25px 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

#single-images p {
  padding: 0 25px;
  width: calc(100% - 50px);
  margin: 0;
}

/* desktop */

@media (min-width: 800px) {
  #header {
  	display: none;
  }
  #sidebar {
    position: fixed;
    height: calc(100vh - 100px);
    padding: 50px;
    min-width: 300px;
  }
  #sidebar #menu {
    opacity: 1;
    visibility: visible;
  }
  #main {
    width: 66.66vw;
    max-width: 1000px;
    position: absolute;
    right: 0;
    top: 0;
    min-height: 100%;
  }
  #main.page {
    min-height: calc(100% - 250px);
  }
  #main.category a.thumb {
    width: calc(50% - 50px);
  }
  #main.front article,
  #main.category article {
    margin-bottom: 100px;
  }
  #sidebar #sidebar-main-nav,
  #sidebar #sidebar-secondary-nav {
    position: absolute;
    left: 0;
  }
  #sidebar #sidebar-main-nav,
  #main.page .content {
    top: 200px;
  }
  #sidebar #sidebar-secondary-nav {
    bottom: 0;
  }
  #main.page .content .page-col {
    float: left;
    width: calc(50% - 50px)
  }
  #main.page .content .page-col.left {
    margin-right: 50px;
  }
}

/* mobile */

@media (max-width: 800px) {
  #header {
  	display: block;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    padding: 20px 0;
    background: #f4f3ef;
    z-index: 9999;
  }
  #header #header-title {
  	text-align: center;
  	width: 100%;
  	position: relative;
    background: #f4f3ef;
  }
  #header #header-title a:first-child {
    display: block;
    width: 100%;
  }
  #header #header-title #header-button {
  	position: absolute;
  	top: 50%;
  	right: 50px;
  	margin-top: -15px;
  }
  #header #header-title img {
    width: 50vw;
    height: auto;
  }
  #header #header-button {
  	color: #000;
  	text-decoration: none;
  	line-height: 4pt;
  	position: absolute;
  	right: 5vw;
  }
  #header #mobile-nav {
    padding: 100px 50px;
    line-height: 30pt;
    display: none;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  body.menu #header #mobile-nav {
    display: block;
    opacity: 1;
  }
  #header #mobile-nav li {
    list-style: none;
    display: block;
    font-size: 20pt;
    text-align: center;
  }
  #header #mobile-nav li.small {
    font-size: 12pt;
  }
  #header #mobile-nav li a::after {
    content: '/';
    color: #999;
    margin: 0 5px;
  }
  #header #mobile-nav li a:last-child::after {
    content: '';
  }
  #header #mobile-nav li a {
    text-decoration: none;
    color: #000;
  }
  #sidebar {
    display: none;
  }
  #main {
    top: 115px;
    left: 0;
    padding: 0 20px;
    position: absolute;
    padding-bottom: 20px;
  }
  #main.category a.thumb {
    width: calc(100% - 50px);
  }
  #main.front article,
  #main.category article {
    margin-bottom: 30px;
    text-align: center;
  }
  body.menu #sidebar #menu {
    opacity: 1;
    visibility: visible;
    background: rgba(247, 244, 237, 0.8);
  }
  #sidebar-inner {
    position: relative;
  }
  #main {
    width: 90vw;
    margin: 0 auto;
  } 
}

</pre></body></html>