/*
	Theme Name: Scapeworks
	Theme URI: http://www.scapeworks.com.au
	Description: Scapeworks Theme
	Version: 0.1
	Author: WiseInternet Pty Ltd
	Author URI: http://www.wiseinternet.com.au
	Tags: HTML5, CSS3

*/

/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Light-webfont.eot');
    src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Light-webfont.svg#open_sans_light') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-LightItalic-webfont.eot');
    src: url('fonts/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-LightItalic-webfont.woff') format('woff'),
         url('fonts/OpenSans-LightItalic-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-LightItalic-webfont.svg#open_sans_light_italic') format('svg');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#open_sans_regular') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Italic-webfont.eot');
    src: url('fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Italic-webfont.woff') format('woff'),
         url('fonts/OpenSans-Italic-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Italic-webfont.svg#open_sans_italic') format('svg');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Semibold-webfont.eot');
    src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Semibold-webfont.svg#open_sans_bold') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-SemiboldItalic-webfont.eot');
    src: url('fonts/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-SemiboldItalic-webfont.woff') format('woff'),
         url('fonts/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-SemiboldItalic-webfont.svg#open_sans_bold_italic') format('svg');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Bold-webfont.eot');
    src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Bold-webfont.svg#open_sans_bold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-BoldItalic-webfont.eot');
    src: url('fonts/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-BoldItalic-webfont.woff') format('woff'),
         url('fonts/OpenSans-BoldItalic-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-BoldItalic-webfont.svg#open_sans_bold_italic') format('svg');
    font-weight: 700;
    font-style: italic;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Semibold-webfont.svg') format('svg');
    font-weight: 500;
    font-style: normal;
  }
  @font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Bold-webfont.svg') format('svg');
    font-weight: 700;
    font-style: normal;
  }
}
/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
    background: #e8f1dd;
	font-size: 62.5%;   
}
body {
    color: #5c6644;
    font-family: 'Open Sans', Helvetica, Arail, sans-serif;
    font-size: 14px;
    font-weight: 400;
	line-height: 1.5;
}
/* clear */
.cf:before,
.cf:after {
    content: ' ';
    display: table;
}

.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
img {
	max-width: 100%;
    height: auto;
	vertical-align: bottom;
}
a {
	color: #77aa3c;
	text-decoration: none;
}
a:hover {
	color: #99cc33;
}
a:focus {
	outline: 0;
}
a:hover,
a:active {
	outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #77aa3c;	
    font-weight: 500;
}

h1 {
	font-size: 36px;
    font-weight: 300;
	line-height: 1;
    margin: 28px 0 14px;
}

h2 {
    color: #393f2a;
	font-size: 24px;
    font-weight: 400;
	line-height: 1.2;
    margin: 42px 0 14px;
}

h3 {   
	font-size: 20px;
    font-weight: 400;
	line-height: 1.25;
    margin: 28px 0 7px;
}

h4 {
    color: #393f2a;
    font-weight: 500;
	font-size: 18px;
	line-height: 1.3125;
    margin: 21px 0 3px;
}

h5 {
    color: #393f2a;
	font-size: 15px;
    font-weight: 500;
	line-height: 1.3125;
    margin: 14px 0 3px;
}

h6 {
    color: #5c6644;
	font-size: 18px;
    font-weight: 400;
	line-height: 1.4125;
    margin: 0 0 24px;
    
}
p {
	margin: 0 0 21px;
}
b, strong 
{ 
    font-weight: 500; 
}
ul,
ol {
	list-style: none;
	margin: 0 0 21px 28px;
    padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 28px;
}

nav ul, nav ol, nav li, nav li > ul, nav li > ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
    border-left: 4px solid #eee;
    color: #666;
    font-style: italic;
    margin: 0 0 21px;
    padding: 3px 14px;  
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote cite {
    font-style: normal;
}
form p {
    margin: 0 0 14px 0;
}

.required {
    color: red;
}
label {
    display: block;
    margin: 0 0 7px 0;
}
textarea, input[type=text], input[type=password], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=url], select {
    background: #fff;
    border: 1px solid #ddd;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    max-width: 100%;
    padding: 6px 6px;   
    width: 300px;
}
textarea {
    width: 100%;
}
input:focus, textarea:focus {
    border: 1px solid #aaa;
	outline: 0;
	
}
input[type="button"], input[type="reset"], input[type="submit"], button {
    background: #77aa3c;
    border: 0;
    border-radius: 3px;
    -webkit-box-shadow: 0px 3px 0px 0px #548013;
    box-shadow: 0px 3px 0px 0px #548013;
    color: #fff;
    height: 32px;
    line-height: 30px;
    padding: 0 12px 0;
}
input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, button:hover, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:focus {
    background: #99cc33;
    color: #fff;
}
input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, button:active {
    -webkit-box-shadow: 0px 1px 0px 0px #548013;
    box-shadow: 0px 1px 0px 0px #548013;
    -webkit-transform: translate(0, 2px);
    -moz-transform: translate(0, 2px);
    transform: translate(0, 2px);
    
}
/*------------------------------------*\
    CORE STRUCTURE
\*------------------------------------*/

/*  ---  Site  --- */
.site {
    background: #fff;
	margin:0 auto;
	position:relative;
}

/*  ---  HEADER  --- */
.header {
    background: #c0db89;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(192,219,137,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(192,219,137,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(192,219,137,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(192,219,137,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(192,219,137,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(192,219,137,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c0db89',GradientType=0 ); /* IE6-9 */
    position: relative;
}
.header > div {
    background: url(img/grass_shreds.png) no-repeat 0 120%;
}
/*  --- Logo  --- */
.header .logo {
    float: left;
}


/*  ---  Header Content  --- */
.header-content {
}
.header .contact-details  p {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.3125;
}
.header .contact-details .tel {
    color: #77aa3c;
    font-size: 32px;
    font-weight: 300;
}
.header .contact-details .mobile {
    color: #667f52;
}
.header .contact-details .email {
    color: #667f52;
}
/*  ---  FOOTER  --- */
.footer {
    color: #a4a58e;
    background:#2f3523 ;
}
.footer a {
    color: #bebfa5;
}
.footer a:hover, .footer a:focus {
    color: #fff;
}
.footer .sidebar {
}
.footer .footer-details {
    background: rgba(255,255,255,0.05);
    position: relative;
}
.footer .footer-details p {
    margin: 0;
}

/*------------------------------------*\
    ENTRY - POSTS / PAGES
\*------------------------------------*/
.entry {
    border-bottom: 1px dotted #ddd;
}
.single .entry, .page .entry {
    border-bottom: 0;
    padding: 0;
}
.entry:last-of-type {
    border-bottom: 0;
}
/*  ---  Entry Header  ---  */
.entry-header {
	position: relative;
    margin: 0 0 7px 0;
	z-index: 1;
}
.page-header, .single .entry-header, .page .entry-header {
	position: relative;
    margin: 0 0 21px 0;
	z-index: 1;
}
h1.entry-title, h1.page-title {
	font-size: 42px;
	font-weight: 300;
	line-height: 1;
	margin: 0;
}
h2.entry-title {
	font-size: 28px;
	font-weight: 400;
	line-height: 1.125;
	margin: 0 0 0 0;
}
.entry-title a {
	color: #77aa3c;
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -ms-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear;
}
.entry-title a:hover {
	color: #99cc33;
}

/*  ---  Entry Meta  ---  */
.entry-meta {
    color: #888;
    margin-top: 7px;   
}
.entry-meta a {
    color: #888;
}
.entry-meta a:hover {
    color: #99cc33;
}
.entry-meta .featured-post {
    background: url(img/ic_sticky.png) no-repeat;
    padding: 0 0 0 28px;
}

/*  ---  Entry Conent  ---  */
.entry-content {
}

.page .entry-content {
    margin-bottom: 21px;
}
.page .entry-content > *:first-child {
    margin-top: 0;
}
.single .entry-content > *:first-child {
    margin-top: 0;
}
.entry-image {
    margin: 0 0 21px;
}
.entry-thumbnail {
    float: left;
    width: 20%;
}
.entry-image img, .entry-thumbnail img {
    width: 100%;
    border-radius: 4px;
}
.thumbnail .entry-wrapper {
    float: left;
    padding-left: 21px;
    width: 80%;
}
.entry-summary p:last-child, .entry-summary ul:last-child, .entry-summary ol:last-child {
    margin-bottom: 0;
}

/*  ---  Edit Link  ---  */
.edit-link a {
    background: url(img/ic_edit.png) 0 0 no-repeat;
    color: #888;
    display: inline-block;
    padding: 0 0 0 28px;
}
.edit-link a:hover {
    background-position: 0 -21px;
    color: #99cc33;
}

/*  ---  Share  ---  */
.share
{
    margin: 28px 0 21px;
}
.share ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.share ul li
{
    float: left;
    width: 100px;
    height: 30px;
}
.share ul li.google
{
    width: 80px;
}
share ul li.pinterest
{
    width: auto;
}

/*  ---  Author Box  ---  */
.author-box {
    border-top: 1px #ddd dotted;
    padding: 28px 0 0;
}
.author-box .avatar {
    float: left;
    margin-right: -84px;    
}
.author-box .author-details {
    float: left;
    padding-left: 105px;
}

.author-box .author-title {
    margin: 0 0 3px;
}

/*------------------------------------*\
    SIDEBARS & WIDGETS
\*------------------------------------*/

.widget {
    margin: 0 0 35px;
}
.widget-title {
    border-bottom: 1px dotted #ddd;
    font-size: 18px;
    margin: 0 0 14px;
    padding-bottom: 14px;
}

.widget ul, .widget ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*  ---  Sidebar  --- */
.primary-sidebar .widget {
    border-bottom: 1px dotted #ddd;
    margin: 0 0 14px 0;
    padding: 7px 0 14px;
}
.primary-sidebar .widget:last-child {
    border-bottom: 0;
}
.primary-sidebar .widget-title {
    border-bottom: 0;
    padding-bottom: 0;
    color: #77aa3c;
    font-size: 24px;
    font-weight: 300;
}
/*  ---  Footer Sidebar  --- */
.footer-sidebar .widget-title {
    border-color: #61665b;
    color: #bebfa5;
}
.footer-sidebar .entry-title a {
	color: #bebfa5;
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -ms-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear;
}
.footer-sidebar .entry-title a:hover {
	color: #fff;
}
/*------------------------------------*\
    CONTACT PAGE
\*------------------------------------*/

.contact-form {
    border-top: 1px dotted #ddd;
}

/*------------------------------------*\
    SEARCH
\*------------------------------------*/

form.search {

}
form.search > div {
    border: 1px solid #ddd;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    position: relative; 
}

form.search > div:hover {
    border: 1px solid #999;
}

form.search .search-input {
    background: none;
    border: 0;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-right: 35px;
    width: 100%;
}

form.search .search-input:focus {
    border: 0;
	outline: 0;
}

form.search .search-submit {
    background: none;
}

form.search .search-submit {
    background: url(img/ic_search.png) 7px 0 no-repeat;
    border: 0;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    position: absolute;
    right: 0;
    text-indent: -9999em;
    top: 0;
    width: 35px;
}

form.search > div:hover .search-submit {
    background-position: 7px -32px;
}

/*------------------------------------*\
    COMMENTS
\*------------------------------------*/

.comments {
    border-top: 1px dotted #ddd;
}
.comment-list {
    border-bottom: 1px dotted #ddd;
    list-style: none;
    margin: 0;
    padding: 0 0 0;
}
.comment-list .children {
    list-style: none;
}
article.comment {
    border-top: 1px dotted #ddd;
    margin-bottom: 21px;
    padding-top: 21px;
}
.comment-list > li:first-child > article.comment {
    border-top: 0;
}
article.comment .avatar {
    float: left;
    margin-right: 14px;
}
.comment-meta {
    color: #888;
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 14px;
}
.comment-author {
    font-weight: bold;
}
.comment-respond {
    padding-top: 28px;    
}
.comment-reply-title {
    margin: 0;
}
.comment-form p {
    margin: 0 0 14px 0;
}

/*------------------------------------*\
    NAVIGATION
\*------------------------------------*/

/*  ---  Primary  ---  */
.primary-nav .menu-toggle {
    background: #77aa3c;
    background-size: cover;
    color: #fff;
    cursor: pointer;
    display: block;
    font-weight: 300; 
}
.primary-nav .menu-toggle span {
    display: inline-block;
    font-size: 18px;
    padding: 14px 21px;
}
.primary-nav .menu-toggle span:before {
    background: url(img/ic_menu.png) no-repeat center;
    content: '';
    display: inline-block;
    height: 18px;
    margin-right: 14px;
    position: relative;
    top: 2px;
    width: 24px;
}
.primary-nav .menu-toggle {
    display: none;
}
/*  ---  Secondary  ---  */
.secondary-nav {
    border-bottom: 1px dotted #ddd;
    margin-bottom: 21px;
    padding-bottom: 21px;
}

/*  ---  Other  ---  */
.post-nav {
    border-top: 1px dotted #ddd;
    margin: 21px 0 0;
    padding: 14px 0;
}

.comment-nav {
    border-bottom: 1px dotted #ddd;
    margin: 0;
    padding: 14px 0;
}
/* Contact Form Sidebar */
.contact-form-sidebar {

}
.contact-form-sidebar .field {
    padding: 0;
    position: relative;
}
.contact-form-sidebar .field:last-child {
    border: 0;
} 
.contact-form-sidebar .field input, .contact-form-sidebar .field select, .contact-form-sidebar .field textarea, .contact-form-sidebar .field button {
    margin: 7px 0;
}  
.contact-form-sidebar .field label {
    color: #888;
    display: block;
    margin: 7px 0 0;
}
.contact-form-sidebar .field input[type=submit] {
    font-size: 18px;
    font-weight: 300;
    height: 36px;
    line-height: 36px;
    margin: 0;
}
@media screen and (min-width: 480px) and (max-width: 840px) {
    .contact-form-sidebar .field {
        padding-left: 80px;
        padding-bottom: 0;
    }
    .contact-form-sidebar .field label {
        float: left;
        margin-left: -80px;
        padding: 5px 7px 5px 0;
        width: 80px;
    } 
} 
@media screen and (min-width: 1025px) {
    .contact-form-sidebar .field {
        padding-left: 80px;
        padding-bottom: 0;
    }
    .contact-form-sidebar .field label {
        float: left;
        margin-left: -80px;
        padding: 5px 7px 5px 0;
        width: 80px;
    } 
}
/* Gallery: flexslider-gallery*/
.flexslider-gallery {
    padding: 0 0 21px 0;
}
.flexslider-gallery .flexslider {
    box-shadow: none;
    margin-bottom: 0;
}
.flexslider-gallery .slides img {
    border-radius: 4px;
}
.flexslider-gallery #thumbnails ul {
    list-style: none;
    margin: 8px -4px 0;
    padding: 0;
}
.flexslider-gallery #thumbnails ul:after {
    clear: both;
    content: '';
    display: block;
}
.flexslider-gallery #thumbnails ul li {
    cursor: pointer;
    float: left;    
    opacity: 0.7;
    padding: 0 4px 8px;
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out; 
    width: 12.5%;
}
.flexslider-gallery #thumbnails ul li.flex-active {
    opacity: 1;
}
.flexslider-gallery #thumbnails ul li img {
    border-radius: 2px;
    vertical-align: bottom;
    width: 100%;
}
.flexslider-gallery #thumbnails ul li.flex-active img  {

}
@media (min-width: 720px) {
    .flexslider-gallery #thumbnails ul {
        margin: 14px -7px 0;
    }
    .flexslider-gallery #thumbnails ul li {
        padding: 0 7px 14px;
    }
}
@media (min-width: 1025px) {
    .flexslider-gallery #thumbnails ul li:hover {
        opacity: 1;
    }
    .flexslider-gallery #thumbnails ul li:hover img {

    }
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

/*  ---  HANDHELD --- */
/*  ---  Mobile & Tablet  --- */
@media only screen and (max-width:1024px) {
    /*  ---  CORE  ---  */
    body {
        padding: 0;
    }
    .site {
        max-width: 100%;
        min-width: 300px;
        overflow-x: hidden;
    }
    .content, .header > div, .footer .sidebar, .footer .footer-details {
        padding: 21px;
    }

    /*  ---  FOOTER  ---  */
    .footer .footer-details {
        text-align: center;
    }

    /*  ---  ENTRY - POSTS / PAGES  ---  */
    .entry {
        margin: 0 0 21px;
        padding: 0 0 21px;
    }

    /*  ---  NAVIGATION  --- */
    /*  ---  Primary --- */
    .primary-nav {
        position: relative;
        z-index: 100;
    }
    .primary-nav .menu-toggle {
        display: block;    
    }
    .primary-nav.open .menu-toggle span {
        background: #3b6629;
        position: relative;
        z-index: 1;
    }
    .primary-nav > ul {
        background: #3b6629;
        box-shadow: 4px 4px 8px rgba(0,0,0,0.15);
        display: none;
        min-width: 320px;
        position: absolute;
        top: 100%; left: 0;
        width: 55%;
    }
    .primary-nav.open > ul {
        display: block;
    }
    .primary-nav ul li {
        position: relative;
    }
    .primary-nav ul li span.arrow {
        position: absolute;
        top: 0;
        right: 0;
        width: 49px;
        height: 49px;
        border-left: 1px solid rgba(255,255,255,0.1);
        cursor: pointer;
        background: url(img/ic_submenu.png) top no-repeat;
    }
    .primary-nav ul li span.arrow.open {
        background-position-y: bottom;
    }
    .primary-nav ul li a {
        display: block;
        padding: 14px 21px;
        font-size: 16px;
        font-weight: 300;
        line-height: 21px;
        color: #fff;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    .primary-nav ul li.menu-item-has-children a
    {
        padding-right: 56px;
    }
    .primary-nav > ul > .current-menu-item > a,  .primary-nav > ul > .current-menu-parent > a {
        font-weight: 500;
    }
    .primary-nav ul li a:hover {
        color: #fff;
        background: rgba(255,255,255,0.1);
    }
    .primary-nav ul.sub-menu {
        border: 0;
        position: static;
        display: none;
        box-shadow: none;
        background: #375926;
    }
    .primary-nav ul.sub-menu ul.sub-menu {
        background: #375926;
        border-left: 14px solid rgba(255,255,255,0.1);
    }
    .primary-nav ul.sub-menu a {
        font-weight: 300;
    } 
    .primary-nav .sub-menu .current-menu-item > a, .primary-nav .current-menu-parent > a {
        font-weight: 500;
    }
    /*  ---  Footer Nav  ---  */
    .footer-nav {
        margin: 0 0 14px;
    }
    .footer-nav li {
        display: inline-block;  
        margin-left: 14px;
        position: relative;    
    }  
    /*  ---  Other  ---  */
    .post-nav {
        text-align: center;
    }
    .post-nav a {
        display: block;
        text-align: center;
    }
}

/*  ---  HANDHELD: SMALL  --- */
@media only screen and (max-width:580px) {


    li > ul,
    li > ol {
	    margin: 0 0 0 14px;
    }

    /*  ---  HEADER   ---  */
    /*  ---  Header Content  --- */
    .header .logo {
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    .header-content {
        max-width: 360px;
        margin: 14px auto 0;
        text-align: center;
    }
    .header-content .contact-details {
        display: none;
    }

    /*  ---  ENTRY - POSTS / PAGES  ---  */
    .entry-header {
        margin-bottom: 0px;
    }
    body.single .entry-header, body.page .entry-header {
        margin-bottom: 21px;
    }
    h1.entry-title, h1.page-title  {
        font-size: 32px;
        font-weight: 300;
    }
    .entry-content  h1 {
        font-size: 27px;
    }
    .entry-content h2 {
        font-size: 23px;
    }
    h2.entry-title {
        font-size: 18px;
        line-height: 21px;
        position: relative;
        top: -2px;
    }
    .entry-thumbnail {
        width: 84px;
        margin-right: -84px;
        position: relative;
        z-index: 1;
    }
    .entry-wrapper {
        height: 84px;
        overflow: hidden;
    }
    .thumbnail .entry-wrapper {
        width: auto;
        padding-left: 98px;
    }
    .entry-meta {
        display: none;
    }
    body.single .entry-meta {
        display: block;
    }

    /*  ---  SIDEBARS & WIDGETS  ---  */
    /*  --- Sidebar  --- */
    .primary-sidebar {
        background: #f3f8e8;
        padding: 14px 21px;
        margin: 0 -21px -21px;
    }

    /*  ---  CONTACT PAGE ---  */
    .contact-form {
        margin-top: 21px;
        padding-top: 21px;
    }
    .contact-form h2 {
        margin-top: 0;
    }

}
/*  ---  HANDHELD: MEDIUM  --- */
@media only screen and (min-width:581px) and (max-width: 840px) {

    /*  ---  HEADER   ---  */
    .header .logo {
        margin-left: -14px;
    }
    /*  ---  Header Content  --- */
    .header-content {
        float: right;
        padding-left: 21px;
        text-align: right;
        width: 240px;
    }

    /*  ---  SIDEBARS & WIDGETS  ---  */
    /*  --- Sidebar  --- */
    .primary-sidebar {
        background: #f3f8e8;
        padding: 14px 21px;
        margin: 0 -21px -21px;
    }

    /*  ---  CONTACT PAGE ---  */
    .contact-form {
        padding-top: 21px;
    }
    .contact-form h2 {
        margin-top: 0;
    }
    .contact-form .left {
        float: left;
        padding-right: 21px;
        width: 40%;
    }
    .contact-form .right {
        border-left: 1px dotted #ddd;
        float: left;
        padding-left: 21px;
        width: 60%;
    }

    /*  ---  Footer Sidebar  --- */
    .footer-sidebar .widget {
        float: left;
        margin-right: 3%;
        width: 48.5%; 
    }
    .footer-sidebar .widget:nth-child(2n) {
        margin-right: 0;
    }
    .footer-sidebar .widget:nth-child(2n+1) {
        clear: left;
    }
}
/*  ---  HANDHELD: LARGE  --- */
@media only screen and (min-width:841px) and (max-width: 1024px) {

    /*  ---  CORE  ---  */
    .content main {
        float: left;
        padding-right: 21px;
        width: 70%;
    }
    .content .sidebar {
        background: #f3f8e8;
        float: left;
        padding: 14px 21px;
        width: 30%;
    }

    /*  ---  HEADER   ---  */
    .header .logo {
        margin-left: -14px;
    }
    /*  ---  Header Content  --- */
    .header-content {
        float: right;
        padding-left: 21px;
        text-align: right;
        width: 300px;
    }

    /*  ---  SIDEBARS & WIDGETS  --- */
    .footer-sidebar .widget {
        float: left;
        width: 31.5%;
        margin-right: 2.75%;
    }
    .footer-sidebar .widget:nth-child(3n) {
        margin-right: 0;
    }
    .footer-sidebar .widget:nth-child(3n+1) {
        clear: left;
    }
    /*  ---  CONTACT PAGE ---  */
    .contact-form {
        padding-top: 21px;
    }
    .contact-form h2 {
        margin-top: 0;
    }
    .contact-form .left {
        float: left;
        padding-right: 21px;
        width: 40%;
    }
    .contact-form .right {
        border-left: 1px dotted #ddd;
        float: left;
        padding-left: 21px;
        width: 60%;
    }

    /*  ---  NAVIGATION  ---  */
    /*  ---  Primary  ---  */
    .primary-nav {
    }



}
/*  ---  DESKTOP  --- */
@media only screen and (min-width:1025px) {

    /*  ---  CORE  ---  */
    body {
        padding: 0 0 28px 0;
    }
    .site {
        border: 1px solid rgba(0,0,0,0.1);
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);
        box-shadow: 0 1px 1px rgba(0,0,0,.04);
	    max-width:1280px;
    }
    .content, .header > div, .footer .sidebar, .footer .footer-details {
        padding: 28px;
    }
    .content main {
        float: left;
        padding-right: 28px;
        width: 68%;
    }
    .content .sidebar {
        background: #f3f8e8;
        float: left;
        padding: 14px 21px;
        width: 32%;
    }
    /*  ---  HEADER   ---  */
    .header .logo {
        margin-left: -21px;
    }

    /*  ---  Header Content  --- */
    .header-content {
        float: right;
        padding-left: 28px;
        text-align: right;
        width: 390px;
    }

    /*  ---  ENTRY - POSTS / PAGES  ---  */
    .entry {
        margin: 0 0 28px;
        padding: 0 0 28px;
    }

    /*  ---  SIDEBARS & WIDGETS  --- */
    .footer-sidebar .widget {
        float: left;
        width: 31.5%;
        margin-right: 2.75%;
    }
    .footer-sidebar .widget:nth-child(3n) {
        margin-right: 0;
    }
    .footer-sidebar .widget:nth-child(3n+1) {
        clear: left;
    }

    /*  ---  CONTACT PAGE ---  */
    .contact-form {
        margin-top: 28px;
        padding-top: 28px;
    }
    .contact-form h2 {
        margin-top: 0;
    }
    .contact-form .left {
        float: left;
        padding-right: 28px;
        width: 40%;
    }
    .contact-form .right {
        border-left: 1px dotted #ddd;
        float: left;
        padding-left: 28px;
        width: 60%;
    }

    /*  ---  NAVIGATION  --- */
    /*  ---  Primary --- */
    .primary-nav {
        background: #77aa3c;
    }
    .primary-nav .menu-toggle {
        display: none;
    }
    .primary-nav > ul {
        display: block !important;
    }
    .primary-nav li {
        float: left;  
        position: relative;    
    }
    .primary-nav a {
        border-right: 1px solid rgba(255,255,255,.15);
        color: #fff;
        display: block;
        font-size: 17px;
        font-weight: 300;
        height: 54px;
        line-height: 54px;
        padding: 0 21px;
        transition: all 0.25s ease;
    }
    .primary-nav .current-menu-item > a, .primary-nav .current-menu-parent > a
    {
        background: #99cc33;
        background: rgba(0,0,0,.15);
        color: #fff;
    }
    .primary-nav li:hover > a,
    .primary-nav li:focus > a  {
        background: #3b6629;
        color: #fff;
    }
    .primary-nav ul ul {
        background: #3b6629;
        border-top: 0;
        -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.08);
        box-shadow: 2px 2px 2px rgba(0,0,0,.08);
        left: 0;
        opacity: 0;
        padding: 0;
        position: absolute;
        top: 100%; 
        transition: all 0.25s ease 0s, visibility 0s linear 0.25s;
        visibility: hidden; /* hides sub-menu */
        width: 270px;
        z-index: 9999;
    }
    .primary-nav ul ul ul {
        left: 100%;
        padding: 0;
        top: 0; 
    }
    .primary-nav ul ul .current-menu-item > a, .primary-nav ul ul .current-menu-parent > a
    {
        background: rgba(0,0,0,.1);
        color: #fff;
    }
    .primary-nav li:hover > ul, 
    .primary-nav li:focus > ul {
        opacity: 1;
        transition-delay: 0s;
        visibility: visible;
    }
    .primary-nav ul ul li {
        float: none;
    }
    .primary-nav ul ul a {
        border: 0;
        color: #fff;
        font-size: 14px;
        font-weight: 300;
        height: auto;
        line-height: 21px;   
        padding: 10px 20px;
    }
    .primary-nav ul ul li:hover > a,
    .primary-nav ul ul li:focus > a {
        background: #44722f;
        color: #fff;
    }
    /*  ---  Footer Nav  ---  */
    .footer-nav {
        float: right;
    }
    .footer-nav li {
        display: inline-block;  
        margin-left: 14px;
        position: relative;    
    }
    /*  ---  Other  ---  */
    .post-nav a {
    float: right;
    }

    .post-nav a:first-child {
        float: left;
    }

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/
.product-list {
    margin-top: 21px;
}
.product-list > ul {
    border-top: 1px dotted #ddd;
    list-style: none;
    margin: 0;
    padding: 0;
}
.product-list .product {
    padding: 21px 0;
    border-bottom: 1px dotted #ddd;
}
.product-list .product:after {
    clear: both;
    content: '';
    display: block;
}
.product-list .product figure {
    float: left;
    width: 25%;
}
.product-list .product figure img {
    border-radius: 2px;
    width: 100%;
}
.product-list .product > div {
    float: right;
    padding-left: 18px;
    width: 75%;
}
.product-list .product h5 {
    margin-top: 0;
}
.product-list .product ul {
    margin-bottom: 0;
}
@media only screen and (max-width:479px) {
    .product-list .product figure {
        float: none;
        margin-bottom: 14px;
        width: 100%;
    }
    .product-list .product > div {
        float: none;
        padding: 0;
        width: 100%;
    }
}
table {
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
table th {
    background: #77aa3c;
    color: #fff;
    padding: 7px;
    text-align: left;
}
table td {
    border: 1px solid #ddd;
    padding: 7px;
}
table tr:nth-child(odd) {
    background: #f6f6f6;
}

.supplier-logos {
    margin: 28px 0 0;
}
.supplier-logos:after {
    text-align: center;
}
.supplier-logos > div {
    display: inline-block;
    padding: 14px;
    vertical-align: middle;
    width: 45%;
}
::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
img.size-medium {
    border-radius: 2px;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.flexslider-gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}
@media screen and (min-width: 481px) and (max-width: 767px)
{
    img.size-medium {
	    width: 240px;
    }
}
@media screen and (max-width: 480px)
{
    img.alignright.size-medium, img.alignnone.size-medium, img.alignleft.size-medium, img.aligncenter.size-medium {
	    float: none;
	    margin: 0 0 20px;
        width: 100%;
    }
}

/*------------------------------------*\
    PLUG-IN: MAILCHIMP 
\*------------------------------------*/
.mc4wp-alert {
    background: #fbf6e1;
    border: 1px solid #e9daa0;
    color: #8f8352;
    margin: 7px 0;
    padding: 10px;
}
.mc4wp-success {
    background: #f3fbe1;
    border: 1px solid #c5df98;
    color: #728f52;
}

/*------------------------------------*\
    PLUG-IN: CONTACT FORM 7 
\*------------------------------------*/

.wpcf7-not-valid-tip
{
    color: red;
    margin-top: 4px;
}
input.wpcf7-not-valid, textarea.wpcf7-not-valid {
    border: 1px solid red;
}
.wpcf7-response-output
{
    margin: 7px 0;
    padding: 10px !important;
}
.wpcf7-validation-errors
{
    background: #fbf6e1;
    border: 1px solid #e9daa0 !important;
    color: #8f8352 !important;
}
.wpcf7-mail-sent-ok
{
    background: #f3fbe1;
    border: 1px solid #c5df98 !important;
    color: #728f52 !important;
}

/*------------------------------------*\
    PLUG-IN: FLEXIBLE POST WIDGET
\*------------------------------------*/

/*  ---  Featured Post List (list_widget.php)  ---  */
.fpw-posts 
{
}
.fpw-posts  .fpw-entry {
    border-bottom: 1px dotted #ddd;
    padding: 21px 0;
}
.footer-sidebar .fpw-entry {
    border-color: #333;
}
.fpw-posts li:first-child .fpw-entry{
    padding-top: 7px;
}
.fpw-posts li:last-child .fpw-entry{
    border-bottom: 0;
    padding-bottom: 0;
}
.fpw-posts  .fpw-entry .entry-title {
    font-size: 16px;
    line-height: 21px;
    margin: 0;
    position: relative;
    top: -2px;
}
.fpw-posts  .fpw-entry img {
    border-radius: 4px;
    width: 84px;
    float: left;
    margin-right: -84px;
    position: relative;
    z-index: 1;
}
.fpw-posts .fpw-entry-wrapper {
    height: 84px;
    overflow: hidden;
}
.fpw-posts .thumbnail .fpw-entry-wrapper {
    width: auto;
    padding-left: 98px;
}

/*  ---  Featured Page (page_widget.php)  ---  */

.fpw-page 
{
}
.fpw-page  .fpw-entry {
    border-bottom: 1px dotted #ddd;
    padding: 21px 0;
}
.footer-sidebar .fpw-entry {
    border-color: #61665b;
}
.fpw-page li:first-child .fpw-entry {
    padding-top: 7px;
}
.fpw-page li:last-child .fpw-entry {
    border-bottom: 0;
    padding-bottom: 0;
}
.fpw-page  .fpw-entry .entry-title {
    font-size: 16px;
    line-height: 21px;
    margin: 0;
    position: relative;
    top: -2px;
}
.fpw-page  .fpw-entry img {
    border-radius: 4px;
    margin: 0 0 21px;
}
.fpw-page .fpw-entry-wrapper {
    height: 105px;
    overflow: hidden;
}
.fpw-page .thumbnail .fpw-entry-wrapper {
}

/*------------------------------------*\
    PLUG-IN: DAVE'S LIVE SEARCH
\*------------------------------------*/
.dwls_search_results {
    background: #fff;
    border: 1px solid #e9e9e9;
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.08);
    box-shadow: 2px 2px 2px rgba(0,0,0,.08);
    list-style: none;
    margin: 7px 0;
    padding: 0;
    position: absolute;
    width: 270px;
    z-index: 9999;
}
.dwls_search_results li {
    padding: 14px;
    border-bottom: 1px solid #f0f0f0;
}
.dwls_search_results p {
    margin: 0;
}
.dwls_search_results .post_thumb {
    float: left;
    margin: 0 14px 14px 0;
    width: 80px;
}
.dwls_search_results .meta {
    color: #888;
}
.daves-wordpress-live-search_title {
    color: #77aa3c;
    font-weight: 700;   
}
.daves-wordpress-live-search_title:hover {
    color: #99cc33;   
}
.dwls_search_results .search_footer {
    padding: 14px;
}
#search_results_activity_indicator canvas {
    position: relative;
    top: 2px;
    right: 35px;
}
@media only screen and (min-width:581px) {
    .dwls_search_results {
        width: 219px;
    }
}
@media only screen and (min-width:841px) {
    .dwls_search_results {
        width: 279px;
    }
}
@media only screen and (min-width:1025px) {
    .dwls_search_results {
        width: 362px;
    }
}

/*------------------------------------*\
    PLUG-IN: FLEXSLIDER
\*------------------------------------*/

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/*  ---  Icon Fonts  ---  */
@font-face {
	font-family: 'flexslider-icon';
	src:url('fonts/flexslider-icon.eot');
	src:url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/flexslider-icon.woff') format('woff'),
		url('fonts/flexslider-icon.ttf') format('truetype'),
		url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*  ---  FlexSlider Necessary Styles  ---  */
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; position: relative; } /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/*  ---  FlexSlider Theme  ---  */

.flexslider { margin: 0 0 60px; background: #fff; position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }
.flexslider .caption { background: #fff; padding: 21px; }
.flexslider .caption p { margin: 0; max-height: 63px; overflow: hidden; }
h2.slide-title { font-size: 28px; font-weight: 700; line-height: 1.125; margin: 0 0 7px 0;}
.slide-title a {color: #77aa3c; -webkit-transition: color .2s linear;-moz-transition: color .2s linear; -ms-transition: color .2s linear;-o-transition: color .2s linear;transition: color .2s linear; }
.slide-title a:hover {
	color: #99cc33;
}


/* Direction Nav */
.flex-direction-nav {*height: 0; line-height: 1;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 42px; height: 42px; margin: -21px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0.25; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: 14px; }
.flex-direction-nav .flex-next { right: 14px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.75; left: 14px; }
.flexslider:hover .flex-next { opacity: 0.75; right: 14px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; visibility: hidden; pointer-events: none; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 3px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #77aa3c; background: rgba(119,170,60,1); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

.home-banner .slides > li > div {
    background-position: center;
    background-size: cover;
    position: relative;
}
.home-banner .flex-direction-nav { opacity: 0; }
.home-banner .slide-caption {
    background: #77aa3c;
    color: #fff;
    display: none;
    font-weight: 300;
    padding: 14px
}
.home-banner .slide-caption p {
    margin: 0;
 
}
.home-banner .slide-caption p b {
    font-size: 14px;
}
.home-banner .slide-caption p b:before {
    content: '- ';
}
@media screen and (min-width: 480px) {
    .home-banner .slide-caption {
        display: block;
    }
}
@media screen and (min-width: 720px) {
    .home-banner .slide-caption {
        font-size: 16px;
    }
    .home-banner .slide-caption p {
    }
}
@media screen and (min-width: 840px) {
    .home-banner .slide-caption {
        background: rgba(119,170,60,.98);
        box-shadow: -2px 2px 4px rgba(0,0,0,0.2);
        position: absolute;
        bottom: 14px;
        right: 0;
        max-width: 60%;
    }
}
@media screen and (min-width: 1025px) {
    .home-banner .slides > li > div {
        height: 320px;
    }
    .home-banner .slides > li > div > img {
        display: none;
    }
    .home-banner .slide-caption {
        padding: 18px;
    }

}
@media screen and (min-width: 1367px) {
    .home-banner .slides > li > div {
        height: auto;
    }
    .home-banner .slides > li > div > img {
        display: block;
    }
    .home-banner .slide-caption {
        bottom: 21px;
        font-size: 18px;
        padding: 21px;
    }
    .home-banner .slide-caption p {
        line-height: 1.3125;
    }
}
@media screen and (max-width: 580px) {
h2.slide-title { font-size: 21px; line-height: 24px; }
.flex-direction-nav a { height: 26px; width: 26px; margin: -13px 0 0; }
.flex-direction-nav a:before { font-size: 24px; }
}

@media screen and (max-width: 840px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}

@media screen and (min-width: 841px) {
  .flexslider .caption { position: absolute; left: 0; bottom: 28px; border-right: 7px solid #528602; margin-right: 28px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2);}
}

/* Subrub Pages */
.footer .footer-suburbs {
    padding-top: 0;
}
.footer-suburbs h4 {
    border-bottom: 1px dotted #61665b;
    padding-bottom: 14px;
    margin-top: 0;
    color: #bebfa5;
    font-size: 18px;
    margin-bottom: 14px;
}
.footer-suburbs ul {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
@media screen and (min-width: 841px) {
    .footer-suburbs ul {
        -webkit-column-count: 3;
         -moz-column-count: 3;
              column-count: 3;
    }
}
@media screen and (min-width: 1141px) {
    .footer-suburbs ul {
        -webkit-column-count: 6;
         -moz-column-count: 6;
              column-count: 6;
    }
}
.suburb-links {
    border-top: 1px dotted #ddd;
    margin-top: 28px;
    padding: 28px 0 28px;
}
@media screen and (min-width: 480px) {
    .suburb-links {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}
@media screen and (min-width: 1280px) {
    .suburb-links {
        -webkit-column-count: 3;
         -moz-column-count: 3;
              column-count: 3;
    }
}

.content .secondary-sidebar {
    background: none;
    padding-left: 0;
    padding-right: 0;
}
.suburb-project-thumbs ul {
    list-style: none;
    padding: 0;
    margin: 0 -1em;
}
.suburb-project-thumbs ul:after {
    clear: both;
    content: '';
    display: block;
}
.suburb-project-thumbs li {
    padding: 1em;
    float: left;
    width: 50%;
}
.suburb-project-thumbs li img {
    border-radius: 3px;
    width: 100%;
}
/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
