/*
Theme Name: eds
Version: 1.0
Description: A child theme of Customizr
Template: customizr
*/

@import url("../customizr/style.css");

/* No Shop Products */
.noshop-category {
    color: #fff;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 5px;
    text-align: center;
    padding-top: 3px;
    font-weight: bold;
    font-size: 18px;
    height: 30px;
    -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, .3);
    -moz-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, .3);
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, .3);
    border: 1px solid rgba(0,0,0,0.4);
}
.noshop-products-div {
    margin: 0 auto;
    text-align: center;
}
.noshop-products {
    margin: 0 auto;
    height: 190px;
    border: 1px solid rgba(0,0,0,0.4);
    margin-top: 10px;
    display:-moz-inline-stack;
    display:inline-block;
    text-align: cente;
}
.noshop-product {
    display:-moz-inline-stack;
    display:inline-block;
    width: 200px;
    height: 200px;
    margin: 10px 0px;
    border-right: 1px solid #939598;
    vertical-align: top;
}
.last-product {
    border-right: none;
}
.noshop-product-imagebox {
    margin: 0 auto;
    width: 150px;
}
.noshop-product-imagebox img {
    height: 150px;
}
.noshop-product-textbox {
    text-align: center;
    padding: 0px 15px;
}
.noshop-product-textbox a, .noshop-product-textbox a:visited, .noshop-product-textbox a:link {
    color: #000;
    font-size: 10px;
    font-weight: bold;
}
.noshop-product-title {
    font-style: normal;
    font-size: 1.2em;
}
.noshop-product-desc {
    font-style: italic;
    font-size: 0.8em;
}
/** end products grid **/


.navbar {
    float: right;
    width: 65%;
}

/* make the top page border smaller */
.tc-header {
    min-height: 45px;
    background: #fff;
    background-image: none;
    border-bottom: 3px solid #e9eaee;
}

/* remove the page icon on pages */
.format-icon:before {
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    padding-right: 10px;
    opacity: 0.2;
    position: relative;
    top: 8px;
    display: none;
    font: normal normal 1.2em/1 'entypo';
}

.featurette-divider {
    clear: both;
    margin: 3px;
}

.navbar a {
    font-weight: bold;
    font-size: 17px;
    padding: 5px 20px;
}

.fp-text-three {
   margin-top: 15px;
}