/*
Theme Name:   Foodica Child
Description:  Thème enfant pour Foodica.
Author:       Beny
Template:     foodica
Version:      1.0.0
*/


.navbar-brand-wpz .site-description {
	color: yellow !important;
}

.sb-search {
    display: none !important;
}


/* marge en dessous de la zone recherche de recette */

.form-search-recipe {
	margin-bottom: 50px;
}


/* style page recettes */

.container {
    display: flex;
    justify-content: space-between;
}

.content-main {
    width: 70%;
}

.sidebar {
    width: 30%;
    padding-left: 20px;
}


/* style wdget */

.foodica-featured-posts-gallery {
	margin-top: 20px;
}

/*
.foodica-featured-posts-gallery ul li {
  list-style-type: square;
}
*/






