@charset "UTF-8";

/*--------------------------------------------------------------
#. Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

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

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

pre {
	overflow: auto;
}

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

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-appearance: textfield;
	box-sizing: inherit;
}

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

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #494949;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #111;
	font-family: "Droid Sans", sans-serif;
	line-height: 1.2;
	font-weight: 400;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	margin: 0 0 1.5em;
	padding: 0;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #EBEBEB;
	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 #494949;
	cursor: help;
}

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

big {
	font-size: 125%;
}

.menu-toggle:before {
	-moz-osx-font-smoothing: grayscale;
	font-family: "FontAwesome";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: inherit;
	text-transform: none;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
	font-size: 16px;
}

@media (max-width: 991px) {
	html {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	html {
		font-size: 14px;
	}
}

*,
*: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: #f4f4f4;
	/* Fallback for when there is no custom background color defined. */
}

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

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #71b0f1;
	border-radius: 3px;
	background: #71b0f1;
	box-shadow: none;
	color: #fff;
	font-size: 13.6px;
	font-size: 0.85rem;
	padding: 13px 20px;
	cursor: pointer;
	text-shadow: none;
	width: 100%;
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #111;
	border-color: #111;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	background: #111;
	border-color: #111;
	outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #494949;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	background: #fff;
	font-size: 14px;
	margin: 0 0 10px;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
	outline: none;
	border: 1px solid #a9a9a9;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 12px;
}

form label {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin: 5px 0;
	text-transform: uppercase;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #71b0f1;
}

a:visited {
	color: #494949;
}

a:hover, a:focus, a:active {
	color: #494949;
}

a:focus {
	outline: none;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	border-top: 1px solid #fff;
	padding: 10px 0 10px 0;
	font-size: 17px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
	text-align: left;
	width: 100%;
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
}

@media (max-width: 991px) {
	.main-navigation {
		display: none;
	}
}

@media (max-width: 991px) {
	.main-navigation .menu-primary-navigation-container {
		position: absolute;
		left: 0;
		width: 100%;
		padding: 0 20px;
		background: rgba(0, 0, 0, 0.7);
		z-index: 9999;
	}
}

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

@media (max-width: 991px) {
	.main-navigation ul {
		margin: 0 -20px;
	}
}

.main-navigation ul ul {
	border-top: none;
	border: 1px solid #e5e5e5;
	padding: 0;
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

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

.main-navigation ul ul li {
	padding: 0;
	border-bottom: 1px solid #e5e5e5;
	margin: 0;
	background: #fff;
}

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

.main-navigation ul ul li:last-child {
	border-bottom: none;
}

@media (max-width: 991px) {
	.main-navigation ul ul li {
		border: none;
		padding: 0;
		background: transparent;
	}
}

.main-navigation ul ul a {
	width: 200px;
	padding: 10px 25px;
	font-size: 15px;
	background: #fff;
	color: #666;
	text-shadow: none;
}

@media (max-width: 991px) {
	.main-navigation ul ul a {
		background: none;
		color: #fff;
	}
}

.main-navigation ul ul a:hover {
	color: #71b0f1;
}

@media (max-width: 991px) {
	.main-navigation ul ul {
		position: static;
		border: none;
		margin: 0;
		padding: 0 20px;
		width: auto;
	}
}

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

.main-navigation li {
	float: left;
	position: relative;
	margin-right: 30px;
}

@media (max-width: 991px) {
	.main-navigation li {
		border-bottom: none;
		border-top: 1px solid #e5e5e5;
		width: 100%;
		margin-right: 0;
		padding: 0 20px;
	}
}

.main-navigation li:last-child {
	border-bottom: none;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	padding: 3px 6px;
}

.main-navigation a:hover {
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	text-shadow:none;
}

@media (max-width: 991px) {
	.main-navigation a {
		padding: 12px 0;
	}
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
	color: #fff;
}

/* header mobie menu */
.st-menu {
	background: #fff none repeat scroll 0 0;
	border-right: 1px solid #e5e5e5;
	height: 100%;
	left: 0;
	padding-top: 20px;
	position: absolute;
	top: 0;
	transition: all 0.5s ease 0s;
	visibility: hidden;
	width: 280px;
	z-index: 100;
	display: none;
}

@media (max-width: 991px) {
	.st-menu {
		display: block;
	}
}

.st-menu:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	content: '';
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.st-menu .btn-close-home {
	display: block;
	margin: 0 20px 10px;
	overflow: hidden;
}

.st-menu .btn-close-home .close-button {
	display: inline-block;
	background-color: #71b0f1;
	background-image: url("img/close-icon.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	border: medium none;
	border-radius: 0;
	color: #fff;
	float: left;
	font-size: 24px;
	height: 35px;
	line-height: 35px;
	outline: 0 none;
	padding: 0;
	text-align: center;
	width: 35px;
	z-index: 9999;
}

.st-menu .btn-close-home .close-button:hover {
	background-color: #111;
}

.st-menu .btn-close-home .home-button {
	background: #71b0f1 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	float: right;
	font-size: 24px;
	height: 35px;
	line-height: 32px;
	padding: 0;
	text-align: center;
	width: 35px;
}

.st-menu .btn-close-home .home-button:hover {
	background-color: #111;
}

.st-menu .search-form {
	margin: 20px 20px 10px;
}

.st-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.st-menu ul a {
	border-bottom: 1px solid #f9f9f9;
	color: #888;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 12px 25px;
	text-transform: uppercase;
	text-decoration: none;
	transition: background 0.3s ease 0s, box-shadow 0.3s ease 0s;
}

.st-menu ul a:hover {
	text-decoration: none;
	color: #444;
}

@media (max-width: 991px) {
	.st-menu-open .st-menu::after {
		width: 0;
		height: 0;
		opacity: 0;
		-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
		transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	}
	/* Effect 1: Slide in on top */
	.st-effect-1.st-menu {
		visibility: visible;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	.st-effect-1.st-menu-open .st-effect-1.st-menu {
		visibility: visible;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.st-effect-1.st-menu::after {
		display: none;
	}
}

.top-mobile-menu-button {
	border: medium none;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	color: #ffffff;
	float: left;
	font-size: 24px;
	height: 35px;
	line-height: 24px;
	margin-bottom: 10px;
	margin-top: 20px;
	outline: medium none;
	padding: 0;
	text-align: center;
	width: 35px;
	z-index: 9999;
	position: relative;
	display: none;
}

@media (max-width: 991px) {
	.top-mobile-menu-button {
		display: inline-block;
	}
}

/* Footer Menu */
.site-footer .footer_menu {
	margin: 0 0 5px 0;
	padding: 0;
}

@media (max-width: 767px) {
	.site-footer .footer_menu {
		float: none;
	}
}

.site-footer .footer_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.site-footer .footer_menu ul li {
	display: inline-block;
	margin-right: 30px;
	position: relative;
}

.site-footer .footer_menu ul li::after {
	content: "· ";
	font-size: 24px;
	line-height: 1;
	position: absolute;
	right: -21px;
	top: -1px;
}

.site-footer .footer_menu ul li:last-child::after {
	content: '';
}

.site-footer .footer_menu ul li a {
	color: #aaa;
	font-weight: bold;
	text-decoration: none;
}

.site-footer .footer_menu ul li a:hover {
	text-decoration: underline;
}

/*--------------------------------------------------------------
## Social Menu
--------------------------------------------------------------*/
.social-links {
	content: "· ";
	font-size: 24px;
	line-height: 1;
	position: absolute;
	right: -21px;
	top: -1px;
	margin: 0 auto;
	padding: 0;
}

.social-links ul {
	margin: 0;
	padding: 0;
}

.social-links ul li {
	list-style: none;
	display: inline-block;
	margin-right: 30px;
}

.social-links ul li:last-child {
	margin-right: 0;
}

@media (max-width: 767px) {
	.social-links ul li {
		margin-bottom: 10px;
	}
}

.social-links ul a {
	background: transparent;
	display: inline-block;
	text-decoration: none;
}

.social-links ul a::before {
	font-family: "FontAwesome";
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	text-decoration: none;
	vertical-align: text-bottom;
	-webkit-font-smoothing: antialiased;
}

.social-links ul a:hover {
	background: transparent;
	color: #71b0f1;
	text-decoration: none;
}

.social-links ul a:hover::before {
	color: #71b0f1;
	-webkit-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
}

.social-links ul a[href*='wordpress.org']:before,
.social-links ul a[href*='wordpress.com']:before {
	content: "\f19a";
}

.social-links ul a[href*='facebook.com']:before {
	content: "\f09a";
}

.social-links ul a[href*='twitter.com']:before {
	content: "\f099";
}

.social-links ul a[href*='dribbble.com']:before {
	content: "\f17d";
}

.social-links ul a[href*='plus.google.com']:before {
	content: "\f0d5";
}

.social-links ul a[href*='pinterest.com']:before {
	content: "\f0d2";
}

.social-links ul a[href*='github.com']:before {
	content: '\f09b';
}

.social-links ul a[href*='tumblr.com']:before {
	content: '\f173';
}

.social-links ul a[href*='youtube.com']:before {
	content: '\f167';
}

.social-links ul a[href*='flickr.com']:before {
	content: '\f16e';
}

.social-links ul a[href*='vimeo.com']:before {
	content: '\f27d';
}

.social-links ul a[href*='instagram.com']:before {
	content: '\f16d';
}

.social-links ul a[href*='codepen.io']:before {
	content: '\f1cb';
}

.social-links ul a[href*='linkedin.com']:before {
	content: '\f0e1';
}

.social-links ul a[href*='foursquare.com']:before {
	content: '\f180';
}

.social-links ul a[href*='reddit.com']:before {
	content: '\f1a1';
}

.social-links ul a[href*='digg.com']:before {
	content: '\f1a6';
}

.social-links ul a[href*='getpocket.com']:before {
	content: '\f224';
}

.social-links ul a[href*='path.com']:before {
	content: '\f20c';
}

.social-links ul a[href*='stumbleupon.com']:before {
	content: '\f1a4';
}

.social-links ul a[href*='spotify.com']:before {
	content: '\f1bc';
}

.social-links ul a[href*='twitch.tv']:before {
	content: '\f1e8';
}

.social-links ul a[href*='dropbox.com']:before {
	content: '\f16b';
}

.social-links ul a[href*='/feed']:before {
	content: '\f09e';
}

.social-links ul a[href*='skype']:before {
	content: '\f17e';
}

.social-links ul a[href*='mailto']:before {
	content: '\f0e0';
}

.social-links ul a:before {
	content: '\f415';
}

/*--------------------------------------------------------------
# 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;
}

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
	background-color: #EBEBEB;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #71b0f1;
	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. */
}

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

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

.aligncenter {
	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,
.container::before,
.container:after,
.nav-links::before,
.nav-links::after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.post-list:after,
.container:after,
.nav-links:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/* Make sure select elements fit in widgets. */
.widget {
	margin-bottom: 30px;
}

.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget select {
	max-width: 100%;
}

.widget a {
	text-decoration: none;
	line-height: 1.75;
}

.widget a:hover {
	text-decoration: underline;
}

.widget:last-child {
	margin-bottom: 20px;
}

@media (min-width: 499px) and (max-width: 991px) {
	.widget {
		float: left;
		padding-right: 20px;
		width: 47.5%;
	}
	.widget:nth-of-type(2n) {
		float: right;
	}
	.widget:nth-of-type(2n + 1) {
		clear: both;
	}
}

@media (min-width: 768px) {
	.widget {
		width: 100%;
	}
}

.widget-title {
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-top: 0;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
	font-weight: 700;
	color:#71b0f1;
}

.widget_pages ul li,
.widget_categories ul li,
.widget_archive ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_rss ul li {
	display: block;
	padding-bottom: 7px;
	margin-bottom: 7px;
	border-bottom: 1px solid #eee;
	position: relative;
}

.widget_pages ul li:last-child,
.widget_categories ul li:last-child,
.widget_archive ul li:last-child,
.widget_meta ul li:last-child,
.widget_nav_menu ul li:last-child,
.widget_rss ul li:last-child {
	border-bottom: none;
}

.widget_pages ul li::before,
.widget_categories ul li::before,
.widget_archive ul li::before,
.widget_meta ul li::before,
.widget_nav_menu ul li::before,
.widget_rss ul li::before {
	color: #ccc;
	content: "\f0da";
	font-family: 'FontAwesome';
	font-size: 15px;
	position: absolute;
	top: 3px;
	left: 2px;
}

.widget_pages ul li a,
.widget_categories ul li a,
.widget_archive ul li a,
.widget_meta ul li a,
.widget_nav_menu ul li a,
.widget_rss ul li a {
	padding-left: 18px;
}

.widget_tag_cloud a {
	border: 1px solid #e9e9e9;
	border-radius: 2px;
	color: #888;
	display: inline-block;
	font-size: 13px !important;
	margin-bottom: 5px;
	padding: 2px 10px 3px;
}

.widget_tag_cloud a:hover {
	border-color: #71b0f1;
	color: #71b0f1;
	text-decoration: none;
}

.fooding-posts-widget .widget-posts li {
	padding: 10px 0px 13px;
	clear: both;
}

.fooding-posts-widget .widget-posts li.has-thumb .p-info {
	margin-left: 80px;
}

.fooding-posts-widget .widget-posts li img {
	width: 65px;
	height: auto;
	float: left;
	margin-right: 10px;
}

.fooding-posts-widget .widget-posts li .p-info {
	position: relative;
	top: -2px;
}

.fooding-posts-widget .widget-posts li .entry-title {
	font-size: 15px;
	text-transform: none;
	color: #222;
	margin-bottom: 0px;
	margin-top: 0;
	display: inline-block;
	font-weight: 500;
}

.fooding-posts-widget .widget-posts li .entry-date {
	display: block;
	font-size: 13px;
	font-style: italic;
	color: #777777;
	margin-top: 4px;
}

.fooding-posts-widget .widget-posts li a {
	line-height: 1.25;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/
.site {
	position: relative;
	overflow: hidden;
}

.site-pusher {
	position: relative;
	left: 0;
	z-index: 99;
	height: 100%;
	perspective: 1000px;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.site-pusher:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	background: rgba(0, 0, 0, 0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

@media (max-width: 991px) {
	.st-menu-open .site-pusher::after {
		width: 100%;
		height: 100%;
		opacity: 1;
		-webkit-transition: opacity 0.5s;
		transition: opacity 0.5s;
	}
}

.container {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 40px;
	clear: both;
}

@media (max-width: 991px) {
	.container {
		padding: 0 20px;
	}
}

.site-header {
	padding: 45px 0;
	background: transparent;
	width: 100%;
	min-height: 250px;
	height: 300px;
	float: none;
	display: block;
	text-align: center;
	position: relative;
}

@media (max-width: 991px) {
	.site-header {
		min-height: 250px;
		height: 300px;
	}
}

.site-header .site-header-wrap {
	/*background: rgba(0, 0, 0, 0.1);*/
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	z-index: 9999;
}

.site-header .site-header-wrap .container {
	position: relative;
	height: 100%;
}

.site-header .site-branding {
	float: none;
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -40%);
	margin: 0;
	padding: 0;
	width: 100%;
}

@media (max-width: 991px) {
	.site-header .site-branding {
		float: none;
		text-align: center;
	}
}

.site-header .site-branding .site-title {
	font-size: 40px;
	line-height: 40px;
	text-decoration: none;
	margin: 5px 0;
	position: relative;
	padding-bottom: 20px;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
}

.site-header .site-branding .site-title a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

.site-header .site-branding .site-description {
	width: 60%;
	margin: 0 auto;
	font-size: 28px;
	line-height: 1.3;
	color: #fff;
	text-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

@media (max-width: 991px) {
	.site-header .site-branding .site-description {
		font-size: 18px;
	}
}

.social-menu {
	float: right;
	margin-top: 13px;
}

@media (max-width: 991px) {
	.social-menu {
		float: none;
		text-align: center;
		margin-top: 30px;
	}
}

.site-content {
	clear: both;
	padding: 50px 0 30px;
}

@media (max-width: 991px) {
	.site-content {
		padding: 30px 0;
	}
}

.full-width .content-area {
	width: 100%;
}

.content-area {
	float: left;
	width: 100%;
}

@media (min-width: 768px) {
	.content-area {
		width: 65%;
	}
}

.content-area.no-sidebar {
	width: 100%;
}

.sidebar {
	float: right;
	width: 100%;
	margin-top: 40px;
}

@media (min-width: 768px) {
	.sidebar {
		width: 30%;
		margin-top: 0px;
	}
}

.sidebar .widget {
	background: #fff;
	box-shadow: 0 1px 10px rgba(189, 184, 184, 0.5);
	padding: 25px;
}

/* Home post layout */
.post-grid {
	width: 100%;
	background: #fff;
}

@media (min-width: 499px) {
	.post-grid {
		width: 47.5%;
	}
}

.post-grid .featured-image {
	margin: 0;
}

.post-grid .featured-image img {
	width: 100%;
	height: auto;
}

.post-grid .entry-title {
	font-size: 22px;
	margin-bottom: 5px;
}

.homepage-default .post-grid:nth-of-type(odd) {
	float: left;
	clear: both;
}

.homepage-default .post-grid:nth-of-type(even) {
	float: right;
}

.homepage-home2 .post-grid:first-child {
	clear: both;
	float: none;
}

.homepage-home2 .post-grid:nth-of-type(even) {
	float: left;
	clear: both;
}

.homepage-home2 .post-grid:nth-of-type(odd) {
	float: right;
}

.homepage-home2 .post-list {
	clear: both;
}

/* Post Navigation */
.navigation {
	clear: both;
	font-size: 22px;
	text-align: center;
	margin-bottom: 20px;
}

.navigation a {
	color: #888;
	margin-right: 5px;
	text-decoration: none;
}

.navigation a:hover {
	color: #111;
	text-decoration: underline;
}

.navigation .current {
	color: #111;
	font-size: 32px;
	margin-right: 5px;
}

.single-post .navigation {
	font-size: 18px;
}

.single-post .navigation .nav-previous {
	float: left;
	width: 45%;
	text-align: left;
}

.single-post .navigation .nav-next {
	float: right;
	width: 45%;
	text-align: right;
}

.single-post .navigation a {
	color: #000;
}

.single-post .navigation span {
	font-size: 13px;
	display: block;
	color: #888;
}

/* search form */
.search-form {
	position: relative;
}

.search-form input {
	height: 52px;
}

.search-form .search-submit {
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	border-radius: 0 3px 3px 0;
}

/* Footer */
.site-footer {
	overflow: hidden;
	background: #fff;
}

.site-footer .footer-staff-picks {
	width: 3000px;
	padding: 0;
	text-align: center;
	overflow: hidden;
	left: 50%;
	line-height: 1;
	margin: 0 auto;
	position: relative;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.site-footer .footer-staff-picks .hentry {
	float: none;
	display: inline-block;
	width: 330px;
	padding: 0;
	margin: 0 0 0 -5px;
	border-bottom: none;
}

.site-footer .footer-widgets {
	border-bottom: 1px solid #e6e6e6;
	margin: 0;
	padding: 45px 0 20px;
}

.site-footer .footer-widgets .widget {
	box-sizing: border-box;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding: 0 20px;
}

.site-footer .footer-widgets .widget li {
	border: none;
	margin-bottom: 7px;
	padding-bottom: 7px;
}

@media (min-width: 499px) {
	.site-footer .footer-widgets .widget {
		width: 49%;
	}
}

@media (min-width: 992px) {
	.site-footer .footer-widgets .widget {
		width: 25%;
	}
}

.site-footer .site-info {
	padding: 25px 0;
	margin: 0;
	font-size: 13px;
	text-align: center;
}

.site-footer .site-info .site-copyright {
	float: left;
}

@media (max-width: 767px) {
	.site-footer .site-info .site-copyright {
		float: none;
	}
}

.site-footer .site-info .theme-info-text {
	float: right;
}

@media (max-width: 767px) {
	.site-footer .site-info .theme-info-text {
		float: none;
	}
}

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

.hentry {
	margin: 0 0 2em;
}

.home.page .hentry {
	padding: 0;
}

h1.entry-title {
	margin-top: 0;
	font-size: 34px;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 1.2;
	color:#71b0f1;
}

.page .hentry, .single .hentry {
	padding: 25px;
	background: #fff;
	border: none;
	margin-bottom: 40px;
	box-shadow: 0 1px 10px rgba(189, 184, 184, 0.5);
}

.single .entry-header {
	margin-bottom: 20px;
}

.single .entry-content {
	margin-top: 1.0625rem;
	margin-bottom: 0;
}

.entry-content a { color:#71b0f1; }
.entry-content a:hover { text-decoration:none; color: #000; }

.single .entry-thumb {
	margin: -25px -25px 20px;
}

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

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

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

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

.featured-image {
	position: relative;
	margin-bottom: 0;
}

.featured-image img {
	width: 100%;
	display: block;
}

.entry-info {
	position: relative;
	padding: 25px 25px 15px 25px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	background: #fff;
}

.no-post-thumbnail .entry-info {
	margin: 0;
}

.no-post-thumbnail .ft-post-right {
	margin: 0;
}

h2.entry-title {
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 5px;
	margin-top: 0;
}

@media (max-width: 991px) {
	h2.entry-title {
		font-size: 22px;
	}
}

h2.entry-title a {
	color:#71b0f1;;
	text-decoration: none;
}

h2.entry-title a:hover {
	color: #666;
}

.entry-meta {
	display: block;
	font-style: italic;
	color: #b4b4b4;
	margin-bottom: 15px;
}

.entry-meta div {
	display: inline-block;
}

.entry-meta a {
	color: #b4b4b4;
	text-decoration: none;
}

.entry-meta a:hover {
	text-decoration: underline;
}

.single .entry-meta {
	font-size: 17px;
}

.entry-footer a {
	color: #999;
	text-decoration: none;
}

.entry-footer a:hover {
	text-decoration: underline;
}

a.read-more {
	color: #71b0f1;
	text-decoration: none;
}

a.read-more:hover {
	text-decoration: underline;
}

/* Archie */
.archive .page-header, .search .page-header {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 40px;
	padding-bottom: 15px;
}

.archive .post-grid:nth-of-type(2n+1), .search .post-grid:nth-of-type(2n+1) {
	float: left;
	clear: both;
}

.archive .post-grid:nth-of-type(2n), .search .post-grid:nth-of-type(2n) {
	float: right;
	clear: none;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area {
	margin-top: 40px;
}

.comments-area .logged-in-as a {
	color: #71b0f1;
	font-weight: bold;
}

.comments-area .comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comments-area .comment-list li {
	margin: 20px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
}

.comments-area .comment-list li .avatar {
	border-radius: 3px;
	float: left;
	width: 60px;
}

.comments-area .comment-list li .comment-wrapper {
	background: #f8f9f9 none repeat scroll 0 0;
	margin-left: 4rem;
	padding: 0 20px;
	position: relative;
}

.comments-area .comment-list li .comment-wrapper .comment-meta {
	margin-bottom: 20px;
}

.comments-area .comment-list li .comment-wrapper .comment-meta a {
	text-decoration: none;
}

.comments-area .comment-list li .comment-wrapper .comment-author {
	margin-bottom: 20px;
}

.comments-area .comment-list li .comment-wrapper .comment-author a {
	color: #bbb;
	font-size: 1.1rem;
	letter-spacing: 0.3px;
	text-transform: uppercase;
}

.comments-area .comment-list li .comment-wrapper .comment-actions i {
	padding-left: 10px;
	font-size: 13px;
}

.comments-area .comment-list li li {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

#respond input#submit {
	width: auto;
	font-weight: bold;
}

#respond h3#reply-title {
	border-bottom: 1px solid #e5e5e5;
	font-size: 22px;
	margin-bottom: 40px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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 {
	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 {
	margin: 0.8075em 0;
	font-size: 0.75rem;
	font-style: italic;
}

.wp-caption-text {
	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;
}



#titre_commentaire, #titre_form_commentaire { font-size: 1.5em; line-height: 1.2em; margin:45px 0 30px 0; display: block; }
#titre_form_commentaire { margin: 15px 0 15px 0; }
#titre_commentaire a { float: right; font-size: 0.75em; }
.commentaire { margin: 0 0 15px 0; }
.commentaire_pseudo, .commentaire_date { color: #c9c9c9; font-size: 0.9em; }
.commentaire_pseudo { font-weight: bold; color: #d46d79; }
.commentaire_date { float: right; font-style: italic; }
.commentaire_content { margin: 5px 0 0 0; padding: 10px; background: #f3f3f3; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; border-bottom:3px solid #e4e4e4; text-shadow:1px 1px 0 #FFF; }

#form_commentaire p { margin: 0 0 5px 0; }
#form_commentaire label { float: left; width: 255px; text-align: left; }
#form_commentaire input[type="text"] { width: 250px; }
#form_commentaire #captcha { width: 75px; float: left; margin-right: 10px ; }
#form_commentaire #label_captcha {  display: inline-block; float: none; margin: 7px 0 0 20px; }
#captcha_code { background: #e5e5e5; padding: 3px 6px 3px 6px; color:#505050; text-shadow: 0px 1px 0 #FFF; border-bottom:1px solid #a0a0a0; border-right:1px solid #a0a0a0; -webkit-border-radius: 3px;border-radius: 3px; }

#pagination { width: 450px; clear: both; text-align: center; margin: 5px auto 15px auto; height: 40px; overflow: auto; }
#pagination strong { padding: 0 7px 0 7px; }
#pagination a { color: #616161; background:#f2f2f2; border:1px solid #dbdbdb; padding: 2px 8px 5px 8px; display: inline-block; height: 30px; text-decoration: none; margin-right:5px; } /* changer ici */
#pagination a:hover { color: #FFF; text-decoration: none; border-color: #71b0f1; background: #71b0f1; }


div.confirmation li:before, div.erreur li:before, div.information li:before { display: none; }

div.confirmation li, div.erreur li, div.information li { margin: 0; }

div.confirmation, div.erreur, div.information {
  background:url(../img/admin/mini-icone-confirmation.png) no-repeat 10px center, #d5eebe;
  background:url(../img/admin/mini-icone-confirmation.png) no-repeat 10px center, -moz-linear-gradient(top, #eeffde 0%, #d5eebe 100%);
  background:url(../img/admin/mini-icone-confirmation.png) no-repeat 10px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeffde), color-stop(100%,#d5eebe));
  background:url(../img/admin/mini-icone-confirmation.png) no-repeat 10px center, -o-linear-gradient(top, #eeffde 0%,#d5eebe 100%);
  background:url(../img/admin/mini-icone-confirmation.png) no-repeat 10px center, -ms-linear-gradient(top, #eeffde 0%,#d5eebe 100%);
  background:url(../img/admin/mini-icone-confirmation.png) no-repeat 10px center, linear-gradient(to bottom, #eeffde 0%,#d5eebe 100%);
  border:1px solid #a6d877;
  box-shadow: inset 0 1px 0 #FFF, 1px 1px 0px #FFF;
  color:#336801;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin:0 0 12px 0;
  padding:7px 0 7px 45px;
}
div.erreur {
  background:url(../img/admin/mini-icone-erreur.png) no-repeat 10px center #facccc;
  background:url(../img/admin/mini-icone-erreur.png) no-repeat 10px center, -moz-linear-gradient(top, #ffeaea 0%, #facccc 100%);
  background:url(../img/admin/mini-icone-erreur.png) no-repeat 10px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffeaea), color-stop(100%,#facccc));
  background:url(../img/admin/mini-icone-erreur.png) no-repeat 10px center, -o-linear-gradient(top, #ffeaea 0%,#facccc 100%);
  background:url(../img/admin/mini-icone-erreur.png) no-repeat 10px center, -ms-linear-gradient(top, #ffeaea 0%,#facccc 100%);
  background:url(../img/admin/mini-icone-erreur.png) no-repeat 10px center, linear-gradient(to bottom, #ffeaea 0%,#facccc 100%);
  color:#8d0d0d;
  border-color:#f3abab;
}
div.information {
  background:url(../img/admin/mini-icone-information.png) no-repeat 10px center, #c7e8ff;
  background:url(../img/admin/mini-icone-information.png) no-repeat 10px center, -moz-linear-gradient(top, #eaf7ff 0%, #c7e8ff 100%);
  background:url(../img/admin/mini-icone-information.png) no-repeat 10px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaf7ff), color-stop(100%,#c7e8ff));
  background:url(../img/admin/mini-icone-information.png) no-repeat 10px center, -o-linear-gradient(top, #eaf7ff 0%,#c7e8ff 100%);
  background:url(../img/admin/mini-icone-information.png) no-repeat 10px center, -ms-linear-gradient(top, #eaf7ff 0%,#c7e8ff 100%);
  background:url(../img/admin/mini-icone-information.png) no-repeat 10px center, linear-gradient(to bottom, #eaf7ff 0%,#c7e8ff 100%);
  color:#005898;
  border-color:#9fd1f5;
}
div.confirmation a, div.erreur a, div.information a { text-decoration: underline; }
div.confirmation a:hover, div.erreur a:hover, div.information a:hover { text-decoration: none; }