/*
Theme Name: astra Child
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/ 
.archive.tax-auto #main .ast-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.archive.tax-auto #main .ast-row article {
    flex-basis: 32%;
    padding: 15px;
    border: 1px solid #ccc;
    margin: 15px 0;
    text-align: center;
}
.archive.tax-auto #main .ast-row article .entry-content > :not(.more-link){
    display: none;
}
.archive.tax-auto #main .ast-row article img{
    height: 242px;
    object-fit: cover;
    width: 100%;
}
.ast-separate-container .ast-archive-description {
    background: transparent;
    padding: 0;
}
.ast-archive-description .ast-archive-title {
   
    font-size: 60px;
    text-align: center;
    text-transform: uppercase;
}
.more-link {
    background: #b90814;
    border: 1px solid;
    padding: 8px 15px;
    border-radius: 6px;
    margin-bottom: 20px!important;
    display: inline-block;
    color: #fff;
    font-weight: bold;
}
.ast-blog-featured-section {
    width: 100%;
}
/*post*/
.single-autos #primary .contenedor {
    display: flex;
    flex-wrap: wrap;
}
.contenedor .form-c {
    flex-basis: 30%;
    order: 2;
    margin-top: 30px;
}
.contenedor #main {
    flex-basis: 70%;
    order: 1;
}
.contenedor #main article {
    padding: 0 20px;
}
.form-c form {
    padding: 15px;
    background: #212121;
    color: #fff;
}
#nf-form-title-4 h3 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
}
.titulo-top {
    background: url("http://c2320977.ferozo.com/wp-content/uploads/2018/06/page-header.png");
    text-align: center;
    color: #fff;
    font-size: 44px;
    font-family: 'DM Serif Display',serif;
    padding: 40px 0;    
}
.single-autos .entry-title {
    display: none;
}
.nav-links {
    display: none!important;
}
#vista-previa-galeria {
    justify-content: start;
}
#vista-previa-galeria .miniatura-galeria {
    margin-right: 10px;
    margin-bottom: 10px;
}
.nf-response-msg {
    background-color: #dff0d8;
    color: #3c763d;
    border-top: 3px solid #d6e9c6;
    border-bottom: 3px solid #d6e9c6;
    padding: 1em;
    font-weight: bold;
}
.nf-response-msg p{
    margin-bottom: 5px;
}

/*Footer*/
footer a {
    color: #fff;
}
@media (max-width: 1499px) {
  
}
@media (max-width: 1199px) {
    
}

@media (max-width: 767px) {
    .archive.tax-auto #main .ast-row article {
        flex-basis: 50%;
        
    }
    .ast-archive-description .ast-archive-title {
       
        font-size: 25px;
        text-align: center;
    }
    .contenedor .form-c {
        flex-basis: 100%;
        order: 2;
        margin-top: 30px;
    }
    .contenedor #main {
        flex-basis: 100%;
        order: 1;
    }
    .titulo-top {
        font-size: 30px;
    }
  
}
@media (max-width: 487px) {
    .archive.tax-auto #main .ast-row article {
        flex-basis:100%;
        
    }
   

  
}