/*
Theme Name: WPLMS Blank ChildTheme
Theme URI: http://www.VibeThemes.com    
Description: Child Theme for WPLMS WordPress Theme
Author: VibeThemes
Author URI: http://themeforest.com/user/vibethemes
Template: wplms
Version: 1.0
*/

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

/* Da qui CSS personalizzato */

/*colore dello sfondo nella pagina singolo corso C2*/
/*.single-course.c2 .course_header, .single-course.c3 .course_header {
    background-color: #f4f9f3;
    color: #FFF;
}*/
/* C5*/

/*bordi delle unità*/
/*.course_curriculum .course_lesson {
    border: none;
    border: 1px solid
}*/
/*=================*/

/* sistema il riquadro d'acquisto*/
/*.single section#title .course_header {
    padding-top: 30px;
    margin-top: 0;
}
.single-course.c5 .course_header #item-header .widget.pricing .course_details li {
    line-height: 2;
    width: 90%;
    margin-left: 5%;
}
.single-course.c5 .course_header #item-header .widget.pricing .course_button.full.button {
    margin: 3%;
        margin-top: 3%;
        margin-right: 3%;
        margin-bottom: 3%;
        margin-left: 3%;
    width: 94%;
}*/
/*===================*/


/* GammaFX: Preventing Hidden WooCommerce products from showing up in WordPress search results */
if ( ! function_exists( 'gamma_search_query_fix' ) ){
  function gamma_search_query_fix( $query = false ) {
    if(!is_admin() && is_search()){
      $query->set( 'meta_query', array(
        'relation' => 'OR',
        array(
          'key' => '1031',
          'value' => 'nascosto',
          'compare' => 'NOT EXISTS',
        ),
        array(
          'key' => '1031',
          'value' => 'nascosto',
          'compare' => '!=',
        ),
      ));
    }
  }
}
add_action( 'pre_get_posts', 'gamma_search_query_fix' );


@font-face {
    font-family: 'Zero-Hour';
    src:url('http://www.artiterapielecce.it/Artedo-academy/font/Zero-Hour.ttf.woff') format('woff'),
        url('http://www.artiterapielecce.it/Artedo-academy/font/Zero-Hour.ttf.svg#Zero-Hour') format('svg'),
        url('http://www.artiterapielecce.it/Artedo-academy/font/Zero-Hour.ttf.eot'),
        url('http://www.artiterapielecce.it/Artedo-academy/font/Zero-Hour.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}


@font-face {font-family: "Zero Hour"; src: url("//db.onlinewebfonts.com/t/42d5343f92468c1a73fe9d091cadd4c1.eot"); src: url("//db.onlinewebfonts.com/t/42d5343f92468c1a73fe9d091cadd4c1.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/42d5343f92468c1a73fe9d091cadd4c1.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/42d5343f92468c1a73fe9d091cadd4c1.woff") format("woff"), url("//db.onlinewebfonts.com/t/42d5343f92468c1a73fe9d091cadd4c1.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/42d5343f92468c1a73fe9d091cadd4c1.svg#Zero Hour") format("svg"); }