/*
 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: 'Open Sans', sans-serif;
    background-color: #f5f5f5;
}


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


/*
*-----------------------------
* @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;}

/*-----------------------------*/
/* @Content Typography */
/*-----------------------------*/

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

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



a {
    color: #1caee5;
}

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


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

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


h4.widgettitle {
    font-weight: 600;
    margin-bottom: 2ex;
    border-bottom: 1px dotted rgba(255,255,255,0.15);
    border-bottom: 1px dotted rgba(0,0,0,0.15);
    padding-bottom: 1ex;
}

/*-----------------------------*/
/* #slideshow */
/*-----------------------------*/

.id-feature-slideshow-wrapper {
    background-color: #1f1f1f;
}

/*-----------------------------*/
/* @Header */
/*-----------------------------*/

.navbar-logo  {
    width: 150px;
    padding: 15px;
    display: inline-block;
}

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

@media screen and (min-width: 991px) {
    .navbar-logo {
        width: 250px;
        padding: 25px 15px;
    }
    .scroll-small .navbar-logo {
        width: 150px;
        padding: 10px;
    }
}

/*-----------------------------*/
/* @nav navbar-nav */
/*-----------------------------*/


.navbar-nav {
    font-family: 'Oswald', sans-serif;    
}
.navbar-default .navbar-nav>li>a {
    color: #1caee5;
}

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


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

    .navbar-nav > li > a {
        padding: 20px 5px;
        margin: 25px 5px;
        font-family: 'Oswald', sans-serif;

    }

    .scroll-small .navbar-nav > li > a {
        padding: 10px 5px;
        margin: 7.5px 5px;
        border: none;
    }

    a.id-navbar-phone-icon .fa {
        color: #000;
    }
    .navbar-nav > li > a.id-navbar-phone-icon {
        padding: 20px 15px;
        margin: 24px 15px;
    }

    .scroll-small .navbar-nav > li > a.id-navbar-phone-icon {
        padding: 10px 15px;
        margin: 7.5px 15px;
    }

    /* @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: #222;
    }

    .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>li>.dropdown-menu, .dropdown-menu {
    background-color: #000;
}*/

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

@media (max-width: 767px) { 
    .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: #222;
    }
}
.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: #1caee5;
    color: #fff;
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #111;
    outline: 0;
}
@media (min-width: 992px) { 
    .navbar-right {
        margin-right: auto;
    }
}

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

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

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

/*-----------------------------*/
/* @Footer Menu Sitemap */
/*-----------------------------*/

#footer {
    background-color: #1caee5;
    background-image: url(img/footer-logo-drill.svg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size:  auto 110%;
    background-repeat: no-repeat;
    background-position: right center;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
#footer h4.widgettitle {
    border-bottom: 2px solid rgba(255,255,255,0.75);
    color: #fff;
}

#footer a {
    color: #fff;
}

#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(255,255,255,0.25);
}

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

/*-----------------------------*/
/* @Custom button */
/*-----------------------------*/

/* Base */



.btn {
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
}

.btn-primary {
    background-color: #1caee5;
}

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

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

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

.well.call-to-action {
    text-align: left;
}

.well.call-to-action h4 {
    margin: 30px auto;
}

/*
* ---------------------------------------------------------- 
* 
* id-services-call-to-action-wrapper
* 
* ----------------------------------------------------------
*/
.id-services-call-to-action-wrapper::before {
    content: '';
    background-color: rgba(0,0,0,0.65);
    background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.9) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.9) 100%);
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.9) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}


.id-services-call-to-action-wrapper {
    text-align: center;
    color: #fff;
    /*background-color: #222;*/
    position: relative;
    line-height: 1.7;
}

.id-services-call-to-action {
    padding-top: 100px;
    padding-bottom: 100px;
    position: static;
}


@media screen and (min-width: 992px) {
    .id-services-call-to-action {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}


.id-services-call-to-action .magic_widget_content > * {
    margin: 30px auto;
    z-index: 1
}

.id-services-call-to-action h4 {
    letter-spacing: 2px;
}

.id-services-call-to-action h3 {
    border-bottom: rgba(255,255,255,0.25) 1px dashed;
    padding-bottom: 15px;
    padding-bottom: 15px;
}

.id-services-call-to-action h3>a {
    color: #1caee5;
}

.id-services-call-to-action h3>a:hover,
.id-services-call-to-action h3>a:focus,
.id-services-call-to-action h3>a:active {
    color: #999;
}

/*
* ---------------------------------------------------------- 
* 
* id-call-out id-call-out-areas
* 
* ----------------------------------------------------------
*/

.id-call-out {
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 0 3px rgba(0,0,0,0.25);
} 

.id-call-out-areas li {
    text-transform: uppercase;
    padding: 1ex 0;
}
.id-call-out-areas h3 {
    margin: 0 auto 10px ;
    padding-bottom: 10px;
    border-bottom: rgba(0,0,0,0.15) 1px dashed;
}

.id-call-out-areas .btn {
    margin: 30px auto 0;
}

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

.id-footer-call-to-action-wrapper {
    background-color: #222;
    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;
}

.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: 'Oswald', sans-serif;
    letter-spacing: 1px;
    font-weight: 700;
}



/*
* ---------------------------------------------------------- 
* 
* id-footer ISO
* 
* ----------------------------------------------------------
*/

.id-ios-widget {
    text-align: center;
}

.id-ios-widget a {
    display: block;
}

.id-ios-widget img {
    max-width: 200px;
}

.id-ios-widget h3 {
    font-size: 1.5em;
}
/*
* ---------------------------------------------------------- 
* 
* id-footer-our-promise-wrapper
* 
* ----------------------------------------------------------
*/

.id-footer-our-promise-wrapper {
    background-color: #999;
    color: #fff;
}

.id-footer-our-promise-wrapper .widget {
    padding-top: 100px;
    padding-bottom: 100px;
}

.id-footer-our-promise-wrapper h3 {
    color: #fff;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: #fff dashed 1px;
}
/*
* ---------------------------------------------------------- 
* 
* id-footer-client-widget-wrapper
* 
* ----------------------------------------------------------
*/

.id-footer-client-widget-wrapper {
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}



/*.id-footer-client-widget-wrapper .id-client-centre-class {
    padding-top: 30px;
    padding-bottom: 30px;
}*/

.id-footer-client-widget-wrapper .id-client-display-email,
.id-footer-client-widget-wrapper .id-client-display-phone {
    display: inline-block;
    padding: 0 15px;
}

.id-footer-client-widget-wrapper h3.disp_name {
    border-bottom: rgba(255,255,255,1) 1px solid;
    /*border-bottom: rgba(0,0,0,0.15) 1px dashed;*/
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.id-client-address-widget strong {
    color: #222;
    font-weight: 600;
    text-transform: uppercase;
}


.sidebar .id-client-address-widget strong {
    display: block;
}


/*
* ------------------------------------------------------
* 
* Collapse
* 
* ------------------------------------------------------
*/

@media (max-width: 991px) {
    .navbar-toggle {
        display: block;
    }
    .navbar-phone-icon {
        display: block!important;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left,.navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none!important;
    }

    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: #333;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .dropdown-menu>li>a {
        padding: 1ex 20px;
        font-weight: 400;
        line-height: 1.42857143;
        color: #ccc;
    }
}

/*
* -----------------------------------------------------------------------------
* 
* @Services List
* 
* ----------------------------------------------------------------------------
*/

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
    min-width: 100px;
}

.id-our-services--wrapper {
    background-color: #eee;
    padding-top: 15px;
    padding-bottom: 50px;
}

.id-our-services--list-header {
    padding: 15px;
}

.id-our-services--list {
    display: inline-block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: row;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;

}

.id-our-services--list-item {
    margin-top: 0;
    margin-bottom: 15px;
}

p.id-our-services--list-title {
    color: #009ED2;
    margin-bottom: 10px;
    font-size: 1.3em;
    font-weight: 600;
}
.id-our-services--list-description {
    font-size: 0.9em;
    line-height: 1.7;
    margin-bottom: 15px;
}


.media-left, 
.media>.pull-left {
    padding-right: 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: 500px;
    }

    .id-google-map-wrapper #share-demo-iframe {
        height: 500px;
    }
}

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

.id-google-map-wrapper .magic_widget_content > p {
    margin: auto;
}


/*
* -----------------------------------------------------------------------------
*
* @Sidebar magic_widget 
*
* ----------------------------------------------------------------------------
*/

.sidebar .magic_widget {
    text-align: center;
}

.sidebar .magic_widget img {
    width: 100%;
    max-width: 300px;
}

/*.drilltec-iso-logo img,*/
.sidebar .widget {
    background-color: rgba(255,255,255,1);
    border-radius: 4px;
    box-shadow: 0 0 3px rgba(0,0,0,0.15);
    padding: 15px;
}
