/**
 * Your Inspiration Themes
 * 
 * In this files the framework register default metaboxes.
 * 
 * @package WordPress
 * @subpackage Your Inspiration Themes
 * @author Your Inspiration Themes Team <info@yourinspirationthemes.com>
 *
 * This source file is subject to the GNU GENERAL PUBLIC LICENSE (GPL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.gnu.org/licenses/gpl-3.0.txt
 */


@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  src: url(http://themes.googleusercontent.com/static/fonts/muli/v4/kU4XYdV4jtS72BIidPtqyw.woff) format('woff');
}

@font-face {
  font-family: 'Muli';
  font-style: italic;
  font-weight: 400;
  src: local('Muli Italic'), local('Muli-Italic'), url(http://themes.googleusercontent.com/static/fonts/muli/v4/9pglA9mmygCxuxvISUrc-g.woff) format('woff');
}

/********************************************

In this file you can add your custom CSS.
It will always override rules in style.css.
Good work... and good luck! :)

********************************************/

/*avvicinamento banner sotto lo slider in home page*/
#banner0, #banner1, #banner2  { 
    margin-top: -12px;
}

/*colore box on sale*/
span.onsale {
    background-color: #91CC07;
    color: #FFFFFF;
}

/*colore bottoni "per saperne di più" nell'elenco prodotti*/
ul.products li.product.list a.read-more {
    background-color: #90cc0a;
    color: #FFFFFF;
}

/*modifica colore slider-caption flexslider-elegant */
.slider.flexslider-elegant ul li .slider-caption {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(255, 255, 255, 0.8);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    position: absolute;
}

#page-meta h1 {
    border-bottom-color: #E7E6E6;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-size: 20px;
    padding-bottom: 7px;
}

#header-sidebar .widget2 {
    display: inline-block;
    margin-left: 4px;
    vertical-align: top;
}

body .englishversion {
    color: #8F9090 !important;
    height: 28px;
    line-height: 28px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: absolute;
    right: 50;
    top: -40px;
}

body .englishversion
a {
    font-size: 11px;
}

.flex-control-nav li {
    display: none;
    margin: 0 0px;
}

.flexslider {
    margin: 0 auto 30px !important;
}