/*
Theme Name: FWDGF 2017
Author: Castle Builder Design
Author URI: http://www.castlebuilder.com
Description: New theme for French Women Don\'t Get Fat (Spring 2017)
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fwdgf

FWDGF 2017 based on starter theme Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.

Normalizing styles helped along by:
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
* {
    outline: 0;
}
html {
	font-family: 'Droid Serif', serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	font-weight: 400;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
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;
}

a {
	background-color: transparent;
}

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

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: #ff0;
	color: #000;
}

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;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

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

pre {
	overflow: auto;
}

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

input {
    -webkit-appearance: none;
    -webkit-border-radius: 0; 
    border-radius: 0;
}

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"] {
	-webkit-appearance: button;
	cursor: pointer;
}

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"] {
	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"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
    margin: 0;
    padding: 0;
	border: none;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
}
input:focus:-moz-placeholder {
    opacity: 0;
}
input:focus::-moz-placeholder {
    opacity: 0;
 }
input:focus:-ms-input-placeholder {
opacity: 0;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #333;
	font-family: 'Droid Serif', serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
.home h1,
.home h2,
.home h3,
h2 a,
h2 a:link,
h2 a:visited,
.home h4,
.home h5,
.home h6,
.recipes .entry-content h3,
.article .entry-content h3 {
	color: #e4531c;
}

.home h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
    text-transform: uppercase;
}
.home .getting h2 {
    font-size: 1.8em;
}

h3,
h4,
h5,
h6 {
    font-weight: 400;
}

h3 a,
h3 a:link,
h3 a:visited {
    color: #e4531c;
    text-decoration: none;
}
h3 a:hover {
    color: #f58f69;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
	/*font-weight: 400;*/
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
	border-top: 6px solid #efc006;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
    margin: 0;
    padding: 0 0 0 1.5em;
	list-style: decimal;
	display: inline-block;
}
ol > li {
    margin-top: 0.5em;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	display: block;
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
form {
    margin: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	background: #ff6e20;
	color: #fff;
	line-height: 1;
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: none;
	padding: 3px;
	vertical-align: top;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #3366cc;
	text-decoration: none;
}

a:visited {
	color: #3366cc;
}

a:hover,
a:focus,
a:active {
	color: #3366cc;
}
a:hover {
    opacity: 0.8;
}

a:focus {
	outline: none;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.menu-toggle {
    width: 20px;
    height: 24px;
    padding: 0;
    position: relative;
    background: none;
    border: none;
    text-indent: -9999px;
    top: 6px;
    left: 36px;
}
.menu-toggle:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.21em;
  bottom: 0.21em;
  width: 100%;
  background: linear-gradient(
    to bottom, 
    #fff, #fff 20%, 
    transparent 20%, transparent 40%, 
    #fff 40%, #fff 60%, 
    transparent 60%, transparent 80%, 
    #fff 80%, #fff 100%
  );
}
.menu-toggle:focus {
    outline: 0;
}

@media screen and (min-width:833px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 2em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.post-edit-link {
	text-decoration: underline;
	padding-left: 1em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption, .wp-block-image figcaption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text, .wp-block-image figcaption {
	margin: 0.8075em 0;
	font-size: 0.8em;
	font-style: italic;
}

.wp-caption-text, .wp-block-image figcaption {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/* Structure */
.site-branding,
header #primary-menu,
.home-greeting,
#content,
.footer-wrapper {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
header #primary-menu,
.home-greeting-warpper {
    padding: 0 36px;
}
#content,
.footer-wrapper {
    padding: 36px;
}
.site-branding .site-title {
    margin: 24px;
}
#main,
aside {
    width: 100%;
}
#main section {
/*    margin-top: 60px; */
}
#main section:first-child {
    margin-top: 0;
}

/* Column */
.three-column article {
    margin: 0 0 36px;
}
.one-row article {
    margin: 60px 0;
}
.tax-recipe_type .one-row article {
    margin: 0 0 6px;
    padding-bottom: 6px;
    border-bottom: 1px dotted #ccc;
}
.tax-recipe_type .one-row article h3 {
    font-size: 1rem;
}
.one-row a:hover img,
.three-column a:hover img {
    opacity: 0.8;
}
.one-row article h3,
.three-column h3 {
    margin: 0;
}
.one-row p,
.three-column p {
    margin: 0.5em 0 0;
}
.three-column article figure a {
    overflow: hidden;
    display: inline-block;
}
.one-row .preentry {
    margin: 0 0 6px;
    text-transform: none;
}

/* Listings */
.listings article {
    margin-bottom: 36px;
}
.listings article figure {
    width: 25%;
    float: right;
    border: 3px solid #eee;
}
.listings article h3,
.listings article figure {
    margin: 0;
}
.listings article figure+h3,
.listings article figure+h3+p {
    width: 75%;
    padding-right: 36px;
    display: inline-block;
}
.listings article p {
    display: inline-block;
}

/* Navigation */
header .main-navigation {
    height: 36px;
    background: #71acff;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    line-height: 36px;
}
header .main-navigation a,
header .main-navigation a:link,
header .main-navigation a:visited {
    color: #fff;
}
header .main-navigation li:not(.current_page_item) a:hover {
    opacity: 0.7;
}
header .main-navigation li.current_page_item a:hover {
    opacity: 1;
    cursor: default;
}

header form input {
    height: 100%;
    padding: 3px 12px;
}
form.search-box input {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.93em;
    letter-spacing: 0.02em;
}
header form input[type='text'],
header form input[type='text']:focus,
header form input[type='search'],
header form input[type='search']:focus {
    padding: 6px 12px;
    background: #fff;
    border:4px solid #e0e0e0;
}
header form input[type='submit'] {
    float: right;
}
header #search-trigger {
    margin: 0;
}
header #search-trigger img {
    display: none;
}

/* Home */
#home-greeting-wrapper {
    background: #4b7cdb;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    color: #fff;
}
.home-greeting {
    padding: 48px 36px;
    background-image: url(img/img-Mireille-2017.png);
    background-repeat: no-repeat;
}
.home-greeting h2 {
    margin: 0;
    color: #fdc746;
    font-size: 2em;
    text-transform: uppercase;
}
.home-greeting a {
    color: #fff;
    text-decoration: underline;
}

.home .site-main section:first-child h2 {
    margin-top: 0;
}

.getting-lead,
.getting-lead+p,
.getting .featured p {
    font-size: 1.2em;
}
.getting .featured {
    margin-bottom: 60px;
}
.getting .featured h3,
.entry-header h1 {
    font-size: 1.7em;
    margin-bottom: 0;
    font-weight: 400;
}
.getting .featured h4,
body:not(.search) .entry-header h2 {
    margin-top: 0.5em;
    color: #333;
    font-style: italic;
    font-size: 1em;
    font-weight: 400;
}
.recipes h3 a {
    font-size: 1rem;
    font-weight: normal;
    color: #333;
}

/* Sidebars */
#secondary h2, .preentry {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.83rem;
    font-weight: normal;
    color: #333;
    text-transform: uppercase;
}

#secondary .arpw-random-french_manifesto ul {
    margin: 0;
    padding: 0;
}
.single-french_manifesto .entry-title,
#secondary .arpw-random-french_manifesto a {
    font-family: 'Droid Serif Italic', serif;
    font-weight: bold;
    font-style: italic;
    color: #444;
    line-height: 1.3;
}
.single-french_manifesto .entry-title {
    font-size: 2em;
}
#secondary .arpw-random-french_manifesto a {
    font-size: 1.35rem;
}
#secondary .arpw-random-french_manifesto a:hover {
    opacity: 1;
}
#secondary .instagram-pics {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}
#secondary .instagram-pics li {
    width: 33.333%;
    margin-top: 6px; 
    float: left;
}
#secondary .instagram-pics li:nth-child(3n+2) {
    padding: 0 2px;
}
#secondary .instagram-pics li:nth-child(3n+1) {
    padding-right: 4px;
}
#secondary .instagram-pics li:nth-child(3n) {
    padding-left: 4px;
}
#secondary .instagram-pics+p a {
    margin-top: 12px;
    font-size: 0.8rem;
    display: inline-block;
}

#secondary .arpw-random-french_phrase ul {
    margin: 0;
    padding: 0;
}
.single-french_phrase h1.entry-title,
#secondary .arpw-random-french_phrase li a {
    position: relative;
    width: 100%;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: #eeeeee solid 5px;
    text-align: center;
    font-family: 'Satisfy', cursive;
    display: inline-block;
    color: #333;
}
.single-french_phrase h1.entry-title {
    padding: 36px;
    font-size: 2.3rem;
}
#secondary .arpw-random-french_phrase li a {
    padding: 18px;
    font-size: 1.7rem;
}
#secondary .arpw-random-french_phrase li a:hover {
    opacity: 1;
}
.single-french_phrase h1.entry-title:after,
#secondary .arpw-random-french_phrase li a:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 19px 12px 0;
    border-color: #fff transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -19px;
    right: 36px;
}
.single-french_phrase h1.entry-title:before,
#secondary .arpw-random-french_phrase li a:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 23px 16px 0;
    border-color: #eeeeee transparent;
    display: block;
    width: 0;
    z-index: 0;
    bottom: -28px;
    right: 32px;
}
.single-french_phrase article .entry-content,
#secondary .arpw-summary {
    min-height: 65px;
    margin: 24px 0 0;
    background: url(img/icon-word.png) no-repeat bottom right;
}
.single-french_phrase article p {
    padding: 0 98px;
    text-align: center;
}
#secondary .arpw-summary {
    padding-right: 86px;
}
#secondary .arpw-summary {
    font-size: 0.8rem;
}

#secondary #blog figure {
    width: 33.33%;
    float: left;
}
#secondary #blog p {
    width: 66.67%;
    padding-left: 12px;
    float: right;
}

#secondary #text-2 h3 {
    min-height: 50px;
    padding: 6px 73px 3px 0;
    font-size: 1.5em;
    background: url(img/icon-au-courant.jpg) no-repeat 100% 80%;
    border-bottom: 1px solid #eee;
    color: #333;
}
#secondary #text-2 h3 span {
    font-style: italic;
}
#secondary #text-2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
#secondary #text-2 li {
    width: 47px;
    padding: 0 6px;
    display: inline-block;
}

#secondary #text-2 p {
    font-size: 0.8rem;
}

#secondary #text-2 input {
    width: 100%;
    border-radius: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8rem;
}
#secondary #text-2 input[type="text"],
#secondary #text-2 input[type="email"] {
    width: 100%;
    padding: 6px 12px;
    margin-bottom: 12px;
    border: 3px solid #eee;
}
#secondary #text-2 input[type="submit"] {
    padding: 12px;
}
#secondary #text-2 input[type="submit"]:hover {
    opacity: 0.7;
}
#secondary .recent-posts-widget-with-thumbnails,
#secondary .recent-posts-widget-with-thumbnails ul {
    margin-bottom: 0;
}
#secondary .recent-posts-widget-with-thumbnails+section {
    margin-bottom: 48px;
    padding-top: 6px;
    border-top: 1px solid #eee;
    font-size: 0.8em;
    text-align: right;
}

/* Footer */
footer {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8rem;
}
footer#colophon {
    background: #eff2f9;
}
.menu-footer-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu-footer-container li {
    display: inline-block;
}
.menu-footer-container li:after {
    content: '|';
    padding-left: 6px;
}
.menu-footer-container li:last-child:after {
    content: '';
}
.footer-wrapper .menu-footer-container+p,
.footer-wrapper .site-info p {
    margin: 1em 0 0;
}

/* Entry */
.entry-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
/* .entry-content li {
    margin-bottom: 48px;
} */

/* Comment */
.comments-area {
    margin-top: 60px;
    border-top: 4px solid #eee;
}
.comments-area textarea {
    margin-top: 12px;
    border: 4px solid #eee;
    border-radius: 7px;
}
.comments-area input[type="submit"] {
    width: 100%;
    padding: 12px;
    background: #71acff;
    border-radius: 3px;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.93em;
    letter-spacing: 0.02em;
}
.comments-area input[type="submit"]:hover {
    opacity: 0.8;
}

/* Search Listings */
.search article {
    margin-top: 36px;
}
.search h2.entry-title {
    font-size: 1.3em;
}
.search .entry-summary {
    margin-top: 0;
}

/* Nav Links */
.nav-links {
    margin-top: 48px;
    padding-top: 24px;
    border-top: 3px solid #eee;
    font-size: 0.83em;
}

/* Caption for Slide image */
#slb_viewer_wrap .slb_theme_slb_default .slb_data_title,
#slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
    width: 100%;
    margin-top: 12px;
    font-family: 'Droid Serif', serif!important;
    font-size: 16px!important;
    display: inline-block;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_data_title {
    font-size: 16px!important;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
    font-size: 12px!important;
}

/* Recipes */
#main .search-form {
    width: 100%;
    margin: 12px 0 48px;
    padding: 12px;
    position: relative;
    background: #f1f3f7;
}
#main .search-form input {
    min-height: 50px;
    padding: 12px;
}
#main .search-form input[type="search"] {
    width: 70%;
    padding: 12px;
    border: 1px solid #dedede;
}
#main .search-form input[type="submit"] {
    width: 30%;
    min-height: 50px;
    font-family: 'Open Sans', sans-serif;
    padding: 12px;
    float: right;
    opacity: 0.8;
}
#main .search-form input[type="submit"]:hover {
    opacity: 1;
}

body.term-well-being #main h2,
body.term-style #main h2,
body.page-template-food #main h2,
body.page-template-lifestyle #main h2,
body.page-template-wellbeing #main h2,
body.page-template-seasonal #main h2,
section.recipes h2 {
    margin-top: 36px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

section.recipes h2 {
    color: #e4531c;
}

div.more {
    margin-bottom: 72px;
}

/* Page Header */
.page-header h1 {
    float: left;
}
.page-header h1+figure {
    margin: 0 0 0 24px;
    display: inline-block;
}
.page-header h1+figure img {
    display: block;
}
.page-header .archive-description {
    margin-bottom: 48px;
}

/* Contact Form */
.wpcf7 input,
.wpcf7 textarea {
    width: 100%;
    margin: 6px 0 12px;
    padding: 12px;
    border-radius: 5px;
    line-height: inherit;
}
.wpcf7 input:not([type="submit"]),
.wpcf7 textarea {
    border: 4px solid #e0e0e0;
}
.wpcf7 input[type="submit"] {
    opacity: 0.8;
}
.wpcf7 input[type="submit"]:hover {
    opacity: 1;
}


@media only screen and (max-width: 1024px) {
    header nav {
        position: relative;
    }
     header #search-trigger img {
        margin: 0;
        display: block;
        position: absolute;
        top: 8px;
        right: 36px;
     }
     form#search-mobile input {
        height: 4em;
     }
     form#search-mobile input[type='search'] {
        width: 80%;
        padding: 0.5em 36px;
        float: left;
     }
     body:not(.home) form#search-mobile {
        border-bottom: 1px solid #dedede;
     }
     body:not(.home) form#search-mobile input[type='text'] {
        background: #edf4ff;     
     }
     form#search-mobile input[type='submit'] {
        width: 20%;
     }
}

@media only screen and (min-width: 920px) {
    header form input[type='text'], header form input[type='search'] {
        width: 189px;
    }
}
@media only screen and (max-width: 921px) and (min-width: 832px) {
    header form input[type='text'], header form input[type='search'] {
        width: 130px;
    }
}

@media only screen and (min-width: 832px) {
    .main-navigation li {
	    float: left;
    }
    .main-navigation li a {
        padding: 0 12px;
        font-size: 0.93em;
        letter-spacing: 0.04em;
    }
    .main-navigation li:first-child {
        margin-left: -12px;
     }
    .main-navigation li.current-menu-item {
        position: relative;
        background: rgb(245,140,71,1);
        background: -moz-linear-gradient(top, rgba(245,140,71,1) 0%, rgba(255,110,32,1) 70%, rgba(255,110,32,1) 100%);
        background: -webkit-linear-gradient(top, rgba(245,140,71,1) 0%,rgba(255,110,32,1) 70%,rgba(255,110,32,1) 100%);
        background: linear-gradient(to bottom, rgba(245,140,71,1) 0%,rgba(255,110,32,1) 70%,rgba(255,110,32,1) 100%);
     }
    .main-navigation li.current-menu-item:before {
        content: "";
        position: absolute;
        top: -6px;
        left: 0; 
        right: 0;
        padding-bottom: 7px;
        background: #f58c47;
        clip-path: polygon(0% 0%, 100% 100%, 0 100%);
    }
    header form {
        max-width: 1100px;
        height: 36px;
        margin: 0 auto;
        padding: 0 36px;
        text-align: right;
    }
    .home-greeting p {
        margin-bottom: 0;
    }
    #main {
        margin-left: -340px;
        padding-left: 340px;
        float: left;
    }
    #secondary {
        width: 340px;
        padding-left: 48px;
        float: right;
    }
    #secondary .recent-posts-widget-with-thumbnails {
        padding-top: 12px;
        border-top: 5px solid #eee;
    }
}

@media only screen and (max-width: 831px) {
    header #primary-menu {
        margin-top: 12px;
        padding: 0;
        background: #71acff;
        z-index: 999;
        position: relative;
        text-align: center;
        font-size: 1.1em;
    }
     header #primary-menu li a {
        padding: 12px;
        border-top: 1px solid #5e98ea;
     }
     .getting .featured figure {
        text-align: center;
     }
     #secondary {
        margin-top: 60px;
        padding-top: 48px;
        border-top: 4px solid #eee;
     }
     #secondary .arpw-random-french_phrase {
        margin-top: 12px;
     }
}

@media only screen and (max-width: 830px) and (min-width: 481px) {
     #secondary .widget:not(#text-2) {
        width: 50%;
        float: left;
     }
     #secondary .widget:nth-child(odd):not(#text-2) {
        padding-right: 16px;
        clear: left;
     }
    #secondary .widget#text-2 ul,
    #secondary .widget#text-2 p {
        width: 50%;
        margin: 0;
        float: left;
    }
    #secondary .widget#text-2 p {
        padding-left: 24px;
    }
    #secondary .widget#text-2 form {
        width: 100%;
        margin-top: 36px;
        display: inline-block;
    }
}

@media only screen and (min-width: 769px) {
    .home-greeting {
        background-position: 95%  100%;
    }
    .home-greeting p {
        margin-right: 390px;
    }
}

@media only screen and (max-width: 768px) {
    .home-greeting {
        padding: 48px 48px 200px 36px;
        background-position: 50%  100%;
    }
}

@media only screen and (min-width: 641px) {
    .three-column article {
        width: 33.333%;
        float: left;
    }
    .three-column article:nth-child(3n+1) {
        padding-right: 16px;
        clear: left;
    }
    .three-column article:nth-child(3n+2) {
        padding: 0 8px;
    }
    .three-column article:nth-child(3n+0) {
        padding-left: 16px;
    }
    .footer-wrapper .footer-left {
        float: left;
    }
    .footer-wrapper .site-info {
        float: right;
        text-align: right;
    }
    .footer-wrapper .site-info p:first-child {
        margin-top: 0;
    }
    .one-row article figure {
        width: 40%;
        margin: 0;
        float: left;
        border: 5px solid #eee;
    }
    .one-row article figure img {
        width: 100%;
        display: block;
    }
    .one-row article a {
        display: inline;
    }
    .one-row figure+.blog-text {
        width: 60%;
        padding-left: 24px;
        float: left;
    }
}

@media only screen and (max-width: 640px) {
    .three-column article {
        margin-bottom: 60px;
    }
    .footer-wrapper {
        text-align: center;
    }
}

@media only screen and (max-width: 480px) {
    .home-greeting {
        text-align: center;
    }
    #main .search-form input[type="search"],
    #main .search-form input[type="submit"] {
        margin-top: 12px;
        width: 100%;
        float: none;
    }
}


/* clear */
.three-column:after,
#secondary section:after,
.footer-wrapper:after,
.listings article:after,
.page-header:after,
.one-row article:after {
    content: '';
    display: table;
    clear: both;
}