/*
 Theme Name:   Boxcar Child
 Theme URI:    https://themeforest.net/item/boxcar-automotive-car-dealer-wordpress-theme/49741717
 Description:  Boxcar Child Theme
 Author:       ApusTheme
 Author URI:   http://apusthemes.com
 Template:     boxcar
 Version:      1.0.0
 Text Domain:  boxcar-child



html{
	max-width: 1920px;
	overflow-x: hidden;
	margin: 0 auto;
}


.header_transparent .apus-header {
    max-width: 1920px !important;
    left: 50% !important;
    margin-left: -960px !important;
}



@media (max-width: 1918) {
	.header_transparent .apus-header {
		left: 0 !important;
		margin-left: auto !important;
	}
}
*/