@charset "UTF-8";
/*
	Theme Name: BIID
	Theme URI: http://www.phasecreative.com.au
	Description: This is a custom WordPress theme built for Batchelor Isherwood Interior Design.
	Author: Phase Creative
	Author URI: http://www.phasecreative.com.au
	
	Version: 1.0.2
	Text Domain: biid-child
	
	Tags: brown, right-sidebar, left-sidebar, two-columns, featured-images, responsive-layout, theme-options, threaded-comments
	
	Template: genesis
	Template Version: 2.1.2
	
	License: GNU General Public License v2.0
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/
/* Table of Contents

    01 Base Styles 
        Defaults
        Wraps
        Containers and Columns
        Entry Content Structure
        Headings and Titles
  -- Layout --  
    02 Header
    03 Navigation
       Primary Navigation Extras
       Pagination
    04 Meta and Comments
        Post Info and Meta
        Comments
    05 Post Content Styles
        Block Quotes
        Lists
    06 SideBar
    07 Footer
        Footer Widgets
        Footer Navigation
  -- Modules --
    08 Forms and Buttons
    09 Images and Captions
    10 Author Box / Bread Crumbs / Sticky
    11 Widgets/Plugins
        eNews
        Gravity Forms
    12 Homepage
    13 Projects CPT
	14 Additional Styles
    15 Responsive Styles
	
*/
/*
01 Base Styles
---------------------------------------------------------------------------------------------------- */
/* Graphik Light Webfonts */
@font-face {
  font-family: 'graphik_lightregular';
  src: url("font/graphik-light-webfont.eot");
  src: url("font/graphik-light-webfont.eot?#iefix") format("embedded-opentype"), url("font/graphik-light-webfont.woff") format("woff"), url("font/graphik-light-webfont.ttf") format("truetype"), url("font/graphik-light-webfont.svg#graphik_lightregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2,
h3, h4, h5, h6, p, blockquote, a, abbr, acronym, address,
big, cite, del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, input, menu,
nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* Clearfix */
.site-inner:after,
.home-middle:after,
.site-header:after,
.nav-primary:after,
.nav-secondary:after,
.wrap:after,
.footer-widgets:after,
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #3b3434;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  font-family: "graphik_lightregular", Arial, sans-serif;
  color: #beb8a6;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased;
}

/* Fix for Genesis REM font-size bug in Chrome */
body > div {
  font-size: 14px;
  font-size: 1.4rem;
}

p.pages,
.clear,
.clear-line {
  clear: both;
}

.clear-line {
  border-bottom: 1px solid #ccc;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

a,
a:visited,
button,
input[type="button"],
input[type="submit"] {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

a {
  color: #beb8a6;
  text-decoration: underline;
}
a:hover {
  color: white;
}

.entry-content a {
  text-decoration: underline;
}

a img {
  border: none;
}

/* Block iOS Browser Form Styles */
input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

input[type='checkbox'] {
  -webkit-appearance: checkbox;
}

input[type='radio'] {
  -webkit-appearance: radio;
}

/* Remove highlight from telephone links */
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

/* Wraps */
.site-container {
  width: 100%;
}

.wrap {
  margin: 0 auto;
  max-width: 1140px;
}

.site-inner {
  overflow: hidden;
  *zoom: 1;
  padding: 80px 0 100px;
  padding: 8rem 0 10rem;
}

.projects-single .site-inner,
.body-home .site-inner,
.blog .site-inner {
  padding-top: 0;
}

/* Containers and Columns */
.content-sidebar-sidebar .sidebar-secondary,
.sidebar-content .content,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content,
.sidebar-sidebar-content .content-sidebar-wrap,
.site-footer .creds,
.site-header .widget-area,
.sidebar-content-sidebar .sidebar-primary {
  float: right;
}

.five-sixths,
.content-sidebar-sidebar .sidebar-primary,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds,
.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary,
.content-sidebar-sidebar .content,
.site-footer .gototop,
.sidebar-secondary,
.title-area,
.archive-page,
.content-sidebar .content,
.content-sidebar .sidebar-primary,
.sidebar-content-sidebar .sidebar-secondary,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
  float: left;
  margin-left: 2.6315789473684%;
}

.one-half,
.three-sixths,
.two-fourths,
.content-sidebar-sidebar .content,
.archive-page {
  width: 48.684210526316%;
}

.one-third,
.two-sixths,
.content-sidebar .sidebar-primary,
.sidebar-content .sidebar-primary,
.content-sidebar-sidebar .sidebar-primary,
.sidebar-content-sidebar .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
  width: 31.578947368421%;
}

.title-area {
  width: 45.55556%;
}

.four-sixths,
.two-thirds,
.content-sidebar .content,
.sidebar-content .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
  width: 65.789473684211%;
}

.site-header .widget-area {
  width: 50.27778%;
}

.one-fourth {
  width: 23.026315789474%;
}

.three-fourths {
  width: 74.342105263158%;
}

.one-fifth {
  width: 17.894736842105%;
}

.two-fifths {
  width: 38.421052631579%;
}

.three-fifths {
  width: 58.947368421053%;
}

.four-fifths {
  width: 79.473684210526%;
}

.one-sixth,
.sidebar-secondary {
  width: 14.473684210526%;
}

.five-sixths,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  width: 82.894736842105%;
}

.first,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .sidebar-secondary,
.sidebar-sidebar-content .sidebar-secondary,
.title-area,
.content-sidebar .content,
.sidebar-content .sidebar-primary,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .sidebar-primary {
  margin-left: 0;
  clear: both;
}

.sidebar-content .sidebar-primary,
.sidebar-content-sidebar .sidebar-secondary,
.sidebar-sidebar-content .sidebar-secondary,
.sidebar-sidebar-content .sidebar-primary {
  clear: none;
}

.archive-page {
  margin-left: 0;
}

/* BIID Grid Mods */
.content-sidebar .content,
.sidebar-content .content {
  width: 81.57895%;
}

.content-sidebar .sidebar-primary,
.sidebar-content .sidebar-primary {
  width: 15.78947%;
}

/* Entry Content Structure */
.content {
  padding-bottom: 20px;
  padding-bottom: 2rem;
}

.single .content {
  padding-bottom: 60px;
  padding-bottom: 6rem;
}

.entry,
.page .post.entry {
  margin-bottom: 80px;
  margin-bottom: 8rem;
}

.single .entry {
  margin-bottom: 48px;
  margin-bottom: 4.8rem;
}

.page .entry {
  margin: 0;
}

.entry-content {
  overflow: hidden;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6,
.site-title {
  line-height: 1.2;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
  font-family: "graphik_lightregular", Arial, sans-serif;
  font-weight: 300;
}

.entry-title a {
  /*color: #aecbc9;*/
  color: #bfb9a6;
  text-decoration: none;
}
.entry-title a:hover {
  /*color: #beb8a6;*/
  color: #fff;
}

h1,
.entry-title,
.entry-title a,
.site-title {
  font-size: 24px;
  font-size: 2.4rem;
}

h1,
.entry-title,
.entry-title a {
  font-family: "graphik_lightregular", Arial, sans-serif;
}

.title,
h2 {
  font-size: 22px;
  font-size: 2.2rem;
}

h2 a,
h2 a:visited {
  color: #beb8a6;
}
h2 a:hover,
h2 a:visited:hover {
  color: #beb8a6;
}

h3 {
  font-size: 18px;
  font-size: 1.8rem;
}

h4,
.archive-title,
.taxonomy-description h1 {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "graphik_lightregular", Arial, sans-serif;
  font-weight: 300;
}

.archive-title,
.widgettitle,
.page .entry-title,
.post .entry-title {
  color: #aecbc9;
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  padding-bottom: 8px;
  padding-bottom: 0.8rem;
  margin-bottom: 50px;
  margin-bottom: 5rem;
}
.archive-title:after,
.widgettitle:after,
.page .entry-title:after,
.post .entry-title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 50px;
  border-bottom: 1px solid #bfb8a7;
}

.single .entry-title,
.archive .entry-title {
  margin-bottom: 18px;
  margin-bottom: 1.8rem;
}

h4.widgettitle a {
  color: #0094cf;
}

h5 {
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
}

h6,
.author-box h1 {
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
}

.author-box h1 {
  margin: 0;
  line-height: 1.5;
}

.taxonomy-description h1 {
  margin-bottom: 4px;
  margin-bottom: 0.4rem;
}

/*********************************************************************************************

            LAYOUT

**********************************************************************************************/
/*
02 Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  height: 100px;
  overflow: hidden;
  padding: 10px 0;
  padding: 1rem 0;
  background: #312b2a;
  background: linear-gradient(to right, #564e4d 0%, #312b2a 100%);
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0px;
  border-top: 3px solid #a19033;
  z-index: 9999;
  box-shadow: inset 0 10px 20px #312b2a;
}

.site-title {
  margin: 12px 0 8px;
  margin: 1.2rem 0 0.8rem;
  padding-top: 12px;
  padding-top: 1.2rem;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "graphik_lightregular", Arial, sans-serif;
  font-weight: 300;
}
.site-title a {
  color: white;
}

.header-image .site-title {
  margin: 0;
}

.site-description {
  line-height: 1.25;
  color: #beb8a6;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "graphik_lightregular", Arial, sans-serif;
  margin-bottom: 0;
}

.header-full-width .title-area {
  width: 40%;
  float: right;
  text-align: right;
}

.header-image .site-title,
.header-image .site-title a {
  width: 100%;
}

.header-image .title-area {
  display: block;
  float: right;
  min-height: 60px;
  width: 121px;
  overflow: hidden;
  margin-top: 12px;
  margin-top: 1.2rem;
}

.title-area {
  margin-right: 35px;
  margin-right: 3.5rem;
}

/*
03 Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  color: white;
  font-family: "graphik_lightregular", Arial, sans-serif;
  width: 100%;
  padding-top: 32px;
  padding-top: 3.2rem;
}
.genesis-nav-menu .menu-item {
  display: inline-block;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}
.genesis-nav-menu a {
  border: none;
  color: white;
  display: block;
  padding: 5px 24px 5px 0;
  padding: 0.5rem 2.4rem 0.5rem 0;
  position: relative;
  text-decoration: none;
}
.genesis-nav-menu a:hover {
  color: #c7bfbe;
}
.genesis-nav-menu a:hover:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 30px;
  border-bottom: 1px solid #ae9b32;
}
.genesis-nav-menu .current-menu-item > a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 30px;
  border-bottom: 1px solid #b9b2a2;
}
.genesis-nav-menu .current-menu-item > a:hover::after {
  border-bottom: 1px solid #ae9b32;
}
.genesis-nav-menu .sub-menu {
  margin-top: 0;
  margin-top: 0;
  left: -9999px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 200px;
  z-index: 99;
}
.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  border: 1px solid #eee;
  border-top: none;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0;
  padding: 16px 20px;
  padding: 1.6rem 2rem;
  position: relative;
  width: 200px;
}
.genesis-nav-menu .sub-menu .sub-menu {
  margin: -54px 0 0 199px;
}
.genesis-nav-menu .menu-item:hover {
  position: static;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}
.genesis-nav-menu > .first > a {
  padding-left: 0;
}
.genesis-nav-menu > .last > a {
  padding-right: 0;
}
.genesis-nav-menu > .right {
  display: inline-block;
  float: right;
  list-style-type: none;
  padding: 28px 0;
  padding: 2.8rem 0;
  text-transform: uppercase;
}
.genesis-nav-menu > .right > a {
  display: inline;
  padding: 0;
}

/* Primary Navigation */
.nav-primary {
  background-color: transparent;
  /*width: 60%; */
  float: left;
  margin-left: 35px;
  margin-left: 3.5rem;
}
.nav-primary a {
  color: #918887;
}

.nav-primary .sub-menu a {
  border: 1px solid #ccc;
  border-top: none;
}

.nav-primary .sub-menu .sub-menu {
  border-top: 1px solid #ccc;
  margin-top: -55px;
}

.nav-primary .sub-menu a {
  background-color: whitesmoke;
  color: #000d11;
}
.nav-primary .sub-menu a:hover {
  color: #beb8a6;
}

/* Mobile Navigation */
.genesis-nav-menu.menu-mobile {
  display: none;
  padding-bottom: 10px;
  padding-bottom: 1rem;
  padding-top: 0;
  padding-top: 0;
}
.genesis-nav-menu.menu-mobile .menu-item {
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 14px;
}
.genesis-nav-menu.menu-mobile .menu-item:hover {
  position: static;
  display: block;
}
.genesis-nav-menu.menu-mobile .menu-item:hover > .sub-menu {
  font-size: 14px;
  display: block;
}
.genesis-nav-menu.menu-mobile a {
  display: block;
  padding: 15px 20px 15px 35px;
  padding: 1.5rem 2rem 1.5rem 3.5rem;
  position: relative;
  line-height: 1.2;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
.genesis-nav-menu.menu-mobile a:hover {
  color: #c7bfbe;
}
.genesis-nav-menu.menu-mobile a:hover:after {
  display: none;
}
.genesis-nav-menu.menu-mobile .current-menu-item > a:after {
  display: none;
}
.genesis-nav-menu.menu-mobile .sub-menu {
  left: 0;
  margin: 0;
  opacity: 1;
  padding: 0;
  position: relative;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 100%;
  z-index: 99;
  display: none;
}
.genesis-nav-menu.menu-mobile .sub-menu a {
  position: relative;
  padding-left: 35px;
  padding-left: 3.5rem;
}
.genesis-nav-menu.menu-mobile .sub-menu .sub-menu {
  margin: 0 0 0 10px;
}

/* Pagination */
.pagination-previous,
.pagination-next,
.previous-post-link,
.next-post-link {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

.previous-post-link {
  float: left;
}

.next-post-link {
  float: right;
}

.archive-pagination li {
  display: inline;
  font-size: 16px;
  font-size: 1.6rem;
}

.archive-pagination li a,
.archive-pagination li a:hover,
.archive-pagination li.active a,
.archive-pagination li.disabled {
  cursor: pointer;
  padding: 8px 5px;
  padding: 0.8rem 0.5rem;
  margin-right: 20px;
  margin-right: 2rem;
  color: white;
  position: relative;
}
.archive-pagination li a:after,
.archive-pagination li a:hover:after,
.archive-pagination li.active a:after,
.archive-pagination li.disabled:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid #b9b2a2;
}
.archive-pagination li a:hover::after,
.archive-pagination li a:hover:hover::after,
.archive-pagination li.active a:hover::after,
.archive-pagination li.disabled:hover::after {
  border-bottom: 1px solid #ae9b32;
}

.archive-pagination li a:hover:after,
.archive-pagination li.active a:after {
  border-bottom: 1px solid #ae9b32;
}

.archive-pagination {
  clear: both;
}
.archive-pagination .pagination-next,
.archive-pagination .pagination-previous {
  display: none;
}
.archive-pagination a {
  text-decoration: none;
}

/*
04 Meta and Comments
---------------------------------------------------------------------------------------------------- */
/* Post Info and Meta */
.entry-meta {
  clear: both;
  line-height: 1.5;
  color: #beb8a6;
  font-size: 14px;
  font-size: 1.4rem;
}

.entry-header .entry-meta {
  margin-bottom: 50px;
  margin-bottom: 5rem;
}

.entry-footer .entry-meta {
  border-top: 1px solid #ccc;
  padding-top: 5px;
  padding-top: 0.5rem;
  font-style: italic;
}

.entry-meta .entry-comments-link:before {
  content: "\f101";
  font-family: "dashicons";
  vertical-align: top;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 2px 0 5px;
  padding: 0 0.2rem 0 0.5rem;
  line-height: 1.5;
  speak: none;
}

.entry-categories,
.entry-tags {
  display: block;
}

/* Post Comments */
.entry-comments,
#respond {
  line-height: 1.5;
  overflow: hidden;
}

.entry-comments {
  color: #beb8a6;
}
.entry-comments h3 {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.comment-respond,
.entry-comments,
.entry-pings {
  background-color: transparent;
}
.comment-respond h3,
.entry-comments h3,
.entry-pings h3 {
  font-weight: 300;
}

.ping-list,
.entry-comments {
  margin-bottom: 40px;
  margin-bottom: 4rem;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
  width: 50%;
}

.commentmetadata,
.comment-form-author,
.comment-form-email,
.comment-form-url {
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
}

.comment-form-comment {
  margin: 5px 0;
  margin: 0.5rem 0;
}

.comment-list li,
.ping-list li {
  list-style-type: none;
  margin: 15px 0 0;
  margin: 1.5rem 0 0;
  padding: 20px 0 40px;
  padding: 2rem 0 4rem;
  border-bottom: 1px solid #ccc;
}

.comment-list ul li,
.ping-list ul li {
  padding: 15px 25px 0 40px;
  padding: 1.5rem 2.5rem 0 4rem;
  border-bottom: none;
}

.comment-list li ul li {
  margin-right: 0;
  margin-right: 0;
}

.comment-header {
  overflow: hidden;
}

.comment {
  background-color: transparent;
}

.comment-meta {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
}

.comment-author {
  font-weight: 400;
}

.comment-content p,
#respond p {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  font-size: 17px;
  font-size: 1.7rem;
}

#respond .form-submit {
  margin-bottom: 0;
  margin-bottom: 0;
}

.comment-respond {
  color: #beb8a6;
}

.entry-comments .navigation {
  margin-top: 32px;
  margin-top: 3.2rem;
}

.comment-list li .avatar {
  float: left;
  margin: 0 16px 24px 0;
  margin: 0 1.6rem 2.4rem 0;
  border-radius: 50%;
}

a.comment-reply-link, a.comment-reply-link:visited {
  font-size: 18px;
  font-size: 1.8rem;
}

/*
05 Post Content Styles
---------------------------------------------------------------------------------------------------- */
.entry-content p {
  margin-bottom: 26px;
  margin-bottom: 2.6rem;
}

/* Blockquotes */
blockquote {
  padding: 0px 55px;
  padding: 0rem 5.5rem;
}

.credit .author {
padding: 0rem 5.5rem;
}

blockquote::before {
   color: #beb8a6;
    content: "“";
    display: block;
    font-family: sans-serif;
    height: 0;
    left: -25px;
    position: relative;
    top: -7px;
}

blockquote p {
    color: #b1a6a5;
    margin-bottom: 5px !important;
}

blockquote::before {
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 58px;
  line-height: 5.8rem;
}

div.testimonials-widget-testimonial {
    padding-bottom: 30px !important;
    margin-bottom: 0px;
}

/* Lists */
.entry-content ol,
.entry-content ul {
  margin-bottom: 26px;
  margin-bottom: 2.6rem;
}

.entry-content ol li,
.entry-content ul li {
  line-height: 1.625;
  margin-left: 40px;
  margin-left: 4rem;
}

.entry-content ol li {
  list-style-type: decimal;
}

.entry-content ol li ol li {
  list-style-type: lower-latin;
}

.entry-content ul li {
  list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}


.wp-tiles-tile-with-image .wp-tiles-byline-title {
    margin: 0;
    overflow: hidden;
    padding: 10px 35px 5px !important;
}

.wp-tiles-tile-with-image .wp-tiles-byline-content {
    font-size: 0.9em;
    font-weight: normal;
    overflow: hidden;
    padding: 0 35px !important;
}

/*
06 Sidebar
---------------------------------------------------------------------------------------------------- */
.sidebar {
  display: inline;
  line-height: 1.5;
}
.sidebar .widget-title {
  position: relative;
  padding-bottom: 10px;
  padding-bottom: 1rem;
  border-bottom: 2px solid #ccc;
}
.sidebar .widget-title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  width: 33.333333%;
  border-bottom: 2px solid #4c5558;
}

.sidebar p {
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
}

.sidebar .widget {
  margin-bottom: 32px;
  margin-bottom: 3.2rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
  overflow: hidden;
}

.sidebar.widget-area ul li {
  list-style-type: none;
  margin-bottom: 6px;
  margin-bottom: 0.6rem;
  word-wrap: break-word;
}

.sidebar .menu-item {
  border-bottom: 1px solid #6a665c;
  font-size: 16px;
  font-size: 1.6rem;
  margin-right: 33.333333%;
}
.sidebar .menu-item a {
  text-decoration: none;
  color: #b1a6a5;
}
.sidebar .menu-item a:hover {
  color: white;
}

/*
07 Footer
---------------------------------------------------------------------------------------------------- */
/* Site Footer */
.site-footer {
  background: #564e4d;
  border-top: 1px solid #beb8a6;
  clear: both;
  height: 0px;
  position: fixed;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}

.site-footer .wrap {
margin:0;
}



.site-footer p {
    color: #918887;
    font-size: 1.1rem;
    font-size: 11px;
    line-height: 30px;
    padding-left: 3.5rem;
    padding-top: 0rem;
    text-align: left;
}

/*********************************************************************************************

            MODULES

**********************************************************************************************/
/*
08 Forms and Buttons
---------------------------------------------------------------------------------------------------- */
input:focus,
select:focus,
textarea:focus,
.button:focus {
  outline: none;
  border: 1px solid #ddd;
}

input,
select,
textarea {
  background-color: #564e4d;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #564e4d;
  padding: 10px;
  padding: 1rem;
  width: 100%;
  color: #ebebe6;
  font-family: "graphik_lightregular", Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}

.button,
input[type="button"],
input[type="submit"] {
  background-color: #777170;
  border: none;
  box-shadow: none;
  cursor: pointer;
  padding: 10px 20px 12px;
  padding: 1rem 2rem 1.2rem;
  width: auto;
  color: #ebebe6;
  font-size: inherit;
}

.button:hover,
input:hover[type="button"],
input:hover[type="submit"] {
  background-color: #888382;
}

.search-form input[type="search"] {
  width: 300px;
  width: 30rem;
  background-color: #564e4d;
  border: 1px solid #564e4d;
  margin: 0px 10px 0 0;
  margin: 0rem 1rem 0 0;
  padding: 10px;
  padding: 1rem;
  color: #ebebe6;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-appearance: none;
}
.search-form input[type="search"]:focus {
  outline: none;
  border: 1px solid #ddd;
}
.search-form input[type="submit"] {
  background-color: #777170;
  clip: rect(0, 0, 0, 0);
  height: auto;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: auto;
  padding: 11px 20px;
  padding: 1.1rem 2rem;
  color: white;
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer;
  text-decoration: none;
}
.search-form input[type="submit"]:hover {
  background-color: #888382;
}
.search-form input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
}

/* Gravity Forms */
.content div.gform_wrapper input,
.content div.gform_wrapper select,
.content div.gform_wrapper textarea,
.content div.gform_wrapper .ginput_complex label {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 5px;
  padding: 0.5rem;
}

.content div.gform_wrapper input[type="submit"],
.content .gf_browser_ie.gform_wrapper .gform_footer input.button {
  padding: 10px 20px 12px;
  padding: 1rem 2rem 1.2rem;
}

.content div.gform_wrapper .ginput_complex label {
  padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
  margin: 16px 0 0;
  margin: 1.6rem 0 0;
}

body .gform_wrapper .top_label .gfield_label {
  font-weight: normal;
  margin: 0;
}
body .gform_wrapper .gfield_required {
  color: #beb8a6;
}
body .gform_wrapper .ginput_complex span.name_first label {
  display: none;
}
body .gform_wrapper .gform_footer {
  margin: 0;
}

/*
09 Images and Captions
---------------------------------------------------------------------------------------------------- */
embed,
img,
object,
video {
  max-width: 100%;
}

img {
  height: auto;
}


.alignleft .avatar {
  margin-right: 24px;
  margin-right: 2.4rem;
}

.alignright .avatar {
  margin-left: 24px;
  margin-left: 2.4rem;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
  margin: 0 auto 2.4rem;
}

img.alignnone {
  display: inline;
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
}

img.alignleft,
.post-image,
.wp-caption.alignleft {
  display: inline;
  margin: 0 24px 24px 0;
  margin: 0 2.4rem 2.4rem 0;
}

img.alignright,
.wp-caption.alignright {
  display: inline;
  margin: 0 0 24px 24px;
  margin: 0 0 2.4rem 2.4rem;
}

p.wp-caption-text {
  line-height: 1.2;
  margin-top: 12px;
  margin-top: 1.2rem;
}

.wp-caption {
  text-align: center;
}

/*
10 Author Box / Sticky / Breadcrumbs
---------------------------------------------------------------------------------------------------- */
.author-box,
.sticky {
  margin-bottom: 80px;
  margin-bottom: 8rem;
}

.author-box,
.taxonomy-description {
  line-height: 1.5;
}

.author-box,
.sticky,
.taxonomy-description {
  background-color: #564e4d;
  margin-bottom: 40px;
  margin-bottom: 4rem;
  overflow: hidden;
  padding: 32px;
  padding: 3.2rem;
  color: #beb8a6;
  font-family: "graphik_lightregular", Arial, sans-serif;
  font-weight: 300;
}

.author-box-title,
.author-box h1 {
  font-size: 20px;
  font-size: 2rem;
  color: white;
  font-family: "graphik_lightregular", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
}

.author-box .avatar {
  float: left;
  margin-right: 24px;
  margin-right: 2.4rem;
  height: 120px;
  width: 120px;
  border-radius: 50%;
}
.author-box p {
  overflow: hidden;
}
.author-box a {
  font-weight: 300;
  color: #0094cf;
}

/* Breadcrumbs */
.breadcrumb {
  background-color: transparent;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  overflow: hidden;
  padding: 10px 20px 10px 20px;
  padding: 1rem 2rem 1rem 2rem;
  font-size: 16px;
  font-size: 1.6rem;
}

/*
11 Widgets/Plugins
---------------------------------------------------------------------------------------------------- */
/* Flexible Widgets  */
.flexible-widgets .widget {
  float: left;
  margin: 0 0 30px 2.6315789473684%;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-fourths .widget:nth-of-type(n+5) {
  margin-left: 0;
  padding: 0;
  width: 100%;
}

.widget-area.flexible-widgets.widget-half .widget,
.flexible-widgets.widget-halves .widget {
  width: 48.684210526316%;
}

.flexible-widgets.widget-thirds .widget {
  width: 31.578947368421%;
}

.flexible-widgets.widget-fourths .widget {
  width: 23.026315789474%;
}

.flexible-widgets.widget-halves .widget:nth-of-type(1),
.flexible-widgets.widget-thirds .widget:nth-child(3n+1),
.flexible-widgets.widget-fourths .widget:nth-child(4n+1) {
  clear: left;
  margin-left: 0;
}

/* Business Contact Info */
.business-info {
  line-height: 20px;
  margin-bottom: 30px;
  margin-bottom: 3rem;
}

.business-designer {
  color: white;
}

.business-contact span {
  display: block;
}
.business-contact span.address-region,
.business-contact span.address-postcode {
  display: inline;
}

.business-designer,
.business-address,
.business-phone {
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
}

.logo-image {
  display: block;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.business-name {
  font-family: "graphik_lightregular", Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

/* WP Featherlight */
body .featherlight .featherlight-image {
  border: 1px solid #fff;
}

body .featherlight .featherlight-close-icon {
  height: 26px;
  width: 23px;
}

/* Backstretch.js */
.backstretch img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.2;
}

/*
12 Homepage
---------------------------------------------------------------------------------------------------- */
.body-home .homepage-slideshow {
  position: absolute;
  top: 0;
  bottom: 100px;
  left: 0;
  right: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.body-home #jquery-slideShow {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: -999;
  height: 100%;
  width: 100%;
}
.body-home #jquery-slideShow li {
  display: block;
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: -30;
  width: 100%;
  height: 100%;
  list-style: none;
}
.body-home #jquery-slideShow li.prev {
  visibility: visible;
  z-index: -20;
}
.body-home #jquery-slideShow li.active {
  visibility: visible;
  z-index: -10;
}
.body-home #jquery-slideShow img {
  position: relative;
  outline: none;
  border: none;
  max-width: none;
}
.body-home #biid {
  position: fixed;
  height: 109px;
  width: 123px;
  right: 35px;
  bottom: 175px;
}
.body-home #play, .body-home #pause {
  position: fixed;
  height: 29px;
  width: 17px;
  left: 35px;
  bottom: 185px;
  cursor: pointer;
  display: none;
}

/*
13 Projects CPT
---------------------------------------------------------------------------------------------------- */
.projects-archive .site-inner {
  padding: 80px 0 157px;
  padding: 8rem 0 15.7rem;
}
.projects-archive .entry {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
.projects-archive h1.entry-title {
  margin-bottom: 0;
}
.projects-archive h1.entry-title,
.projects-archive .entry-title a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #ebebe6;
  padding-right: 10%;
}
.projects-archive img.alignleft, .projects-archive .post-image {
  margin: 0;
}
.projects-archive article {
  position: relative;
}
.projects-archive .entry-title:after {
  display: none;
}
.projects-archive .entry-title a {
  text-decoration: none;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  padding-top: 80%;
  padding-left: 10%;
  background: rgba(0, 0, 0, 0.6);
  background: black transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
  opacity: 0;
}
.projects-archive .entry-title a:hover {
  opacity: 1;
}

.projects-single #biid {
  position: fixed;
  height: 109px;
  width: 123px;
  right: 35px;
  bottom: 175px;
}

.projects-single #down-arrow,
.projects-archive #down-arrow {
    height: auto;
    /*left: 97%;
    margin: 0px auto;*/
    position: fixed;
    right: 35px;
    top: 50px;
    width: 50px;
}

/*
14 Additional Styles (by Phase Creative)
---------------------------------------------------------------------------------------------------- */
.img-thumb-blog {
	display: block;
	margin-bottom: 30px;

}

.phase-featured-image:before,
.phase-featured-image:after,
.phase-blog-heading:before,
.phase-blog-heading:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}


.phase-featured-image:after,
.phase-blog-heading:after {
    clear: both;
}



.phase-featured-image {
	margin-bottom: 30px;
}

.phase-blog-date {
	display: block;
	float: left;
	margin-right: 25px;
	width: 76px;
	height: 76px;
	background-color: #474040;
	text-align: center;
}

	.phase-blog-single .phase-blog-date {
		position: absolute;
		left: 0;
		top: 0;
	}
	
.phase-month {
	display: block;
	text-transform: uppercase;
	font-size: 21px;
	font-size: 2.1rem;
	padding: 12px 0 8px;	
}

.phase-day {
	display: block;
	text-transform: uppercase;
	font-size: 35px;
	font-size: 3.57rem;
	padding: 8px 0 12px;	
}

.phase-cat {
	display: inline-block;
	margin-bottom: 20px;
	color: #918887;
	font-size: 18px;
	font-size: 1.8rem;
}

.phase-cat a {
	text-decoration: none;
    color: #918887;
	font-size: 18px;
	font-size: 1.8rem;
}

.phase-cat a:hover {
	color: white;
}

.phase-blog-single .phase-cat {
	position: absolute;
	left: 100px;
	top: 0;	
}

a.phase-read-more {
	display: block;
	clear: both;
	max-width: 95px;
	text-decoration: none;
    color: #918887;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 35px 0;
}

a.phase-read-more:hover {
	color: white;
}

.phase-sep {
	margin-bottom: 15px;
	border: 0;
	height: 1px;
	background: #514949;
}

.phase-blog-heading .entry-title {
	margin-top: 0;
	margin-bottom: 40px;	
	position: relative;
}
.phase-blog-single .entry-title {
	position: relative;
	padding-top: 40px;
	padding-bottom: 8px;
	margin-bottom: 50px;
	margin-left: 100px;
}

.phase-blog-heading .entry-title:after,
.phase-blog-single .entry-title:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 50px;
	border-bottom: 1px solid #bfb8a7;
	left: 100px;
}

.phase-blog-single .entry-title:after {
	left: 0;
}

.phase-blog-archive .widget-title,
.phase-blog-single .widget-title {
	display: none;
}

.phase-blog-archive .widget-area input[type="search"],
.phase-blog-single .widget-area input[type="search"] {
	max-width: 100%;
}


.phase-blog-archive .widget-area input[type="submit"],
.phase-blog-single .widget-area input[type="submit"] {
	min-width: 100%;
}

.phase-blog-archive .archive-pagination {
	margin-bottom: 35px;
}

.phase-blog-single .wrap {
	position: relative;
}

.phase-blog-archive .sidebar.widget-area ul li,
.phase-blog-single .sidebar.widget-area ul li {
	border-bottom: 1px solid #6a665c;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.2;
	margin-bottom: 0;
	padding: 8px 0;
}

.phase-blog-archive .sidebar.widget-area ul li:first-child,
.phase-blog-single .sidebar.widget-area ul li:first-child {
	border-top: 1px solid #6a665c;
}

.phase-blog-archive .sidebar.widget-area ul li a,
.phase-blog-single .sidebar.widget-area ul li a {
	color: #b1a6a5;
	text-decoration: none;
}

.phase-blog-archive .sidebar.widget-area ul li a:hover,
.phase-blog-single .sidebar.widget-area ul li a:hover {
	color: white;
}

.tag-icon {
	display: inline-block;
	background-image: url(images/tag-icon.png);
	width: 15px;
	height: 15px;
	margin-right: 10px;
	margin-bottom: -5px;
}

.read-arrow {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.phase-blog-archive .sidebar .menu-item,
.phase-blog-single .sidebar .menu-item {
    margin-right: 0;
}
/*
15 Responsive Styles
---------------------------------------------------------------------------------------------------- */
/* Mobile Nav Bar */
.mobile-nav {
  display: none;
  background: #312b2a;
  background: linear-gradient(to right, #564e4d 0%, #312b2a 100%);
  border-top: 3px solid #a19033;
  z-index: 999999;
  position: fixed;
  left: 0;
  bottom: 0px;
  width: 100%;
}

.toggle-switch span {
  display: none;
}

.toggle-switch {
  display: block;
  width: 100%;
  padding: 15px 0 15px 35px;
  padding: 1.5rem 0 1.5rem 3.5rem;
  text-align: left;
  text-decoration: none;
  position: relative;
}

.toggle-switch:after {
  content: "\f333";
  display: inline-block;
  font-family: 'dashicons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  font-size: 2.8rem;
  color: white;
  speak: none;
}

.toggle-switch:before {
  content: "";
  display: inline-block;
  background: url(images/biid-symbol.png) no-repeat;
  background-size: 45px 40px;
  width: 45px;
  height: 40px;
  position: absolute;
  right: 35px;
  bottom: 10px;
}

/* Media Queries */
/* Desktops, Laptops and iPads (landscape) */
@media only screen and (max-width: 1211px) {
  .site-header .wrap {
    margin: 0 35px;
    margin: 0 3.5rem;
  }

  .nav-primary .wrap {
    margin: 0;
  }
}
@media only screen and (max-width: 1140px) {
  .site-container {
    padding: 0 35px;
  }

  .projects-single .site-container,
  .blog .site-container {
    padding: 0;
  }

  .sidebar .menu-item {
    margin-right: 0;
  }
}
@media only screen and (max-width: 880px) {
  .flexible-widgets.widget-thirds .widget:nth-of-type(1),
  .flexible-widgets.widget-thirds .widget:nth-of-type(2) {
    width: 48.684210526316%;
  }

  .flexible-widgets.widget-thirds .widget:nth-of-type(3) {
    width: 100%;
    margin: 45px 0 0;
  }

  .projects-archive .entry-title a {
    padding-top: 65%;
  }
}
@media only screen and (max-width: 855px) {
  /*.nav-primary {
    width: 80%;
  }*/

  .genesis-nav-menu a {
    padding: 5px 20px 5px 0;
    padding: 0.5rem 2rem 0.5rem 0;
  }
}
/* iPads (portrait) */
@media only screen and (max-width: 768px) {
  .body-home #biid,
  .projects-single #biid {
    bottom: 137px;
  }
  
  .projects-single #down-arrow,
  .projects-archive #down-arrow {
	  display: none;
  }

  .body-home #play,
  .body-home #pause {
    bottom: 147px;
  }

  .archive-page,
  .footer-widgets .widget-area,
  .wrap,
  .site-footer .creds,
  .site-header .widget-area,
  .site-inner,
  .title-area,
  .site-container .sidebar,
  .site-container .content,
  .site-container .content-sidebar-wrap,
  .site-container .sidebar-secondary,
  .header-image .site-title,
  .header-image .title-area,
  .genesis-nav-menu.menu-mobile .sub-menu .sub-menu,
  .genesis-nav-menu.menu-mobile .sub-menu a {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .site-header {
    display: none;
  }

  .mobile-nav {
    display: block;
  }

  .site-inner {
    padding-bottom: 99px;
    padding-bottom: 5.9rem;
  }

  .sidebar .menu-item {
    margin-right: 33.3333%;
  }

  .projects-archive h1.entry-title,
  .projects-archive .entry-title a {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .projects-archive .entry-title a {
    top: 60%;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
    width: 100%;
    padding-top: 10%;
    padding-left: 10%;
    opacity: 1;
  }
}
@media only screen and (max-width: 680px) {
  .five-sixths,
  .four-fifths,
  .four-sixths,
  .one-fifth,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fifths,
  .three-fourths,
  .three-sixths,
  .two-fifths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%;
  }

  .projects-archive h1.entry-title,
  .projects-archive .entry-title a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .projects-archive .entry-title a {
    top: 70%;
    height: 30%;
    padding-top: 15%;
    padding-left: 10%;
  }
}
@media only screen and (max-width: 575px) {
  body .wp-tiles-byline-wrapper h4 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  body .wp-tiles-byline-wrapper p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* iPhones (portrait and landscape) */
@media only screen and (max-width: 480px) {
  html {
    font-size: 57.5%;
  }

  .site-container {
    padding: 0 20px;
  }

  .projects-single .site-container,
  .blog .site-container {
    padding: 0;
  }

  .projects-single #biid,
  .body-home #biid {
    display: none;
  }

  .alignright,
  img.alignright,
  .aligncenter,
  img.aligncenter,
  .alignleft,
  img.alignleft {
    display: block;
    margin: 0 auto 24px;
    float: none;
  }
}
@media only screen and (max-width: 350px) {
  .flexible-widgets.widget-thirds .widget:nth-of-type(1),
  .flexible-widgets.widget-thirds .widget:nth-of-type(2) {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 300px) {
  .projects-archive .entry-title a {
    padding-top: 10%;
  }
}

 page-id-225 .mobile-nav, { 
	padding: 30px;
	}
	
	.page-id-225 .site-header {bottom: 30px;}
	.page-id-225 .site-footer  {height: 30px}
	
	.gallery img { border: none !important;}

