/*
	Theme Name:   Astra Child
	Template:     astra
*/


/* write custom css after this line */


body, button, input, textarea {

}

a {
    color: #543884;
}

a:focus,input:focus,textarea:focus,button:focus{outline:none}

.wpcf7 input.wpcf7-form-control:not([type=submit]), .wpcf7 textarea.wpcf7-form-control, .wpcf7 select.wpcf7-form-control {
    padding: 20px;
    border-radius: 0;
    background-color: #F6F6F6;
    border: none;
}

.wpcf7 form p {
    margin-bottom: 13px;
}

.wpcf7 form input[type="submit"] {
    border-radius: 5px;
    background-color: #42C7F1;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    padding: 18px 65px;
}

.wpcf7 form input[type="submit"]:hover {
    background-color: #0B1018;
}

span.wpcf7-spinner {
    display: none;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: rtl;
}

input#submit {
	color: #FFFFFF !important;
}

article .entry-meta {
    display: none;
}

h3 small {
    font-size: 12px;
}

h4 small {
    font-size: 10px;
}

article h6 {
    font-size: 15px;
}

article a.elementor-button-link {
    background-color: #543884;
}

img.brand-image {
    height: 20px !important;
    width: auto;
    box-shadow: none !important;
}

img.car-image {
    height: 350px;
    width: auto;
    object-fit: cover;
}

h1.page-title.ast-archive-title {
    text-align: center;
}

img.cars-image {
    height: 100px !important;
    object-fit: cover;
    margin-bottom: 15px;
}

a.more {
    display: block;
    border: 1px solid #543884;
    border-radius: 5px;
    padding: 7px;
    text-align: center;
    font-size: 14px;
}

a.more:hover {
    background: #543884;
	color: #FFFFFF;
}


#listPosts .box {
    min-height: 325px;
}

.single-cars nav.navigation.post-navigation {
    display: none;
}