/*
Theme Name: PBSA Wholesale
Theme URI: https://pbsapos.com.au
Author: the WordPress team
Author URI: https://pbsapos.com.au
Template: pbsa-generic
Description: This theme is designed to work with PBSA dotnet websites.
Version: 2.0
Text Domain: pbsa

This theme is designed to work with PBSA dotnet websites
*/

/*
	********** INSTRUCTIONS **********
	
	This is intended only for setting colours, overriding defaults set in the pbsa-generic theme.
	these colours can also be set via the themes user interface in wordpress.
	The styles set via the UI are likely to change as updates are received and features added.
	
	For othe styling and overrides please use a different file.
	theme.css is intended for additional styling and overrides.
	
	any other files will need to have refernces included in the page header.
	
	********** END

*/


/*

    #1d2124 dark 
    #d6e2e8 light
    #036    dark text
    f5f5f5
*/

/* -------------- Font selection -------------- */
body{
    font-family: 'Source Sans Pro', "Helvetica", Palatino, Arial Helvetica, sans-serif;
}

/* -------------- Text Font Colour : text_font_colour -------------- */
.panel-primary > .panel-heading,
h1, h2, .categoryHead, 
.thumbnail .caption h3, .thumbnail .caption
{
    color: #333;
}

/* -------------- Major Headings Background Colour : major_heading_background_colour -------------- */
/* -------------- Major Headings Font Colour : major_heading_font_colour -------------- */
h1, h2
{
}
h1, h2
{
    background:none;
}
/* -------------- Minor Headings Font Colour : minor_heading_font_colour -------------- */
h3, h4, h5, h6, .thumbnail .caption h3
{
}


/* -------------- Menu Background Colour : menu_background_colour -------------- */
/* -------------- Menu Font Colour : menu_font_colour -------------- */
.mobile-menu,
#top-links .menu-item-has-children ul.sub-menu
{
    background:#eee;
}
.mobile-menu .menu a,
.mobile-menu .flexnav li a,
.mobile-menu .flexnav li .a,
.close-button > div,
.mobile-menu .flexnav .glyphicon
{
    color:#333;
}

/* -------------- Header Background Colour : header_background_colour -------------- */
header .container-logo
{
    background:#fff;
}

/* -------------- Footer Background Colour : footer_background_colour -------------- */
/* -------------- Footer Font Colour : footer_font_colour -------------- */
footer,
footer .container
{
    background: #49535b;
}

footer,
footer .container, 
footer .container *,
footer h3,
footer a,
.footer-menu .menu li a,
.footer-menu .menu li a:hover
{
    color:#fff;
}
.footer-menu .menu li a
{
    border-color:#fff;
}

/* -------------- Header Toolbar Background Color : header_toolbar_background_color --------------*/
/* -------------- Header Toolbar Font Color : header_toolbar_font_color --------------*/
header .header-tools
{
    background: #1d2124;
}
header .header-tools *,
#top-links li, 
#top-links span.menu-item, 
#top-links a,
#top-links a:hover,
.searchControl .form-control,
.mobile-menu-open .fa
{
    color:#fff;
}
.searchControl
{
    border:0.5px solid rgba(200,200,200,0.20);
}
.input-group .searchControl .form-control:first-child,
.searchControl input.input-lg
{
    background:rgba(200,200,200,0.04);
}

/* -------------- Primary Header Background Colour : primary_header_background_colour -------------- */
/* -------------- Primary Header Font Colour : primary_header_font_colour -------------- */
.panel-heading .btn-primary.btn-block, 
.panel-primary > .panel-heading,
.list-group-item.active, 
.list-group-item.active:focus, 
.list-group-item.active:hover
{
    background: #49535b;
    color:#fff;
}

/* -------------- Primary Button Colour : primary_button_colour -------------- */
/* -------------- Primary Button Font Colour : primary_button_font_colour -------------- */
.btn-primary,
.btn-primary:hover, 
.btn-primary:active, 
.btn-primary.active, 
.btn-primary.disabled, 
.btn-primary[disabled],
.flexnav li.selected > a
{
    background: #337ab7;
    color:#fff;
}

/* -------------- Sucsess Background Colour : sucsess_background_colour -------------- */
/* -------------- Sucsess Font Colour : sucsess_font_colour -------------- */
.btn-success,
.btn-success:hover, 
.btn-success:active, 
.btn-success.active, 
.btn-success.disabled, 
.btn-success[disabled]
{
    background:#51a351;
    color:#fff;
}


/* -------------- Danger Background Colour : danger_background_colour -------------- */
/* -------------- Danger Font Colour : danger_font_colour -------------- */
.panel-danger > .panel-heading,
.panel-heading .btn-danger.btn-block,
.btn-danger,
.btn-danger:hover, 
.btn-danger:active, 
.btn-danger.active, 
.btn-danger.disabled, 
.btn-danger[disabled]
{
    background:#da4f49;
    color:#fff;
}


/* -------------- Price Label Background Colour : price_label_colour -------------- */
/* -------------- Price Label Font Colour : price_label_font_colour -------------- */
.priceAmount
{
    background: #faa732;
	color: #172223;
}