/*  
Theme Name: Bi-Shop Child
Theme URI: http://live.yithemes.com/edumatica-preview/
Version: 1.6.4
Author: Your Inspiration Themes
Author URI: http://yithemes.com/
Description: Ecommerce Wordpress Theme
Text Domain: yit
Core Framework Version: 2.0.0
Tags: white, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, front-page-post-form, full-width-template, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

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.

Copyright: (c) 2012-2014 Your Inspiration Themes
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
template: edumatica
*/

/* If you need to edit Bi-Shop folder name, pay attention to change the name even in woocommerce/style.css file */
@import url("../edumatica/style.css");

/* Below you can write your style */

/**

Texto títulos de Recent posts

*/
.widget.recent-posts .recent-post .text>div.post-content>a.title { 
color: #555555;
font-weight: bold;
}

/** 

Image slider removing arrows and nav 

*/
ul.flex-direction-nav li {
    display:none;
}

ul.flex-direction-nav-custom li {
display:none;
}

/**

Box titles responsive bug fix

*/
.box-title.box-title-line-middle .title-bar:before, .box-title.box-title-line-around .title-bar:before {
margin-left: -100% !important;
}

/**

Contact form checkbox fixes

*/
.contact-form li div.input-prepend input#politica-contacto {
-webkit-appearance:checkbox;
}

@media (min-width: 768px) {
.checkbox-field.col-sm-1 { width:100%; }
}

.contact-form li div.input-prepend input#politica-contacto {
width:14px;
height:14px;
}

/**

Salto del menu fixes

*/
@media (min-width: 900px) and (max-width: 1200px) {
/* MEGA MENU FIX */
    .nav .megamenu ul.sub-menu > li {
        background-image: none !important;
    }
    .nav .megamenu ul.sub-menu > li {
        display: inline-block;
    }
#nav{
        clear:both;
        text-align: center;
        height: 45px;
    }

.nav ul > li div{
        top:56px;
    }
    .nav ul > li a {
        line-height: 40px;
    }
    .skin2 .nav > ul > li > div {
        top: 32px;
    }
  }
}

/**

Ancho del menu fix

*/
@media ( min-width: 768px ) and ( max-width: 980px ) { #header, .parallaxeos_outer { width: 100%!important; } }
#header { position: fixed; }

/**

Arreglar cabecera de index tras update theme a 4.6

*/
.owl-item img {
    display: inherit !important;
    width: inherit !important;
}