@charset "UTF-8";
/**
 * Theme Name:  Brunch Pro Sous-Thème
 * Description: This is the Brunch Pro sub-child theme created for the Genesis Framework.
 * Author:      Shay Bocks
 * Author URI:  http://shaybocks.com/
 * Version:     2.1.2
 *
 * Tags: black, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, customizer
 *
 * Template: genesis
 * Template Version: 2.0.1
 *
 * License: GPL-2.0+
 * License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Reset
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Headings
		- Screen Reader Text
	- Widgets
		- Featured Page and Featured Post
		- User Profile
	- Plugins
		- Genesis eNews Extended
		- Gravity Forms
		- Simmer
	- Custom Page Templates
		- Home Page
		- Recipes Page
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Archive Pagination
		- Entry Navigation
		- After Entry
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/

/*
HTML5 Reset
----------------------------------------------------------------------------- */

@font-face {
  font-family : 'century';
  src         : url('fonts/century-regular.eot');
  src 		  : url('fonts/century-regular.woff') format('woff');
  src         : url('fonts/century-regular.ttf') format('truetype');
  font-weight : normal;
  font-style  : normal;
}

@font-face {
  font-family : 'CenturyGothic';
  src         : url('fonts/century-gothic.eot');
  src         : url('fonts/century-gothic.woff') format('woff');
  src         : url('fonts/century-gothic.ttf') format('truetype');
}


@font-face {
  font-family : 'CenturyGothic-bold';
  src         : url('fonts/century-gothic-bold.eot');
  src         : url('fonts/century-gothic-bold.woff') format('woff');
  src         : url('fonts/century-gothic-bold.ttf') format('truetype');
}


/* ## Baseline Normalize
--------------------------------------------- */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family              : sans-serif;
  -webkit-text-size-adjust : 100%;
  -ms-text-size-adjust     : 100%;
}

body {
  margin : 0;
}

/* HTML5 display definitions
--------------------------------------------- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display : block;
}

audio,
canvas,
progress,
video {
  display        : inline-block;
  vertical-align : baseline;
}

audio:not([controls]) {
  display : none;
  height  : 0;
}

[hidden],
template {
  display : none;
}

/* Links
--------------------------------------------- */

a {
  background-color : transparent;
}

a:active,
a:hover {
  outline : 0;
}

/* Text-level semantics
--------------------------------------------- */

abbr[title] {
  border-bottom : 1px dotted;
}

b,
strong {
  font-weight : bold;
}

dfn {
  font-style : italic;
}

h1 {
  font-size : 2em;
  margin    : 0.67em 0;
}

mark {
  background : #ffff00;
  color      : #000000;
}

small {
  font-size : 80%;
}

sub,
sup {
  font-size      : 75%;
  line-height    : 0;
  position       : relative;
  vertical-align : baseline;
}

sup {
  top : -0.5em;
}

sub {
  bottom : -0.25em;
}

/* Embedded content
--------------------------------------------- */

img {
  border : 0;
}

svg:not(:root) {
  overflow : hidden;
}

/* Grouping content
--------------------------------------------- */

figure {
  margin : 1em 40px;
}

hr {
  -moz-box-sizing    : content-box;
  -webkit-box-sizing : content-box;
  box-sizing         : content-box;
  height             : 0;
}

pre {
  overflow : auto;
}

code,
kbd,
pre,
samp {
  font-family : monospace, monospace;
  font-size   : 1em;
}

/* Forms
--------------------------------------------- */

button,
input,
optgroup,
select,
textarea {
  color  : inherit;
  font   : inherit;
  margin : 0;
}

button {
  overflow : visible;
}

button,
select {
  text-transform : none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor             : pointer;
  -webkit-appearance : button;
}

button[disabled],
html input[disabled] {
  cursor : default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border  : 0;
  padding : 0;
}

input {
  line-height : normal;
}

input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing    : border-box;
  -webkit-box-sizing : border-box;
  box-sizing         : border-box;
  padding            : 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height : auto;
}

input[type="search"] {
  -moz-box-sizing    : content-box;
  -webkit-box-sizing : content-box;
  box-sizing         : content-box;
  -webkit-appearance : textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance : none;
}

fieldset {
  border  : 1px solid #c0c0c0;
  margin  : 0 2px;
  padding : 0.35em 0.625em 0.75em;
}

legend {
  border  : 0;
  padding : 0;
}

textarea {
  overflow : auto;
}

optgroup {
  font-weight : bold;
}

/* Tables
--------------------------------------------- */

table {
  border-collapse : collapse;
  border-spacing  : 0;
}

td,
th {
  padding : 0;
}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
  -moz-box-sizing    : border-box;
  -webkit-box-sizing : border-box;
  box-sizing         : border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:after,
.clear:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.widget-area:after,
.after-entry:after,
.comment-respond:after,
.wrap:after {
  clear   : both;
  content : " ";
  display : table;
}

.clear,
.clear-line {
  clear         : both;
  margin-bottom : 30px;
}

/*
Defaults
----------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
  background     : #ffffff;
  color          : #585858;
  font-family    : "CenturyGothic", Helvetica, serif !important;
  font-size      : 12px;
  font-weight    : 400;
  letter-spacing : 0.02em;
  line-height    : 1.8;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus {
  -webkit-transition : all 0.1s ease-in-out;
  transition         : all 0.1s ease-in-out;
}

::-moz-selection {
  background : #111111;
  color      : #ffffff;
}

::selection {
  background : #111111;
  color      : #ffffff;
}

a {
  color           : #44d5af;
  font-style      : italic;
  text-decoration : none;
}

a img {
  margin-bottom : 20px;
}

a:hover img,
a:focus img {
  opacity            : 0.9;
  -webkit-transition : opacity 0.2s ease-in-out;
  transition         : opacity 0.2s ease-in-out;
}

a:hover,
a:focus {
  color : #302a2c;
}

hr {
  background    : transparent;
  border-top    : 1px solid #eeeeee;
  color         : #ffffff;
  margin-bottom : 40px;
}

p {
  margin  : 5px 0 15px;
  padding : 0;
  font-family: "century", Helvetica, serif !important;
  font-size: 13px;
}

strong {
  font-weight : 600;
}

ol,
ul {
  margin          : 0;
  padding         : 0;
  list-style-type : none;
}

blockquote,
blockquote::before {
  color : #999999;
}

blockquote {
  margin  : 0;
  padding : 22px 20px;
}

blockquote::before {
  content   : "\201C";
  display   : block;
  font-size : 30px;
  height    : 0;
  position  : relative;
  top       : -10px;
  left      : -20px;
}

pre {
  background  : #111111;
  color       : #cccccc;
  overflow    : scroll;
  padding     : 0 20px;
  white-space : pre;
}

cite {
  font-style : normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family    : "CenturyGothic-bold", Helvetica, sans-serif;
  margin         : 10px 0 16px;
  padding        : 0;
  text-transform : uppercase;
}

h1 {
  font-size : 22px;
}

h1 a {
  font-style : normal;
}

h2 {
  font-size : 20px;
}

h3 {
  font-size : 18px;
}

h4 {
  font-size : 16px;
}

h5 {
  font-size : 14px;
}

h6 {
  font-size : 12px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width : 100%;
}

img {
  height : auto;
}

.featured-content img,
.gallery img {
  margin-bottom : 0;
  width         : auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
  overflow : hidden;
}

.gallery-item {
  float      : left;
  margin     : 0 0 28px;
  text-align : center;
}

.gallery-columns-2 .gallery-item {
  width : 50%;
}

.gallery-columns-3 .gallery-item {
  width : 33%;
}

.gallery-columns-4 .gallery-item {
  width : 25%;
}

.gallery-columns-5 .gallery-item {
  width : 20%;
}

.gallery-columns-6 .gallery-item {
  width : 16.6666%;
}

.gallery-columns-7 .gallery-item {
  width : 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width : 12.5%;
}

.gallery-columns-9 .gallery-item {
  width : 11.1111%;
}

.gallery img {
  border  : 1px solid #eeeeee;
  height  : auto;
  padding : 4px;
}

.gallery img:hover,
.gallery img:focus {
  border : 1px solid #999999;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
  border             : 1px solid #585858;
  -moz-box-shadow    : 0 0 0 #585858;
  -webkit-box-shadow : 0 0 0 #585858;
  -webkit-box-shadow : 0 0 0 #ffffff;
  box-shadow         : 0 0 0 #585858;
  color              : #585858;
  font-size          : 11px;
  font-style         : italic;
  font-weight        : 300;
  letter-spacing     : 0.5px;
  padding            : 10px;
  width              : 100%;
}

input:focus,
textarea:focus {
  outline : none;
}

::-moz-placeholder {
  color : #000000;
}

::-webkit-input-placeholder {
  color : #000000;
}

.button,
.button-secondary,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background         : #302a2c;
  border             : 1px solid #302a2c;
  -webkit-box-shadow : none;
  box-shadow         : none;
  color              : #ffffff;
  font-size          : 14px;
  cursor             : pointer;
  font-family        : "CenturyGothic", Helvetica, Arial, sans-serif;
  font-style         : normal;
  font-weight        : bold;
  padding            : 5px 15px;
  text-transform     : uppercase;
  width              : auto;
}

.button:hover,
.button:focus,
button:hover,
button:focus,
input:hover[type="button"],
input:focus[type="button"],
input:hover[type="reset"],
input:focus[type="reset"],
input:hover[type="submit"],
input:focus[type="submit"] {
  background : #ffffff;
  color      : #302a2c;
}

.button-secondary {
  background : #f5f5f5;
  color      : #302a2c;
}

.button-secondary:hover,
.button-secondary:focus {
  background : #302a2c;
  color      : #ffffff;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display : none;
}

/*
Structure and Layout
----------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
  position : relative;
  margin   : 0 auto;
}

.site-inner,
.wrap {
  margin    : 0 auto;
  max-width : 1140px;
}

.site-inner {
  margin-top    : 20px;
  margin-bottom : 20px;
}

.home-top {
  margin-bottom : 7.2%;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap,
.alt-sidebar-content .content-sidebar-wrap,
.alt-sidebar-content .content {
  width : 900px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
  float : left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap,
.alt-sidebar-content .content-sidebar-wrap,
.alt-sidebar-content .content {
  float : right;
}

/* Content */
#genesis-content {
  margin-bottom : 15px;
}

.front #genesis-content {
  border-bottom : 1px solid #cbcbcb;
}

.content {
  float : right;
  width : 680px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
  float : left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
  width : 500px;
}

.full-width-content .content,
.full-width-slim .content {
  float : none;
  width : 100%;
}

.full-width-slim .content {
  margin    : 0 auto;
  max-width : 750px;
}

/* Primary Sidebar */
.sidebar-primary {
  float : right;
  width : 300px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
  float : left;
}

/* Secondary Sidebar */
.sidebar-secondary {
  float : left;
  width : 160px;
}

.content-sidebar-sidebar .sidebar-secondary {
  float : right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float       : left;
  margin-left : 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
  width : 48.717948717948715%;
}

.one-third,
.two-sixths {
  width : 31.623931623931625%;
}

.four-sixths,
.two-thirds {
  width : 65.81196581196582%;
}

.one-fourth {
  width : 23.076923076923077%;
}

.three-fourths {
  width : 74.35897435897436%;
}

.one-sixth {
  width : 14.52991452991453%;
}

.five-sixths {
  width : 82.90598290598291%;
}

.first {
  clear       : both;
  margin-left : 0;
}

/*
Common Classes
----------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.brunch-pro .sidebar .widget_search {
  border : 0;
}

.search-form input {
  clear         : none;
  display       : inline;
  float         : left;
  margin-bottom : 0;
  padding       : 10px 15px;
  width         : 70%;
  border        : 2px solid #c1c1c1;
  border-right  : 0;
}

.search-form input[type="submit"] {
  background  : transparent;
  border      : 2px solid #c1c1c1;
  color       : #585858;
  width       : 30%;
  text-indent : -99999999px;
  font-size   : 11px;
}

#search-4 .widgettitle {
  margin : 0;
}

#search-4 .search-form {
  position : relative;
}

#search-4 .search-form:after {
  content   : "GO !";
  position  : absolute;
  top       : 3px;
  right     : 8%;
  z-index   : -1;
  font-size : 18px;
}

.sidebar-secondary .search-form input {
  display : block;
  width   : 100%;
}

.sidebar-secondary .search-form input[type="submit"] {
  display : none;
}

img.centered,
.aligncenter {
  display    : block;
  margin     : 0 auto;
  text-align : center;
}

img.alignnone {
  margin-bottom : 12px;
}

.alignleft {
  float        : left;
  margin-right : 40px;
  max-width    : 100%;
  text-align   : left;
}

.sidebar .alignleft {
  margin-right : 10px;
}

.alignright {
  float       : right;
  margin-left : 40px;
  max-width   : 100%;
  text-align  : right;
}

img.alignleft,
.wp-caption.alignleft {
  margin : 0 22px 22px 0;
}

img.alignright,
.wp-caption.alignright {
  margin : 0 0 22px 22px;
}

.wp-caption-text {
  font-size  : 11px;
  font-style : italic;
  margin     : 0;
  text-align : center;
}

.wp-caption {
  max-width : 100% !important;
}

.widget_calendar table {
  width : 100%;
}

.widget_calendar td {
  text-align : center;
}


/* Genesis
--------------------------------------------- */

.breadcrumb {
  margin-bottom : 20px;
}

.archive-description,
.author-box {
  margin-bottom : 20px;
}

.archive-description {
  padding : 20px 20px 22px;
}

.author-box {
  padding : 20px;
}

.author-box-title {
  color         : #111111;
  font-size     : 16px;
  margin-bottom : 4px;
  margin-top    : 0;
}

.author-box p {
  margin : 0;
}

.author-box .avatar {
  margin-right : 22px;
}

/* Headings
--------------------------------------------- */
.entry-header {
  text-align : center;
}

.home-middle .entry-header {
  text-align : left;
}

.single-post .entry-header {
  margin-bottom : 7%;
}

.entry-title {
  display       : inline-block;
  position      : relative;
  font-size     : 18px;
  line-height   : 1.2;
  margin-bottom : 10px;
  text-align    : center;
}

.home-middle .entry-title {
  max-width  : 40%;
  text-align : left;
}

.page .entry-title {
  margin-bottom : 16px;
}

.home-middle .entry-title:after {
  content          : "";
  display          : table;
  width            : 18px;
  height           : 1px;
  margin-top       : 9px;
  background-color : #585858;
}

.page-template-default .entry-title:after {
  content          : "";
  display          : table;
  margin           : 9px auto 0;
  width            : 18px;
  height           : 1px;
  background-color : #585858;
}

.home-middle .single-post .entry-title:after {
  content          : "";
  position         : absolute;
  bottom           : -77%;
  left             : 0;
  right            : 0;
  margin           : auto;
  width            : 18px;
  height           : 1px;
  background-color : #585858;
}

.sidebar .entry-title {
  font-size   : 14px;
  font-weight : bold;
}

h1.entry-title,
.entry-title a,
.sidebar .widgettitle a {
  color           : #585858;
  font-style      : normal;
  text-decoration : none;
}

.widgettitle {
  color          : #585858;
  font-size      : 14px;
  font-weight    : 400;
  margin         : 0 0 10px;
  text-align     : center;
  text-transform : uppercase;
}

.home-top .entry-content p:first-child {
  display : none;
}

.sidebar .widgettitle,
.footer-widgets .widgettitle {
  font-size  : 10px;
  text-align : left;
}

.sidebar .widgettitle {
  font-size : 18px;
}

.sidebar .widgettitle a {
  border : none;
}

.archive-title {
  font-size     : 20px;
  margin-bottom : 22px;
}

#text-3 .widgettitle {
  margin      : 0;
  font-weight : bold;
}

#text-3 p:first-child {
  margin-top  : 0;
  font-family : "century";
}

/* ## Screen reader text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  background : #ffffff;
  border     : 0;
  clip       : rect(0, 0, 0, 0);
  color      : #302a2c;
  height     : 1px;
  overflow   : hidden;
  position   : absolute !important;
  width      : 1px;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
  -webkit-box-shadow : 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow         : 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip               : auto !important;
  display            : block;
  font-size          : 1em;
  font-weight        : bold;
  height             : auto;
  padding            : 15px 23px 14px;
  text-decoration    : none;
  width              : auto;
  z-index            : 100000;
}

.more-link {
  position : relative;
}

/* # Skip Links
----------------------------------------------------------------------------- */

.genesis-skip-link li {
  height     : 0;
  list-style : none;
  width      : 0;
}

/*
Widgets
----------------------------------------------------------------------------- */

/* Featured Page and Featured Post
--------------------------------------------- */
.home-top .featured-content .widget-wrap {
  text-align : center;
}

.home-top .featured-content .entry {
  border : 0;
}

.featured-content .alignleft,
.featured-content .alignright {
  max-width : 40%;
}

#featured-post-6 .entry-header {
  padding-top : 6%;
}

/* User Profile
--------------------------------------------- */

.user-profile .alignleft {
  margin-right : 20px;
}

.user-profile .alignright {
  margin-left : 20px;
}

.user-profile .avatar-45 {
  border                : 3px solid #ffffff;
  -webkit-border-radius : 45px;
  border-radius         : 45px;
}

.user-profile .avatar-65 {
  border                : 3px solid #ffffff;
  -webkit-border-radius : 65px;
  border-radius         : 65px;
}

.user-profile .avatar-85 {
  border                : 3px solid #ffffff;
  -webkit-border-radius : 85px;
  border-radius         : 85px;
}

.user-profile .avatar-125 {
  border                : 3px solid #ffffff;
  -webkit-border-radius : 125px;
  border-radius         : 125px;
}

/*
Plugins
----------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.home-top .enews-widget {
  border-top : 1px solid #eeeeee;
  margin-top : 20px;
  padding    : 40px 0;
}

.home-top .enews-widget .widgettitle {
  font-size : 16px;
}

.enews-widget .widgettitle {
  line-height : 50px;
  margin      : 0 20px 0 0;
  text-align  : center;
  color       : #ffffff;
}

.enews-widget {
  max-width  : 300px;
  margin     : 0 auto;
  padding    : 0 30px 15px !important;
  background : url("images/feuillage.png") no-repeat #8da491 -40px -15px;
  text-align : center;
}

.enews-widget p {
  font-family : "century";
  font-size   : 12px;
  color       : #ffffff;
  margin      : 0px 0 20px 0;
}

#subbox1,
#subbox2 {
  display : none;
}

.enews-widget input {
  border        : 1px solid #000000;
  clear         : none;
  display       : inline;
  float         : left;
  margin-bottom : 15px;
}

.enews-widget input[type="email"] {
  width : 61.8%;
}

.enews-widget input[type="submit"] {
  padding-left  : 0 !important;
  padding-right : 0 !important;
  width         : 125px !important;
  margin-left   : auto;
  margin-right  : auto;
  border        : 2px solid #ffffff !important;
  background    : #8da491 !important;
  color         : #ffffff !important;
}

.enews-widget input[type="submit"]:hover {
  background   : #ffffff !important;
  border-color : #ffffff !important;
  color        : #8da491 !important;
}

.footer-widgets .enews-widget .widgettitle,
.footer-widgets .enews-widget p,
.footer-widgets .enews-widget form,
.sidebar .enews-widget .widgettitle,
.sidebar .enews-widget p,
.sidebar .enews-widget form,
.sidebar .enews-widget input,
.sidebar .enews-widget input[type="submit"] {
  clear   : both;
  display : block;
  float   : none;
  width   : 100%;
}

.footer-widgets .enews-widget input {
  font-size : 10px;
}

.sidebar .enews-widget input {
  border        : 1px solid #eeeeee;
  margin-bottom : 15px;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
  font-size : 16px;
  padding   : 8px;
}

div.gform_wrapper .ginput_complex label {
  padding : 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
  margin : 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
  font-size : 12px;
}

/* Simmer
--------------------------------------------- */

.brunch-pro .simmer-recipe-details {
  *zoom : 1;
}

/* Meta */
.brunch-pro .simmer-embedded-recipe .simmer-recipe-title a {
  color      : #302a2c;
  margin-top : 0;
  max-width  : 60%;
}

.brunch-pro .simmer-recipe-meta {
  font-size  : 11px;
  font-style : italic;
}

.brunch-pro .simmer-recipe-byline {
  display    : none;
  visibility : hidden;
}

.entry-time {
  font-size : 12px;
}

.home-top .entry-header {
  margin-top : 10px;
}

/* Description */
.brunch-pro .simmer-recipe-description img {
  float  : right;
  margin : -60px 0 20px 40px;
}

/* Details */
.brunch-pro .simmer-recipe-details {
  background     : #f5f5f5;
  border         : 0;
  font-family    : "Lato", Helvetica, sans-serif;
  font-size      : 10px;
  letter-spacing : 1px;
  margin         : 0 -40px;
  padding        : 40px;
  text-align     : center;
  text-transform : uppercase;
}

.brunch-pro .simmer-recipe-details a {
  font-style : normal;
}

.brunch-pro .simmer-recipe-details ul {
  list-style : none;
  margin     : 0 0 10px 0;
  padding    : 0;
}

.brunch-pro .simmer-recipe-details ul:last-child {
  margin-bottom : 0;
}

.brunch-pro .simmer-recipe-details li {
  border-right : 1px solid #000000;
  display      : inline-block;
  padding      : 0 20px 0 0;
}

.brunch-pro .simmer-recipe-details li:first-child {
  margin-left  : 0;
  padding-left : 0;
}

.brunch-pro .simmer-recipe-details li:last-child {
  border-right  : none;
  padding-right : 0;
}

/* Ingredients */
.brunch-pro .simmer-recipe-ingredients {
  display       : inline;
  float         : left;
  margin-bottom : 40px;
  width         : 30%;
}

.brunch-pro .simmer-recipe-ingredients h3 {
  font-size  : 14px;
  margin-top : 40px;
}

.brunch-pro .simmer-ingredients {
  margin : 0;
}

.brunch-pro .simmer-ingredients li {
  margin-bottom : 0.5em;
}

/* Instructions */
.brunch-pro .simmer-recipe-instructions {
  clear         : right;
  display       : inline;
  float         : right;
  margin-bottom : 40px;
  width         : 63%;
}

.brunch-pro .simmer-recipe-instructions h3 {
  font-size  : 14px;
  margin-top : 40px;
}

.brunch-pro .simmer-instructions {
  margin : 0;
}

.brunch-pro .simmer-instructions li {
  margin-bottom : 1em;
}

/* Footer */
.brunch-pro .simmer-recipe-footer {
  border-top : 1px solid #eeeeee;
  clear      : both;
  padding    : 20px 0;
}

/* Source */
.brunch-pro .simmer-recipe-source {
  float : left;
  width : 48%;
}

/* Tools */
.brunch-pro .simmer-recipe-tools {
  float      : right;
  text-align : right;
  width      : 48%;
}

.brunch-pro .simmer-icon-print {
  background         : #302a2c;
  border             : 1px solid #302a2c;
  -webkit-box-shadow : none;
  box-shadow         : none;
  color              : #ffffff;
  cursor             : pointer;
  float              : right;
  font-family        : "Lato", Helvetica, Arial, sans-serif;
  font-size          : 16px;
  font-style         : normal;
  font-weight        : 600;
  letter-spacing     : 2px;
  padding            : 15px 20px;
  text-transform     : uppercase;
  width              : auto;
}

.brunch-pro .simmer-icon-print:hover,
.brunch-pro .simmer-icon-print:focus,
.brunch-pro .simmer-icon-print:hover a,
.brunch-pro .simmer-icon-print:focus a {
  background : #ffffff;
  color      : #302a2c;
}

.brunch-pro .simmer-icon-print:hover,
.brunch-pro .simmer-icon-print:focus {
  border : 1px solid #302a2c;
}

.brunch-pro .simmer-icon-print a {
  color      : #ffffff;
  font-size  : 12px;
  font-style : normal;
}

.brunch-pro .simmer-recipe-tools ul {
  list-style : none;
  margin     : 0;
  padding    : 0;
}

.brunch-pro .simmer-recipe-tools li {
  float           : right;
  list-style-type : none;
  margin-right    : 0;
}

.brunch-pro .simmer-recipe-tools li:last-child {
  margin-right : 0;
}

/* Messages */
.brunch-pro .simmer-message {
  -webkit-border-radius : 4px;
  border-radius         : 4px;
  margin                : 20px 0;
  padding               : 10px;
  text-align            : center;
}

/** Embedded Recipes **/
.brunch-pro .simmer-embedded-recipe,
.brunch-pro .simmer-embedded-recipe * {
  -moz-box-sizing    : border-box;
  -webkit-box-sizing : border-box;
  box-sizing         : border-box;
}

.brunch-pro .simmer-embedded-recipe {
  background : #ffffff;
  border     : 1px solid #eeeeee;
  padding    : 40px;
}

.brunch-pro .simmer-embedded-recipe.hentry {
  margin  : 20px 0;
  padding : 20px;
}

.brunch-pro .simmer-embedded-recipe.hentry.has-post-thumbnail {
  padding-top : 20px;
}

.brunch-pro .simmer-embedded-recipe .brunch-pro .simmer-recipe-title {
  margin-top : 0;
}

/*
Custom Page Templates
----------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.before-header .widget {
  margin     : 0 auto;
  padding    : 40px 0;
  text-align : center;
}

.home .one-third .entry-title,
.home .one-fourth .entry-title,
.home .one-sixth .entry-title {
  font-size  : 16px;
  text-align : center;
}

/* Recipes Page
--------------------------------------------- */

.recipe-index {
  margin-top : -20px;
}

.recipe-index .widget {
  border-bottom : 1px solid #eeeeee;
  padding       : 20px 0;
}

.footer-widgets .featured-content .entry,
.recipe-index .featured-content .entry,
.sidebar .featured-content .entry {
  border-bottom  : 0;
  margin-bottom  : 10px;
  padding-bottom : 0;
}

.recipe-index .featuredpost h2,
.archive .one-third .entry-title,
.archive .one-fourth .entry-title,
.archive .one-sixth .entry-title,
.search .one-third .entry-title,
.search .one-fourth .entry-title,
.search .one-sixth .entry-title,
.page-template-page_blog .one-third .entry-title,
.page-template-page_blog .one-fourth .entry-title,
.page-template-page_blog .one-sixth .entry-title {
  font-size      : 12px;
  font-weight    : 400;
  letter-spacing : 0.5px;
  text-transform : none;
}

/*
Site Header
----------------------------------------------------------------------------- */

.site-header {
  background-color : #f5f5f5;
}

.site-header .wrap {
  padding : 10px 0 15px;
}

/* Title Area
--------------------------------------------- */

.title-area {
  display     : inline-block;
  font-family : "Lato", Helvetica, sans-serif;
  font-weight : 400;
  margin      : 0;
  padding     : 18px 0 25px 0;
  text-align  : center;
}

.header-image .title-area {
  padding : 0;
}

.site-title {
  margin : 0;
}

.site-title a {
  color      : #302a2c;
  font-style : normal;
}

.site-title a:hover,
.site-title a:focus {
  color : #302a2c;
}

.site-description {
  display : none;
}

/* Full width header, no widgets */
.header-full-width .title-area,
.header-full-width .site-title {
  width : 100%;
}

/* Logo, hide text */
.header-image .site-title > a {
  -webkit-background-size : contain !important;
  background-size         : contain !important;
  display                 : block;
  height                  : 240px;
  margin                  : 0 auto;
  max-width               : 640px;
  width                   : 80%;
  text-indent             : -9999px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area,
.site-header .widget-area .genesis-nav-menu {
  float      : right;
  text-align : right;
  width      : 760px;
}

.header-image .site-header .widget-area {
  padding : 20px 0;
}

.site-header .search-form {
  float      : right;
  margin-top : 22px;
}

.site-header .widget-area .genesis-nav-menu {
  padding : 40px 0;
}

/*
Site Navigation
----------------------------------------------------------------------------- */

.genesis-nav-menu {
  clear      : both;
  padding    : 0;
  text-align : center;
  width      : 100%;
}

.genesis-nav-menu > .menu-item {
  display        : inline-block;
  font-size      : 18px;
  font-weight    : 400;
  letter-spacing : 2px;
  line-height    : 1;
  margin         : 0;
  padding        : 0;
  text-align     : center;
}

.genesis-nav-menu a {
  color           : #585858;
  display         : block;
  font-style      : normal;
  padding         : 20px 25px;
  position        : relative;
  text-decoration : none;
  text-transform  : uppercase;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
  color : #000000;
}

.genesis-nav-menu .sub-menu {
  opacity            : 0;
  position           : absolute;
  left               : -9999px;
  -webkit-transition : opacity 0.4s ease-in-out;
  transition         : opacity 0.4s ease-in-out;
  margin-left        : -15px;
  width              : 200px;
  text-align         : left;
  z-index            : 2000;
  box-shadow         : 0px 1px 1px 0px rgba(23, 23, 21, 0.18);
}

.genesis-nav-menu .sub-menu a {
  background-color : #ffffff;
  font-size        : 16px;
  letter-spacing   : 1px;
  padding          : 20px 20px 20px 40px;
  position         : relative;
  width            : 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
  margin : -52px 0 0 200px;
}

.genesis-nav-menu .menu-item:hover,
.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item.menu-item-hover {
  position : static;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
  color : #999999;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
  background : #585858;
  color      : #ffffff;
}

.genesis-nav-menu .menu-item:hover > .sub-menu,
.genesis-nav-menu .menu-item:focus > .sub-menu,
.genesis-nav-menu .menu-item.menu-item-hover > .sub-menu {
  opacity : 1;
  left    : auto;
}

.genesis-nav-menu > .first > a {
  padding-left : 0;
}

.genesis-nav-menu > .last > a {
  padding-right : 0;
}

.genesis-nav-menu > .right {
  color           : #ffffff;
  float           : right;
  list-style-type : none;
  padding         : 30px 0;
}

.genesis-nav-menu > .right > a {
  display : inline;
  padding : 0;
}

.genesis-nav-menu > .rss > a {
  margin-left : 48px;
}

.genesis-nav-menu > .search {
  padding : 10px 0 0;
}

.sidebar .menu-item a {
  text-decoration : none;
}

/* Mobile Menu Toggle
--------------------------------------------- */

.menu-toggle,
.sub-menu-toggle {
  display    : none;
  visibility : hidden;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
  border-top : 1px solid #eeeeee;
  margin     : 0 0 20px;
}

.site-header .sub-menu .sub-menu {
  margin-top : -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
  margin : 0;
}

/* Secondary Navigation
--------------------------------------------- */

/*
Content Area
----------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.home-middle .featured-content {
  border-bottom : 1px solid #cbcbcb;
}

.entry {
  margin-bottom : 20px;
  padding       : 0 0 22px;
}

.post {
  margin-bottom : 0;
  padding       : 0;
}

.home-middle .featured-content .post {
  margin-bottom : 10%;
}

.entry-content {
  position : relative;
}

.entry-content .attachment a,
.entry-content .gallery a {
  border : none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
  margin-bottom : 30px;
  font-family   : "century";
  line-height   : 18px;
}

.entry-content ol li,
.entry-content ul li {
  margin-left : 20px;
}

.entry-content ol li {
  list-style-type : decimal;
}

.entry-content ul li {
  list-style-type : disc;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
  margin-bottom : 20px;
}

.entry-content code {
  display     : inline-block;
  font-family : "CenturyGothic";
}

.entry-content .info-title {
  margin-top       : 4.5%;
  padding          : 10px;
  text-transform   : uppercase;
  font-weight      : bold;
  background-color : #ffe6ea;
  font-size        : 15px;
}

.entry-content .info-desc {
  padding : 0 15px;
}

.entry-content p {
  margin : 0;
}

.entry-content strong {
  display        : inline-block;
  margin-top     : 3%;
  font-size      : 15px;
  font-family    : "CenturyGothic";
  text-transform : uppercase;
}

.page .entry-content strong {
  font-family    : "century";
  font-size      : 12px;
  text-transform : inherit;
}

.entry-content img {
  margin-bottom : 10px;
}

.entry-meta {
  font-family    : "CenturyGothic";
  font-size      : 10px;
  font-weight    : 300;
  letter-spacing : 1px;
  margin         : 0 auto 5px;
  text-align     : center;
  text-transform : uppercase;
}

/*.type-post .entry-meta {
  display : none;
}*/

.home-middle .entry-meta {
  text-align : left;
}

.entry-meta a {
  color      : #302a2c;
  font-style : normal;
}

.entry-footer .entry-meta {
  border-bottom : 1px solid #eeeeee;
  border-top    : 1px solid #eeeeee;
  padding       : 20px 0;
}

.post .entry-footer .entry-meta {
  display : none;
}

.entry-comments-link::before {
  content : "\2014";
  margin  : 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
  display : block;
}

a.more-link,
.more-from-category a {
  background      : transparent;
  border          : 2px solid #585858;
  color           : #585858;
  display         : inline-block;
  font-size       : 14px;
  font-style      : normal;
  font-family     : "CenturyGothic";
  font-weight     : 700;
  margin          : 0 auto;
  padding         : 0 15px;
  text-decoration : none;
  text-transform  : uppercase;
}

.more-link {
  margin-top : 15px;
}

.has-post-thumbnail a.more-link {
  margin-top : 5%;
}

.simple-grid a.more-link {
  margin-top : 6px;
}

.more-from-category {
  clear      : both;
  display    : block;
  float      : none;
  text-align : center;
}

.more-from-category a {
  margin : 40px auto;
}

a.more-link:hover,
a.more-link:focus,
.more-from-category a:hover,
.more-from-category a:focus {
  background : #585858;
  color      : #ffffff;
}

/* Archive Navigation
--------------------------------------------- */

.archive-pagination {
  clear     : both;
  font-size : 14px;
  margin    : 20px 0;
}

.archive-pagination li {
  border  : 1px solid #eeeeee;
  display : inline;
  padding : 5px 10px;
}

li.pagination-next,
li.pagination-previous {
  border : 0 !important;
}

.archive-pagination a {
  color           : #302a2c;
  letter-spacing  : 2px;
  text-decoration : none;
  text-transform  : uppercase;
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination li.active a {
  color : #302a2c;
}

/* Comments
--------------------------------------------- */

.entry-comments {
  padding : 20px 0;
}

.entry-comments,
.ping-list {
  margin-bottom : 20px;
}

.entry-comments h3,
.comment-respond h3 {
  color          : #302a2c;
  font-size      : 16px;
  letter-spacing : 1.5px;
  text-transform : uppercase;
}

.entry-comments .comment-author {
  margin : 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width : 50%;
}

.comment .children {
  margin-left : 15px;
}

.comment-respond label {
  display      : block;
  margin-right : 12px;
}

.comment-list li,
.ping-list li {
  list-style-type : none;
  padding         : 30px 0 15px;
}

.comment-list li li {
  margin-right : -32px;
}

.comment-list {
  border-top    : 1px solid #eeeeee;
  border-bottom : 1px solid #eeeeee;
}

.comment .avatar {
  display : inline;
  float   : left;
  margin  : 0 16px 22px 0;
}

.comment-content {
  margin-top  : 15px;
  margin-left : 64px;
}

.comment-content p {
  font-family : "Century";
}

.comment-reply {
  margin-left : 59px;
}

.form-allowed-tags {
  background : #f5f5f5;
  font-size  : 12px;
  padding    : 22px;
}

.comment-meta {
  margin : 0;
}

.comment-meta a {
  color     : #585858;
  font-size : 10px;
}

.comment-reply a {
  padding : 2px 5px;
}

.comment-reply a:hover,
.comment-reply a:focus {
  background : #eeeeee;
}

.comment-author span {
  color          : #585858;
  font-size      : 15px;
  font-weight    : 700;
  text-transform : uppercase;
}

.comment-author .says {
  display : none;
}

.comment-form-comment {
  width : 100%;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
  text-align : right;
}

.comment-form-author label,
.comment-form-author input,
.comment-form-email label,
.comment-form-email input,
.comment-form-url label,
.comment-form-url input {
  display        : inline-block;
  vertical-align : top;
}

.comment-form-author label,
.comment-form-author input,
.comment-form-email label,
.comment-form-email input,
.comment-form-url label,
.comment-form-url input {
  width         : 24%;
  margin        : 0;
  padding-right : 10px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width : 75%;
}

input, select, textarea {
  box-shadow   : none;
  border-color : #e0e0e0;
  font-style   : normal;
}

.comment-form .form-submit {
  margin-top : 25px;
  text-align : right;
}

.comment-form #submit {
  border-width : 2px;
}

/*
Sidebars
----------------------------------------------------------------------------- */

.sidebar p:last-child,
.sidebar ul {
  margin : 0;
}

.sidebar ul > li:last-child {
  margin-bottom : 0;
}

.sidebar .widget {
  padding-bottom : 30px;
}

.sidebar a {
  color : #302a2c;
}

.textwidget {
  font-family : "century";
  text-align  : left;
}

.textwidget a {
  font-family : "CenturyGothic";
  text-align  : left;
}

.cat-item {
  list-style-type : none;
}

#media_image-3 {
  padding-bottom : 10px;
}

.widget_media_image img {
  width : 100%;
}

#media_image-5 {
  margin-top : 30px;
}

#featured-post-3 .widgettitle {
  text-align   : center;
  background   : url(images/favoris-fleurs.png) no-repeat -14px 0px;
  padding      : 32px 0;
  max-width    : 300px;
  margin-left  : auto;
  margin-right : auto;
  font-family : "CenturyGothic", Helvetica, serif;
}

/*#text-5 {
  margin-top : 20%;
}

#text-5 .widgettitle {
  margin-bottom : 20px;
  border        : 2px solid #585858;
  text-align    : center;
}*/

/*
Vous aimerez aussi
 */
.yuzo_widget_wrap {
  margin     : 9% 0 5%;
  text-align : center;
}

.yuzo_widget_wrap .widget-title {
  margin         : 0 auto;
  font-family    : "century";
  color          : #585858;
  font-size      : 12px;
  font-style     : italic;
  text-transform : inherit;
}

.yuzo_related_post_widget .relatedthumb {
  float   : none !important;
  display : inline-block;
}

.equalizer-inner div {
  font-family    : "CenturyGothic";
  color          : #585858;
  text-transform : uppercase;
  font-style     : normal;
}

.post .wp-post-navigation {
  position : absolute;
  left     : 0;
  right    : 0;
  bottom   : -20px;
}

.wp-post-navigation a {
  font-family : "CenturyGothic";
}

.wp-post-navigation div {
  width : inherit !important;
}

.entry-content .wp-post-navigation a:hover {
  color      : #ffffff;
  background : #585858;
}

.wp-post-navigation div a:after {
  margin    : 0 !important;
  top       : -2px !important;
  font-size : 40px !important;
}

.wp-post-navigation div a:after {
  display : none;
}

.wp-post-navigation-next {
  padding-right : 0 !important;
}

.wp-post-navigation-pre {
  padding-left : 0 !important;
}

.mashsb-stretched .mashsb-buttons {
  display : inline-block !important;
}

.mashsb-box .mashsb-buttons a.mash-small {
  background : transparent;
}

.mashsb-box .mashsb-buttons a.mash-small:hover {
  background : #585858;
}

.mashsb-box .mashsb-buttons a.mash-small:hover .icon {
  color : #ffffff !important;
}

.mashicon-buffer .icon, .mashicon-buffer .text,
[class*=" mashicon-"],
[class^=mashicon-] .icon {
  color : #585858 !important;
}

.awac-wrapper {
  width          : 44%;
  height         : 35px;
  display        : inline-block;
  vertical-align : text-top;
  border-bottom  : 2px solid #cbcbcb;
  margin-bottom  : 9%;
  margin-top     : 20px;
}

.page-template-default .awac-wrapper {
  display : none;
}

.awac-wrapper span {
  font-size   : 15px;
  font-family : "CenturyGothic";
}

.awac-wrapper span:before {
  content        : '';
  width          : 23px;
  height         : 20px;
  display        : inline-block;
  vertical-align : sub;
  margin-right   : 7px;
  background     : url("images/comment.png") no-repeat left;
}

.mashsb-container {
  width          : 56%;
  display        : inline-block;
  vertical-align : text-top;
  padding        : 0 !important;
  margin-top     : 20px;
  border-bottom  : 2px solid #cbcbcb;
}

.mashsb-box {
  text-align : right;
}

.mashsb-count.mash-small {
  float          : none !important;
  display        : inline-block;
  vertical-align : top;
  margin-top     : 8px !important;
  margin-right   : 15px;
}

.mashsb-sharetext {
  display : none;
}

/*
Footer Widgets
----------------------------------------------------------------------------- */

.footer-widgets {
  padding : 20px 0 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
  float       : left;
  margin-left : 2.564102564102564%;
  width       : 31.623931623931625%;
}

.footer-widgets-1 {
  float            : none !important;
  margin-left      : 0;
  width            : 100%;
  background-color : #ffe6ea;
  text-align       : center;
}

.footer-widgets-1,
.footer-widgets-2 {
  float : left;
}

.footer-widgets-3 {
  float : right;
}

.footer-widgets-4 {
  clear : both;
  width : 100%;
}

.footer-widgets .widget {
  margin-bottom : 10px;
}

.footer-widgets li {
  list-style-type : none;
  margin-bottom   : 6px;
  word-wrap       : break-word;
}

.footer-widgets .search-form {
  width : 100%;
}

.footer-widgets .search-form input:focus {
  border : 1px solid #eeeeee;
}

.footer-widgets img {
  margin : 0;
}

.footer-widgets .featured-content,
.footer-widgets .featuredpost {
  background : transparent;
  max-width  : 95%;
}

.footer-widgets .entry {
  background : #ffffff;
  padding    : 5px;
}

.footer-widgets .wrap {
  max-width : inherit;
}

.footer-widgets .widgettitle {
  position    : relative;
  display     : inline-block;
  width       : 100%;
  margin      : 0;
  background  : #ffffff;
  text-align  : center;
  font-size   : 18px;
  font-family : "CenturyGothic", Helvetica, arial;
}

.footer-widgets .widgettitle:before {
  content    : "";
  position   : absolute;
  top        : -15px;
  left       : 0;
  right      : 0;
  margin     : auto;
  width      : 66px;
  height     : 66px;
  background : url("images/picto-instagram-footer.png") no-repeat left center;
}

.footer-widgets .widgettitle:after {
  content        : "Sur Instagram";
  display        : inline-block;
  vertical-align : top;
  padding-left   : 85px;
}

.jr-insta-thumb {
  width           : 100%;
  max-width       : 1140px;
  margin          : 0 auto;
  padding         : 55px 70px 90px;
  background      : url(images/instagram-bg.png) no-repeat #ffe6ea -47px -20px;
  background-size : 108%;
}

/*
Site Footer
----------------------------------------------------------------------------- */

.site-footer {
  position    : absolute;
  bottom      : 30px;
  left        : 0;
  right       : 0;
  font-family : Arial, Helvetica, sans-serif;
  font-size   : 12px;
  text-align  : center;
}

.site-footer a {
  color           : #585858;
  font-style      : normal;
  text-decoration : none;
}

.site-footer p {
  margin : 0;
}

.widget_mailchimpsf_widget{
  max-width  : 300px;
  margin     : 0 auto;
  padding    : 10px 20px 13px !important;
  background : url("images/feuillage.png") no-repeat #8da491 -40px -15px;
  text-align : center;
  color : #fff;
}

.widget_mailchimpsf_widget .widget-title {
	text-align: center;
	color : #fff;
}

/*
 * Overrides
 */
.slideshow-window {
	background: transparent !important;
	border: none !important;
}

/*
Media Queries
----------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (-moz-min-device-pixel-ratio : 1.5), only screen and (-o-min-device-pixel-ratio : 3/2), only screen and (min-device-pixel-ratio : 1.5) {
  .header-image .site-header {
    -webkit-background-size : contain !important;
    background-size         : contain !important;
  }
}

@media only screen and (max-width : 1200px) {
  .site-inner,
  .wrap {
    max-width : 960px;
    overflow  : hidden;
  }

  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap,
  .alt-sidebar-content .content-sidebar-wrap,
  .alt-sidebar-content .content {
    width : 720px;
  }

  .content,
  .site-header .widget-area {
    width : 620px;
  }

  .sidebar-content-sidebar .content,
  .sidebar-sidebar-content .content,
  .content-sidebar-sidebar .content {
    width : 400px;
  }

  .genesis-nav-menu a,
  .genesis-nav-menu > .first > a,
  .genesis-nav-menu > .last > a {
    padding : 16px;
  }

  .sidebar-primary {
    width      : 300px;
    text-align : center;
  }

  .enews-widget .widgettitle,
  .enews-widget p,
  .enews-widget form {
    clear      : both;
    display    : block;
    float      : none;
    text-align : center;
    width      : 100%;
  }
}

@media only screen and (max-width : 1023px) {
  .content,
  .content-sidebar-sidebar .content,
  .content-sidebar-sidebar .content-sidebar-wrap,
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .alt-sidebar-content .content-sidebar-wrap,
  .alt-sidebar-content .content,
  .sidebar-content-sidebar .content,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-primary,
  .sidebar-secondary,
  .sidebar-sidebar-content .content,
  .sidebar-sidebar-content .content-sidebar-wrap,
  .site-header .widget-area,
  .site-inner,
  .title-area,
  .wrap {
    width : 100%;
  }

  .header-image .site-header .wrap {
    background-position : center top;
  }

  .header-image .site-header .widget-area {
    padding : 0;
  }

  .site-inner {
    padding-left  : 5%;
    padding-right : 5%;
  }

  .archive-description,
  .author-box,
  .entry,
  .entry-comments,
  .entry-footer .entry-meta,
  .sidebar .widget,
  .comment-respond {
    padding : 10px 0;
  }

  .genesis-nav-menu li,
  .site-header ul.genesis-nav-menu,
  .site-header .search-form {
    float : none;
  }

  .genesis-nav-menu,
  .site-description,
  .site-header .title-area,
  .site-header .search-form,
  .site-title {
    text-align : center;
  }

  .site-header .search-form {
    margin : 16px auto;
  }

  .genesis-nav-menu li.right {
    display : none;
  }

  .front #genesis-content {
    border-top : 1px solid #585858;
  }

  #genesis-content {
    margin-bottom : 25px;
  }

  .sidebar-primary .widget_media_image,
  .sidebar-primary .widget_text {
    max-width : 300px;
    margin    : 0 auto;
  }

  #media_image-3 {
    display : inline-block;
    width   : 34.7%;
  }

  #text-3 {
    display        : inline-block;
    vertical-align : top;
    padding-left   : 15px;
    width          : 64%;
    max-width      : 100%;
  }

  #simple-social-icons-3 ul.aligncenter li {
    margin : 0 !important;
  }

  #search-4 .search-form:after {
    right : 12%;
  }

  #text-5 {
    margin-top : 30px;
  }

  .entry-footer .entry-meta {
    margin      : 0;
    padding-top : 12px;
  }

  .sidebar .widget.enews-widget {
    padding : 20px;
  }

  #featured-post-3 .widgettitle {
    background-position : 0 2px;
    background-size     : cover;
  }

  .sidebar .widgettitle {
    font-size : 16px;
  }

  #enews-ext-3,
  #text-5 {
    display        : inline-block;
    vertical-align : top;
    width          : 50%;
    margin-left    : 1%;
    margin-right   : 1%;
  }

  .footer-widgets {
    padding : 20px 0 0;
  }

  .footer-widgets-1 {
    margin : 0;
  }

  .site-footer {
    margin-top : 20px;
  }
}

@media only screen and (max-width : 940px) {
  .site-inner {
    margin-top    : 0;
    margin-bottom : 0;
  }

  .menu-toggle,
  .sub-menu-toggle {
    display    : block;
    visibility : visible;
  }

  .menu-toggle {
    background : transparent;
    cursor     : pointer;
    min-height : 52px;
    position   : relative;
    width      : 100%;
  }

  .menu-toggle span {
    margin-left : -10px;
    top         : 23px;
    left        : 50%;
  }

  .menu-toggle span,
  .menu-toggle span:before,
  .menu-toggle span:after {
    background            : #555555;
    -webkit-border-radius : 1px;
    border-radius         : 1px;
    content               : "";
    cursor                : pointer;
    display               : block;
    height                : 3px;
    position              : absolute;
    -webkit-transition    : all 500ms ease-in-out;
    transition            : all 500ms ease-in-out;
    width                 : 20px;
  }

  .menu-toggle span:before {
    top : -5px;
  }

  .menu-toggle span:after {
    bottom : -5px;
  }

  .menu-toggle.active span {
    background : transparent;
  }

  .menu-toggle.active span:before,
  .menu-toggle.active span:after {
    top : 0;
  }

  .menu-toggle.active span:before {
    -ms-transform     : rotate(45deg);
    -webkit-transform : rotate(45deg);
    transform         : rotate(45deg);
  }

  .menu-toggle.active span:after {
    -ms-transform     : rotate(-45deg);
    -webkit-transform : rotate(-45deg);
    transform         : rotate(-45deg);
  }

  .menu-toggle:hover,
  .menu-toggle:focus {
    background : transparent;
  }

  .sub-menu-toggle {
    color    : #999999;
    cursor   : pointer;
    padding  : 14px 18px;
    position : absolute;
    top      : 0;
    right    : 0;
  }

  .sub-menu-toggle:before {
    content : "+";
  }

  .sub-menu-toggle.active:before {
    content : "-";
  }

  nav {
    display  : none;
    position : relative;
  }

  .genesis-nav-menu {
    border : none;
  }

  .genesis-nav-menu .menu-item {
    border-bottom : 1px solid #9d9d9d;
    display       : block;
    position      : relative;
    text-align    : left;
  }

  .genesis-nav-menu .menu-item:hover,
  .genesis-nav-menu .menu-item:focus {
    position : relative;
  }

  .genesis-nav-menu .sub-menu {
    border-top : 1px solid #9d9d9d;
    clear      : both;
    display    : none;
    opacity    : 1;
    position   : static;
    width      : 100%;
  }

  .genesis-nav-menu .sub-menu .menu-item:last-child {
    border-bottom : none;
  }

  .genesis-nav-menu .sub-menu a {
    border   : none;
    padding  : 16px 22px;
    position : relative;
    width    : auto;
  }

  .genesis-nav-menu .sub-menu a:hover,
  .genesis-nav-menu .sub-menu a:focus {
    background : #302a2c;
  }

  .genesis-nav-menu .sub-menu .sub-menu {
    margin : 0;
  }

  .genesis-nav-menu .sub-menu .sub-menu a {
    padding-left : 30px;
  }

  .genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
    padding-left : 40px;
  }

  .site-header .widget-area, .site-header .widget-area .genesis-nav-menu {
    width : 100%;
  }

}

@media only screen and (max-width : 767px) {
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds,
  .first {
    clear       : none;
    margin-left : 2.564102564102564%;
    width       : 48.717948717948715%;
  }

  .odd {
    clear       : both;
    margin-left : 0;
  }

  .alignright,
  .alignleft,
  img.alignright,
  img.alignleft,
  .wp-caption.alignright,
  .wp-caption.alignleft {
    float  : none;
    margin : 0 auto 20px;
  }

  .brunch-pro .simmer-embedded-recipe .simmer-recipe-title a,
  .brunch-pro .simmer-icon-print,
  .brunch-pro .simmer-recipe-description img,
  .brunch-pro .simmer-recipe-details,
  .brunch-pro .simmer-recipe-details li,
  .brunch-pro .simmer-recipe-ingredients,
  .brunch-pro .simmer-recipe-instructions {
    border    : 0;
    clear     : both;
    display   : block;
    float     : none;
    margin    : 0 auto;
    max-width : 100%;
    width     : 100%;
  }

  .brunch-pro .simmer-recipe-description img {
    margin-bottom : 10px;
  }

  .site-header .wrap {
    padding : 0;
  }

  /*.site-inner {
    margin-top : 20px;
  }*/
  .home-top .featured-content .entry {
    float   : none;
    width   : 100%;
    padding : 0 0 25px;
  }

  .featured-content .entry {
    max-width : 450px;
    margin    : 0 auto;
  }

  .home-top {
    border-bottom : 1px solid #585858;
  }

  #featured-post-6 .entry-header {
    padding-top : 0;
  }

  .sidebar .widgettitle {
    font-size : 14px;
  }

  #enews-ext-3,
  #text-5 {
    width        : 100%;
    margin-left  : 0;
    margin-right : 0;
  }

  .awac-wrapper,
  .mashsb-container {
    margin-top : 20px;
  }

  .post .wp-post-navigation {
    bottom : -50px;
  }

  .yuzo_widget_wrap {
    margin-top    : 50px;
    margin-bottom : 0;
  }

  .yuzo_related_post_widget {
    margin-bottom : 0 !important;
  }

  #genesis-footer-widgets {
    display : none;
  }

  .footer-widgets .widgettitle {
    font-size : 12px;
  }

  .footer-widgets .widgettitle:before {
    top             : -7px;
    width           : 35px;
    height          : 35px;
    background-size : contain;
  }

  .footer-widgets .widgettitle:after {
    padding-left : 40px;
  }

  .site-footer {
    position         : initial;
    padding          : 20px 0;
    background-color : #ffe6ea;
  }
}

@media only screen and (max-width : 630px) {
  .header-image .site-title > a {
    height : 187px;
  }
}

@media only screen and (max-width : 510px) {
  .header-image .site-title > a {
    height : 151px;
  }
}

@media only screen and (max-width : 420px) {
  .header-image .site-title > a {
    height : 125px;
  }

  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds,
  .odd {
    margin-left : 0;
    width       : 100%;
  }

  .after-entry .widget {
    width : 100%;
  }

  .recipe-index .entry {
    margin : 0;
    width  : 100%;
  }

  .featured-content .alignleft,
  .featured-content .alignright,
  .sidebar .alignleft,
  .sidebar .entry-image {
    clear     : both;
    float     : none;
    margin    : 0 auto;
    max-width : 100%;
  }

  .sidebar .featured-content .entry {
    width      : 50%;
    text-align : center;
    padding    : 0 10px;
  }

  .wp-post-navigation a {
    font-size : 11px !important;
  }

  #search-4 .search-form:after {
    right : 9%;
  }

  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
    text-align : left;
  }

  .comment-form-author label,
  .comment-form-author input,
  .comment-form-email label,
  .comment-form-email input,
  .comment-form-url label,
  .comment-form-url input {
    width : 100%;
  }

  .comment-respond input[type="email"],
  .comment-respond input[type="text"],
  .comment-respond input[type="url"] {
    width : 100%;
  }
}

@media only screen and (max-width : 330px) {
  .header-image .site-title > a {
    height : 95px;
  }
}

.woocommerce-info {
border-top-color: #8da491 !important;
}

.woocommerce .quantity .qty {
  width : 5em !important;
}

.woocommerce-checkout #payment ul.payment_methods li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.woocommerce form .form-row .input-checkbox,
.woocommerce-checkout-payment .input-radio {
  width: inherit;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
background-color: #8da491 !important;
}

#wcpay-payment-request-button-separator {
  margin-bottom:1.5em;
}