/*
Theme Name: 	Single Page 1
Theme URI: 	    http://www.dealersolutions.com.au
Description: 	Dealer Solutions Single Page 1
Version: 	    1.0.1
Author: 	    Dealer Solutions
Author URI: 	http://www.dealersolutions.com.au

License:	    Closed
*/

body {
    background: #FFF;
    padding: 10px 5px;
    color: #333;
}
.nopadding{
    padding:0px;
}

.header {
    border-bottom: 2px solid #ccc;
    padding-bottom: 15px;
}

.header h1.site-title{
    font-size: 30px;
    color: #444;
    margin-top: 20px;
    margin-bottom: 10px;
}
.header h2{
    color: #444;
}

.socials .fa{
    font-size: 2.5em;
}

.socials .fa-facebook-square{
    color: #3A5795;
}
.socials .fa-twitter-square{
    color: #55ACEE;
}
.socials .fa-youtube-square{
    color: #CC181E;
}
.socials .fa-google-plus-square{
    color: #333;
}
.socials .fa-linkedin-square{
    color: #3F97C6;
}

.contact-details{
    text-align: right;
}
.contact-method .ds-label{
    font-weight: 700;
}

.footer-upper {
    border-top: 2px solid #ccc;
    padding-top: 15px;
    margin-top: 40px;
}
.footer-upper .trading-hours{
    text-align:left;
}
.footer-lower{
    border-top: 2px solid #ccc;
    padding-top: 15px;
    margin-top: 10px;
}
#form-group-generic1 {
    display: none;
}

/*CUSTOM CODE*/
.dual-content > h3 {
	color:#ffffff !important;
}
.dual-content .address > .fa {
	color:#ffffff !important;
	display:inline-block;
}
.dual-content .address > a {
	display:inline-block;
	vertical-align:top;
	color:#ffffff !important;
}
.dual-content .address > a p {
	color:#ffffff !important;
	margin-bottom: 3px;
}
.dual-content .phone > .fa {
	color:#ffffff;
	display:inline-block;
}
.dual-content .phone > a {
	display:inline-block;
	vertical-align:top;
	color:#ffffff !important;
}

.inventory #view2 .vehicle-item .panel-heading .tooltip {
    text-transform: none !important;
}

@media (max-width:768px) {
    .contact-details{
        text-align: left;
    }
    .websiteby{
        float: left !important;
    }
}