/*!
Theme Name: Base
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: base
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Base is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://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
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

li {
    font-family: 'Lato', sans-serif;
    font-size: .95em;
    font-weight: 100;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	font-family: 'Lato', sans-serif;
	margin-bottom: 1.5em;
	font-size: .95em;
    font-weight: 100;
}

span {
    font-family: 'Lato', sans-serif;
    font-size: .95em;
    font-weight: 100;
}

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

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

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

ul {
	list-style: circle;
}

ol {
	list-style: decimal;
	padding: .5em 0 .5em .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. */
}

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
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

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

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 {
	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: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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

input.search-field {
    border: none;
    border-radius: 0;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

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

.main-navigation ul {
	display: none;
	font-size: 1rem;
	list-style: none;
	line-height: 3em;
	margin: 0;
	padding-left: 0;
	border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    clear: both;
    text-transform: uppercase;
    text-align: center;
}

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

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

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

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

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

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

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

@media screen and (min-width: 37.5em) {
	.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 {
	float: left;
	width: 50%;
}

.post-navigation .nav-previous {
	float: left;
	width: 50%;
	text-align: right;
    padding-right: 1em;
}

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

.post-navigation .nav-next {
    float: right;
    text-align: left;
    width: 50%;
    padding-left: 1em;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	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;
	clip-path: none;
	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 {

	/* Make sure select elements fit in widgets. */
}

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

/* Widget for the Category list */
section#categories-6 ul {
    text-align: left;
    margin: 0;
    margin-top: -1em;
    padding-left: .5em;
    list-style: none;
}

section#categories-6 li {
    line-height: 2em;
    padding: 7px 0;
    margin: 0;
    border-bottom: #EEE 1px solid;
}

section#categories-6 ul li a {
    text-decoration: none;
    color: #427fed;
    transition: all 200ms ease 0s;
}

section#categories-6 ul li a:hover {
    font-weight: 700;
    text-decoration: none;
}

form#mc4wp-form-1 {
    margin-bottom: -1em;
}

.textwidget em {
    font-size: .8em;
}

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

.hentry {
	margin: 0 0 1.5em;
	max-width: 95%;
}

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

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

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

.recipe-more-links {
    text-align: center;
}

#recipe-more-links-text {
    margin-bottom: .5em;
} 

.recipe-tags ul {
    padding-left: 0;
}

.recipe-tags li {
    position: relative;
    display: inline-block;
    padding: 4px 4px 4px 16px;
    margin: .5em;
    background: #F8F8F8;
    background: -moz-linear-gradient(#F8F8F8, #F3F3F3);
    background: -webkit-linear-gradient(#F9F9F9, #F3F3F3);
    background: -o-linear-gradient(#F8F8F8, #F3F3F3);
    background: -ms-linear-gradient(#F8F8F8, #F3F3F3);
    background: linear-gradient(#F8F8F8, #F3F3F3);
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    color: #333;
    font-size: .8em;
    text-decoration: none;
}

.recipe-tags li a {
    text-decoration: none;
    margin-left: 4px;
}

.recipe-tags li:before {
    content: "";
    position: absolute;
    top: .7em;
    left: .5em;
    width: .6em;
    height: .6em;
    background: #fff;
    border-radius: 2px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .2);
}

.nav-links a {
    text-decoration: none;
    color: #427fed;
}

ol.comment-list {
    padding: 0;
    list-style: none;
}

/*--------------------------------------------------------------
## Category
--------------------------------------------------------------*/

header#masthead {
    margin: auto;
    background: #efefef;
    padding: 1em;
    text-align: center;
}

.site-branding {
    padding-bottom: .5em;
}

.site-branding-section.spoon img {
    height: 80px;
    padding-right: .5em;
    transform: rotate(30deg);
}

.site-branding-section.fork img {
    height: 80px;
    padding-left: .5em;
    transform: rotate(-30deg);
}

.site-title {
    padding: 0 1em;
    margin-bottom: 1em;
}

.site-title, .site-search {
    display: inline-block;
}

.site-title a {
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    color: #39393a;
    font-size: 1em;
    line-height: 1em;
    font-weight: 600;
    text-transform: uppercase;
}

.site-title-subtext a {
    font-family: 'Dancing Script', cursive;
    font-size: 2.2em;
    text-transform: capitalize;
}

.site-title-subtext {
    font-family: 'Dancing Script', cursive;
    line-height: 2em;
    font-weight: 600;
    margin: 0;
}

.site-branding-section {
    display: inline-block;
    vertical-align: text-bottom;
}

.category-header {
    text-align: center;
    padding: 5px;
}

.category-title {
    display:inline-block;
    font-size: 1.5em;
    margin: 0;
}

.category_intro {
    display:inline-block;
    padding: .1em .2em;
    vertical-align: text-bottom;
}

.postmetadata {
    display: block;
    margin: 1em 0 0 1em;
}

span.star-rating {
    display: inline-block;
}

.kk-star-ratings {
    min-height: 24px !important;
}

.kk-star-ratings.lft {
    float:none !important;
    display: inline-block;
    vertical-align: middle;
}

span.recipe-comment-count {
    display: inline-block;
    vertical-align: middle;
    border-left: 1px solid black;
}

img.comment-icon {
    box-shadow: none !important;
    width: 30px;
    vertical-align: middle;
    margin-left: 1em;
    padding-right: .5em;
}

.entry, #fp-recent-posts li {
    display:block;
    margin: 1em;
    border: 1px solid #efeeee;
	background-color: #fcfcfc;
	padding: 4px;
	transition: all 200ms ease 0s;
}

.entry:hover, #fp-recent-posts li:hover {
    box-shadow:
        1px 1px #53a7ea,
        2px 2px #53a7ea,
        3px 3px #53a7ea;
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
}

.category-content img {
    box-shadow: 1.5px 1.5px .5px rgba(50, 50, 50, 0.5);
}

.entry-thumbnail {
    display: inline-block;
    height: 100%;
    padding-top: .1em;
    vertical-align: text-top;
}

.entry-text {
    display: inline-block;
    max-width: 55%;
    padding-left: 1%;
    text-align: center;
    vertical-align: top;
}

.entry-text h2 {
    margin: 0;
}

.entry-text h2 a {
    color: #427fed;
    font-family: 'Dancing Script', cursive;
    font-size: .9em;
    font-weight: 300;
    text-decoration: none;
    transition: all 200ms ease 0s;
}

.entry-text h2 a:hover {
    font-size: .92em;
    font-weight: 700;
}

aside#secondary {
    display: inline-block;
    padding-left: 1em;
    border-left: #ccc 1px solid;
    margin-top: 1em;
    font-family: 'Lato', sans-serif;
    margin-bottom: 1.5em;
    font-size: .95em;
    font-weight: 100;
}

.pagination {
    text-align: center;
}

.pagination a {
    text-decoration: underline;
    padding: 1em;
}

/*--------------------------------------------------------------
## Post
--------------------------------------------------------------*/

main#main {
    padding: 0 1em;
}

article h1 {
    margin-bottom: 0;
    text-align:center;
}

.entry-hero {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 1.5px 1.5px 0.5px rgba(50, 50, 50, 0.5);
    margin: 1em auto;
}

div#single-disclosure {
    font-style: italic;
    font-size: .9em;
}

div#single-disclosure p {
    padding-bottom:0;
    margin-bottom:0;
}

.entry-content {
    margin-top: 0;
}

.entry-content p img, .entry-content li img {
    box-shadow: 1.5px 1.5px 0.5px rgba(50, 50, 50, 0.5);
    margin: 1em auto;
}

div#comments {
    border-top: 1px #ccc solid;
    padding-top: .5em;
}

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

.bypostauthor {
	display: block;
}

/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-pings,
.entry-comments {
    color: #444;
    padding: 20px 45px 40px 45px;
    border: 1px solid #ccc;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    border-left: 4px solid #444;
}
.entry-comments h3{
    font-size: 30px;
    margin-bottom: 30px;
}
.comment-respond h3,
.entry-pings h3{
    font-size: 20px;
    margin-bottom: 30px;
}
.comment-respond {
    padding-bottom: 5%;
    margin: 20px 1px 20px 1px;
        border-left: none !important;
}
.comment-header {
    color: #adaeb3;
    font-size: 14px;
    margin-bottom: 20px;
}
.comment-header cite a {
    border: none;
    font-style: normal;
    font-size: 16px;
    font-weight: bold;
}
.comment-header .comment-meta a {
    border: none;
    color: #adaeb3;
}
li.comment {
    background-color: #fff;
    border-right: none;
}
.comment-content {
    clear: both;
    overflow: hidden;
}
.comment-list li {
    font-size: 14px;
    padding: 1em;
    margin:1em;
    -moz-box-shadow: 1px 1px 1px 1px #ccc;
    -webkit-box-shadow: 1px 1px 1px 1px #ccc;
    box-shadow: 1px 1px 1px 1px #ccc;
}
.comment-list .children {
    margin-top: 0px;
}
.comment-list li li {
    background-color: #f5f5f6;
}
.comment-list li li li {
    background-color: #fff;
}
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%;
}
.comment-respond label {
    display: block;
    margin-right: 12px;
}
.entry-comments .comment-author {
    margin-bottom: 0;
    position: relative;
}
.entry-comments .comment-author img {
    border-radius: 50%;
    border: 5px solid #fff;
    left: -80px;
    top: -5px;
    position: absolute;
    width: 60px;
}
.entry-pings .reply {
    display: none;
}
.bypostauthor {
}
.form-allowed-tags {
    background-color: #f5f5f5;
    font-size: 16px;
    padding: 24px;
}
.comment-reply-link{
    cursor: pointer;
    background-color: #444;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 4px 10px 4px;
    text-transform: uppercase;
    width: auto;
}
.comment-reply-link:hover{
    color: #fff;
}
.comment-notes{
    display:none;   
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

footer#colophon {
    text-align: center;
    margin-top: 1em;
    background: #efefef;
    padding: 2em;
}

.site-info a {
    text-decoration: none;
}

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

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

/*--------------------------------------------------------------
## Front page
--------------------------------------------------------------*/

#fp-header-hero {
	background: linear-gradient(
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0.6)
    ), 
    url(img/fp_header_hero-min.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 400px;
}

#fp-header-hero h1, #fp-header-hero h2  {
    text-align: center;
    font-family:Arial;
}

#fp-header-hero h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: white;
    margin: 0;
    font-size: 4rem;
    padding-top:2em;
    text-transform:uppercase;
}

#fp-header-hero h2 {
    color:#efefef;
    margin:0;
}

#fp-header-hero-button {
    text-align: center;
    padding-top: 1.5em;
}

div#fp-search-form {
    text-align: center;
    margin: auto;
    width: 350px;
    padding-top: 2em;
}

#fp-search-form input {
    box-shadow: 1px 2px 5px grey;
}

#fp-search-form .search-submit {
    border: none !important;
    box-shadow: 1px 2px 5px grey !important;
}

/*# Buttons */

.button-blue, .button-dark-gray, .button-gray, input.search-submit {
    border: 1px solid #dcdcdc;
    box-shadow: none;
    color:white;
    margin: 0 0 10px;
    padding: 10px 20px;
    text-decoration: none;
    transition: all .3s;
    width: auto;
}

.button-blue, input.search-submit {
    background: #427FED;
}

a.button-blue:visited {
    color: white;
}

a.button-blue:hover, input.search-submit:hover {
    background: #efefef !important;
    color: #427fed !important;
}

.button-gray {
    background: #efefef;
}

a.button-gray:visited {
    color: #efefef;
}

a.button-gray:hover {
    background: #427FED;
    color: white;
}

#fp-header-menu {
    text-align: center;
}

li.menu-item {
    display: inline-block;
    font-family: "Roboto",sans-serif;
    text-align: left;
}

.menu-item a {
    color: #333;
    display: inline-block;
    font-size: .9em;
    font-weight: 400;
    padding: .2rem 1rem;
    transition: all 200ms ease 0s;
    text-decoration: none;
}

.menu-item a:hover {
    font-weight: 700;
    text-decoration: none
}

.widget_neliofp_widget {
    background: white;
    display: inline;
    margin: 0;
    padding: 0 5%;
    text-align: center;
}

.widget_neliofp_widget article .featured-image a {
    margin: 0;
    padding: 0;
    width: 80%;
    height: 100%;
}

.widget_neliofp_widget article .featured-image a {
    background-image: none;
    background-size: 0;
}

.entry.includes-feat-image:hover {
    box-shadow: none !important;
    transform: none !important;
}

#fp-featured {
    background: white;
    padding: 10px;
}

.widget_neliofp_widget h2 {
    color: #3C4046;
    font-family: 'Dancing Script', cursive;
    font-size: 2em;
    font-weight: 100;
    margin: .5em;
    text-align: center;
}

#fp-featured h2, #fp-recent h2 {
    color: #3C4046;
    font-family: 'Dancing Script', cursive;
    font-size: 2em;
    font-weight: 100;
    margin: .5em;
    text-align: center;
}

.widget_neliofp_widget h2 {
    font-family: 'Lato', sans-serif;
    margin: .5em;
    text-align: center;
}

#fp-featured h3 {
    font-family: 'Lato', sans-serif;
    margin: .5em;
    text-align: center;
}

.widget_neliofp_widget img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border: .15em solid #3C4046;
    transform: rotateZ(0deg);
    transition: all 400ms ease-out 0s;
}

.widget_neliofp_widget img:hover {
    background-color: black;
    opacity: .8;
    border: 4px solid #427fed;
    transition: all 400ms ease 0s;
    transform: rotateZ(10deg);
}

#fp-featured img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border: .15em solid #3C4046;
    transform: rotateZ(0deg);
    transition: all 400ms ease-out 0s;
}

#fp-featured img:hover {
    background-color: black;
    opacity: .8;
    border: 4px solid #427fed;
    transition: all 400ms ease 0s;
    transform: rotateZ(10deg);
}

.widget_neliofp_widget article.includes-feat-image {
    min-height: 70px;
    display: inline-block;
    margin-right: 1%;
    text-align: center;
    vertical-align: top;
    width: 29%;
    transition: all 200ms ease 0s;
    background: none !important;
    border: none !important;
}

.widget_neliofp_widget article.includes-feat-image .entry-title {
    padding-left: 0;
}

.widget_neliofp_widget article .entry-title {
    font-size: 100%;
}

a.featured_post_link {
    font-family: 'Lato', sans-serif;
    font-size: .95em;
    font-weight: 100;
    color: #427fed;
    display: inline-block;
    text-decoration: none;
    transition: all 200ms ease 0s;
}

a.featured_post_link:hover {
    font-weight: 700;
    transition: all 200ms ease 0s;
}

.alignleft {
    display: inline;
    float: none;
    margin-right: 1.5em;
}

.widget_neliofp_widget article .featured-image {
    float: none;
    width: 150px;
}

.widget_neliofp_widget article .featured-image a img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.textwidget {
    padding-left: .5em;
}

.wpp-list {
    display: inline;
    margin: 0;
    padding: 0 5%;
}

.widget .wpp-list {
    padding-left: .5em;
}

.wpp-list li {
    display: inline-block;
    margin-right: 1%;
    text-align: center;
    vertical-align: top;
    width: 29%;
    transition: all 200ms ease 0s;
}

.widget .wpp-list li {
	padding: 4px;
	transition: all 200ms ease 0s;
}

.widget .wpp-list li:hover {
    transform: translateY(-3px);
    border: 1px solid #efeeee;
    background-color: #fcfcfc;
}

.wpp-list li a {
    color: #427fed;
    display: inline-block;
    font-family: sans-serif;
    text-decoration: none;
    transition: all 200ms ease 0s;
}

#fp-recent {
    background: #efefef;
    padding: 1em;
}

#fp-recent h3 {
    text-align: center;
}

#fp-recent-posts {
    background: #efefef;
    text-align: center;
}

ul#fp-recent-posts {
    margin: 0;
    padding: 0;
}

#fp-recent-posts li {
    background: white;
    display:inline-block;
    padding-bottom: 1em;
    vertical-align: top;
    width: 20%;
}

.recent-title {
    color: #427fed;
    font-family: sans-serif;
    padding: 1em;
    text-decoration: none;
}

#fp-recent-posts li a:hover {
    color: #3C4046;
}

#fp-recent-posts img {
    width: 100%;
}

#fp-recent-posts h3 {
    border-bottom: 2px solid currentColor;
    display: inline-block;
    font-size: 1em;
    font-weight: 100;
    line-height: 0.85;
    padding-bottom: .5em;
    text-transform: uppercase;
    text-shadow: 2px 2px white, 2px -2px white, -2px 2px white, -2px -2px white;
}

.underline {
  border-bottom: 2px solid currentColor;
  display: inline-block;
  line-height: 0.85;
  text-shadow:
    2px 2px white,
    2px -2px white,
    -2px 2px white,
    -2px -2px white;
}

/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/
.grid {
  display: grid;
  grid-gap: 1em;
  grid-template-columns: 1fr;
  padding: .5em;
}

* { box-sizing: border-box; }

.grid > * {
  padding: .5em;
}

@media (min-width: 40em) {
  .grid {
    grid-template-columns: 2fr 1fr;
  }
  
  header,
  footer {
    grid-column: 1 / 3;
  }
}

.media {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2em;
}

.media > * {
  flex: 1 1 250px;
  margin: 10px;
}

@media only screen and (max-width: 600px) {
    /*article, #comments {
        width: 400px !important;
    }*/
    aside#secondary {
        padding-left: .5em;
        border-left: none;
        width: 400px !important;
    }
}

@media (max-width: 1135px) {
    .entry-text {
        max-width: 100%;
    }
    
    .entry-thumbnail {
        display: block;
        text-align: center;
    }
}

@media (max-width: 1135px) {
    #fp-header-hero {
        height: 500px;
    }
    
    #fp-recent-posts li {
        width: 40%;
    }
    
}