/*==============================================================

Global

File: SCSS Partial (/scss/global.scss)
Compiled to: css/global.css
Created: 16/11/2013
Updated: 

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Description: Placeholder file for all SCSS imports
Author: David Flindall
Author URI: http://juxprose.com

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
/*  Compass
  -------------------------------------------------------- */
/*  Generic
  -------------------------------------------------------- */
/*==============================================================

Variables

File: SCSS Partial (/scss/generic/_variables.scss)
Compiled to: css/global.css
Created: 16/11/2013
Updated: 

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Description: All variables
Author: David Flindall
Author URI: http://juxprose.com

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
/* Base
  -------------------------------------------------------- */
/* Colors
  -------------------------------------------------------- */
/* Fonts
  -------------------------------------------------------- */
/* Layout
  -------------------------------------------------------- */
/* Breakpoints
  -------------------------------------------------------- */
/*==============================================================

Mixins

File: SCSS Partial (/scss/partials/_mixins.scss)
Compiled to: css/global.css
Created: 16/11/2013
Updated: 

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Description: All mixins
Author: David Flindall
Author URI: http://juxprose.com

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
/* Transitions
  -------------------------------------------------------- */
/* Links
  -------------------------------------------------------- */
/*! normalize.css http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying 'audio' without controls
 */
audio:not([controls]) {
  display: none; }

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none; }

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *  http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *  www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0; }

/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: 700; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE6/7
 */
pre {
  margin: 1em 0; }

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.tab/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none; }

/* 2 */
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* =============================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE6/7
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE7
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *  code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden; }

/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3 
 * 3. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */ }

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *  Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
    Known issue: excess padding remains in IE6
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* =============================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*  Base
  -------------------------------------------------------- */
/*==============================================================

Main

File: SCSS Partial (/scss/partials/_main.scss)
Compiled to: css/global.css
Created: 16/11/2013
Updated: 

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Description: Base rules on HTML element
Author: David Flindall
Author URI: http://juxprose.com

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
/* Base
  -------------------------------------------------------- */
html {
  color: black;
  font: normal 400 16px/1.3 "effra", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

/*==============================================================

Global Classes

File: SCSS Partial (/scss/base/_global-classes.scss)
Compiled to: css/global.css
Created: 16/11/2013
Updated: 

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Description: Generic helper classes
Author: David Flindall
Author URI: http://juxprose.com

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
/* Clearfix
  -------------------------------------------------------- */
.group, .block .content, .block--content-wrapper .content, .block--site-header .content, .block--site-search .content, .block--site-strapline .content, .block--site-content .content, .block--site-breadcrumb .content, .block--site-footer .content, .block--page-title .content, .block--page-intro .content, .news-item, .content-row, .grid {
  *zoom: 1; }

.group:before, .block .content:before, .block--content-wrapper .content:before, .block--site-header .content:before, .block--site-search .content:before, .block--site-strapline .content:before, .block--site-content .content:before, .block--site-breadcrumb .content:before, .block--site-footer .content:before, .block--page-title .content:before, .block--page-intro .content:before, .news-item:before, .content-row:before, .grid:before, .group:after, .block .content:after, .block--content-wrapper .content:after, .block--site-header .content:after, .block--site-search .content:after, .block--site-strapline .content:after, .block--site-content .content:after, .block--site-breadcrumb .content:after, .block--site-footer .content:after, .block--page-title .content:after, .block--page-intro .content:after, .news-item:after, .content-row:after, .grid:after {
  content: "";
  display: table; }

.group:after, .block .content:after, .block--content-wrapper .content:after, .block--site-header .content:after, .block--site-search .content:after, .block--site-strapline .content:after, .block--site-content .content:after, .block--site-breadcrumb .content:after, .block--site-footer .content:after, .block--page-title .content:after, .block--page-intro .content:after, .news-item:after, .content-row:after, .grid:after {
  clear: both; }

/* Alignment
  -------------------------------------------------------- */
.align-r {
  text-align: right; }

.align-l {
  text-align: left; }

.align-c {
  text-align: center; }

.float-r {
  float: right; }

.float-l {
  float: left; }

/* Hiding
  -------------------------------------------------------- */
.is-hidden {
  display: none !important;
  visibility: hidden !important; }

@media only screen and (max-width: 599px) {
  .hide-sml {
    display: none; } }

@media only screen and (min-width: 768px) and (max-width: 989px) {
  .hide-med {
    display: none; } }

@media only screen and (min-width: 990px) {
  .hide-lrg {
    display: none; } }

/* Margins
  -------------------------------------------------------- */
.margin-bottom {
  margin-bottom: 1em; }

/*==============================================================

Lists

File: SCSS Partial (/scss/base/_lists.scss)
Compiled to: css/global.css
Created: 16/11/2013
Updated: 

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Description: Base rules for lists
Author: David Flindall
Author URI: http://juxprose.com

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
/* Primary lists
  -------------------------------------------------------- */
ol, ul {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Definition lists
  -------------------------------------------------------- */
dl {
  overflow: hidden;
  margin: 0 0 1em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 0 1em; }

/*==============================================================

Typography

File: SCSS Partial (/scss/partials/_typography.scss)
Compiled to: css/global.css
Created: 16/11/2013
Updated: 

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Description: Typographical elements
Author: David Flindall
Author URI: http://juxprose.com

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
/* Base links
  -------------------------------------------------------- */
a {
  color: #c3996b;
  -moz-transition: color 0.2s ease-in-out 0s;
  -o-transition: color 0.2s ease-in-out 0s;
  -webkit-transition: color 0.2s ease-in-out;
  -webkit-transition-delay: 0s;
  transition: color 0.2s ease-in-out 0s;
  text-decoration: none; }
  a:visited {
    color: #c3996b; }
  a:focus {
    color: white; }
  a:hover {
    color: white; }
  a:active {
    color: white; }

.links-white {
  color: white; }
  .links-white:visited {
    color: white; }
  .links-white:focus {
    color: #bfbfbf; }
  .links-white:hover {
    color: #bfbfbf; }
  .links-white:active {
    color: #bfbfbf; }

/* Header links
  -------------------------------------------------------- */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none; }

/* Text links
  -------------------------------------------------------- */
.entry-content a {
  color: white;
  text-decoration: underline; }
  .entry-content a:visited {
    color: white; }
  .entry-content a:focus {
    color: #bfbfbf; }
  .entry-content a:hover {
    color: #bfbfbf; }
  .entry-content a:active {
    color: #bfbfbf; }

/*==============================================================

Forms

File: SCSS Partial (/scss/base/_forms.scss)
Compiled to: css/style.css
Created: 16/11/2013
Updated: 

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Description: Forms
Author: David Flindall
Author URI: http://juxprose.com

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
/* Base
  -------------------------------------------------------- */
form > div {
  margin-bottom: 1em; }

form ol, form ul {
  list-style: none;
  margin-left: 0; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

legend {
  border-bottom: 1px solid #bdc3c7;
  margin-bottom: 1em;
  padding-bottom: 0.5em; }

label {
  display: block;
  padding-bottom: 0.25em;
  font-size: 0.75em; }

button, input, select, textarea {
  border: none;
  font-family: inherit;
  font-size: 100%;
  line-height: normal;
  margin: 0; }

input[type=text], input[type=search], input[type=url], input[type=number], textarea {
  -webkit-appearance: none; }

button, input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

button::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="checkbox"],
input[type="radio"] {
  width: auto;
  margin-right: 0.3em; }

input[type="search"] {
  -webkit-appearance: none; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* Screen readers
  -------------------------------------------------------- */
.screen-reader-text {
  display: none;
  visibility: hidden; }

/* Fields
  -------------------------------------------------------- */
.field {
  background: white;
  border: 1px solid white;
  padding: 1em;
  margin-bottom: 1em;
  width: 80%; }
  .field:focus {
    outline: 0;
    border: 1px solid #78848c; }

/* Search forms - custom search button using Font Awesome
  -------------------------------------------------------- */
.search-form {
  position: relative;
  width: 70%; }
  .search-form input {
    float: left;
    overflow: hidden;
    line-height: 1;
    margin-right: 0.5em; }
  .search-form button {
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    border: none;
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: 5px;
    background: none; }
    .search-form button:before {
      content: "\f054";
      color: #c3996b;
      font-family: 'FontAwesome';
      font-size: 18px; }

.search-advanced {
  display: none;
  font-size: 0.75em;
  text-decoration: none; }
  @media only screen and (min-width: 990px) {
    .search-advanced {
      display: block;
      margin-top: 0.5em; } }

/* Search blocks - wrappers for search elements
  -------------------------------------------------------- */
.search-block {
  margin: 0 auto 1em auto;
  padding-bottom: 1em;
  border-bottom: 1px solid #bdc3c7; }

/*==============================================================

Media

File: SCSS Partial (/scss/partials/_media.scss)
Compiled to: css/global.css
Created: 16/11/2013
Updated: 

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Description: Image and video content
Author: David Flindall
Author URI: http://juxprose.com

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
/* Images
  -------------------------------------------------------- */
img, video, object {
  height: auto;
  max-width: 100%; }

img {
  -ms-interpolation-mode: bicubic; }

iframe {
  margin-bottom: 1em; }

figure {
  margin-bottom: 1em; }
  figure img {
    margin-bottom: 0.25em; }

figcaption {
  font-style: italic; }

/*==============================================================

Tables

File: SCSS Partial (/scss/base/_tables.scss)
Compiled to: css/global.css
Created: 16/11/2013
Updated: 

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Description: Tables base
Author: David Flindall
Author URI: http://juxprose.com

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
/* Base
  -------------------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #bdc3c7;
  margin-bottom: 2em; }

th {
  background: #ecf0f1;
  border: 1px solid #bdc3c7;
  padding: 0.5em;
  text-align: left; }

td {
  border: 1px solid #bdc3c7;
  padding: 0.5em; }

/*==============================================================

Text

File: SCSS Partial (/scss/base/_text.scss)
Compiled to: css/global.css
Created: 16/11/2013
Updated: 

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Description: Text styles
Author: David Flindall
Author URI: http://juxprose.com

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
/* Paragraphs
  -------------------------------------------------------- */
.note {
  font-size: 0.75em; }

.entry-text {
  color: white; }
  .entry-text p, .entry-text ul {
    margin: 0 0 1em 0;
    font-family: "effra", sans-serif;
    font-weight: 300;
    font-size: 0.875em; }

.entry-intro {
  font-size: 1em;
  border-bottom: 1px solid #bdc3c7;
  padding-bottom: 1em; }

.entry-date {
  border-top: 1px solid #bdc3c7;
  font-size: 0.75em;
  padding-top: 0.5em; }

/* Blockquotes
  -------------------------------------------------------- */
blockquote {
  color: #caa67d;
  font-style: italic;
  position: relative; }
  blockquote .fa-quote-left {
    position: absolute;
    left: -25px;
    top: 5px; }

/* Rule
  -------------------------------------------------------- */
hr {
  border: 0;
  height: 1px;
  background: #bdc3c7;
  margin: 1em 0; }

/* Misc
  -------------------------------------------------------- */
address {
  margin-bottom: 1em; }

abbr {
  border-bottom: 1px dotted #c3996b;
  cursor: help; }

acronym {
  font-weight: 700;
  font-style: italic; }

cite {
  font-weight: 700; }

q {
  font-style: italic; }

/*==============================================================

Headings

File: SCSS Partial (/scss/base/_headings.scss)
Compiled to: css/style.css
Created: 16/11/2013
Updated: 

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Description: Forms
Author: David Flindall
Author URI: http://juxprose.com

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
/* Base headers
  -------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 1em;
  font-family: "effra", sans-serif;
  margin: 0;
  text-transform: uppercase; }
  @media only screen and (max-width: 599px) {
    h1, h2, h3, h4, h5, h6 {
      font-size: 1em; } }

/* Special headers
  -------------------------------------------------------- */
.page-title {
  color: #c3996b;
  font-weight: 700;
  margin: 0.33333em 0 1em 0; }

.entry-text h2, .entry-text h3, .entry-text h4, .entry-text h5, .entry-text h6 {
  font-weight: 700;
  margin-bottom: 10px; }

.heading-giga {
  font-size: 50px;
  font-family: "alternate-gothic-no-2-d", sans-serif;
  line-height: 1.1;
  max-width: 80%; }
  @media only screen and (max-width: 599px) {
    .heading-giga {
      font-size: 30px; } }

@media print {
  body {
    font-family: Getabia, serif;
    background: none;
    color: black; }

  .site {
    width: 100%;
    margin: 0;
    padding: 0;
    background: none; }

  .site-header,
  .site-footer {
    display: none !important; }

  .entry-content a:after {
    content: " [" attr(href) "] "; } }
/*  Objects
  -------------------------------------------------------- */
/*==============================================================

Branding

File: SCSS Partial (/scss/objects/_branding.scss)
Compiled to: css/style.css
Created: 16/11/2013
Updated: 

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Description: Branding elements like logo, colorschemes
Author: David Flindall
Author URI: http://juxprose.com

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
/* Logo's
  -------------------------------------------------------- */
.tab-logo {
  margin-bottom: 2em; }
  @media only screen and (max-width: 599px) {
    .tab-logo {
      margin-bottom: 0; } }
  @media only screen and (max-width: 599px) {
    .tab-logo img {
      height: 70px; } }

/* Elements
  -------------------------------------------------------- */
.dash {
  color: #fff; }
  .dash:before {
    content: "\2014";
    display: block;
    font-weight: 700; }
  .dash.black {
    color: #000; }
  @media only screen and (min-width: 600px) and (max-width: 767px) {
    .dash.dropped {
      padding-top: 50px;
      display: block; } }
  @media only screen and (min-width: 768px) {
    .dash.dropped {
      display: block;
      padding-top: 75px; } }

/*==============================================================

Navigation

File: SCSS Partial (/scss/partials/_navigation.scss)
Compiled to: css/global.css
Created: 16/11/2013
Updated: 

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Description: Primary, secondary & tertiary navigations
Author: David Flindall
Author URI: http://juxprose.com

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
/* Menus
  -------------------------------------------------------- */
nav {
  list-style-type: none; }

.menu a {
  text-decoration: none; }

.menu-inline > li {
  display: inline-block;
  margin-right: 0.5em; }
  .menu-inline > li:last-child {
    margin-right: 0; }
  .menu-inline > li a {
    text-decoration: none; }

.menu-stacked > li {
  margin-bottom: 0.25em;
  padding-bottom: 0.25em;
  position: relative;
  line-height: 18px; }

.menu-blocks > li {
  float: left;
  margin-right: 0.5em; }
  .menu-blocks > li:last-child {
    margin-right: 0; }
  .menu-blocks > li a {
    color: #c3996b;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #7f8c8d;
    padding: 0.5em 1em;
    margin-bottom: 0.5em;
    text-decoration: none; }
    .menu-blocks > li a:visited {
      color: #c3996b; }
    .menu-blocks > li a:focus {
      color: white; }
    .menu-blocks > li a:hover {
      color: white; }
    .menu-blocks > li a:active {
      color: white; }
    #contents .menu-blocks > li a {
      padding: 2em; }
    .menu-blocks > li a:hover {
      background-color: #333333; }

.current-menu-item a, .current_page_item a, .current-page-ancestor a, .current-post-ancestor a, .current-menu-parent .current-post-parent a {
  color: white; }

.menu-breadcrumb {
  font-size: 0.75em; }

.menu-tags {
  font-size: 0.875em;
  border-top: 1px solid #bdc3c7;
  padding-top: 1em; }

.menu-social a {
  color: white;
  font-size: 22px; }
  .menu-social a:visited {
    color: white; }
  .menu-social a:focus {
    color: #bfbfbf; }
  .menu-social a:hover {
    color: #bfbfbf; }
  .menu-social a:active {
    color: #bfbfbf; }

.menu-contact {
  color: #c3996b; }
  .menu-contact a {
    color: #c3996b; }
    .menu-contact a:visited {
      color: #c3996b; }
    .menu-contact a:focus {
      color: white; }
    .menu-contact a:hover {
      color: white; }
    .menu-contact a:active {
      color: white; }

/* Site navigation
-------------------------------------------------------- */
.main-navigation {
  margin-bottom: 0; }
  .main-navigation li {
    font-size: 0.875em;
    font-weight: 700;
    margin: 0.5em 0 0 0;
    text-transform: uppercase; }

/* Responsive site menu
-------------------------------------------------------- */
a.menu-link {
  color: white;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  clear: both;
  padding: 1em;
  text-decoration: none;
  position: absolute;
  top: 55px;
  right: 0px; }
  a.menu-link:visited {
    color: white; }
  a.menu-link:focus {
    color: #bfbfbf; }
  a.menu-link:hover {
    color: #bfbfbf; }
  a.menu-link:active {
    color: #bfbfbf; }

nav[role=navigation] {
  clear: both;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.js nav[role=navigation] {
  overflow: hidden;
  max-height: 0; }

nav[role=navigation].active {
  max-height: 20em; }

@media only screen and (max-width: 599px) {
  nav[role=navigation] li {
    width: 100%;
    float: none; } }
@media only screen and (max-width: 599px) {
  nav[role=navigation] li a {
    display: block; } }

@media only screen and (min-width: 599px) {
  a.menu-link {
    display: none; }

  .js nav[role=navigation] {
    max-height: none; } }
/*==============================================================

Buttons

File: SCSS Partial (/scss/objects/_buttons.scss)
Compiled to: css/style.css
Created: 16/11/2013
Updated: 

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Description: Buttons
Author: David Flindall
Author URI: http://juxprose.com

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
/* Buttons
  -------------------------------------------------------- */
.btn, .btn--sml, .btn--large,
button,
input[type="submit"] {
  color: #c3996b;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background: #7f8c8d;
  line-height: 1;
  padding: 1.125em;
  border: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: top; }
  .btn:visited, .btn--sml:visited, .btn--large:visited,
  button:visited,
  input[type="submit"]:visited {
    color: #c3996b; }
  .btn:focus, .btn--sml:focus, .btn--large:focus,
  button:focus,
  input[type="submit"]:focus {
    color: white; }
  .btn:hover, .btn--sml:hover, .btn--large:hover,
  button:hover,
  input[type="submit"]:hover {
    color: white; }
  .btn:active, .btn--sml:active, .btn--large:active,
  button:active,
  input[type="submit"]:active {
    color: white; }
  .btn a, .btn--sml a, .btn--large a,
  button a,
  input[type="submit"] a {
    color: #c3996b;
    text-decoration: none; }
    .btn a:visited, .btn--sml a:visited, .btn--large a:visited,
    button a:visited,
    input[type="submit"] a:visited {
      color: #c3996b; }
    .btn a:focus, .btn--sml a:focus, .btn--large a:focus,
    button a:focus,
    input[type="submit"] a:focus {
      color: white; }
    .btn a:hover, .btn--sml a:hover, .btn--large a:hover,
    button a:hover,
    input[type="submit"] a:hover {
      color: white; }
    .btn a:active, .btn--sml a:active, .btn--large a:active,
    button a:active,
    input[type="submit"] a:active {
      color: white; }
  .btn:hover, .btn--sml:hover, .btn--large:hover, .btn:focus, .btn--sml:focus, .btn--large:focus,
  button:hover,
  button:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus {
    background: #807372; }

.btn--sml {
  padding: 0.5em;
  font-size: 0.75em; }

.btn--large {
  padding: 2em; }

/*==============================================================

Layout

File: SCSS Partial (/scss/objects/_layout.scss)
Compiled to: css/global.css
Created: 16/11/2013
Updated: 

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Description: Layout blocks
Author: David Flindall
Author URI: http://juxprose.com

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
/* All
  -------------------------------------------------------- */
@media only screen and (max-width: 599px) {
  body {
    background-color: #404041; } }
@media only screen and (min-width: 599px) {
  body {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
    .single-portfolio body {
      background: none; }
    body.post-type-archive-portfolio {
      background-image: url("../img/background_portfolio.jpg"); }
    body.tax-portfolio_categories {
      background-image: url("/wp-content/uploads/2014/05/archivist_01.jpg"); } }

.wrapper {
  max-width: 1024px; }
  @media only screen and (min-width: 599px) {
    .wrapper {
      margin: 0 2em; }
      body.single-portfolio .wrapper {
        max-width: none; } }

header .inner {
  padding: 2em; }
  @media only screen and (min-width: 600px) and (max-width: 767px) {
    header .inner {
      padding: 1em; } }
  @media only screen and (max-width: 599px) {
    header .inner {
      padding: 1em; } }
footer .inner {
  padding: 20px 1em; }

/* CHANGE THIS */
.padded-small {
  padding: 1em; }

@media only screen and (min-width: 599px) {
  .padded {
    padding: 3em; } }
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .padded {
    padding: 1em; } }
@media only screen and (max-width: 599px) {
  .grid-alt .padded {
    padding: 0; } }
@media only screen and (min-width: 768px) and (max-width: 989px) {
  .grid-alt .padded {
    padding: 2em 2em 2em 10px; } }
@media only screen and (min-width: 599px) {
  .content_background .padded {
    padding-top: 0; } }

/* Structure
  -------------------------------------------------------- */
header[role="banner"] {
  position: relative;
  z-index: 1000; }

/* Content blocks
  -------------------------------------------------------- */
.block, .block--content-wrapper, .block--site-header, .block--site-search, .block--site-strapline, .block--site-content, .block--site-breadcrumb, .block--site-footer, .block--page-title, .block--page-intro {
  padding: 2em 1em 2em 1em; }
  .block .content, .block--content-wrapper .content, .block--site-header .content, .block--site-search .content, .block--site-strapline .content, .block--site-content .content, .block--site-breadcrumb .content, .block--site-footer .content, .block--page-title .content, .block--page-intro .content {
    margin: 0 auto;
    max-width: 1024px;
    position: relative; }
    .block .content.grid div, .block--content-wrapper .content.grid div, .block--site-header .content.grid div, .block--site-search .content.grid div, .block--site-strapline .content.grid div, .block--site-content .content.grid div, .block--site-breadcrumb .content.grid div, .block--site-footer .content.grid div, .block--page-title .content.grid div, .block--page-intro .content.grid div {
      margin-bottom: 2em; }

.block--site-header {
  background: #95a5a6; }

.block--site-search {
  background: #bdc3c7;
  text-align: center; }

.block--site-breadcrumb {
  padding: 1em 1em 0 1em; }

.block--site-footer {
  background: #bdc3c7; }

.block--page-intro {
  padding: 2em 1em 0 1em; }

@media only screen and (max-width: 599px) {
  .stick-footer {
    display: none;
    visibility: hidden; } }
@media only screen and (min-width: 599px) {
  html, body {
    Padding: 0;
    Margin: 0;
    Height: 100%; }

  #page {
    Min-height: 100%;
    /* for all other browsers */
    height: 100%;
    /* for IE */
    position: relative; }

  .stick-footer {
    Position: absolute;
    Width: 100%;
    Bottom: 0;
    Height: 128px;
    /* This value is the height of your footer */
    z-index: 0; }

  .stick-content, .stick-content_background {
    Padding-bottom: 128px;
    /* This value is the height of your footer */ } }
/* Modules
  -------------------------------------------------------- */
.module, .module--highlight {
  padding: 1em;
  margin-bottom: 1em; }

@media only screen and (max-width: 599px) {
  .module-wrap {
    margin-top: 2em; } }
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .module-wrap {
    margin-top: 2em; } }

.module--image {
  margin-bottom: 2em; }
  .module--image .img-code {
    margin-top: 0; }

.module--highlight {
  background: #c3996b; }
  .module--highlight .entry-text {
    color: white; }

@media only screen and (max-width: 599px) {
  .site-utility {
    text-align: right; } }

.news-item {
  margin-bottom: 2em; }

.comment {
  margin-bottom: 2em; }

/* Basic content
  -------------------------------------------------------- */
.entry-content {
  position: relative;
  z-index: 1000; }
  @media only screen and (max-width: 599px) {
    .entry-content {
      background: #404041; }
      .entry-content .entry-text {
        padding: 1em; } }
  @media only screen and (min-width: 599px) {
    .entry-content .entry-text {
      padding: 4em 0 8em 0; }
      .page .entry-content .entry-text {
        padding: 4em 2em 8em 2em; }
    .stick-content .entry-content, .stick-content_background .entry-content {
      height: 100vh;
      min-height: 100%;
      overflow: auto; }
    .stick-content_background .entry-content {
      background: rgba(64, 64, 65, 0.75);
      color: #fff; }
    .content_background .entry-content {
      background: #fff;
      color: #000;
      height: 100vh; } }

/* Grids
  -------------------------------------------------------- */
.grid-wrapper {
  clear: both; }
  .grid-wrapper .grid-item {
    margin-bottom: 1.5em; }

.grid-imgs .grid-item {
  float: left;
  margin-right: 20px; }
  .grid-imgs .grid-item:last-child {
    margin-right: 0; }

@media only screen and (min-width: 990px) {
  .col-margin {
    margin-left: 30px; } }

/*==============================================================

Modules

File: SCSS Partial (/scss/objects/_modules.scss)
Compiled to: css/global.css
Created: 16/11/2013
Updated: 

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Description: Site modules
Author: David Flindall
Author URI: http://juxprose.com

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
/* Tabs
  -------------------------------------------------------- */
.tab {
  background: rgba(64, 64, 65, 0.75);
  position: relative; }
  @media only screen and (min-width: 599px) {
    .single-portfolio .tab {
      max-width: 228px; } }
  .tab p {
    margin: 0; }
  @media only screen and (min-width: 768px) {
    .tab-group_home .tab {
      min-height: 550px; } }
  .tab .tab-content {
    color: #fff; }
    .tab-group_home .tab .tab-content {
      margin-bottom: 3em; }
  .tab .tab-link {
    position: absolute;
    bottom: 1em;
    left: 1em;
    text-transform: uppercase; }

.tab-org .tab-logo {
  max-width: 200px;
  margin-bottom: 1em; }

/* Rows
  -------------------------------------------------------- */
.content-row {
  margin-bottom: 2em; }
  @media only screen and (max-width: 599px) {
    .content-row {
      margin-bottom: 0; } }
  .content-row .grid-item {
    margin-right: 1em; }
    @media only screen and (max-width: 599px) {
      .content-row .grid-item img {
        margin-bottom: 1em; } }

/* Lightbox
  -------------------------------------------------------- */
.avalon-lightbox .fancybox-skin {
  background: rgba(64, 64, 65, 0.75);
  color: #fff;
  padding: 3em 1.3em 1.3em 1.3em !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
.avalon-lightbox .fancybox-close {
  top: 5px;
  right: 12px; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; }

.fancybox-overlay {
  background: none !important; }

/* Grids
  -------------------------------------------------------- */
.grid a {
  color: #c3996b;
  display: block;
  margin: 1em 0;
  text-decoration: none; }
  .grid a:visited {
    color: #c3996b; }
  .grid a:focus {
    color: white; }
  .grid a:hover {
    color: white; }
  .grid a:active {
    color: white; }
.grid .grid-item img {
  display: block;
  position: relative; }

.grid-rollover {
  overflow: hidden;
  margin-bottom: 3em;
  position: relative; }
  @media only screen and (min-width: 768px) and (max-width: 989px) {
    .grid-alt .grid-rollover {
      margin-bottom: 20px; } }
  @media only screen and (min-width: 600px) and (max-width: 767px) {
    .grid-alt .grid-rollover {
      margin-bottom: 20px; } }
  @media only screen and (max-width: 599px) {
    .grid-alt .grid-rollover {
      margin-bottom: 20px; } }
  @media only screen and (min-width: 768px) and (max-width: 989px) {
    .grid-alt .grid-rollover {
      margin-left: 20px; } }
  .grid-rollover:hover img {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    transform: scale(1.4); }
  .grid-rollover img {
    width: 100%;
    display: block;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms; }
  .grid-rollover h3 {
    margin: 35% auto 0 auto; }
  .grid-rollover a {
    color: #c3996b;
    text-decoration: none; }
    .grid-rollover a:visited {
      color: #c3996b; }
    .grid-rollover a:focus {
      color: white; }
    .grid-rollover a:hover {
      color: white; }
    .grid-rollover a:active {
      color: white; }
  .grid-rollover .grid-rollover-content-wrap {
    -moz-transition: opacity 0.3s 0;
    -o-transition: opacity 0.3s 0;
    -webkit-transition: opacity 0.3s 0;
    transition: opacity 0.3s 0;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.75);
    color: white;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    transition-delay: 100ms; }
    .grid-rollover .grid-rollover-content-wrap:hover {
      display: block;
      opacity: 1.0; }
    .grid-rollover .grid-rollover-content-wrap .grid-rollover-content {
      padding: 1em; }

/* Slide up
  -------------------------------------------------------- */
@media only screen and (min-width: 599px) {
  #clientsDropDown {
    position: absolute;
    bottom: -128px;
    z-index: 100;
    width: 100%;
    max-width: 683px; }

  .clientsOpen {
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    background: rgba(64, 64, 65, 0.75);
    color: white;
    display: block;
    cursor: pointer;
    margin: 0;
    height: 128px;
    text-align: center; }
    .clientsOpen:before {
      font-family: FontAwesome;
      top: 0;
      left: -10px;
      content: "\f106";
      font-size: 45px; }
    .clientsOpen:hover:before {
      color: #6f7073; }

  #clientsCTA {
    background: rgba(64, 64, 65, 0.75);
    margin: 0 0 0 0;
    padding: 2em;
    color: #fff; }

  #clientsDropDown .clientsClose {
    height: 30px; }
    #clientsDropDown .clientsClose:before {
      content: "\f107"; }

  #clientsDropDown #clientsDashboard {
    display: none; } }
.list-portfolio-detail {
  margin-bottom: 0 !important; }

.list-portfolio-detail span, .header-portfolio-detail {
  color: #c3996b;
  text-transform: uppercase;
  font-weight: 700; }

.header-portfolio-detail {
  margin-bottom: 0.25em; }

.portfolio-social {
  margin-top: 2em; }
  @media only screen and (max-width: 599px) {
    .portfolio-social {
      display: none; } }
  .portfolio-social a {
    color: white; }
    .portfolio-social a:visited {
      color: white; }
    .portfolio-social a:focus {
      color: #bfbfbf; }
    .portfolio-social a:hover {
      color: #bfbfbf; }
    .portfolio-social a:active {
      color: #bfbfbf; }

/* Full screen thumbnail gallery
  -------------------------------------------------------- */
.bx-thumbs {
  position: absolute;
  z-index: 100;
  right: 0;
  top: 50px; }

.bx-thumbs a {
  display: block;
  width: 100px;
  height: 65px;
  border: 1px solid #fff;
  overflow: hidden;
  margin: 0 0 1em 0;
  position: relative;
  outline: none;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.8;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .bx-thumbs a img {
    width: 100%;
    height: 100%; }

.bx-thumbs a:hover {
  opacity: 1.0; }

.bx-thumbs a.bx-thumbs-current {
  opacity: 1.0;
  border-color: #000; }

#fade {
  width: 100% !important; }

/*==============================================================

Prototype styles

File: SCSS Partial (/scss/objects/_prototypes.scss)
Compiled to: css/style.css
Created: 16/11/2013
Updated: 

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Description: Styles just for prototyping
Author: David Flindall
Author URI: http://juxprose.com

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
/* Colors
  -------------------------------------------------------- */
.clr-primary {
  background: #c3996b; }

.clr-secondary {
  background: #95a5a6; }

.clr-tert {
  background: #bdc3c7; }
