/*
Theme Name: Business Identity - APF Custom
Theme URI: http://businessidentitydemo.wordpress.com
Author: Professional Themes, Australian Privacy Foundation
Author URI: https://professionalthemes.nyc/, http://www.privacy.org.au
Description: A custom modification of the Business Identity theme created by Professional Themes, for use on the Australian Privacy Foundation homepage
Template: business-identity
Version: 3.0.3-a
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: business-identity-apf
Domain Path: /languages/
Tags: purple, white, light, one-column, two-columns, left-sidebar, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, infinite-scroll, microformats, post-slider, rtl-language-support, site-logo, sticky-post, theme-options, threaded-comments, translation-ready, business, clean, conservative, modern, professional

Business Identity WordPress Theme, Copyright 2013-2015 Professional Themes LLC,
distributed under the terms of the GNU General Public License v2 or later.

Third-Party Package Licenses and Declarations:

The Business Identity theme has taken inspiration from or used the following
open-source packages, projects, and development techniques in part or in whole:

	- Masonry: https://github.com/desandro/masonry (The MIT License)
	- normalize.css: http://necolas.github.io/normalize.css/ (MIT License)
	- _s: https://github.com/Automattic/_s/ (GNU General Public License v2 or later)
	- Twenty Fourteen: https://core.trac.wordpress.org/browser/trunk/src/wp-content/themes/twentyfourteen (GNU General Public License v2 or later)
	- Fluidvids.js: https://github.com/toddmotto/fluidvids (The MIT License)
	- Sliding Mobile Menu: http://apeatling.com/2014/building-smooth-sliding-mobile-menu/
	- Genericons: http://genericons.com/ (GNU General Public License v2)
	- jQuery: http://jquery.com (The MIT License)
	- GlotPress: https://glotpress.trac.wordpress.org/browser (GNU General Public License v2)
	- Underscore.js: http://underscorejs.org (The MIT License)

Browser Support: This version of Business Identity supports the following browser versions:

	- Safari: 6+, http://www.apple.com/safari/
	- Chrome: Stable, http://www.chromium.org/getting-involved/dev-channel
	- Firefox: Final Release Channel, http://www.mozilla.org/en-US/styleguide/identity/firefox/channels/
	- Internet Explorer: 9+, http://windows.microsoft.com/en-us/internet-explorer/download-ie
	- Opera: 20+, http://opera.com/

Acknowledgements:

	- Special thanks to Christopher Rowe from Onvo for the initial UI design for Business Identity.
	  You can find Christopher and his work at http://onvo.co.uk/.

Table of Contents:

	1.0 - Global
	2.0 - Typographic Defaults
	3.0 - Margins and Padding
	4.0 - Forms
	5.0 - Grid
	6.0 - Default Site Width Handling
	7.0 - Custom Header Image
	8.0 - Site Header
	9.0 - Hero
	10.0 - Flourish
	11.0 - Navigation
	12.0 - Front Page Blog
	13.0 - Features and Services
	14.0 - Team
	15.0 - Testimonials
	16.0 - Special Offers
	17.0 - Post Formats
	18.0 - Breadcrumbs
	19.0 - Primary Content
	20.0 - Comments
	21.0 - Infinite Scroll
	22.0 - Widgets
	23.0 - Primary Sidebar
	24.0 - Front Page Ancillary
	25.0 - Footer Widgets
	26.0 - Social Links
	27.0 - Website Footer
	28.0 - Media Elements and Embeds
	29.0 - Accessibility
	30.0 - Mobile helpers
	31.0 - Typekit FOUT Fallbacks
	32.0 - Outdated Browser Notice
	33.0 - User Switching Plugin Styling
	34.0 - WordPress.com Styling
	35.0 - Misc.
	36.0 - Featured Content
	   z - Theme Colors
*/

/**
 * Only the elements we've actually edited need to be below.
 * If it's unaltered from the parent theme, then functions.php pulls it from there.
 * I've kept the comment headings from the original style.css for ease of use. 
 */

/**
 * 1.0 - Global
 *
 * @link http://necolas.github.io/normalize.css/3.0.1/normalize.css
 * @link http://www.paulirish.com/2012/box-sizing-border-box-ftw/
 * @link http://caniuse.com/#search=border-box/
 * @link https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-y
 */

/* Declare Block Display for HTML5 Elements */


/**
 * 2.0 - Typographic Defaults
 */

/* Links */

/* Headings */

/* Unordered Lists */

/* Ordered Lists */

/* Abbreviations */

/**
 * 3.0 - Margins and Padding
 */


/**
 * 4.0 - Forms
 */


/**
 * 5.0 - Grid
 *
 * The theme was designed with a grid that has 12 columns and 11 gutters.
 * Each grid is 70 pixels wide (max) and each gutter is 30 pixels wide (max).
 * The maximum width that will be occupied by the theme content in Desktop views is 1170 pixels.
 */


/**
 * 6.0 - Default Site Width Handling
 */
.wide-site-width #page {
	margin: 0 2.5% 0 2.5%;
	max-width: 95%;
	width: 100%;
}
.slim-site-width #page {
	max-width: 100%;
	margin: 0;
}
@media only screen
and (min-width : 640px) { /* Tablets and Up */
	.slim-site-width #page {
		margin: 1% 2.5% 0 2.5%;
		max-width: 95%;
	}
}
@media only screen
and (min-width: 1230px) { /* Desktop */
	.slim-site-width #page {
		margin: 30px auto;
		max-width: 1230px;
	}
	.slim-site-width #page {
		-moz-border-radius:    3px;
		-webkit-border-radius: 3px;
		border-radius:         3px;
	}
	.slim-site-width .site-header,
	.slim-site-width #hero {
		-moz-border-radius:    3px 3px 0 0;
		-webkit-border-radius: 3px 3px 0 0;
		border-radius:         3px 3px 0 0;
	}
	.slim-site-width .site-footer {
		-moz-border-radius:    0 0 3px 3px;
		-webkit-border-radius: 0 0 3px 3px;
		border-radius:         0 0 3px 3px;
	}
}

/**
 * 7.0 - Custom Header Image
 */


/**
 * 8.0 - Site Header
 */

/* Adds the APF logo to the top left of the page */
.site-title img { /* Custom Logo */
	display: none;
}
.site-title a span:first-child {
	background: url( 'https://privacy.org.au/wp-content/images/logo_horizontal.png' );
    display: inline-block;
    height: 50px;
    width: 268px;
    text-indent: -9999em;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/**
 * 9.0 - Hero
 */

 
/**
 * 10.0 - Flourish
 */


/**
 * 11.0 - Navigation
 */


/**
 * 12.0 - Front Page Blog
 */

 

/**
 * 13.0 - Features and Services
 */


/**
 * 14.0 - Team
 */


/**
 * 15.0 - Testimonials
 */


/**
 * 16.0 - Special Offers
 */


/**
 * 17.0 - Post Formats
 *
 * @link https://codex.wordpress.org/Post_Formats
 */


/**
 * 18.0 - Breadcrumbs
 */


/**
 * 19.0 - Primary Content
 */


/**
 * 20.0 - Comments
 */


/**
 * 21.0 - Infinite Scroll
 */


/**
 * 22.0 - Widgets
 */


 /**
  * 23.0 - Primary Sidebar
  */


/**
 * 24.0 - Front Page Ancillary
 */



/**
 * 25.0 - Footer Widgets
 */

/**
 * 26.0 - Social Links
 *
 * The available social networks are those available to Genericons.
 *
 * @link http://genericons.com
 *
 * @since Business Identity 1.0
 */



/**
 * 27.0 - Website Footer
 */


/**
 * 28.0 - Media Elements and Embeds
 */

/* Images */

/* Captions */

/* Galleries */


/**
 * 29.0 - Accessibility
 */


/**
 * 30.0 - Mobile helpers
 *
 * The selectors in this section should match the selectors
 * used in theme.js for the smooth sliding mobile menu.
 */


/**
 * 31.0 - Typekit FOUT Fallbacks
 *
 * @link http://help.typekit.com/customer/portal/articles/6852
 */


/**
 * 32.0 - Outdated Browser Notice
 */


/**
 * 33.0 - User Switching Plugin Styling
 *
 * @see https://wordpress.org/plugins/user-switching/
 */


/**
 * 34.0 - WordPress.com Styling
 */


/**
 * 35.0 - Misc.
 */


/**
 * 36.0 - Featured Content
 */

/* basic layout */

/**
 * Featured Content Slider
 */
/* controllers */

/* slides */

/* fullscreen layout */

/* links */

/* calls to action */

/* content */

/* slideshow mode */


/**
 * z - Theme Colors
 */

/* Global */
body {
	background-color: #ffffff;
}
body,
button,
input,
optgroup,
select,
textarea {
	color: #000000; /* maximum contrast with white background */
}

/* Typographic Defaults */

/* Forms */
::-webkit-input-placeholder { /* WebKit */
	color: #000000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #000000;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #000000;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #000000;
}

/* Custom Header Image */

/* Site Header */
/* Set the orange background for the top of the page (except front page) */
.site-header {
	background-color: #E35B11;
}

/* Hero */
/* Set the orange background for the banner at the top of the front page */
.hero .site-header {
	background-color: #E35B11;
}

/* Set the background for the fingerprint image*/
#hero {
	background-color: #4B4E4E;
}

/* Flourish */

/* Navigation */

/* Front Page Blog */

/* Features and Services */

/* Team */
#team h2 a {
	color: #000000;

/* Testimonials */
#testimonials .author span a {
	color: #000000;

/* Special Offers */
/* Set the orange background for the join/donate block on the front page  */
.special-offer {
	background-color: #E35B11;
}

/* Breadcrumbs */
#breadcrumbs a {
	color: #000000;

/* Primary Content */
.entry-categories a,
.entry-tags a,
.comments-link a {
	color: #000000;
}

/* Comments */

/* Infinite Scroll */
.infinite-scroll #infinite-footer .blog-info a {
	color: #000000;
}
.infinite-scroll #infinite-footer .blog-credits,
.infinite-scroll #infinite-footer .blog-credits a {
	color: #000000;

/* Widgets */

/* Primary Sidebar */

/* Front Page Ancillary */

/* Footer Widgets */
/* Set the background colour for the footer widgets section at the bottom of every page */
#tertiary {
	background-color: #4B4E4E;
	color: rgba( 255, 255, 255, .8 );
}

/* Social Links */

/* Website Footer */

/* Media Elements and Embeds */

/* Accessibility */

/* Misc. */


/* 36.0 - Featured Content */

/* grid layout (mosaic) */

/* links */

/* calls to action */
