/*
Theme Name: Pancake Voyage
Theme URI: https://pancake-voyage.com
Description: A child theme of PlayGrow
Author: LDB
Author URI: https://laurentdeblasis.com
Version: 1.0
Text Domain: playgrow
Template: playgrow
*/
/* home */
#qodef-page-inner {
    padding: 80px 0 100px;
}
.archive .qodef-page-title {
    height: auto;
}
.archive .qodef-page-title .category-image {
    margin: 10px 0;
}
/* footer */
.txt-white,
.txt-white a {
	color: white;
}
.small-margin {
	margin: 0 0 -30px;
}

/* menu plus serré */
.qodef-header-navigation>ul>li {
    margin: 0 25px;
}
/* sub menu plus large */
.qodef-header-navigation ul li.qodef-menu-item--narrow ul {
    width: 262px;
}
/* search home */
.search-home  input[type="search"] {
  width: auto;
  min-width: 200px;
  margin: 0;
}
.search-home  button[type="submit"] {
  background-color: #eee;
  border-radius: 10px;
  border-width: 0px;
}