<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * This file contains various selectors that can be used for skinning.
 */
input[type=text],
input[type=email],
input[type=password],
textarea {
  border-color: #404040;
  border-bottom-color: #444;
  background: #222;
  color: #aaa;
}

input[type=text]:hover,
input[type=email]:hover,
input[type=password]:hover,
textarea:hover,
input[type=text]:active,
input[type=email]:active,
input[type=password]:active,
textarea:active,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: #444;
  background-color: #222;
  color: #fff;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  background-color: #fff;
  color: #000;
  border-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}

button:hover,
html input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background-color: #222;
  border-color: #222;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

pre {
  background-color: #222;
  border-color: #444;
  color: #aaa;
}

/**
 * -------------------------------------
 * Content
 * -------------------------------------
 */
html,
body,
.entry-content,
.entry-summary,
.site-footer,
.textwidget {
  color: #999;
}

.aside-content {
  color: #ccc;
}

body,
.horizontal-content__item-caption,
.site-header__inner {
  background-color: #000;
}

.site-header {
  background-color: #000;
}

a,
.entry-content a,
.entry-summary a,
.site-footer a,
.widget a,
#sharrre-project .box .share,
.btn-appreciate {
  color: #fff;
}

a:hover,
.entry-content a:hover,
.entry-summary a:hover,
.site-footer a:hover,
.widget a:hover {
  color: #ddd;
}

.entry-tags a,
.entry-tags a .hash {
  color: #888;
}
.entry-tags a:hover,
.entry-tags a:hover .hash {
  color: #bdbdbd;
}

.btn-appreciate:hover,
#sharrre-project:hover .box .share {
  color: #fff;
}

.site-footer a,
.widget a,
#sharrre-project,
.btn-appreciate {
  border-bottom-color: #333;
}

.site-footer a:hover,
.widget a:hover,
#sharrre-project:hover,
.btn-appreciate:hover {
  border-bottom-color: #fff;
}

.page-title,
.entry-title,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  color: #fff;
}

.entry-content blockquote,
.entry-content blockquote:before {
  color: #ccc;
}

.entry-content blockquote cite,
.entry-content blockquote cite:before {
  color: #999;
}

.entry-navigation,
.entry-navigation .post-navigation,
#comments .children,
.page-template-template-full-width-php .page-title,
.page-template-template-full-width-php .entry-title {
  border-color: #555;
}

/**
 * -------------------------------------
 * Buttons.
 * -------------------------------------
 */
.page-numbers {
  border-color: #555;
  color: #ccc;
  background-color: #151515;
}
.page-numbers:not(.current):hover {
  color: #fff;
}

.horizontal-navigation {
  -webkit-box-shadow: 0 0 0 1px #555 inset;
          box-shadow: 0 0 0 1px #555 inset;
}

.horizontal-navigation--vertical-blog {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navigation-paging .paging .current,
.navigation-paging .paging .current:hover {
  background: #fff;
  border-color: #fff;
  color: #111 !important;
}

.button,
.entry-content .button {
  background: #fff;
  color: #111;
  border-radius: 1px;
}

.button:before,
.entry-content .button:before {
  color: inherit;
}

.button-yellow,
.entry-content .button-yellow {
  background: #fff200;
  color: #111;
}

.button-yellow:hover,
.entry-content .button-yellow:hover {
  background: #111;
  color: #fff;
}

.button-blue,
.entry-content .button-blue {
  background: #619ec2;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}

.button-blue:hover,
.entry-content .button-blue:hover {
  background: #5386a5;
  color: #fff;
}

.button-green,
.entry-content .button-green {
  background: #35d59b;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}

.button-green:hover,
.entry-content .button-green:hover {
  background: #2fbe79;
  color: #fff;
}

.button-red,
.entry-content .button-red {
  background: #d1562b;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}

.button-red:hover,
.entry-content .button-red:hover {
  background: #bf4115;
  color: #fff;
}

.button-black,
.entry-content .button-black {
  color: #fff;
  background: #333;
}

.fluxus-lightbox__btn {
  background: #fff;
}

.fluxus-lightbox__btn:before {
  color: #000;
}

.fluxus-lightbox__btn:hover:before {
  color: #fff;
}

/**
 * -------------------------------------
 * Header &amp; Footer
 * -------------------------------------
 */
#header,
.logo-container {
  border: 0;
}

.site-logo,
.site-description {
  text-align: left;
  color: #fff;
}

.site-navigation .has-children &gt; a:after {
  opacity: 1;
}

.site-navigation a:hover,
.site-navigation .sub-menu .has-children:hover &gt; a {
  color: #fff;
}

.site-navigation .sub-menu,
.site-navigation .sub-menu .sub-menu {
  background-color: rgba(0, 0, 0, 0.8);
  border-top-color: rgba(255, 255, 255, 0.6);
  border-top-width: 1px;
}

.site-navigation .active &gt; a,
.site-navigation .current-menu-item &gt; a,
.site-navigation .current-menu-ancestor &gt; a,
.site-navigation .active .current-fluxus-project-type-ancestor &gt; a,
.current-fluxus_portfolio-parent &gt; a {
  background: none;
  font-weight: 700;
  color: #fff;
}

.site-navigation .sub-menu a:hover {
  color: #fff;
}

.footer-navigation li .sub-menu {
  background-color: #222;
}

.footer-navigation li .sub-menu li:hover &gt; a {
  color: #fff;
}

.nav-tip .nav-tip__button {
  border-color: #333;
}

/**
 * -------------------------------------
 * Siderbar.
 * -------------------------------------
 */
.sidebar {
  border: 0 none;
  padding: 0;
  text-align: left;
}
.sidebar a {
  color: #888;
}

.sidebar .decoration {
  display: none;
}

.sidebar .title,
.widget-title,
#comments .comments-title,
#reply-title {
  color: #fff;
}

.sidebar {
  text-align: left;
}

.sidebar .subtitle {
  color: #999;
}

.widget {
  float: none;
  width: 100%;
  text-align: left;
}

#searchform {
  float: left;
}

.widget a .hash,
.entry-tags a .hash {
  color: #888;
  padding: 0 2px 0 0;
}

.widget a:hover .hash {
  color: #666;
}

.widget ul ul {
  margin: 4px 0 4px 15px;
}

.widget #prev a,
.widget #next a {
  border: 0 none;
}

.widget .current_page_item &gt; a,
.widget .current_page_item &gt; a:hover,
.widget li a.active:hover,
.widget li a.active,
.widget .current-cat a,
.widget .current-cat a:hover,
.widget li a.active .hash {
  color: #bdbdbd;
  border-bottom-color: transparent;
}

.widget .decoration,
.horizontal-page .scroll-container .overview {
  left: 0;
  right: auto;
}

.horizontal-page .scroll-container .scrollbar {
  right: -15px;
  width: 2px;
}

.horizontal-page .scroll-container .scrollbar .track {
  background: #222;
  width: 2px;
}

.horizontal-page .scroll-container .scrollbar .track .thumb {
  width: 2px;
  background: #fff;
}

.horizontal-posts .wrap-embed-video,
.horizontal-posts .thumbnail {
  background: #000;
}

.excerpt-more {
  color: #fff;
  border-bottom-color: #333;
}

.excerpt-more:hover {
  color: #ccc;
  border-bottom-color: #fff;
}

.post-link p {
  text-shadow: none;
}

.vertical-blog .post:after {
  display: none;
}

/**
 * -------------------------------------
 * Portfolio
 * -------------------------------------
 */
.btn-appreciate.has-appreciated,
.btn-appreciate.has-appreciated:hover {
  border-bottom-color: transparent;
}

.grid-project .preview,
.grid-project .hover-box {
  -webkit-box-shadow: 0 0 0 1px #000 inset;
          box-shadow: 0 0 0 1px #000 inset;
}

.grid-project .preview {
  background-color: #222;
}

/**
 * -------------------------------------
 * Blog
 * -------------------------------------
 */
.entry-meta .byline a {
  color: #999;
}

.entry-date,
.entry-meta {
  color: #6e6e6e;
}

#respond,
.reveal-modal {
  background: #111;
  border-color: #ccc;
}

.reveal-modal h1 {
  color: #fff;
}

.logged-in-as {
  background: none;
  border: 0 none;
  padding-left: 0;
  padding-right: 0;
}

.logged-in-as a:hover {
  color: #fff;
}

.entry-navigation h3 {
  color: #fff;
}

.comment-author .fn {
  color: #fff;
}

.comment-actions a {
  background: #222;
}

.wrap-quote,
.post-link {
  background: none;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.post-link a {
  color: #fff;
}

.entry-header .byline a:hover {
  color: #ccc;
}

/**
 * -------------------------------------
 * 404
 * -------------------------------------
 */
.site .error404 {
  background: #000;
}

/**
 * -------------------------------------
 * Contacts
 * -------------------------------------
 */
.page-contacts .entry-content .button,
#close-map {
  background: #111;
  color: #fff;
}

.page-contacts .entry-content .button:hover,
#close-map:hover {
  background: #fff;
  color: #111;
}

/**
 * -------------------------------------
 * Misc
 * -------------------------------------
 */
.decoration {
  border-color: #fff;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  color: #fff;
}

.slider-navigation a.active,
.slider-navigation a:hover {
  background: #fff;
}

.slider .image-fit,
.slider .image-fit-horizontally,
.slider .image-contain {
  background-color: #000;
}

.accordion {
  border-color: #333;
}

.accordion .panel-title {
  border-bottom-color: #333;
}

.accordion .panel-title a {
  color: #999;
}

.accordion .panel-title a:hover {
  color: #fff;
  background: #333;
}

.accordion .panel-title a,
.accordion .panel-active .panel-title a {
  background: #222;
}

.accordion .panel-active .panel-title a {
  color: #fff;
}

.accordion .panel-active .panel-title {
  border-bottom-color: #333;
}

.accordion .panel-content {
  background: #000;
}

.alert {
  border-color: #444;
}

.alert a {
  color: #fff;
}

.alert-note {
  background: #4fbde2;
  border-color: #77d4f4;
}

.alert-warning {
  background: #ef5491;
  border-color: #f48bb4;
}

.alert-success {
  background: #63b08d;
  border-color: #8ddcb8;
}

.horizontal-break {
  background: #444;
}

.tabs .tab,
.tabs .tabs-menu li,
.tabs .tabs-menu li:last-child {
  border-color: #444;
}

.tabs .tabs-menu li a {
  background: #222;
  color: #999;
}

.tabs .tabs-menu li a:hover {
  background: #1e1e1e;
  color: #eee;
}

.tabs .tabs-menu li.active a {
  background: none;
  color: #fff;
}

.tabs .tabs-menu li.active a:after {
  border-color: #000;
}

.wp-caption-text,
.entry-content table td,
.entry-content table th,
.post-navigation {
  border-color: #444;
}

.entry-content table thead th,
.entry-content table thead td {
  color: #fff;
}

.wpcf7 {
  color: #fff;
}

.wpcf7 input {
  border: 0 none;
}

.wpcf7-form .wpcf7-not-valid-tip {
  background: none;
  color: #c26161;
}

.wpcf7-textarea,
.wpcf7-form .wpcf7-form-control-wrap input[type=text],
.wpcf7-form .wpcf7-form-control-wrap input[type=email] {
  background: #eee;
  border-color: #ccc;
  color: #555;
}

.wpcf7-textarea:hover,
.wpcf7-textarea:active,
.wpcf7-textarea:focus,
.wpcf7-form .wpcf7-form-control-wrap input[type=text]:hover,
.wpcf7-form .wpcf7-form-control-wrap input[type=text]:focus,
.wpcf7-form .wpcf7-form-control-wrap input[type=text]:active {
  background: #fff;
  border-color: #aaa;
  color: #111;
}

.wpcf7-form-control.wpcf7-submit {
  background: #fff;
  color: #111;
}

#sharrre-footer,
#sharrre-footer .share,
#sharrre-footer .buttons {
  border-color: #555;
}

#sharrre-footer .buttons,
#sharrre-footer:hover,
#sharrre-footer.state-visible,
#sharrre-project .buttons,
#sharrre-project .buttons .button {
  background: #111;
  border-color: #ccc;
}

#sharrre-footer.state-visible .share,
#sharrre-footer:hover .share {
  background: #222;
}

.bypostauthor .bypostauthor-icon {
  background: #fff;
  color: #111;
}

.sidebar .widget-password .post-password {
  height: 24px;
}

.horizontal-media .lazyload-component {
  background-color: #111;
}

.project-image figcaption a {
  color: #111;
}

.horizontal-page .site-footer {
  background: #000;
}

.btn-appreciate .numbers,
.btn-appreciate:hover:before,
.btn-appreciate.has-appreciated:before,
.btn-appreciate.has-appreciated:before:hover,
.btn-appreciate.has-appreciated:hover {
  color: #ec4069;
}

#sharrre-project:hover:before {
  color: #5085dd;
}

#sharrre-project .count-total {
  color: #5085dd;
}

.site-footer:before {
  display: none;
}

@media screen and (max-width: 1024px) {
  .sidebar {
    margin-left: -248px;
    width: 230px;
  }

  .horizontal-page .scroll-container .scrollbar {
    right: -10px;
  }
}
@media screen and (max-width: 768px) {
  .site-logo,
.site-description {
    text-align: center;
  }
}
.horizontal-content__item-caption {
  color: inherit;
}

.horizontal-content__item-caption a {
  display: inline-block;
  text-decoration: none;
  border-bottom-color: #333;
}

.horizontal-content__item-caption a:hover {
  color: inherit;
  border-bottom-color: #fff;
}

.logo-container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.site-navigation .sub-menu {
  border-top: 0 none;
}
.site-navigation .sub-menu .sub-menu {
  background-color: rgba(0, 0, 0, 0.9);
}

.site-footer {
  color: #999;
}
.site-footer a,
.site-footer a:hover {
  color: #999;
}
</pre></body></html>