/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
/* BREADCRUMB */
@media (max-width: 767px) {
  .breadcrumb .shop-Celer {
    display: none;
  }
}
.breadcrumb .shop-name {
  font-size: 3rem;
}

.breadcrumb li {
  font-size: 1.1rem;
}
#wrapper .breadcrumb {
  margin: 0;
  margin-bottom: 2rem;
  background-color: transparent;
}
#wrapper .breadcrumb:before {
    background: #f2f2f4 url(../img/bg-beagrumb.jpg) center top no-repeat;
    background-position: center left;
    background-size: cover;
}

#wrapper .breadcrumb ol {
  color: #CFD4DB !important;
  padding: 1rem;
  display: inline-block;
  min-width: 250px;
}
.breadcrumb li:last-child a {
  color: white;
}
.breadcrumb li a {
  color: white;
}
.breadcrumb li a:after {
  color: white;
}

@media (min-width: 768px) {
  #wrapper .breadcrumb ol {
    text-align: right;
    margin-right: -800px;
    padding-right: 800px;
    padding-bottom: 10px;
    padding-left: 1rem;
    min-width: 300px;
  }
  #wrapper .breadcrumb:before {
    background-position: center center;
    background: #f2f2f4 url(../img/bg-beagrumb.jpg) center top no-repeat;
    background-size: cover;
  }
}

.page-cms .breadcrumb {
  display: none !important; /* Ocultar breadcrumb en CMS */
}

.form-control-select {
  background-color: transparent;
  border: 1px solid #e5e5e5;
}

/* HEADER */
#header-logo-mobile {
  margin: 17px 0;
  text-align: center;
  display: block;
}

#wrappper {
  padding-top: 0px;
}

@media (min-width: 992px) {
  .leo-top-menu {
    display: flex !important;
    justify-content: center;
  }
}

/* CLUBS */
#stores .page-stores .store-item {
  min-height: 250px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 1200px) {
  #stores .page-stores .store-item {
    margin-bottom: 2rem;
  }
}
.store-picture {
  min-height: 100px;
}



.bannercontainer .tp-caption.h1-style-1 {
  border-left: 1px solid white;
}

.page-header h1 {
  font-size: 42px;
  line-height: 50px;
}

.bannercontainer .tp-caption.h1-style-4 .btn:hover {
  color: #FFF;
  background-color: #1d1d1b;
  border-color: #1d1d1b;
}

#leo_block_top, #leo_search_block_to {
  height: 40px;
  margin-top: 20px;
}

#wrapper {
  padding-top: 0;
}

.info-banner {
  font-size: 18px;
  background-color: rgba(255, 0, 0, 0.5);
  margin-bottom: 2em;
  line-height: 24px;
  padding: 10px;
}