trova la tua nuova auto
sevar srl
via 1°maggio 2,
Empoli – 50053 – Firenze, Toscana.
p.iva 00440840486
orari
- Lun- Ven 09:00 - 13:00 e dalle 15:00 - 19:00
- Sabato 09:30 - 13:00 e dalle 15:30 - 19:00
/* ----------------------------------------- */
/* Slug della vista: auto: inizio */
/* ----------------------------------------- */
.bottonereset{
position: relative;
margin-top: 24px;
background: #EF7D00;
border: none;
width: 200px;
color: #fff;
text-align: center;
text-transform: uppercase;
font-family: raleway;
font-size: 15px;
font-weight: bold;
}
.bottonereset:hover{
position: relative;
margin-top: 24px;
background: #000;
border: none;
width: 200px;
color: #fff;
text-align: center;
text-transform: uppercase;
font-family: raleway;
font-size: 15px;
font-weight: bold;
}
.space{
width: 100%;
height: 50px;
}
/* ----------------------------------------- */
/* Slug della vista: auto: fine */
/* ----------------------------------------- */
/* ----------------------------------------- */
/* Modello di contenuto: loop-item-in-auto - inizio */
/* ----------------------------------------- */
.wp-loop {
color: #231F20;
font-family: "Raleway", Sans-serif;
font-size: 19px;
text-transform: uppercase;
}
.card {
display: block;
margin-bottom: 20px;
line-height: 1.42857143;
background-color: #fff;
border-radius: 2px;
transition: box-shadow .25s;
}
.card:hover {
}
.img-card {
width: 100%;
height:200px;
border-top-left-radius:2px;
border-top-right-radius:2px;
display:block;
overflow: hidden;
}
.img-card img{
width: 100%;
height: 200px;
object-fit:cover;
transition: all .25s ease;
}
.card-content {
padding:15px;
text-align:left;
font-weight:300;
font-family: raleway;
}
.card-title {
margin-top:0px;
font-weight: 400;
font-size: 1.65em;
font-family: raleway;
}
.card-title a {
color: #000;
text-decoration: none !important;
font-family: raleway;
}
.card-read-more {
border-top: 1px solid #EF7D00;
background-color: #EF7D00;
font-family: raleway;
}
.card-read-more a {
text-decoration: none !important;
padding:10px;
font-weight:300;
text-transform: uppercase;
color: #fff !important;
font-family: raleway;
}
/* ----------------------------------------- */
/* Modello di contenuto: loop-item-in-auto - fine */
/* ----------------------------------------- */