/*
 Theme Name:   Image Direct Boilerplate Child
 Theme URI:    http://wpbp.dev.imagedirect.com/
 Description:  ID-Boilerplate Child CSS
 Author:       Image Direct Pty Ltd
 Author URI:   http://www.imagedirect.com.au
 Template:     id-boilerplate-master
 Version:      3.5
Tags:			
Copyright:     ©2014 Image Direct Pty Ltd
Text Domain:   id-boilerplate-child
*/

/*@import url("../id-boilerplate-master/style.css");*/

/* =Theme customization starts here
-------------------------------------------------------------- */


/*
* -----------------------------------------------------------------------------
* 
* # Root
* 
* -----------------------------------------------------------------------------
*/


html {
    font-size: 1em;
}

body {
    padding-top: 60px;
    font-family: 'Raleway', sans-serif;
    background-color: #f0f0f0;
    color: #222;
}


@media screen and (min-width: 992px) {
    
body {
    padding-top: 100px;
}
}

#content {
    padding-top: 75px;
    padding-bottom: 75px;
}


/*
* -----------------------------------------------------------------------------
* 
* # Image
* 
* -----------------------------------------------------------------------------
*/

img.alignright {float:right; margin:0 0 1em 1em;}
img.alignleft {float:left; margin:0 1em 1em 0;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto;}
a img.alignright {float:right; margin:0 0 1em 1em;}
a img.alignleft {float:left; margin:0 1em 1em 0;}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto;}




/*
* -----------------------------------------------------------------------------
* 
* # Typography 
* 
* -----------------------------------------------------------------------------
*/



.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight:  700;
    text-transform: uppercase;
    letter-spacing: 0.25px;
    font-family: 'Montserrat', sans-serif;
    color: #172149;
}

.content-main h1,
.content-main  h2,
.content-main  h3,
.content-main  h4,
.content-main  h5,
.content-main  h6 {
    text-transform: none;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 1.1em;
    font-size: 1.1rem;
    border-left: 5px solid rgba(0,0,0,0.15);
}



a {
    color: #ec8222;
}

a:hover,
a:focus,
a:active {
    color: #222;
    text-decoration: none;
}


.hentry > .lead {
    font-size: 1.3em;
    margin: 1em 0;
}

.content-main {
    font-size: 1em;
}


h4.widgettitle { 
    border-bottom: 6px solid #ec8222;
    color: #172149;
    font-weight: 600;
    margin-bottom: 2ex;
    padding-bottom: 1ex;
}

/*
* -----------------------------------------------------------------------------
* 
* #Header 
* 
* -----------------------------------------------------------------------------
*/

.navbar-logo  {
    width: 110px;
    padding: 10px;
    display: inline-block;
}

.navbar-logo img {
    width: 100%;
}

@media screen and (min-width: 991px) {
    .navbar-logo {
        width: 175px;
        padding: 10px;
    }
    .scroll-small .navbar-logo {
        width: 100px;
        padding: 10px;
    }
}

.navbar-toggle {
    border: none;
}

.navbar-toggle .fa:before {
    color: #999;
}
/*
* -----------------------------------------------------------------------------
* 
* #Navbar-nav 
* 
* -----------------------------------------------------------------------------
*/
.navbar-nav {
        font-family: 'Montserrat', sans-serif;
}

.navbar-default .navbar-nav>li>a {
    color: #172149;
}

.navbar-nav > li > a {
    font-weight: 600;
    font-size: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.navbar-nav > li > a.id-navbar-phone-icon {
    font-size: 1.3em;
}


@media screen and (min-width: 992px) {

    #header .navbar-nav > li > a,
    #header .navbar-nav > li > a.id-navbar-phone-icon {
        padding: 42px 15px;

    }

    #header .scroll-small .navbar-nav > li > a,
    #header .scroll-small .navbar-nav > li > a.id-navbar-phone-icon {
        padding: 22px 15px;
        border: none;
    }

    a.id-navbar-phone-icon .fa {
        color: inherit;
    }

    /* @INVERSE */
    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li.active > a,
    .navbar-inverse .navbar-nav > li > a:focus {
        background-color: inherit;
        color: inherit;
    }


    /* @ACTIVE */
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.active>a:hover,
    /* @DEFAULT */
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li.active > a,
    .navbar-default .navbar-nav > li > a:focus {
        background-color: transparent;
        color: #ec8222;
    }

    .navbar-default .navbar-nav > li.active > a {
        border-bottom-color: #1caee5;
    }
}

@media screen and (max-width: 991px) {


    .navbar .navbar-nav > .active > a,
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li.active > a,
    .navbar-default .navbar-nav > li > a:focus {
        background-color: #fff;
    }
}


/*
* -----------------------------------------------------------------------------
* 
* # DropDown
* 
* -----------------------------------------------------------------------------
*/

.navbar-nav .dropdown-menu > li > a {
    color: #ec8222;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 0.9em;
}

@media (max-width: 991px) { 
    .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #172149;
    }
.navbar-nav .open .dropdown-menu {
    
    background-color: rgba(0,0,0,0.15);
}
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:hover,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:hover {
    background-color: #ec8222;
    color: #fff;
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #172149;
    outline: 0;
}
@media (min-width: 992px) { 
    .navbar-right {
        margin-right: auto;
    }
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    border-color: #ec8222;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #ec8222;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
    }
}



/*
* -----------------------------------------------------------------------------
* 
* # Sidebar nav
* 
* -----------------------------------------------------------------------------
*/

.sidebar .navbar-default .navbar-nav>li>a::after {
    content: '\f105';
    font-family: fontAwesome;
    margin-left: 0.5ex;
    -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;
}

.sidebar .navbar-default .navbar-nav>li>a:hover::after,
.sidebar .navbar-default .navbar-nav>li>a:active::after,
.sidebar .navbar-default .navbar-nav>li>a:focus::after {
    content: '\f105';
    /*margin-left: 1em;*/
    margin-left: 1ex;
    -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;
}



/*
* -----------------------------------------------------------------------------
* 
* # Footer
* 
* -----------------------------------------------------------------------------
*/

#footer .id-social-media {
    text-align: center;
    font-size: 2em;
}

#footer {
    background-color: #fff;
    color: #222;
    padding-top: 50px;
    padding-bottom: 50px;
}


#footer a {
    color: #ec8222;
}

#footer a:hover,
#footer a:focus,
#footer a:active {
    color: #222;
    text-decoration: none;
}

.footer ul.menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer ul.menu li {
    padding: 1ex 0;
}

.footer ul.menu li {
    border-bottom: 1px dashed rgba(0,0,0,0.15);
}

.footer li ul li {
    border-bottom: none;
}


/*
* -----------------------------------------------------------------------------
* 
* # Buttons
* 
* -----------------------------------------------------------------------------
*/

.btn {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
.btn-xl {
    padding: 30px 50px;
}

.btn-primary {
    background-color: #ec8222;
    color: white;    
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #004d77;
}

/* Default */
.btn-primary {
    background-repeat: repeat-x;
    background-image: linear-gradient(top, #009ED2 0%, #007DA7 100%);
}

/* Hover */
.btn-primary:hover {
    background-position: 0 -15px;
}



/*
* -----------------------------------------------------------------------------
* 
* @Large Google MAP
* 
* ----------------------------------------------------------------------------
*/

.id-google-map-wrapper .acf-map {
    margin: auto;
}


@media screen and (min-width: 992px) {
    .id-google-map-wrapper .acf-map {
        height: 600px;
    }
}

.id-google-map-wrapper address {
    display: none;
}


/*
* ---------------------------------------------------------- 
* 
* id-call-out id-call-out-recycle
* 
* ----------------------------------------------------------
*/

.id-call-out {
    text-align: center;
}

.id-call-out-recycle {
    
}

.id-call-out-recycle img {
    max-width: 150px;    
}

.id-call-out-recycle h3  {
    font-size: 1em;  
}

.id-call-out-recycle h3 a {
    color: #172149   
}

.id-call-out-recycle h3 a:hover {
    color: #ec8222   
}

/*
* ---------------------------------------------------------- 
* 
* id-services-call-to-action-wrapper
* 
* ----------------------------------------------------------
*/

.id-footer-call-to-action-wrapper {
    background-color: #172149;
    color: #fff;
    text-align: center;
    color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.id-footer-call-to-action {
    padding-top: 50px;
    padding-bottom: 50px;
}

.id-footer-call-to-action h3 {
    font-size: 1.25em;
    letter-spacing: 2px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom:rgba(255,255,255,0.25) 1px dashed;
}

.id-footer-call-to-action h3 a {
   color: #fff;
}

.id-footer-call-to-action a:hover,
.id-footer-call-to-action a:focus,
.id-footer-call-to-action a:active {
   color: #fff;
}

.id-footer-call-to-action .id-client-address-widget  strong {
    color: #999;
}

.id-footer-call-to-action .id-client-display-phone {
    font-size: 2em;
    margin: 15px auto;
    font-family: 'Monseratt', sans-serif;
    letter-spacing: 1px;
    font-weight: 700;
}


