@media only screen and (max-width: 37.5em) {
  .spacer {
    padding-bottom: 60px; } }

/* UTILITIES */
.row-no-padding > [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.bronte-header-wrap {
  position: relative; }
  .bronte-header-wrap img {
    width: 100%;
    filter: brightness(0.7); }

body.dark:not(.panel-popup) .bronte-header {
  position: absolute;
  bottom: 5%;
  left: 5%; }
  body.dark:not(.panel-popup) .bronte-header h1 {
    color: white;
    font-size: 2rem;
    padding: 1rem;
    text-transform: uppercase; }
    @media only screen and (min-width: 37.5em) {
      body.dark:not(.panel-popup) .bronte-header h1 {
        font-size: 3rem; } }
    @media only screen and (min-width: 50em) {
      body.dark:not(.panel-popup) .bronte-header h1 {
        font-size: 4rem; } }
    @media only screen and (min-width: 75em) {
      body.dark:not(.panel-popup) .bronte-header h1 {
        font-size: 6rem; } }
  body.dark:not(.panel-popup) .bronte-header p {
    color: #dab729;
    font-size: 2rem;
    padding: 1rem;
    margin-bottom: 0; }
    @media only screen and (min-width: 37.5em) {
      body.dark:not(.panel-popup) .bronte-header p {
        font-size: 2rem; } }
    @media only screen and (min-width: 50em) {
      body.dark:not(.panel-popup) .bronte-header p {
        font-size: 3rem; } }
    @media only screen and (min-width: 75em) {
      body.dark:not(.panel-popup) .bronte-header p {
        font-size: 4rem; } }
  body.dark:not(.panel-popup) .bronte-header .btn {
    text-transform: uppercase;
    background-color: black;
    color: white !important; }
    @media only screen and (max-width: 37.5em) {
      body.dark:not(.panel-popup) .bronte-header .btn {
        width: 100%; } }

.bronte-introduction .icon-container {
  border-radius: 50%;
  background: #fff;
  padding: 2rem;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  overflow: hidden; }

.bronte-introduction img {
  width: 100px;
  height: 100px;
  display: block; }

.bronte-introduction h4 {
  margin-bottom: 1rem; }

.bronte-introduction p {
  margin-bottom: 4rem; }

body.dark:not(.panel-popup) .bronte-banner {
  position: relative; }
  body.dark:not(.panel-popup) .bronte-banner img {
    width: 100%;
    display: block;
    filter: brightness(0.7); }
  body.dark:not(.panel-popup) .bronte-banner .btn {
    background-color: #dab729;
    color: white !important;
    text-transform: uppercase; }
    @media only screen and (max-width: 50em) {
      body.dark:not(.panel-popup) .bronte-banner .btn {
        width: 40%; } }
    @media only screen and (max-width: 37.5em) {
      body.dark:not(.panel-popup) .bronte-banner .btn {
        width: 80%; } }
  body.dark:not(.panel-popup) .bronte-banner__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 15px; }
    @media only screen and (min-width: 50em) {
      body.dark:not(.panel-popup) .bronte-banner__content {
        bottom: 50px;
        top: 50px; } }
    body.dark:not(.panel-popup) .bronte-banner__content h4 {
      color: white;
      text-transform: uppercase;
      margin-bottom: 1rem;
      font-size: 3rem; }
      @media only screen and (max-width: 37.5em) {
        body.dark:not(.panel-popup) .bronte-banner__content h4 {
          font-size: 1.4rem; } }
      @media only screen and (max-width: 50em) {
        body.dark:not(.panel-popup) .bronte-banner__content h4 {
          font-size: 2rem; } }
    body.dark:not(.panel-popup) .bronte-banner__content p {
      color: white; }
    body.dark:not(.panel-popup) .bronte-banner__content--left {
      left: 0;
      text-align: center; }
      @media only screen and (min-width: 62.5em) {
        body.dark:not(.panel-popup) .bronte-banner__content--left {
          left: 50px;
          text-align: left;
          display: block; } }
    body.dark:not(.panel-popup) .bronte-banner__content--right {
      right: 0;
      text-align: center; }
      @media only screen and (min-width: 62.5em) {
        body.dark:not(.panel-popup) .bronte-banner__content--right {
          right: 50px;
          text-align: right;
          display: block; } }

.bronte-grid img {
  width: 100%;
  display: block;
  max-width: 600px; }

.bronte-grid h4 {
  text-align: left;
  margin-bottom: 1rem; }
  @media only screen and (max-width: 37.5em) {
    .bronte-grid h4 {
      text-align: center; } }

.bronte-grid .image-container {
  display: flex;
  align-items: center;
  justify-content: center; }
  @media only screen and (max-width: 37.5em) {
    .bronte-grid .image-container {
      margin-bottom: 2rem; } }

.bronte-grid .grid {
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 37.5em) {
    .bronte-grid .grid {
      flex-direction: column;
      margin-bottom: 2rem; } }
  @media only screen and (max-width: 62.5em) {
    .bronte-grid .grid {
      flex-direction: column;
      margin-bottom: 2rem; } }
  @media only screen and (min-width: 37.5em) {
    .bronte-grid .grid {
      flex-direction: row;
      margin-bottom: 2rem; } }

.bronte-grid .inner-grid {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem; }
  .bronte-grid .inner-grid p {
    text-align: left;
    margin: 0; }
    @media only screen and (max-width: 37.5em) {
      .bronte-grid .inner-grid p {
        text-align: center; } }

.bronte-grid .grid.extra-space {
  margin-bottom: 2rem; }
  @media only screen and (min-width: 75em) {
    .bronte-grid .grid.extra-space {
      margin-bottom: 6rem; } }

.bronte-grid .icon-container {
  padding: 2rem;
  background: white;
  border-radius: 50%; }

.bronte-grid .icon-container.left {
  margin-left: 2rem; }
  @media only screen and (max-width: 62.5em) {
    .bronte-grid .icon-container.left {
      order: 1; } }

.bronte-grid .icon-container.right {
  margin-right: 2rem; }
  @media only screen and (max-width: 37.5em) {
    .bronte-grid .icon-container.right {
      order: 2; } }

.bronte-grid .icon {
  width: 100px;
  height: 100px; }

body.dark:not(.panel-popup) .bronte-tabs img {
  width: 100%;
  display: block; }

body.dark:not(.panel-popup) .bronte-tabs .nav {
  display: flex;
  justify-content: center; }
  @media only screen and (max-width: 37.5em) {
    body.dark:not(.panel-popup) .bronte-tabs .nav {
      display: block; } }

@media only screen and (max-width: 37.5em) {
  body.dark:not(.panel-popup) .bronte-tabs .nav > li {
    width: 49%; } }

@media only screen and (max-width: 37.5em) {
  body.dark:not(.panel-popup) .bronte-tabs .nav > li > a {
    padding: 10px 10px; } }

@media only screen and (max-width: 50em) {
  body.dark:not(.panel-popup) .bronte-tabs .nav > li > a {
    padding: 10px 10px; } }

body.dark:not(.panel-popup) .bronte-tabs .nav-pills > li.active > a {
  color: white !important;
  background-color: #dab729; }

body.dark:not(.panel-popup) .bronte-tabs .nav-pills > li.active > a:hover, body.dark:not(.panel-popup) .bronte-tabs .nav-pills > li.active > a:focus {
  color: white !important;
  background-color: #dab729; }

body.dark:not(.panel-popup) .bronte-tabs .grid-item {
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 37.5em) {
    body.dark:not(.panel-popup) .bronte-tabs .grid-item {
      overflow: visible; } }

body.dark:not(.panel-popup) .bronte-tabs .grid-text {
  position: relative;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  transform: unset;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  /* @media only screen and (max-width: $bp-small) { 
            position: relative;
            top:unset;
            bottom: unset;
            left: unset;
            right: unset;
            transform: unset;
            padding-bottom: 2rem;
        }
        @media only screen and (max-width: $bp-medium) { 
            position: relative;
            top:unset;
            bottom: unset;
            left: unset;
            right: unset;
            transform: unset;
            padding-bottom: 2rem;
        }*/ }
  @media only screen and (min-width: 1367px) {
    body.dark:not(.panel-popup) .bronte-tabs .grid-text {
      position: absolute;
      bottom: 0;
      top: 0;
      right: 0;
      left: 0;
      transform: translateY(100%);
      transition: all .3s ease; } }
  body.dark:not(.panel-popup) .bronte-tabs .grid-text p {
    margin-bottom: 0;
    color: white; }
  body.dark:not(.panel-popup) .bronte-tabs .grid-text .btn {
    background-color: #dab729;
    color: white !important;
    width: 50%;
    margin-top: 2rem;
    text-transform: uppercase; }
    @media only screen and (max-width: 37.5em) {
      body.dark:not(.panel-popup) .bronte-tabs .grid-text .btn {
        width: 80%; } }

body.dark:not(.panel-popup) .bronte-tabs .grid-item:hover .grid-text {
  transform: translateY(0); }

body.dark:not(.panel-popup) .bronte-supplier {
  background: black;
  padding: 4rem 0; }
  body.dark:not(.panel-popup) .bronte-supplier h3 {
    color: white;
    text-transform: uppercase;
    margin-bottom: 1rem;
    letter-spacing: 5px;
    font-weight: 300;
    font-size: 2.2rem; }
    @media only screen and (max-width: 37.5em) {
      body.dark:not(.panel-popup) .bronte-supplier h3 {
        font-size: 1.8rem; } }
  body.dark:not(.panel-popup) .bronte-supplier .btn {
    background-color: #dab729;
    color: white !important;
    text-transform: uppercase; }

body.dark:not(.panel-popup) .bronte-testimonials {
  background-image: url("/pub/media/wysiwyg/home/close-up-gardener-holding-flower-pots.jpg");
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 50vh; }
  body.dark:not(.panel-popup) .bronte-testimonials p {
    color: #fff; }
  body.dark:not(.panel-popup) .bronte-testimonials .btn {
    background-color: #dab729;
    color: white !important;
    text-transform: uppercase; }

.cms-index-index button.action.tocart.btn-cart {
  display: none; }

#show-menu-product-tabs {
  background: #dab729;
  color: #fff;
  width: 50%;
  padding: 1rem 0;
  text-align: center; }

@media only screen and (min-width: 37.5em) {
  #show-menu-product-tabs {
    width: 25%; } }
