/* ************************************************   
Theme Name: drcolbert-au
Author: Joel Parker - http://joelsparker.com
Version: 1.0
Author URI: http://joelsparker.com
Template:   exproduct
License: ThemeForest Regular License
License URI: http://themeforest.net/licenses/regular
Tags: left-sidebar, right-sidebar, custom-header, custom-menu, editor-style
*/

@import url("../exproduct/style.css");

input[type=text] {
    display: block;
    padding: 6px 12px !important;
    font-size: 14px !important;
    color: #555 !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #66afe9 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) !important;
}

.woocommerce-breadcrumb {
    display: none;
}

.header.header-logo-black .scroll-logo {
    max-width: 260px;
}

@media (min-width: 992px) {
    .header.header-logo-black .scroll-logo {
        max-width: 100%;
    }    
}

// .header-section {
//     z-index: -1;
// }

// .header {
//     z-index: 0 !important;
// }

// .woocommerce div.product div.images img {
//     max-width: 400px;
// }