/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 06 2022 | 17:10:24 */
body, html{
  overflow-x: hidden;
}

body .si-slider .slide-container .slide-content a .slide-link span{
  background: var( --e-global-color-primary );
}

body .si-slider .slide-container .slide-content a .slide-link span:hover{
  background: var( --e-global-color-secondary );
}

body .restaurant-list-component .categories-list .owl-stage-outer .owl-stage .owl-item .category-item .category-title{
  color: var( --e-global-color-primary );
}
body .shop-list .shop-col .tab .shop-category{
  color: var( --e-global-color-accent );
}

body .shop-list .shop-col .tab .shop-sublist li a,
body .restaurant-list-component .categories-list .owl-stage-outer .owl-stage .owl-item .category-item .restaurant-list .restaurant-item a{
  color: var( --e-global-color-secondary );
}

body .restaurant-list-component .categories-list .owl-stage-outer .owl-stage .owl-item .category-item .restaurant-list .restaurant-item a:hover{
  color: var( --e-global-color-accent );
}

body .shop-list .shop-col .tab .shop-sublist li a:hover{
  color: var( --e-global-color-primary );
}

body .blog_wrapper .post-item.category-eventos .post-desc-wrapper .post-desc .post-title h3,
body .blog_wrapper .post-item.category-eventos .post-desc-wrapper .post-desc .post-title h3 a,
body .novidades .blog_wrapper .post-item .post-desc-wrapper .post-desc .post-head .post-meta{
  color: var( --e-global-color-primary );
}

.pagination a.page-numbers{
	color: var( --e-global-color-secondary );
}

body .grid-filters-component .filters-wrapper .form-filters .category-filter{
	margin: 0px 10px 10px 0px;
	font-weight: 500;
	border-width: 1px;
}

/* fix header store in e parking */

.landing-page-header.store-in .booking-form-container,
.landing-page-header.ria-parking .booking-form-container{
  display: none;
}

.sws-reservar a {
    background: var( --e-global-color-secondary );
    color: #fff !important;
    text-decoration: none;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 30px;
}

.sws-reservar a:hover {
    background: var( --e-global-color-primary );
    color: #fff !important;
}

body .grid-filters-component .list-container .item-list .item .item-meta .item-title,
.landing-page-header .header-container .menu li a{
  color: var( --e-global-color-primary );
}
.landing-page-header.store-in .header-container .navigation-container .menu li a{
  color: var( --e-global-color-secondary );
}

.mobile-menu-toggle{
  background: var( --e-global-color-secondary ) !important;
}

@media (max-width: 991px){
  .landing-page-header .header-container .menu-ria-parking-header-container,
  .landing-page-header .header-container .menu-store-in-header-container{
    background: var( --e-global-color-primary ) !important;
  }
}

/* asterisco de forms */

.elementor-mark-required .elementor-field-label:after{
  color: inherit;
}


