/*
        Theme Name: Image Direct Boilerplate
        Theme URI: http:// wpbp.dev.imagedirect.com/
        Description: ID-Boilerplate 3.0 Structural CSS
        Author: Image Direct Pty Ltd
        Author URI: http://www.imagedirect.com.au
        Version: 3.0
        Copyright : ©2013 Image Direct Pty Ltd
        Text Domain: image-direct-boilerplate


        Built on:
                Theme Name: HTML5 Blank
                Theme URI: http://html5blank.com
                Description: HTML5 Blank WordPress Theme
                Version: 1.4.2
                Author: Todd Motto (@toddmotto)
                Author URI: http://toddmotto.com
                Tags: Blank, HTML5, CSS3

                License: MIT
                License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
        MAIN
\*------------------------------------*/

html {
    height: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
}

body {
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
}

.body-wrapper {
    min-height: 100%;
    position: relative;
}


#content {
    padding-top: 2em;
    padding-bottom: 2em;
}


.id-footer-widget-wrapper {
    padding-top: 2em;
    padding-bottom: 2em;
}

.id-copyright-wrapper {
    padding-top: 1em;
}

.sidebar-widget .widget {
    margin-bottom: 2em;
}

img {
    max-width: 100%;
    height: auto;
}


svg, img[src*=".svg"] {
    width: 100%;
}

a {
    color: #03c;
    -webkit-transition: all 250ms ease-out .1s;
    -moz-transition: all 250ms ease-out .1s;
    -o-transition: all 250ms ease-out .1s;
    transition: all 250ms ease-out .1s;
    text-decoration: none;
}

a:hover {
    color: #e80;
    -webkit-transition: all 250ms ease-in .05s;
    -moz-transition: all 250ms ease-in .05s;
    -o-transition: all 250ms ease-in .05s;
    transition: all 250ms ease-in .05s;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

.btn-inverse {
    background-color: #222;
    border: 1px solid #333;
    color: #999;
}
.btn-inverse:active,
.btn-inverse:hover {
    background-color: #111;
    border: 1px solid #333;
    color: #fff;
}

#menu.panel {
    background: #222;
    z-index: 99999;
    position: fixed;
    left: -15.625em; /*left or right and the width of your navigation panel*/
    width: 15.625em; /*should match the above value*/
}
#menu.panel .navbar-off-canvas > li {
    display: block;
    width: 100%;
}
.post .date,
.post .author,
.post .comment,
.post .comments {
    font-size: smaller;
    font-size: .85rem;
}

/*------------------------------------*\
        STRUCTURE
\*------------------------------------*/


/* navbar-page-width */
.navbar-page-width {
    margin: 0 auto;
}
/* navbar */
.navbar {
    margin-bottom: 0;
}
/* navbar parent */
.navbar-nav {
    font-size: 0;
}
/* navbar child */
.navbar-nav > * {
    font-size: 12pt;
    font-size: 1rem;
}

/* full-width wrapper */
.navbar-full-width .menu-wrapper {
    max-width: 100%;
}


/* wrapper */
.menu-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}
/*dropdown-menu*/
.dropdown-menu > li > a {
    -webkit-font-smoothing: subpixel-antialiased; 
    padding: 15px 20px;
    margin: 0;
}



/*// SIDEBAR //*/

/* sidebar Navbar */
.sidebar .navbar-static-top {
    z-index: 990;
}
.sidebar .navbar-collapse {
    max-height: 100%;
}
/* make sidebar menu items full width*/
.sidebar .navbar-nav > li {
    width: 100%;
}


/* Glyphicon ++ Font awesome */

a.ddownload-button::after {
    content: '\f019';
    display: inline-block;
    margin-left: 1ex;
    font-family: fontAwesome;
}

.navbar .glyphicon {
    margin-right: 0.25em;
    top: 1px;
}

.navbar .glyphicon .fa {
    top: 0px;
}

/* credit-id */
a.credit-id {
    color: #888;
    text-decoration: none;
}

.attribution,
.copyright {
    font-size: smaller;
}

.credit-id em {
    color: orange;
    font-style: italic;
    font-weight: bold;
}
a.credit-id:hover {
    text-decoration: underline;
}

/*------------------------------------*\
        FORMS
\*------------------------------------*/

input[type="url"], 
input[type="text"], 
input[type="email"], 
#comment, 
textarea {
    max-width: 100%;
    width: 100%;
}
input[type="url"], 
select, input[type="text"], 
input[type="email"], 
#comment, 
textarea {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font: inherit;
    height: auto;
    padding: 1ex;
    position: relative;
    background-color: #FFFFFF;
    border: 1px solid #ccc;

}

.input[type="url"], 
select, 
input[type="text"], 
input[type="email"] {
    height: 3em;
}

input[type="url"]:focus, 
#comment:focus, 
select:focus, 
textarea:focus, 
input[type="text"]:focus, 
input[type="email"]:focus {
    background-color: #FFFFFF;
    border: 1px solid #ccc;
    box-shadow: 0 0 3px #ccc;
    transition: background-color 0.2s linear 0s, background 0.2s linear 0s;
}

.form-control {
    font: inherit;
}
/*------------------------------------*\
        IMAGES
\*------------------------------------*/




/*------------------------------------*\
        Typography
\*------------------------------------*/

html {
    font-size: 1em;
    /*-webkit-font-smoothing: antialiased;*/
}

body {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #5c5c5c;
    font-weight: normal;
    font-weight: 300;
    font-size: 100%;
}


body, caption, th, td, input, textarea, select, option, legend, fieldset, h1, h2, h3, h4, h5, h6 {
/* commented out as per request from web 5apr 2016 */
/*    font-size-adjust: 0.56; */
}


/* Body Content */

.content-main {
    font-size: 1em;
    font-size: 1rem;
    line-height: 1.5;
}

@media (min-width: 43.75em) {

    .content-main {
        font-size: 1em;
        font-size: 1rem;
        line-height: 1.6;
    }
}

.content-main h1 {
    margin-bottom: 1ex;
}

.content-main p {
    margin-bottom: 1em;
}

ul,ol {
}

.content-main li {
    margin-top: 0.5em;
    margin-bottom: 1em;
}

.content-main li {
    margin: 0.75em 0;
}


h1,h2,h3,h4 {	
    margin-bottom: 0.15em;
}

h1,h2 {
    letter-spacing: -0.033em
}

h3,h4 {
    letter-spacing: -0.0013em
}

h1 {
    font-size: 2em;
    line-height: 1.25;
}

@media (min-width: 43.75em) {
    h1 {
        font-size: 2.5em;
        line-height: 1.125;
    }
}

@media (min-width: 56.25em) {
    h1 {
        font-size: 3em;
        line-height: 1.05;
    }
}

h2 {
    font-size: 1.625em;
    line-height: 1.15384615;
    /* 30px / 26px */
}

@media (min-width: 43.75em) {
    h2 {
        font-size: 2em;
        line-height: 1.25;
    }
}

@media (min-width: 56.25em) {
    h2 {
        font-size: 2.25em;
        line-height: 1.25;
    }
}

h3 {
    font-size: 1.375em;
    line-height: 1.13636364;
    /* 25px / 22px */
}

@media (min-width: 43.75em) {
    h3 {
        font-size: 1.5em;
        line-height: 1.25;
    }
}

@media (min-width: 56.25em) {
    h3 {
        font-size: 1.75em;
        line-height: 1.25;
    }
}


h4 {
    font-size: 1.125em;
    line-height: 1.11111111;
}

@media (min-width: 43.75em) {
    h4 {
        line-height: 1.22222222;
    }
}

blockquote {
    font-size: 1.25em;
    line-height: 1.25;
}

@media (min-width: 43.75em) {
    blockquote {
        font-size: 1.5em;
        line-height: 1.45833333;
    }
}

/*------------------------------------*\
        RESPONSIVE
\*------------------------------------*/


/* ===== == = === 20em (320px) === = == ===== */

@media only screen and (max-width : 768px) {
        input[type="search"] {
        height: 50px;
    }
    .id-navbar-search {
        margin-left: 1em;
        margin-right: 1em;
    }
}

@media only screen and (min-width : 20em) {


    /*added by thomas*/
    .navbar-brand img{
        height: 100%;
        width: auto;
    }

    .navbar-phone-icon a,
    .navbar-nav > li.menu-item-phone > a {
        margin-bottom: 0;
        margin-top: 0;
    } 

    .navbar-phone-icon p {
        margin: 0 auto;
        line-height: .25rem;
    }

    h3.id-navbar-telephone {
        margin: auto;
        line-height: 0.725;
        letter-spacing: -0.025em;
        display: inline-block;
    }

    .navbar-toggle-phone {
        float: left;
        margin-left: 10px;
    }
    /*	.menu-item-phone h3:before {
                    content: '\f095';
                    color: #666;
                    display: inline-block;
                    font-family: fontawesome;
            }*/


    .id-navbar-telephone a:hover {
        text-decoration: none;
    }



    /* Large Navbar TelePhone and Menu Toggle Button */

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 10px 15px;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 0;
        font-size: 2em;
    }
    .navbar-toggle-phone {
        padding: 10px 13px;
    }
    /* End Button */
}

/* ===== == = === 30em (480px) === = == ===== */

@media only screen and (min-width : 30em) {
}

/* ===== == = === 37.5em (600px) === = == ===== */

@media only screen and (min-width: 37.5em) {

}

/* ===== == = === 48em (768px) === = == ===== */

@media only screen and (min-width : 48em) {
    .navbar-page-width {
        max-width: 750px;
    }
    /* navbar-nav */
    .navbar-nav {
        width: 100%;
    }
}

/* ===== == = === 56.25em (900px) ?992=== = == ===== */

@media only screen and (min-width : 56.25em) {
    /* navbar-page-width */
    .navbar-page-width {
        max-width: 970px;
    }

    /* navbar-nav */
    .navbar-nav {
        float: none;
    }
    /* left-navbar */
    .left-navbar .navbar-nav {
        text-align: left;
    }

    /* center-navbar */
    .center-navbar .navbar-nav {
        text-align: center;
    }
    /* right-navbar */
    .right-navbar .navbar-nav {
        text-align: right;
    }
    /*Navbar-alignment-fix DJC*/
    .right-navbar .navbar-nav > * ,
    .center-navbar .navbar-nav > * ,
    .left-navbar .navbar-nav > * {
        float: none;
        display: inline-block;
    }
    /* navbar-nav > li */
    .navbar-nav > li {
        /*float: none;*/
        vertical-align: middle;
        display: inline-block;
    }


}

/* ===== == = === 68.75em (1100px) === = == ===== */

@media only screen and (min-width : 68.75em) {

    .navbar-page-width {
        max-width: 1170px;
    }

}

/* ===== == = === 81.25em (1300px) === = == ===== */

@media only screen and (min-width : 81.25em) {
}



@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi) {

}


/*------------------------------------*\
        MISC
\*------------------------------------*/
/*bootstrap override fixed for 15px gap in row*/
.row {
    margin-right: 0;
    margin-left: 0;
}




/*------------------------------------*\
        VISUAL
\*------------------------------------*/

/*bootstrap rgba wells*/
.well {
    background-color: rgba(0, 0, 0, 0.025);
    border-color: rgba(0, 0, 0, 0.1);
}


/*------------------------------------*\
        PRINT
\*------------------------------------*/

@media print {

}



/*------------------------------------*\
        OFF-Canvas
\*------------------------------------*/
@media screen and (max-width: 767px) {
    /*row-offcanvas */


    .row-offcanvas {
        position: relative;
        -webkit-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
    }

    .row-offcanvas.active {
        -webkit-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
    }

    .row-offcanvas-left {
        left: 0;
    }

    .row-offcanvas-left.active {
        left: 300px;  
    }

    .row-offcanvas-right {
        right: 0;
    }

    .row-offcanvas-right.active {
        right: 300px; 
    }

    .navbar-offcanvas {
        box-shadow: inset 0 0 3px rgba(0,0,0,.5);
        -webkit-overflow-scrolling: touch;
        z-index: 100;
        position: fixed;
        top: 0;
        right: auto;
        bottom: 0;
        width: 300px;
        overflow-y: auto;
        overflow-x: hidden;
        min-height: 100%;
        -webkit-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
    }

    .navbar-default .navbar-offcanvas {
        background-color: #eee;
        background-image: url(images/texture/soft-pad.png);
    }

    .navbar-inverse .navbar-offcanvas {
        opacity: 0;
        background-color: transparent;
        background-image: none;    
    }

    .row-offcanvas.active .navbar-inverse .navbar-offcanvas {
        opacity: 1;
        background-color: #222;
        background-image: url(images/texture/otis-redding.png);    
    }

    .row-offcanvas-left .navbar-offcanvas {
        left: -300px;
    }

    .row-offcanvas-right .navbar-offcanvas {
        right: -300px;
    }

    .row-offcanvas-left.active .navbar-offcanvas {
        -webkit-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
        left: 0;
    }

    .row-offcanvas-right.active .navbar-offcanvas {
        -webkit-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
        right: 0;
    }


    .row-offcanvas-left .navbar-offcanvas .id-navbar-close {
        text-align: right;
        margin: 0;
        display: block;
        width: 100%;
    }

    .navbar-fixed-top .navbar-offcanvas {
        padding-top: 70px;
        top: 0;
        overflow: visible;
        /*height: 100%;*/
        min-height: 100%;
        position: fixed;
        -webkit-overflow-scrolling: touch;
    }

    /* // Fixed Top Nav Off Canvas  // */

    .navbar-offcanvas .navbar-nav {
        margin: 7.5px -15px;
        margin: 7.5px auto;
    }

    .navbar-fixed-top.offcanvas-navbar {
        position: fixed;
        top:0;
        -webkit-transform: none;
        -o-transform: none;
        transform: none; 
        padding: 0;
        border: 0;
    }

    .navbar-fixed-top.offcanvas-navbar .navbar-header {
        position: fixed;
        top: 0;
        left:0;
        right:0;
        width: 100%;
        max-width: 100%;
        background: inherit;
        z-index: 999;
    }

    .navbar-page-width.offcanvas-navbar {
        margin: 0;
    }

    .row-offcanvas-left #header .navbar-static  .navbar-offcanvas {
        padding-top: 0;
    }
    /*    .row-offcanvas-left .navbar-static .navbar-toggle {
            float: left;
        }*/
}

address.id-client-address-widget i.fa {
    margin-right: 0.5ex;
}

/*-----------------------------*/
/* @id-useability - DJC */
/*-----------------------------*/

div.wpcf7-mail-sent-ok::before,
div.wpcf7-validation-errors::before {
    font-family: fontAwesome;
    color: #fff;
    content: '\f00d';
    float: right;
}


div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    background-color: #398f14;
    color: #fff;    
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    padding: 25px;
    display: block;
    z-index: 999999;
}

div.wpcf7-validation-errors {
    border: 2px solid #e30;
    background-color: #e30;
    color: #fff;    
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    padding: 25px;
    display: block;
    z-index: 999999;
}

.post-edit-link {
    position: fixed;
    bottom: 10px;
    left: 10px;
    background: #222;
    padding: 1ex 1em;
    color: #fff;
    font-weight: bolder;
}
.post-edit-link:hover {
    color: #bbb;
}


/*-----------------------------*/
/* @Facebook Widget Responsive Fix */
/*-----------------------------*/

.fb_iframe_widget span {
    display: inline-block;
    position: relative;
    text-align: justify;
}

.fb_iframe_widget span {
    width: 100%!important;
}

.fb_iframe_widget {
    width: 100%!important;
}

.fb_iframe_widget iframe {
    position: absolute;
}

.fb_iframe_widget iframe {
    width: 100%!important;
}