/*
Theme Name: Expert Bad Child
Description: L'enfant terrible du framework de GGG
Version: 4.4.1
Author: GGG
Author URI: http://gggabriel.fr
Template: expert
*/

/* The adventure starts here */

/* FONT PERSO */

@font-face {
    font-family: 'notaw01-lightregular';
    src: url('fonts/nota-light-webfont.woff2') format('woff2'),
         url('fonts/nota-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* GENERAL */

h1,h2,h3,h4,h5{
    font-family: "notaw01-lightregular", sans-serif;
    font-weight: normal !important;
}

.stel_cookie_text a {
	color: white;
	text-decoration: underline;
}

/* ENTETE */

#header {
    background: rgba(0,0,0,0.3);
}

.av-main-nav > li {
    font-family: "notaw01-lightregular";
    text-transform: uppercase;
    letter-spacing: 1px;
}

.menu-item a{
	font-weight: normal !important;
}

/* SLIDESHOW */


.stel-slideshow-dots a {


    height: 9.5px;
    width: 18.5px;
    border-radius: 0;
    background: #0000;
    border: 1px solid white;
}

/* Filtres */

a.active_sort, .alternate_color .av-sort-by-term a.active_sor {
    color: #555555 !important;
}

.av-masonry-entry .av-masonry-entry-title {
    font-size: 2em;
    color: 
    #fff;
}

figcaption.av-inner-masonry-content {
	background: transparent !important;
}

.stel-arrow {
	background: transparent !important;
}