.floreal-blog--sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  --page-bg: var(--c-alter2);
  --post-br: 0;
  --post-cat-bg: var(--c-active);
  --post-bg: var(--c-light);
}

@media only screen and (max-width: 991px) {
  .floreal-blog--sidebar.floreal-woocommerce-sidebar {
    margin-top: 40px;
  }
}

.floreal-blog--sidebar:not(.floreal-woocommerce-sidebar) .widget {
  border-radius: var(--post-br);
  background: var(--post-bg);
  -webkit-box-shadow: rgba(var(--ca-dark), 0.05) 0 0 15px 0;
          box-shadow: rgba(var(--ca-dark), 0.05) 0 0 15px 0;
  padding: 30px !important;
  border-bottom: none;
}

.floreal-blog--sidebar .widget_rating_filter ul li.wc-layered-nav-rating a,
.floreal-blog--sidebar .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a {
  padding-left: 2rem;
  position: relative;
}

.floreal-blog--sidebar .widget_rating_filter ul li.wc-layered-nav-rating a::before,
.floreal-blog--sidebar .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a::before {
  border: 1px solid rgba(var(--ca-grey), 0.15);
}

.floreal-blog--sidebar .widget_rating_filter ul li.wc-layered-nav-rating a::before, .floreal-blog--sidebar .widget_rating_filter ul li.wc-layered-nav-rating a::after,
.floreal-blog--sidebar .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a::before,
.floreal-blog--sidebar .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 0.25rem;
  position: absolute;
  top: 51%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.floreal-blog--sidebar .widget_rating_filter ul li.wc-layered-nav-rating.chosen a::before,
.floreal-blog--sidebar .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen a::before {
  color: var(--c-light);
  border-color: var(--c-active);
  background-color: var(--c-active);
}

.floreal-blog--sidebar .widget_rating_filter ul li.wc-layered-nav-rating.chosen a::after,
.floreal-blog--sidebar .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen a::after {
  background: no-repeat 50% / 50% 50%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.floreal-blog--sidebar .widget_floreal_clear_all_widget a {
  display: block;
  font-weight: 600;
  padding: 0.625rem 1.125rem;
  background: rgba(var(--ca-grey), 0.15);
  color: var(--c-grey);
  border-radius: var(--post-br);
  text-align: center;
}

.floreal-blog--sidebar .widget_floreal_clear_all_widget a:hover {
  color: var(--c-light);
  background: var(--c-grey);
}

.floreal-blog--sidebar .widget {
  margin-bottom: 23px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-bottom: 1px solid rgba(var(--ca-grey), 0.1);
  padding: 0 0 30px;
}

.floreal-blog--sidebar .widget:last-of-type {
  border-bottom: none;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .floreal-blog--sidebar .widget {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .floreal-blog--sidebar .widget {
    padding: 0 0 15px;
  }
}

.floreal-blog--sidebar .widget-title {
  margin-bottom: 20px;
}

.floreal-blog--sidebar .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(var(--ca-grey), 0.1);
}

.floreal-blog--sidebar .widget_price_filter .ui-slider .ui-slider-range {
  background: var(--c-active);
}

.floreal-blog--sidebar .widget_price_filter .ui-slider .ui-slider-handle {
  width: 1.75rem;
  height: 1.75rem;
  background: var(--c-light);
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 6px 0 rgba(var(--ca-grey), 0.25);
          box-shadow: 0 3px 6px 0 rgba(var(--ca-grey), 0.25);
  top: -.8rem;
}

.floreal-blog--sidebar .widget_price_filter .ui-slider-horizontal {
  height: 4px;
  margin-bottom: 1.5em;
}

.floreal-blog--sidebar .widget_price_filter .price_slider_amount {
  font-size: 1rem;
}

.floreal-blog--sidebar .widget_price_filter .price_slider_amount span {
  font-weight: 600;
  color: var(--c-dark);
}

.floreal-blog--sidebar .widget_top_rated_products li a,
.floreal-blog--sidebar .widget_recently_viewed_products li a,
.floreal-blog--sidebar .widget_products li a {
  color: var(--c-dark);
}

.floreal-blog--sidebar .widget_top_rated_products li a:hover,
.floreal-blog--sidebar .widget_recently_viewed_products li a:hover,
.floreal-blog--sidebar .widget_products li a:hover {
  color: var(--c-active);
}

.floreal-blog--sidebar .widget_top_rated_products .star-rating,
.floreal-blog--sidebar .widget_recently_viewed_products .star-rating,
.floreal-blog--sidebar .widget_products .star-rating {
  margin-top: .3em;
  margin-bottom: .2em;
}

.floreal-blog--sidebar .widget_top_rated_products .star-rating::before,
.floreal-blog--sidebar .widget_recently_viewed_products .star-rating::before,
.floreal-blog--sidebar .widget_products .star-rating::before {
  color: rgba(var(--ca-grey), 0.7);
}

.floreal-blog--sidebar .widget_top_rated_products .star-rating span::before,
.floreal-blog--sidebar .widget_recently_viewed_products .star-rating span::before,
.floreal-blog--sidebar .widget_products .star-rating span::before {
  color: #ec9a3c;
}

.floreal-blog--sidebar .widget_top_rated_products ins,
.floreal-blog--sidebar .widget_recently_viewed_products ins,
.floreal-blog--sidebar .widget_products ins {
  background: 0 0;
  font-weight: 700;
  display: inline-block;
  color: var(--c-dark);
}

.floreal-blog--sidebar .widget_top_rated_products del,
.floreal-blog--sidebar .widget_recently_viewed_products del,
.floreal-blog--sidebar .widget_products del {
  text-decoration: line-through;
}

.floreal-blog--sidebar .widget_product_search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.floreal-blog--sidebar .star-rating {
  font-size: .92em;
  margin-right: 5px;
}

.floreal-blog--sidebar .star-rating::before {
  color: rgba(var(--ca-grey), 0.7);
}

.floreal-blog--sidebar .star-rating span::before {
  color: #ec9a3c;
}

.floreal-blog--sidebar .widget_rating_filter ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.floreal-blog--sidebar .widget_product_search form > div,
.floreal-blog--sidebar .widget_search form > div {
  color: var(--c-dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.floreal-blog--sidebar .widget_product_search form > div label,
.floreal-blog--sidebar .widget_search form > div label {
  display: none;
}

.floreal-blog--sidebar .widget_product_search input[type="search"],
.floreal-blog--sidebar .widget_product_search input[type="text"],
.floreal-blog--sidebar .widget_search input[type="search"],
.floreal-blog--sidebar .widget_search input[type="text"] {
  border: 1px solid rgba(var(--ca-dark), 0.3);
  line-height: 35px;
  padding: 5px 20px;
  width: calc(100% - 65px);
  border-top-left-radius: var(--post-br);
  border-bottom-left-radius: var(--post-br);
}

.floreal-blog--sidebar .widget_product_search button[type="submit"],
.floreal-blog--sidebar .widget_product_search input[type="submit"],
.floreal-blog--sidebar .widget_search button[type="submit"],
.floreal-blog--sidebar .widget_search input[type="submit"] {
  border: 1px solid var(--c-active);
  position: relative;
  z-index: 10;
  border-top-right-radius: var(--post-br);
  border-bottom-right-radius: var(--post-br);
  font-weight: 600;
  padding: 5px 15px;
  background-color: var(--c-active);
  color: var(--c-light);
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.floreal-blog--sidebar .widget_product_search button[type="submit"]:hover,
.floreal-blog--sidebar .widget_product_search input[type="submit"]:hover,
.floreal-blog--sidebar .widget_search button[type="submit"]:hover,
.floreal-blog--sidebar .widget_search input[type="submit"]:hover {
  background-color: var(--c-light);
  border-color: var(--c-active);
  color: var(--c-active);
}

.floreal-blog--sidebar .widget_product_search .submit-wrap,
.floreal-blog--sidebar .widget_search .submit-wrap {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.floreal-blog--sidebar .widget_product_search .submit-wrap::before,
.floreal-blog--sidebar .widget_search .submit-wrap::before {
  content: "\f2f5";
  font-family: "Ionicons";
  position: absolute;
  z-index: 1;
  font-size: 20px;
  height: 42px;
  width: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--c-light);
  border: 1px solid var(--c-dark);
  background: var(--c-dark);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.floreal-blog--sidebar .widget_product_search .submit-wrap:hover::before,
.floreal-blog--sidebar .widget_search .submit-wrap:hover::before {
  background: transparent;
  color: var(--c-dark);
}

.floreal-blog--sidebar .floreal-widget-popular--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.floreal-blog--sidebar .floreal-widget-popular--item:not(:last-of-type) {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .floreal-blog--sidebar .floreal-widget-popular--item:not(:last-of-type) {
    margin-bottom: 15px;
  }
}

.floreal-blog--sidebar .floreal-widget-popular--item:first-of-type .floreal-widget-popular--image span {
  background: var(--c-dark);
}

.floreal-blog--sidebar .floreal-widget-popular--image {
  position: relative;
  min-width: 30px;
  min-height: 30px;
  margin-right: 20px;
}

.floreal-blog--sidebar .floreal-widget-popular--image.image {
  min-width: 33%;
}

@media screen and (max-width: 767px) {
  .floreal-blog--sidebar .floreal-widget-popular--image.image {
    min-width: 30px;
  }
}

.floreal-blog--sidebar .floreal-widget-popular--image span {
  height: 30px;
  width: 30px;
  color: var(--c-light);
  background: var(--c-active);
  border-radius: 50%;
  position: absolute;
  top: 0;
  font-weight: 600;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.floreal-blog--sidebar .floreal-widget-popular--image img {
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .floreal-blog--sidebar .floreal-widget-popular--image img {
    display: none;
  }
}

.floreal-blog--sidebar .floreal-widget-popular--author {
  font-size: .9rem;
}

.floreal-blog--sidebar .floreal-widget-popular--content a > * {
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

.floreal-blog--sidebar .floreal-widget-popular--content a:hover > * {
  color: var(--c-active);
}

.floreal-blog--sidebar .floreal-widget-popular--content span:first-of-type::after {
  content: "\2015";
  margin-right: 5px;
  margin-left: 5px;
}

.floreal-blog--sidebar .floreal-widget-reading--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.floreal-blog--sidebar .floreal-widget-reading--item.item-1 {
  display: block;
}

.floreal-blog--sidebar .floreal-widget-reading--item.item-1 .floreal-widget-reading--image {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .floreal-blog--sidebar .floreal-widget-reading--item.item-1 .floreal-widget-reading--image {
    display: block;
  }
}

.floreal-blog--sidebar .floreal-widget-reading--item.item-1 .floreal-widget-reading--image img {
  border-radius: var(--post-br);
}

.floreal-blog--sidebar .floreal-widget-reading--item:not(:last-of-type) {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .floreal-blog--sidebar .floreal-widget-reading--item:not(:last-of-type) {
    margin-bottom: 15px;
  }
}

.floreal-blog--sidebar .floreal-widget-reading--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: calc(-10px - .5rem);
  padding: 0 15px;
}

.floreal-blog--sidebar .floreal-widget-reading--categories {
  margin-bottom: 5px;
}

.floreal-blog--sidebar .floreal-widget-reading--categories a {
  font-weight: 600;
  font-size: .9rem;
}

.floreal-blog--sidebar .floreal-widget-reading--categories.top a {
  padding: 4px 10px;
  background: var(--post-cat-bg);
  border-radius: calc(var(--post-br) * 2);
  color: var(--c-light);
  border: 3px solid var(--c-light);
  display: inline-block;
  font-weight: 600;
  font-size: .9rem;
}

.floreal-blog--sidebar .floreal-widget-reading--categories.top + span {
  text-align: right;
  margin-left: auto;
  padding: 4px 10px;
  background: var(--c-light);
  border-radius: calc(var(--post-br) * 2);
  color: var(--c-grey);
  border: 3px solid var(--c-light);
  display: inline-block;
}

.floreal-blog--sidebar .floreal-widget-reading--categories.top + span b {
  color: var(--c-grey);
  font-size: .9rem;
}

.floreal-blog--sidebar .floreal-widget-reading--image {
  margin-right: 20px;
  min-width: 33%;
}

@media screen and (max-width: 767px) {
  .floreal-blog--sidebar .floreal-widget-reading--image {
    display: none;
  }
}

.floreal-blog--sidebar .floreal-widget-reading--image img {
  border-radius: 50%;
}

.floreal-blog--sidebar .floreal-widget-reading--content a > * {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.floreal-blog--sidebar .floreal-widget-reading--content a:hover > * {
  color: var(--c-active);
}

.floreal-blog--sidebar .floreal-widget-reading--content b {
  color: inherit;
}

.floreal-blog--sidebar .floreal-widget-reading--content span:last-of-type:not(:first-of-type)::before {
  content: "\2015";
  margin-right: 5px;
  margin-left: 5px;
}

.floreal-blog--sidebar .floreal-widget-reading--footer {
  font-size: .9rem;
}

.floreal-blog--sidebar .floreal-widget-categories li {
  display: inline-block;
  margin-right: 10px;
}

.floreal-blog--sidebar .floreal-widget-categories li a {
  display: inline-block;
  font-weight: 600;
  font-size: .9rem;
  border-radius: calc(var(--post-br)*2);
  background: var(--post-cat-bg);
  color: var(--c-light);
  padding: 4px 10px;
}

.floreal-blog--sidebar .floreal-widget-categories li a:hover {
  background: var(--c-dark);
}

.floreal-blog--sidebar strong {
  color: var(--c-dark);
}

.floreal-blog--sidebar p {
  margin-bottom: 15px;
}

.floreal-blog--sidebar p:last-of-type {
  margin-bottom: 0;
}

.floreal-blog--sidebar p, .floreal-blog--sidebar ol, .floreal-blog--sidebar ul {
  color: var(--c-grey);
  line-height: 1.5;
}

.floreal-blog--sidebar ul,
.floreal-blog--sidebar ul ul {
  list-style: none;
}

.floreal-blog--sidebar ul, .floreal-blog--sidebar ol {
  margin-left: 0;
  margin-bottom: -5px;
}

.floreal-blog--sidebar ul li:not(:last-of-type), .floreal-blog--sidebar ol li:not(:last-of-type) {
  margin-bottom: 8px;
}

.floreal-blog--sidebar ul ol, .floreal-blog--sidebar ul ul, .floreal-blog--sidebar ol ol, .floreal-blog--sidebar ol ul {
  margin-left: 25px;
  margin-top: 8px;
  margin-bottom: 0;
}

.floreal-blog--sidebar ul ol ol ol ol ol ol, .floreal-blog--sidebar ul ol ol ol ol ol ul, .floreal-blog--sidebar ul ol ol ol ol ul ol, .floreal-blog--sidebar ul ol ol ol ol ul ul, .floreal-blog--sidebar ul ol ol ol ul ol ol, .floreal-blog--sidebar ul ol ol ol ul ol ul, .floreal-blog--sidebar ul ol ol ol ul ul ol, .floreal-blog--sidebar ul ol ol ol ul ul ul, .floreal-blog--sidebar ul ol ol ul ol ol ol, .floreal-blog--sidebar ul ol ol ul ol ol ul, .floreal-blog--sidebar ul ol ol ul ol ul ol, .floreal-blog--sidebar ul ol ol ul ol ul ul, .floreal-blog--sidebar ul ol ol ul ul ol ol, .floreal-blog--sidebar ul ol ol ul ul ol ul, .floreal-blog--sidebar ul ol ol ul ul ul ol, .floreal-blog--sidebar ul ol ol ul ul ul ul, .floreal-blog--sidebar ul ol ul ol ol ol ol, .floreal-blog--sidebar ul ol ul ol ol ol ul, .floreal-blog--sidebar ul ol ul ol ol ul ol, .floreal-blog--sidebar ul ol ul ol ol ul ul, .floreal-blog--sidebar ul ol ul ol ul ol ol, .floreal-blog--sidebar ul ol ul ol ul ol ul, .floreal-blog--sidebar ul ol ul ol ul ul ol, .floreal-blog--sidebar ul ol ul ol ul ul ul, .floreal-blog--sidebar ul ol ul ul ol ol ol, .floreal-blog--sidebar ul ol ul ul ol ol ul, .floreal-blog--sidebar ul ol ul ul ol ul ol, .floreal-blog--sidebar ul ol ul ul ol ul ul, .floreal-blog--sidebar ul ol ul ul ul ol ol, .floreal-blog--sidebar ul ol ul ul ul ol ul, .floreal-blog--sidebar ul ol ul ul ul ul ol, .floreal-blog--sidebar ul ol ul ul ul ul ul, .floreal-blog--sidebar ul ul ol ol ol ol ol, .floreal-blog--sidebar ul ul ol ol ol ol ul, .floreal-blog--sidebar ul ul ol ol ol ul ol, .floreal-blog--sidebar ul ul ol ol ol ul ul, .floreal-blog--sidebar ul ul ol ol ul ol ol, .floreal-blog--sidebar ul ul ol ol ul ol ul, .floreal-blog--sidebar ul ul ol ol ul ul ol, .floreal-blog--sidebar ul ul ol ol ul ul ul, .floreal-blog--sidebar ul ul ol ul ol ol ol, .floreal-blog--sidebar ul ul ol ul ol ol ul, .floreal-blog--sidebar ul ul ol ul ol ul ol, .floreal-blog--sidebar ul ul ol ul ol ul ul, .floreal-blog--sidebar ul ul ol ul ul ol ol, .floreal-blog--sidebar ul ul ol ul ul ol ul, .floreal-blog--sidebar ul ul ol ul ul ul ol, .floreal-blog--sidebar ul ul ol ul ul ul ul, .floreal-blog--sidebar ul ul ul ol ol ol ol, .floreal-blog--sidebar ul ul ul ol ol ol ul, .floreal-blog--sidebar ul ul ul ol ol ul ol, .floreal-blog--sidebar ul ul ul ol ol ul ul, .floreal-blog--sidebar ul ul ul ol ul ol ol, .floreal-blog--sidebar ul ul ul ol ul ol ul, .floreal-blog--sidebar ul ul ul ol ul ul ol, .floreal-blog--sidebar ul ul ul ol ul ul ul, .floreal-blog--sidebar ul ul ul ul ol ol ol, .floreal-blog--sidebar ul ul ul ul ol ol ul, .floreal-blog--sidebar ul ul ul ul ol ul ol, .floreal-blog--sidebar ul ul ul ul ol ul ul, .floreal-blog--sidebar ul ul ul ul ul ol ol, .floreal-blog--sidebar ul ul ul ul ul ol ul, .floreal-blog--sidebar ul ul ul ul ul ul ol, .floreal-blog--sidebar ul ul ul ul ul ul ul, .floreal-blog--sidebar ol ol ol ol ol ol ol, .floreal-blog--sidebar ol ol ol ol ol ol ul, .floreal-blog--sidebar ol ol ol ol ol ul ol, .floreal-blog--sidebar ol ol ol ol ol ul ul, .floreal-blog--sidebar ol ol ol ol ul ol ol, .floreal-blog--sidebar ol ol ol ol ul ol ul, .floreal-blog--sidebar ol ol ol ol ul ul ol, .floreal-blog--sidebar ol ol ol ol ul ul ul, .floreal-blog--sidebar ol ol ol ul ol ol ol, .floreal-blog--sidebar ol ol ol ul ol ol ul, .floreal-blog--sidebar ol ol ol ul ol ul ol, .floreal-blog--sidebar ol ol ol ul ol ul ul, .floreal-blog--sidebar ol ol ol ul ul ol ol, .floreal-blog--sidebar ol ol ol ul ul ol ul, .floreal-blog--sidebar ol ol ol ul ul ul ol, .floreal-blog--sidebar ol ol ol ul ul ul ul, .floreal-blog--sidebar ol ol ul ol ol ol ol, .floreal-blog--sidebar ol ol ul ol ol ol ul, .floreal-blog--sidebar ol ol ul ol ol ul ol, .floreal-blog--sidebar ol ol ul ol ol ul ul, .floreal-blog--sidebar ol ol ul ol ul ol ol, .floreal-blog--sidebar ol ol ul ol ul ol ul, .floreal-blog--sidebar ol ol ul ol ul ul ol, .floreal-blog--sidebar ol ol ul ol ul ul ul, .floreal-blog--sidebar ol ol ul ul ol ol ol, .floreal-blog--sidebar ol ol ul ul ol ol ul, .floreal-blog--sidebar ol ol ul ul ol ul ol, .floreal-blog--sidebar ol ol ul ul ol ul ul, .floreal-blog--sidebar ol ol ul ul ul ol ol, .floreal-blog--sidebar ol ol ul ul ul ol ul, .floreal-blog--sidebar ol ol ul ul ul ul ol, .floreal-blog--sidebar ol ol ul ul ul ul ul, .floreal-blog--sidebar ol ul ol ol ol ol ol, .floreal-blog--sidebar ol ul ol ol ol ol ul, .floreal-blog--sidebar ol ul ol ol ol ul ol, .floreal-blog--sidebar ol ul ol ol ol ul ul, .floreal-blog--sidebar ol ul ol ol ul ol ol, .floreal-blog--sidebar ol ul ol ol ul ol ul, .floreal-blog--sidebar ol ul ol ol ul ul ol, .floreal-blog--sidebar ol ul ol ol ul ul ul, .floreal-blog--sidebar ol ul ol ul ol ol ol, .floreal-blog--sidebar ol ul ol ul ol ol ul, .floreal-blog--sidebar ol ul ol ul ol ul ol, .floreal-blog--sidebar ol ul ol ul ol ul ul, .floreal-blog--sidebar ol ul ol ul ul ol ol, .floreal-blog--sidebar ol ul ol ul ul ol ul, .floreal-blog--sidebar ol ul ol ul ul ul ol, .floreal-blog--sidebar ol ul ol ul ul ul ul, .floreal-blog--sidebar ol ul ul ol ol ol ol, .floreal-blog--sidebar ol ul ul ol ol ol ul, .floreal-blog--sidebar ol ul ul ol ol ul ol, .floreal-blog--sidebar ol ul ul ol ol ul ul, .floreal-blog--sidebar ol ul ul ol ul ol ol, .floreal-blog--sidebar ol ul ul ol ul ol ul, .floreal-blog--sidebar ol ul ul ol ul ul ol, .floreal-blog--sidebar ol ul ul ol ul ul ul, .floreal-blog--sidebar ol ul ul ul ol ol ol, .floreal-blog--sidebar ol ul ul ul ol ol ul, .floreal-blog--sidebar ol ul ul ul ol ul ol, .floreal-blog--sidebar ol ul ul ul ol ul ul, .floreal-blog--sidebar ol ul ul ul ul ol ol, .floreal-blog--sidebar ol ul ul ul ul ol ul, .floreal-blog--sidebar ol ul ul ul ul ul ol, .floreal-blog--sidebar ol ul ul ul ul ul ul {
  margin-left: 0;
}

.floreal-blog--sidebar a {
  text-decoration: none;
  color: var(--c-grey);
}

.floreal-blog--sidebar a:hover {
  color: var(--c-active);
}

.floreal-blog--sidebar select {
  vertical-align: middle;
  min-width: 100%;
  outline: none !important;
  background: var(--c-light);
  color: var(--c-grey);
  border: 1px solid rgba(var(--ca-dark), 0.15) !important;
  max-height: calc(1.2em + 17px);
  height: calc(1.2em + 17px);
  padding: 6px 10px 5px;
  border-radius: var(--post-br);
  -webkit-appearance: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23dddddd'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
  background-size: 12px;
  background-position: calc(100% - 10px) 14px;
  background-repeat: no-repeat;
  max-width: 100%;
}

.floreal-blog--sidebar select:focus {
  outline-offset: 0 !important;
}

.floreal-blog--sidebar table {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid rgba(var(--ca-dark), 0.15);
}

.floreal-blog--sidebar table td, .floreal-blog--sidebar table th {
  border: 1px solid rgba(var(--ca-dark), 0.15);
  text-align: center;
  padding: 4px 2px 2px;
}

.floreal-blog--sidebar table td {
  color: var(--c-grey);
}

.floreal-blog--sidebar table td#today {
  color: var(--c-light);
  background-color: var(--c-active);
}

.floreal-blog--sidebar table td a {
  font-weight: 400;
  color: var(--c-dark);
}

.floreal-blog--sidebar table td a:hover {
  color: var(--c-active);
}

.floreal-blog--sidebar table th {
  padding: 5px 2px 2px;
  color: var(--c-dark);
}

.floreal-blog--sidebar table caption {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  color: var(--c-dark);
  margin-top: 17px;
  clear: both;
  padding: 0;
  margin-bottom: -5px;
}

.floreal-blog--sidebar .widget_recent_comments .recentcomments > a {
  color: var(--c-dark);
}

.floreal-blog--sidebar .widget_recent_comments .recentcomments > a:hover {
  color: var(--c-active);
}

.floreal-blog--sidebar .widget_recent_comments .comment-author-link {
  color: var(--c-dark);
}

.floreal-blog--sidebar .widget_recent_comments .comment-author-link a {
  font-weight: 600;
  color: var(--c-dark);
}

.floreal-blog--sidebar .widget_recent_comments .comment-author-link a:hover {
  color: var(--c-active);
}

.floreal-blog--sidebar .widget_rss a.rsswidget {
  color: var(--c-dark);
}

.floreal-blog--sidebar .widget_rss a.rsswidget:hover {
  color: var(--c-active);
}

.floreal-blog--sidebar .widget_rss a.rsswidget img {
  margin-top: -2px;
}

.floreal-blog--sidebar .widget_rss ul li {
  list-style: none;
}

.floreal-blog--sidebar .widget_rss ul li:not(:last-of-type) {
  margin-bottom: 25px;
}

.floreal-blog--sidebar .widget_rss ul li a.rsswidget {
  font-weight: 700;
  color: var(--c-dark);
}

.floreal-blog--sidebar .widget_rss ul li a.rsswidget:hover {
  color: var(--c-active);
}

.floreal-blog--sidebar .widget_rss ul li .rss-date {
  display: block;
  font-size: 13px;
  color: var(--c-grey);
  margin-bottom: 10px;
  margin-top: 11px;
}

.floreal-blog--sidebar .widget_rss ul li .rssSummary {
  margin-bottom: 10px;
}

body.admin-bar .floreal-blog--sidebar {
  top: 70px;
}
