/*
Theme Name:     id-boilerplate-child
Theme URI:      http://imagedirect.com.au/
Description:    Image Direct Boilerplate
Author:         Image Direct
Author URI:     http://imagedirect.com.au/
Template:       wordpress-bootstrap-master
Version:        2.2.2
*/

/*@import url("../wordpress-bootstrap-master/style.css");*/


/* ================ DO NOT EDIT ABOVE THIS LINE ======================*/



body {
    padding-top: 65px !important;
}


#content {
    margin: 40px auto;
}

#top-nav {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99999;
    margin-right: 20px; 
}

#menu-header-menu {
    float: right;
    padding-top: 20px;
}

#top-nav .navbar .nav > li > a {
    color: #fff;
    text-shadow: none;
}

#top-nav .navbar .nav > li > a:hover, 
#top-nav .navbar .nav > li > a:focus,
#top-nav .navbar .nav > .active > a, 
#top-nav .navbar .nav > .active > a:hover, 
#top-nav .navbar .nav > .active > a:focus {
    color: #8dc63f;
    background: transparent;
    filter: none;
}


@media only screen and (min-width: 768px)and (max-width: 880px) {
}

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

    .brand img {
        max-width: 50%;
        float: left;
    }
    #nav-logo, #nav-brand-title {
        max-width: 80%;
    }
}
@media only screen and (max-width: 980px) {

    .nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
        border-radius: 0;
        color: #fff;
        text-shadow: none;
        padding: 9px 15px;
        font: inherit;
    }

    .navbar .nav > li > a {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        margin-bottom: 0 !important;
        border-top: 1px dotted #336699;
    }
    .navbar .nav > li {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }


    .navbar .nav {
        max-height: 340px;
        overflow: scroll;
    }
}

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

    body {
        padding-top: 0 !important;
    }
    #top-nav {
        position: static;
    }
}

a {
    -webkit-transition:all 0.2s ease-in;
    -moz-transition:all 0.2s ease-in;
    -o-transition:all 0.2s ease-in;
    -ms-transition:all 0.2s ease-in;
    transition:all 0.2s ease-in;
}

a:hover {
    -webkit-transition:all 0.2s ease-out;
    -moz-transition:all 0.2s ease-out;
    -o-transition:all 0.2s ease-out;
    -ms-transition:all 0.2s ease-out;
    transition:all 0.2s ease-out;
    text-decoration: none;
}

/*PROFILE & SPONSORS PAGE*/

.profile-picture {
    margin: auto;
    width: 100px;
}

.profile-row {
    border-top: 1px dotted #ccc;
    padding-top: 20px;
}

.profile h4 {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 12px;
    padding-bottom: 15px;
    font-style: italic;
    font-weight: 400;
}

.sponsors img {
    padding: 50px 20px;
    max-height: 100px;
    width: auto;
}

.sponsors a {
    display: block;
    text-decoration: none;
}
.sponsor-tile {
    border-top: 1px dotted #ccc;

}

/*qsw-project-table ------------------------------------------------ */

.qsw-project-table {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
}

.qsw-project-table-row {

}

.qsw-project-table-image {
    padding: 10px 0;
}
.qsw-project-table-image img {
    border-radius: 50%;
}

p.qsw-project-item {
    border-bottom: #bbb 1px dashed;
    margin: 0;
    padding: 6px;

}

.qsw-project-item-title {
    border-right: none;
    font-weight: bold;    
    text-align: left;
}
/*qsw-key-project-excerpt ------------------------------------------------ */

.masonry-block {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 200px;
}

.qsw-key-project-block {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*    width: 100%;*/
    margin: 15px;
    /*margin-bottom: 15px;*/
}


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

    .masonry-block {
        width: 50%;
        /*padding-right: 15px;*/
    }
}
@media only screen and (min-width: 860px) {


    .dropdown-menu > li > a:hover, 
    .dropdown-menu > li > a:focus, 
    .dropdown-submenu:hover > a, 
    .dropdown-submenu:focus > a {
        background-image: none;
        background: #8dc63f;
        color: #fff;    
    }
    .masonry-block {
        width: 33%;
    }

}
@media only screen and (min-width: 1020px) {

    .masonry-block {
        width: 25%;
    }

}
.qsw-key-project-block {
    box-shadow: 0 0 2px rgba(0,0,0,.13);
}

.qsw-key-project-block {
    border: 1px solid #ccc;
    border-radius: 3px;
}

.qsw-key-project-excerpt {
    padding: 15px;
}

.qsw-key-project-excerpt p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
}
.qsw-key-project-thumbnail img {
    min-width: 100%;
}
/* Carousel --------- ----------- -------- */

.id-carousel-wrapper  {
    border-top: 1px dotted #ccc;
    padding-top: 60px!important;
    padding-bottom: 60px !important;
}

.caroufredsel_wrapper ul li {
    padding: 0 40px;
}


.qsw-call-to-action {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #8dc63f;
    padding: 20px;
    text-align: center;
}

.qsw-call-to-action h3 {
    color: #002d62;
    line-height: 1.5;
}


.qsw-call-to-action span,
.qsw-call-to-action em {
    white-space: nowrap;
}

.qsw-call-to-action a {
    text-decoration: none;
    color: #FFF;
    white-space: nowrap;
}
.qsw-call-to-action a:hover {
    color: #002d62;
}

/*  CLIENT CENTRE */

.sidebar h4 {
    border-bottom: 1px dotted #ccc;
    padding: 1ex 0;
}

#footer #inner-footer {
    text-align: left;
}

#footer a {
    color: #8dc63f;
    text-decoration: none;
}
#footer a:hover {
    color: #fff;
    text-decoration: none;
}

.sidebar .id-client-address-widget h4,
#footer .id-client-address-widget h5 {
    font-size: 110%;
}
.sidebar .id-client-address-widget h4 {
    font-weight: bolder;
}
.sidebar .id-client-address-widget {
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    padding-top: 1ex;
    padding-bottom: 1ex;
}

/* sidebar CLIENT CENTRE */

.sidebar .id-client-address-widget h4,
.sidebar .id-client-address-widget {
    color: #002d62;
}

/* Footer CLIENT CENTRE */

.id-client-address-widget h4,
#footer .id-client-address-widget {
    color: #fff;
}

ul, ol {
    text-align: left;
}
ol ul, ul ul {
    list-style-type: circle;
}
ul {
    text-align: left;
    list-style-type: disc;
    list-style-position: outside;
}

li {
    padding-top: 6px ;
    padding-bottom: 6px ;
}

.hentry li {
    line-height: 1.4;
}

strong {
    font-weight: 600;
}

/*THUMBNAILS*/


.thumbnail {
    text-align: center !important;
    box-shadow: none !important;
    border: none !important;
}

.thumbnail > a img {
    border-radius: 50%;
    min-width: 100px !important;
    max-width: 75% !important;
    margin: auto;
}

.thumbnails .caption p {
    font-size: 1em;
    font-size: 1rem;
}

/* Title Navbar */


#nav-logo {
    padding-top: 13px;
    padding-left: 0;
}

/*#top-nav .navbar-inner {
    border-bottom: 9px solid #8dc63f;
}*/

#top-nav {
    border-bottom: 9px solid #8dc63f;
}

/* NavBar Top */

#top-nav .navbar .nav > li > a {
    text-transform: uppercase;
    text-align: center;
    font-size: 90%;
}

#top-nav .navbar .nav > li.qsw-telephone > a {
    font-size: 1.4rem;
    font-size: 1.4em;
}

.dropdown-menu > li > a {
    text-decoration: none;
    font-family: 'Oswald', Impact, sans-serif; 
    font-weight: 400;
    font-size: 1.1em;
}


.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus  {
    background: #8dc63f !important;
    text-decoration: none !important;

}

/*Lead paragraph*/
.hentry  {
    font-size: 1.1em;
    font-size: 1.1rem;
    text-align: center;

}
.post_content > .lead {
    font-size: 1.4em;
    font-size: 1.4rem;
    border: 1px dotted #bbb;
    border-left-width: 0;
    border-right-width: 0;
    padding: 30px 0;
}

/* Button */ 

.btn {
    font: inherit;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    background-image: none;
    background-repeat: repeat-x;
    border-color: #002d62;
    border-image: none;
    border-radius: 0;
    border-style: solid;
    border-width: 2px;
    box-shadow: none;
    color: #002d62;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 1em;
    font-size: 1rem;
    line-height: 20px;
    margin-bottom: 0;
    padding: 12px 28px;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
}

.btn:hover {
    color: #fff;
    text-decoration: none;
    background: #002962 ;
}
.navbar .btn-navbar {
    background-color: #8dc63f;
    background-image: linear-gradient(to bottom, #8dc63f, #8dc63f);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    _border-color: #002156;
    padding: 15px;
    margin-top: 10px;
    margin-right: -10px;

}
/*revolution slider button*/

a.btn-qsw-reverse {
    border: 1px solid #fff;
    font-size: 1.1em !important;
    font-size: 1.1rem !important;
    letter-spacing: 0;
    line-height: 1.4 !important;
    padding: 12px 28px;
    color: #fff ;
    text-decoration: none;
    background: transparent !important;
}


a.btn-qsw-reverse:hover {
    color: #002962  !important;
    text-decoration: none;
    background: #fff  !important;
}

/*Footer*/
#footer {
    text-align: left;
}

#footer .widgettitle {
    color: #002962;
    color: #4A73AC;
}

#footer .menu li {
    border-top: 1px dotted #369;
}

#footer .sub-menu {
    margin-top: 8px;
}

#footer .menu li a {
    display: block;
    padding: 0;
}


#footer .menu li a:hover {
    text-decoration: none;
}


/*
*-------------------------------------------------------------
wpcf7-text
*-------------------------------------------------------------
*/

.wpcf7-form-control-wrap {
    /*display: block !important;*/
    display: inline-block;
    width: 100%;
}

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;
    background-color: #FcFcFc;
    font: inherit;
    height: auto;
    padding: 1em;
    padding: 1rem;
    position: relative;
}


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

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


/*----------*/



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

    .sidebar .id-client-address-widget {
        font-size: 1.1em;
        font-size: 1.1rem;
        line-height: 1.4em;
        line-height: 1.4rem;
    }

    #nav-logo {
        margin-left: -30px;
    }


    #top-nav .navbar .nav > li:after {
        border: 10px solid transparent;
        border-top-width: 0;
        content: "";
    }

    #top-nav .navbar .nav > li:hover:after,
    #top-nav .navbar .nav > .current-menu-parent:after,
    #top-nav .navbar .nav > .active:after {
        border-left: 10px solid transparent ;
        border-right: 10px solid transparent ;
        border-bottom: 10px solid #8dc63f ;
        position: relative;
        left: -5px;
        bottom: 0;
        content: "";
        height: 0;
        width: 0;
        margin: 0;
        margin-left: 40%;
    }


    .dropdown-menu > li > a {

        padding-bottom: 10px;
        padding-top: 10px;
    }


}

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

    #nav-logo {
        padding-top: 20px;
    }
}

@media only screen and (min-width: 979px) and (max-width: 1140px) {

    #top-nav .navbar .nav > li > a {
        font-size: 80%;
        padding: 10px 10px 10px;
    }
}

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

    #footer .widget {
        margin: 0 20px;
    }
}

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



}

@media print {

    * , html, body {
        text-align: left;
        float: none;
        font-size: 1rem;
        color: #000;
        width: auto;
    }

    .thumbnail {
        max-width: 200px;
    }

    nav,
    .menu,
    .navbar,
    .rev_slider_wrapper,
    .widget_nav_menu,
    #dynamic-to-top { 
        visibility: hidden;
        display: none;
    }

}