/*
 Theme Name:     Customizr Child
 Theme URI:      http://www.languebulgare.fr/
 Description:    Theme Custom pour le site www.languebulgare.fr
 Author:         Christophe Chazeau
 Author URI:     http://www.languebulgare.fr/
 Template:       customizr
 Version:        1.0.0
*/

/* Bouger tout ce qui est en dessous du slider vers le haut */
/*.home #main-wrapper {
position: relative;
top: -500px;
}
.round-div{opacity:0;}
*/

/**** log à gauche ****/
.site-logo {float:left;}

/* remonter le slider sous la navbar */
/*.tc-header, .navbar-inner {
position: relative;
min-height:10px;
max-height: 10px;
}*/

/**** Menus avec des coins non arrondis ****/
.dropdown-menu {
  border-radius: 0;
  border-image: none;
  background-image: none;
}
.navbar .nav > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu:after {
    display: none;
}


/**** Font plus light ****/
body {
/*font-family: 'Roboto', sans-serif;*/
font-weight:300;
color:black;
}


/**** Styling du menu ****/
.nav-collapse .nav .nav-header {
    /* Adjust Text Color Level 1 */
line-height:30px;
font-weight:100;
}
.nav-collapse .nav > li > a,
.nav-collapse .dropdown-menu a {
line-height:30px;
font-weight:100;
   /* Adjust Text Color Level 2 */

}
.nav-collapse .nav > li > a,
.nav-collapse .nav > li > a,
.nav-collapse .dropdown-menu a,
.nav-collapse .dropdown-menu a {
   /* Adjust Background Color Level 2 */
line-height:30px;
font-weight:100;

}
.nav-collapse .nav > li > a:hover,
.nav-collapse .nav > li > a:focus,
.nav-collapse .dropdown-menu a:hover,
.nav-collapse .dropdown-menu a:focus {
  /* Adjust Background Hover Color Level 2 */
line-height:30px;
font-weight:100;
}
.nav-collapse .dropdown-menu > li.current-menu-item > a, 
.nav-collapse .dropdown-menu > li.current-menu-ancestor > a {
background-color:   #666366;   /* Adjust Background Color Current Item */
color:              #fafafa;   /* Adjust Text Color Current Item */
line-height:30px;
font-weight:100;
}
/* Remove the surrounding background */
.nav-collapse.tc-hover-menu-wrapper.in.collapse {
line-height:30px;
font-weight:100;
}
/* Remove the separator bars */
.tc-hover-menu.nav a {
}

.dropdown-submenu > .dropdown-menu {
border-radius:0px;

}
.dropdown-menu {
margin-top: 0px;
border-radius:0px;
} 
/* Fin styling du menu */

/* font du titre */
.site-title, .site-description	{
font-weight: 100;
font-weight: 100;
}


/* Frise apres le slider */
.home .carousel::after{
height:27px;
content:" ";
width:100%;   
background-image:url("http://www.languebulgare.fr/wp-content/themes/languebulgare-customizr-child/frise.gif");
background-repeat: repeat-x;
display:block;
}




/* La bordure de la header */
.tc-header{
/*border-bottom: 10px solid #00966E;*/
border-bottom: 0px;
}
/* Frise après la header */
.tc-header::after{
height:27px;
content:" ";
width:100%;   
background-image:url("http://www.languebulgare.fr/wp-content/themes/languebulgare-customizr-child/frise.gif") ;
background-repeat: repeat-x;
display:block;
}
.colophon
{	
	display:none;
}

/* header sticky */ 
.sticky-enabled .tc-header{
border:0px;
}

/* Frise du header en mode sticky */
.sticky-enabled .tc-header::after{
height:15px;
content:" ";
width:100%;   
background-image:url("http://www.languebulgare.fr/wp-content/themes/languebulgare-customizr-child/frise.gif") ;
background-repeat: repeat-x;
background-size: 25px;
display:block;
opacity:0.8;

}

/* Frise avant le footer */
footer#footer::before{
height:27px;
content:" ";
width:100%;   
background-image:url("http://www.languebulgare.fr/wp-content/themes/languebulgare-customizr-child/frise.gif") ;
background-repeat: repeat-x;
display:block;
}


/* Bordure du haut du footer */
footer#footer{

border-top-width: 0px;
}
hr{
border-bottom:1px dotted #00966E;
}



/* Réducion du tutre pour les petits écrans */
@media screen and (max-width: 1200px)
{
/*.site-title{font-size:20px;}
.bg-BG .site-title{
font-size:20px;
}*/
}

/* Bordure des articles 
article
{
  padding: 0 50px 0 50px;
  border-left:1px solid #00966E;
  border-right:1px solid #00966E;
}*/

/**** Featured pages ****/
div .widget-front{

}


/* START OF Change Slider to Fader */
/* Make Carousel fade - adapt 2s to required delay */
.carousel-inner > .item {
-webkit-transition: opacity 1s ease-in-out ;
transition:         opacity 1s ease-in-out ;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
opacity:        1;
z-index:        1;
left:           0;
}
.carousel-inner > .active.left {
opacity:        0;
z-index:        2;
left:           0;
}
.carousel-inner > .active.right {
opacity:        0;
z-index:        2;
left:           0;
}

/* remove previous/next arrows from home page only */
.home .carousel-control {
display:        none ;
}
/* END OF Change Slider to Fader */
.site-logo  img{height:5px;}

#category-posts-2 h3:before {
  content: "\F15B";
}
#text-9 h3:before {
  content: "\F187";
}

/* WIDGETS STYLING */
.category-posts-internal li a
{
  font-size: 13px;
}
.category-posts-internal li {
  list-style: none;
}
.category-posts-internal li a:before{
  content: '\203A';
  position: relative;
  left: -10px;
  -webkit-transition: left 0.2s;
  -moz-transition: left 0.2s;
  -ms-transition: left 0.2s;
  -o-transition: left 0.2s;
  transition: left 0.2s;
}
