/*
Theme Name: automotive-deluxe-child
Version: 1.0
Description: A child theme of Automotive Deluxe
Template: automotive-deluxe
Author: Administrator
*/
@import url("../automotive-deluxe/style.css");
/* Your awesome customization starts here */

#logo img{
width: 276px;
/*height: 90px;*/
height: 100%;

}

.hours li {
padding: 5px 0;
border-top: 1px solid #696969;
color: #fff;
}

.hours li:first-child {
padding-top: 0;
border-top: none;
}

.hours li > span {
float: right;
text-align: right;
color: #aeadad; /* change hours text color as needed */
}

