/* 
Theme Name: Affordable Vehicles
Theme URI: https://www.affordablevehiclesonline.com/
Author: Freelance-Creator
Author URI:	https://www.freelance-creator.com/
Template: astra
Version:1.0.0
*/

.site-logo-img img {
	filter: none;
}

.ast-site-identity {
	padding: 0.5em 0;
}

/* Astra Header Builder */
#ast-desktop-header, #ast-mobile-header {
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
	width: 100%;
	-webkit-transition: all ease-out .5s;
	-moz-transition: all ease-out .5s;
	-o-transition: all ease-out .5s;
	transition: all ease-out .5s;
}

#ast-desktop-header.active, #ast-mobile-header.active {
	background-color: #FFF;
	box-shadow: 0px 1px 1px #EEE;
	padding: 0;
}

#ast-desktop-header.active img.custom-logo, #ast-mobile-header.active img.custom-logo {
    width: 70px;
	-webkit-transition: all ease-out .5s;
	-moz-transition: all ease-out .5s;
	-o-transition: all ease-out .5s;
	transition: all ease-out .5s;
}

/* Content */
.error404 #content {
	margin-top: 100px;
}