body {
  background: url(/static/images/global-bg-confectionary.png) #4e375d; }

  .front-page-layout .front-page-sidebar {
    padding: 1em;
    width: 160px; }

    .forflor-header {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      -webkit-align-items: flex-end;
      -moz-align-items: flex-end;
      align-items: flex-end;
      -webkit-box-pack: space-around;
      -ms-flex-pack: space-around;
      -webkit-justify-content: space-around;
      -moz-justify-content: space-around;
      justify-content: space-around;
      z-index: 1;
      position: relative;
      padding-top: 1em; }
      .forflor-header > * {
        -webkit-box-flex: none;
        -webkit-flex: none;
        -moz-box-flex: none;
        -moz-flex: none;
        -ms-flex: none;
        flex: none; }
        .forflor-header .forflor-header--left {
          margin-right: -20px; }
          .forflor-header .forflor-header--logo {
            margin-bottom: 35px; }
            .forflor-header .forflor-header--right {
              margin-left: -80px;
              margin-bottom: -26px; }

.forflor-navbar {
  margin: 0 1em;
  background: #c354a9; }

  .forflor-navbar > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    margin: 0; }
    .forflor-navbar > ul > li {
      -webkit-box-flex: 1 0 auto;
      -webkit-flex: 1 0 auto;
      -moz-box-flex: 1 0 auto;
      -moz-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      -webkit-flex-basis: -moz-min-content;
      -moz-flex-basis: -moz-min-content;
      -ms-flex-preferred-size: -moz-min-content;
      flex-basis: -moz-min-content;
      -webkit-flex-basis: -webkit-min-content;
      -moz-flex-basis: -webkit-min-content;
      -ms-flex-preferred-size: -webkit-min-content;
      flex-basis: -webkit-min-content;
      -webkit-flex-basis: min-content;
      -moz-flex-basis: min-content;
      -ms-flex-preferred-size: min-content;
      flex-basis: min-content;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      margin: 0.25em;
      min-width: -moz-min-content;
      min-width: min-content;
      background: #ffacdf;
      transition: background-color 0.2s linear; }
      .forflor-navbar > ul > li:hover {
        background: #f096d2; }
        .forflor-navbar > ul > li > * {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          justify-content: center;
          padding: 0.25em; }
          .forflor-navbar > ul > li > a {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -moz-box-flex: 1;
            -moz-flex: 1;
            -ms-flex: 1;
            flex: 1; }
            .forflor-navbar > ul > li img {
              -webkit-align-self: center;
              -moz-align-self: center;
              -ms-flex-item-align: center;
              align-self: center; }

.forflor-floraverse-link {
  height: 90px;
  width: 728px;
  margin: 0 auto;
  padding: 0; }
  .forflor-floraverse-link a, .forflor-floraverse-link img {
    display: block; }

.temp-extra-banner {
  margin: 1em auto;
  text-align: center;
  line-height: 1; }

  iframe[src^="//disqusads.com"] {
    display: none; }
