/*
Theme Name: Child Bakery Shop Pro
Template: bakery-shop-pro
Author: Hubbard Broadcasting
Author URI: https://wordpress.org/
Description: The child theme of Bakery Shop Pro.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bakery-shop-pro
Tags: bakery, shop, pro

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ProfitMag is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
@font-face {
    font-family: Niconne;
    max-width: 100%;
    overflow-x: hidden;
    src: url(fonts/Niconne-Regular.ttf);
    font-weight: normal;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.entry-content .thumbnnailclass {
    width: 300px;
    height: auto;
    float: left;
    margin: 15px 10px 5px 0px;
    border: 1px solid #330033;
}

.single-thumbb {
    width: 80%;
    height: auto;
    background-color: #bfbfbf;
    border: 1px solid #bfbfbf;
}

.content-area li a {
    color: #0180dd !important;
}

.header-top .solrpower_facet_widget h2.widget-title {
    display:none;
}

#solr_facet input[type="text"] {
    border: 0;
    border-radius: 0;
    font-size: 14px;
    padding: 5px 5px 5px 5px;
    width: 85%;
    margin-right: 0px;
}

#solr_facet input[type="submit"] {
    float: right;
    background: url(images/icon-search.png) no-repeat;
    width: 25px;
    height: 25px;
    border: 0;
    border-radius: 0;
    text-indent: -9999px;
    box-shadow: none;
    background-color: #fff;
    background-position: center; 
    padding: 5px 5px 5px 5px;
    margin: 1px 0px 1px 0px;
  }