/*
Theme Name: 	jameshiscockwholesale.com.au
Theme URI: 	    http://www.dealersolutions.com.au
Description: 	James Hiscock Wholesale Child Theme
Version: 	    1.0.0
Author: 	    Dealer Solutions
Template:       turbo
Author URI: 	http://www.dealersolutions.com.au

License:	    Closed
*/


/*************************  ******************************/

/*
    KEY COLOURS:
    (/colourmap)

    Primary 	#ffbb05

    Secondary 	#3d3d3d

    Monochrome	#000
*/

/*
    FONTS:
    Roboto Condensed
*/

/******************************** background image css overwrites ********************************************/
.template_22_header {
    background: url('img/hero-bg-1.jpg') no-repeat bottom center / cover;
    color: #fff;
}
.template_22_spotlight {
    padding: 30px 0;
    background: url('img/hero-bg-2.jpg') no-repeat center center / cover;
    color: #fff;
}
.template_22_header .template_22_toolbar span:hover {
    color: #3d3d3d;
    text-decoration: underline;
}
@media screen and (max-width: 767px) {
    .template_22_spotlight .col-xs-6:nth-child(3) {
        border-top: 1px solid #ffbb05;
        border-right: 1px solid #ffbb05;
    }
}
@media screen and (max-width: 767px) {
    .template_22_spotlight .col-xs-6:nth-child(2) {
        border-left: 1px solid #ffbb05;
        border-bottom: 1px solid #ffbb05;
    }
}

.template_22_features .template_22_feature-item.feature-search {
    background-image: url('img/feature-bg-search.jpg');
}
.template_22_features .template_22_feature-item.feature-services {
    background-image: url('img/feature-bg-service.jpg');
}
.template_22_features .template_22_feature-item.feature-contact {
    background-image: url('img/feature-bg-contact.jpg');
}
#dsqcksrch select {
    background: url(img/right.png) right / 12% no-repeat #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 0 !important;
    color: #ffbb05;
    position: absolute;
    width: 25px !important;
    height: 25px !important;
    background: url('img/ico-round-slider.png') no-repeat !important;
    cursor: pointer;
}
/******************************** main css overwrites on Home Page ********************************************/

.template_22_post h1,
.template_22_module .template_22_module-title,
.template_22_content label,
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default,
.template_22_spotlight .template_22_spotlight-item .template_22_spotlight-item-ico i,
.template_22_footnav .template_22_footnav-item .template_22_footnav-item-title
{
    color:#ffbb05;
}
.template_22_post p{
    color:#3d3d3d;
}


.template_22_spotlight .template_22_spotlight-item .template_22_spotlight-item-ct a,
.template_22_footnav .template_22_footnav-item .template_22_footnav-item-ct ul li a,
.template_22_social-list li a,
#turbo_finance_wrapper .nav-tabs>li>a,
a {
    color:#ffbb05;
}
.template_22_spotlight .template_22_spotlight-item .template_22_spotlight-item-ct a:hover,
.template_22_footnav .template_22_footnav-item .template_22_footnav-item-ct ul li a:hover,
.template_22_social-list li a:hover,
a:hover,
.template_22_footnav-item-ct ul li a:hover{
    color:#fff;
}
.template_22_header .template_22_toolbar span a:hover {
    color:#3d3d3d;
}
.template_22_footnav {
    padding: 30px 0;
    background: #3d3d3d;
    color: #fff;
}


.template_22_sidebar_features {
    padding-left: 0 !important;
    border: 0 !important;
}

@media screen and (min-width: 980px) {
    .template_22_content-sidebar {
        border-left: 1px solid #ffbb05 !important;
    }
}



@media screen and (min-width: 768px) {
    .template_22_spotlight .template_22_spotlight-item {
        border-right: none;
        min-height: 130px;
    }
    .template_22_border-right{
        border-right: 1px solid #ffbb05;
    }
}



/******************************** nav css ********************************************/
.template_22_fixed-nav ul li.active a .nav-icon,
.template_22_fixed-nav ul li.active a .nav-text,
.btn-toggle-mainnav{
    background: #ffbb05;
}

.btn-toggle-mainnav:hover,
.btn-toggle-mainnav:focus {
    background: #3d3d3d;
    color: #fff;
    outline: 0;
}


.btn-secondary:focus,
.btn-secondary,
#turbo_finance_wrapper .nav-tabs>li.active>a,
#turbo_finance_wrapper .nav-tabs>li.active>a:hover,
.btn-primary,
#turbo_finance_wrapper .input-group-addon:last-child,
#turbo_finance_wrapper .nav-tabs>li>a:hover{
    background-image: -webkit-linear-gradient(top, #ffbb05 0%, #ff9805 100%);
    background-image: -o-linear-gradient(top, #ffbb05 0%, #ff9805 100%);
    background-image: linear-gradient(to bottom, #ffbb05 0%, #ff9805 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff277ac1', endColorstr='#ff1e5f97', GradientType=0);
    color: #fff;
    border-color: #ff9805;
}
.btn-secondary:hover,
.btn-primary:active,
.btn-secondary:active,
.btn-primary:hover,
.btn-primary:visited,
.btn-secondary:visited {
    background-image: -webkit-linear-gradient(top, #ffdd27 0%, #ffbb05 100%);
    background-image: -o-linear-gradient(top, #ffdd27 0%, #ffbb05 100%);
    background-image: linear-gradient(to bottom, #ffdd27 0%, #ffbb05 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff277ac1', endColorstr='#ff1e5f97', GradientType=0);
    color: #fff;
    border-color: #ffbb05;
}


/*********************************************** DESIGN REVIEW STUFF **********************************************************/
.template_22_hero .btn-secondary{
    background-image: -webkit-linear-gradient(top, #5f5f5f 0%, #3d3d3d 100%);
    background-image: -o-linear-gradient(top, #5f5f5f 0%, #3d3d3d 100%);
    background-image: linear-gradient(to bottom, #5f5f5f 0%, #3d3d3d 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff277ac1', endColorstr='#ff1e5f97', GradientType=0);
    color: #fff;
    border-color: #3d3d3d;
}
.template_22_hero .btn-secondary:hover {
    background-image: -webkit-linear-gradient(top, #aaaaaa 0%, #5f5f5f 100%);
    background-image: -o-linear-gradient(top, #aaaaaa 0%, #5f5f5f 100%);
    background-image: linear-gradient(to bottom, #aaaaaa 0%, #5f5f5f 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff277ac1', endColorstr='#ff1e5f97', GradientType=0);
    color: #fff;
    border-color: #3d3d3d;
}

.template_22_fixed-nav ul li.active a .nav-icon,
.template_22_fixed-nav ul li.active a .nav-text,
.template_22_fixed-nav ul li.active a:focus .nav-text,
.template_22_fixed-nav ul li.active a:active .nav-text,
.template_22_fixed-nav ul li.active a .nav-text,
.template_22_fixed-nav ul li a:hover .nav-icon,
.template_22_fixed-nav ul li a:hover .nav-text {
    background:#ffbb05;
}
.template_22_fixed-nav ul li a:hover .nav-icon,
.template_22_fixed-nav ul li a:focus .nav-icon,
.template_22_fixed-nav ul li a:hover .nav-text,
.template_22_fixed-nav ul li a:focus .nav-text,
.template_22_fixed-nav ul li.active a .nav-text,
.template_22_fixed-nav ul li.active a .nav-icon
{
    background: #ffbb05;
    color: #fff;
    outline: 0;
}
.template_22_fixed-nav ul li a .nav-icon,
.template_22_fixed-nav ul li a .nav-text {
    background: #3d3d3d;
}
.template_22_spotlight-item-ct {
    color:#ffbb05;
}
.template_22_spotlight-item .template_22_spotlight-item-ct,
.template_22_spotlight .template_22_spotlight-item .template_22_spotlight-item-ct a,
.template_22_spotlight .template_22_spotlight-item .template_22_spotlight-item-ct a:hover,
.template_22_spotlight .template_22_spotlight-item .template_22_spotlight-item-ct a:visited,
.template_22_spotlight .template_22_spotlight-item .template_22_spotlight-item-ct a:active,
a .template_22_footnav-item-ct {
    color:#fff;
}
.template_22_spotlight-item-ct:hover {
    color:#eee;
}
.template_22_header .template_22_toolbar span i {
    color:#3d3d3d;
}
.template_22_features .template_22_feature-item .template_22_feature-item-action {
    background: #3d3d3d;
}
.template_22_header .template_22_brand .template_22_brand-img img,
.template_22_footnav-brand img{
    padding:0;
}
h1,
.location-details h4 {
    color:#ffbb05;
}
.template_22_page-title{
    color:#3d3d3d;
}
/******************************** main css overwrites on Finance Page ********************************************/

.template_22_form-contact h2,
.template_22_form-contact legend,
.template_22_content-sidebar h2,
.template_22_features .template_22_feature-item .template_22_feature-item-title {
    color:#ffbb05;
}
.template_22_content label {
    color:#3d3d3d;
}
#turbo_finance_wrapper .nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    width: 50%;
    background: none;
    color: #000000 !important;
    box-shadow: none;
    border: 1px solid #ffbb05;
}

.ds-form select {
    background: url(img/right.png) right / 12% no-repeat #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: normal;
}
.template_22_footer a {
    color:#ffbb05;
}
.template_22_footnav-item-ct a:visited {
    color:#dd9903;
}

.template_22_features .template_22_feature-item .template_22_feature-item-action a,
.template_22_post h3 {
    color:#ffbb05;
}






.template_22_features .template_22_feature-item .template_22_feature-item-action a:hover {
    color:#eee;
}
ul.sitemap-list a:hover {
    color:#3d3d3d;
}
.template_22_fixed-nav ul li a:focus {
    background:#ffbb05;
}
p a:hover {
    color:#aaa;
}





/********************************************* Inventory *********************************************/
.inventory a:hover, .inventory a:focus, .inventory a:active, .inventory #viewtabs a:hover, .inventory #viewtabs a.selected:hover,
.inventory a, .inventory #viewtabs a.selected, .inventory #viewtabs a.selected:focus, .inventory .pagination > li > a:hover, .inventory .pagination > li > span:hover,
.inventory .pagination>li>a:focus,
.inventory .pagination > li > a
{
    color: #3d3d3d;
}



/********************************************* Typeface *********************************************/
h1,h2,h3,h4,h5,h6,p,i,div,form,select,span{
    font-family: 'Roboto Condensed';
}

<<<<<<< .mine
/****************************** finance CTA *********************************/

.template_22_features .template_22_feature-item.feature-services {
    background-image: url('img/feature-bg-finance.jpg');
    color: #3d3d3d;
}

.template_22_features .template_22_feature-item.feature-services {
    background: #3d3d3d url('img/feature-bg-finance.jpg');
    color: #3d3d3d;
}
.template_22_features .template_22_feature-item.feature-services .template_22_feature-item-action {
    background:#ffbb05;
    color: #3d3d3d;
}
.template_22_features .template_22_feature-item.feature-services a,.template_22_features .template_22_feature-item.feature-services h3.template_22_feature-item-title{
    color: #3d3d3d;
}
.template_22_content {
    background: #fff;
}
.template_22_header .template_22_hero .template_22_hero-title {
    color:#fff;
}
#turbo_finance_wrapper .nav-tabs>li>a {
    background:#aaa;
}=======
>>>>>>> .r24262
