/*
Theme Name: Lestin Child
Theme URI: https://gaviaspreview.com/wp/lestin/
Author URI: https://themeforest.net/user/gavias
Author: Gaviasthemes Team
Description: Child theme for the Lestin theme.
Template: lestin
*/

/* Hide on screens smaller than 768px (mobile devices) */
@media (max-width: 768px) {
    .search-form-spacer {
        display: none;
    }
}

/* Show on screens larger than or equal to 768px (desktop devices) */
@media (min-width: 768px) {
    .search-form-spacer {
        display: block;
    }
}

.search_regions div label {
    display: none;
}

.listing-five__details {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  width: 40%;
	justify-content: center;
 	align-items: center; 
}

@media (max-width: 768px) {
  .listing-five__details {
    position: static;
    padding: 0px 25px;
		margin-bottom: 30px;
  }
}

.btn-details {
  background: var(--e-global-color-primary);
  font-family: var(--lestin-heading-font-family);
  font-weight: 700;
  padding: 18px 30px;
  line-height: 15px;
  font-size: 16px;
  border-radius: 5px;
  z-index: 9;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  position: relative;
  top: 30%; left: 0; bottom: 0; right: 0;
	margin:0 auto !important;
  display: block;
  width: 70%;
}

@media (max-width: 768px) {
  .btn-details {
    width: 200%;
    position: unset;
  }
}

.btn-details a {
	text-decoration: none;
	display: inline-block;
 	padding: 10px 20px;
 	border-radius: 12px;
  text-align: center;
  color: white;
}

@media (max-width: 768px) {
  .btn-details a {
 	  padding: 0px 0px;
  }
}

.lt-listing-filters .div-search-reset {
  max-width: 100%;
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  width: 100%;
  flex-basis: 100%;
  flex-grow: 0;
  align-items: stretch;
}

.lt-listing-filters .search_submit {
  flex: 0 1 auto;
}

.lt-listing-filters .search_submit input {
  display: inline-block;
  width: auto;
  padding: 18px 30px;
  line-height: 15px;
  font-weight: 700;
  margin-right: 10px;
  height: 45px;
}

.lt-listing-filters .search_submit button {
  display: inline-block;
  flex: 0 1 auto;
  width: auto;
  padding: 18px 30px;
  line-height: 15px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 5px;
  background: var(--e-global-color-primary);
  color: #fff;
  font-family: var(--lestin-heading-font-family);
  border: none;
  cursor: pointer;
  height: 45px;
}

@media (max-width: 991.98px) {
  .lt-listing-filters .search_submit input,
  .lt-listing-filters .search_submit button {
    padding: 15px 25px;
  }
}


@media (max-width: 768px) {
  .listing-five__footer {
 	  display: none;
  }
}

.alert-red {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

.listing-five__category:after {
  content: '';
  width: 1px;
  height: 10px;
  position: absolute;
  top: 5px;
  right: 0;
  background: #DBDBDB;
  z-index: 1;
  display: none;
}

.immagini-sistemi-tintometrici {
  margin-right: 10px;
  margin-left: 10px;
}

.marchio-rivenditore {
  display: inline-block;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .btn-my-position {
 	  margin-top: 20px;
  }
}

.state {
  display: none;
}


