/**
 * All custom CSS modifications should be kept in this file. When updating move this file
 * from the old installation to the updated one. This will preserve all your CSS customisations.
 *
 * This file gets included last, so any CSS rule written below will override a previously declared one.
 *
 * Add your CSS modifications below:
 */
.fluxus_portfolio-template-default.single-fluxus_portfolio .horizontal-navigation {
  display: none;
}
@media screen and (min-width: 1024px) {
  .logo-container,
  .sidebar {
    min-width: 350px;
  }
}
.logo-container {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}