/*

Theme Name: BigSEO Theme

Theme URI: http://components.underscores.me/

Author: BigSEO

Author URI: http://bigseo.es/

Description: Image grid focused theme

Version: 1.0.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: bst

Tags:

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.

BigSEO Theme is created by the theme generator at http://components.underscores.me/, (C) 2015-2016 Automattic, Inc.

Components 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 http://necolas.github.com/normalize.css/

*/

/*--------------------------------------------------------------

>>> TABLE OF CONTENTS:

----------------------------------------------------------------

# Normalize

# Accessibility

# Alignments

# Clearings

# Typography

# Forms

# Buttons

# Formatting

# Lists

# Tables

# Navigation

# Links

# Layout

## Posts

## Pages

# Comments

# Widgets

# Infinite scroll

# Media

## Galleries

--------------------------------------------------------------*/

/*--------------------------------------------------------------

# 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 {

	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;

}

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: content-box;

}

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;

}

/*--------------------------------------------------------------

# 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: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;

}

/*--------------------------------------------------------------

# Typography

--------------------------------------------------------------*/

body, button, input, select, 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 {

	margin-bottom: 1.5em;

}

dfn, cite, em, i {

	font-style: italic;

}

blockquote {

	margin: 0 1.5em;

}

address {

	margin: 0 0 1.5em;

}

pre {

	background: #fafaf5;

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

}

blockquote, q {

	quotes: "" "";

}

blockquote:before, q:before, blockquote:after, q:after {

	content: "";

}

/*--------------------------------------------------------------

# Forms

--------------------------------------------------------------*/

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;

}

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;

}

select {

	border: 1px solid #ccc;

}

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"] {

	padding: 5px;

}

textarea {

	padding-left: 3px;

	width: 100%;

}

/*--------------------------------------------------------------

## Search Forms

--------------------------------------------------------------*/

.form-search-big {

	margin: 0 auto;

}

.form-search-big .search-wrap {

	position: relative;

	margin-right: 5px;

	margin-bottom: 25px;

	display: inline-block;

	width: 425px;

	max-width: 100%;

}

.form-search-big .search-wrap i {

	position: absolute;

	top: 10px;

	left: 10px;

	color: #999;

	font-size: 1.8rem;

}

.form-search-big .search-wrap a {

	position: absolute;

	bottom: -30px;

	right: -180px;

}

.form-search-big .search-wrap #s {

	font-size: 1.2rem;

	font-weight: normal;

	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

	padding: 10px 10px 10px 50px;

	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;

}

.form-search-big input {

	width: 100%;

}

.form-search-big button {

	min-width: 160px;

	color: #7b7769;

	background-color: #e7e5df;

	border-radius: 4px;

	font-size: 1.2rem;

	border: 0;

	text-shadow: none;

	padding: 16px;

	width: 175px;

	box-shadow: none;

}

.form-search-big button:hover {

	box-shadow: none;

}

.form-search-mini {

	float: left;

	margin: 5px 0 0 10px;

}

.form-search-mini #s {

	outline: none;

	margin-top: 1px;

	border-radius: 5px 0 0 5px;

	max-width: 225px;

}

.form-search-mini button {

	display: block;

	height: 36px;

	line-height: 1em;

	outline: none;

	padding: 6px 12px;

	color: #7b7769;

	background-color: #e7e5df;

	border: 1px solid #ccc;

	border-left: none;

	border-radius: 0 4px 4px 0;

	margin-top: -36px;

	margin-left: 207px;

}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:active, input:-webkit-autofill:focus {

	background-color: red !important;

	color: #555 !important;

	-webkit-box-shadow: 0 0 0 1000px rgba(135, 168, 0, 0.25) inset !important;

	-webkit-text-fill-color: #555 !important;

}

/**/

@media all and (max-width: 768px) {

	.form-search-big .search-wrap i {

		top: 10px;

	}

	.form-search-mini {

		display: none;

		width: calc(100% - 380px);

	}

	.form-search-mini #s {

		width: 90%;

		max-width: 100%;

	}

	.form-search-mini button {

		margin-left: 90%;

	}

	#fixed-bar a.btn {

		margin-top: -2px;

	}

}

@media all and (max-width: 500px) {

	.form-search-big .search-wrap {

		display: inline;

		text-align: left;

		margin-right: 0;

	}

	.form-search-big .search-wrap a {

		right: 0;

	}

	.form-search-big .search-wrap i {

		top: -5px;

	}

	.form-search-big .search-wrap #s {

		width: 100%;

	}

	.form-search-big .search-wrap input[type="submit"] {

		float: right;

	}

	.form-search-big button {

		width: auto;

		min-width: auto;

		padding: 17px 15px;

		font-size: 1.1rem;

	}

	.form-search-mini {

		position: absolute;

		left: 60px;

		top: 1px;

		width: auto;

	}

	.form-search-mini #s {

		max-width: 125px;

	}

	.form-search-mini button {

		margin-left: 125px;

	}

}

/*--------------------------------------------------------------

# Buttons

--------------------------------------------------------------*/

button, input[type="button"], input[type="reset"], input[type="submit"] {

	border: 1px solid;

	border-color: #ccc #ccc #bbb;

	border-radius: 3px;

	background: #e6e6e6;

	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);

	color: rgba(0, 0, 0, .8);

	font-size: 12px;

	font-size: 0.75rem;

	line-height: 1;

	padding: 0.6em 1em 0.4em;

	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);

}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {

	border-color: #ccc #bbb #aaa;

	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);

}

button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {

	border-color: #aaa #bbb #bbb;

	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);

}

/*--------------------------------------------------------------

# Formattings

--------------------------------------------------------------*/

hr {

	background-color: #ccc;

	border: 0;

	height: 1px;

	margin-bottom: 1.5em;

}

/*--------------------------------------------------------------

# Lists

--------------------------------------------------------------*/

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;

}

/*--------------------------------------------------------------

# Tables

--------------------------------------------------------------*/

table {

	margin: 0 0 1.5em;

	width: 100%;

}

/*--------------------------------------------------------------

# Navigation

--------------------------------------------------------------*/

#fixed-menu {

	float: right;

}

#fixed-menu ul {

	list-style: none;

	margin: 0;

	padding-left: 0;

}

#fixed-menu ul ul {

	display: none;

	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);

	float: left;

	position: absolute;

	top: 1.5em;

	left: -999em;

	z-index: 99999;

}

#fixed-menu ul ul ul {

	left: -999em;

	top: 0;

}

#fixed-menu ul ul li:hover > ul, #fixed-menu ul ul li.focus > ul {

	left: 100%;

}

#fixed-menu ul ul a {

	width: 200px;

}

#fixed-menu ul li:hover > ul, #fixed-menu ul li.focus > ul {

	left: auto;

}

#fixed-menu li {

	float: left;

	position: relative;

}

#fixed-menu a {

	display: block;

	text-decoration: none;

}

/* Small menu. */

.menu-toggle, .main-navigation.toggled ul {

	display: block;

}

.menu-toggle:before {

	content: "\2630";

	display: inline-block;

	margin-right: 5px;

}

@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, .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%;

}

/*--------------------------------------------------------------

# Links

--------------------------------------------------------------*/

a {

	color: #87a800;

}

a:visited {

	color: #87a800;

}

a:hover, a:focus, a:active {

	color: #6d8700;

}

a:focus {

	outline: thin dotted;

}

a:hover, a:active {

	outline: 0;

}

/*--------------------------------------------------------------

# Layout

--------------------------------------------------------------*/

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: $color__background-body; /* Fallback for when there is no custom background color defined. */

	background-color: #fafaf5;

	font-family: "Lato", "Helvetica Neue", "Helvetica", "arial", sans-serif;

}

.menu-toggle {

	display: none;

}

.bswrap {

	max-width: 680px;

	margin: 0 auto;

}

.bswrap.mini {

	max-width: 100%;

	margin: 0 10px;

}

.bswrap.maxi {

	max-width: 70%;

}

#fixed-bar {

	position: fixed;

	width: 100%;

	max-height: 50px;

	background: #fff;

	z-index: 999999;

	border-bottom: 1px solid #ddd;

	-webkit-backface-visibility: hidden;

}

#fixed-bar .site-branding-mini {

	float: left;

	padding-top: 5px;

}

#fixed-bar .site-branding-mini .site-title a {

	display: block;

	margin-top: -10px;

}

#fixed-bar .site-branding-mini .site-title a img {

	margin-top: 4px;

	object-fit: cover;

}

#fixed-bar .site-branding-mini .site-title a img.micro {

	padding-top: 5px;

}

#fixed-bar a.btn {

	margin-top: 8px;

	float: right;

}

.custom-logo-link img {

	max-width: 450px;

}

/*--------------------------------------------------------------

## Single Column / No Active Sidebar

--------------------------------------------------------------*/

.no-sidebar .site-main {

	margin: 0;

}

.no-sidebar .content-area {

	float: none;

	margin-left: auto;

	margin-right: auto;

}

/*****************************/

a {

	text-decoration: none;

}

.site-header {

	background-color: #fff;

	border-bottom: 1px solid #ccc;

	text-align: center;

	padding: 50px 0 20px;

}

.site-info {

	text-align: center;

	padding: 5px 0 4px;

}

.site-info ul {

	margin: 0;

	padding: 0;

}

/**/

#fixed-menu {

	list-style: none;

	padding: 10px 0 0;

}

#fixed-menu i {

	font-size: 2rem;

}

/*****************************/

.post-single {

	max-width: 96%;

	background-color: #fff;

	margin: 0 auto 1.5em !important;

	padding: 0 0 20px;

}

.post-single img {

	width: 100%;

}

.post-single .entry-header, .post-single .entry-content, .post-single .entry-footer {

	padding: 0 20px;

	margin: 0;

}

.post-single .entry-title {

	color: #87a800;

	font-size: 2rem;

	margin: 0;

}

.post-single .entry-meta span {

	margin: 0 15px 0 0;

}

.post-single .entry-footer > p {

	display: none;

}

/**/

.ingredientes ul {

	margin: 0;

	padding-left: 35px;

}

.ingredientes ul li {

	line-height: 1.5rem;

}

.related-posts {

	overflow: hidden;

	clear: both;

}

ol.pasos {

	list-style-type: none;

	margin: 0 0 1.5rem -2.5rem;

}

ol.pasos li {

	counter-increment: step-counter;

	margin: 0 0 1rem;

	padding: 0 0 0 50px;

	font-family: "Lora", serif;

	position: relative;

}

ol.pasos li:before {

	content: counter(step-counter);

	font-size: 1.1rem;

	background-color: #ccc;

	color: #fff;

	font-weight: bold;

	padding: 4px 5px 3px;

	border-radius: 3px;

	font-family: "Lato", serif;

	display: block;

	min-width: 40px;

	text-align: center;

	position: absolute;

	top: 3px;

	left: 0;

}

.no-ol-margin {

	margin: 0;

	padding: 0;

	list-style-position: inside;

}

/**/

.error404 .site-content, .search .site-content, .single .site-content, .archive .site-content, .page .site-content {

	padding-top: 75px;

}

.archive .page-header, .single article.post {

	border-radius: 5px;

}

.archive .page-header h1, .single article.post h1 {

	line-height: 2.2rem;

	margin: 5px 0 10px;

}

.archive .page-header h2, .single article.post h2, .archive .page-header h3, .single article.post h3 {

	color: #ccc;

	font-size: 1.4rem;

	line-height: 1.5rem;

}

.archive .page-header img, .single article.post img {

	border-radius: 5px 5px 0 0;

}

.archive .page-header .pasos p, .single article.post .pasos p {

	margin: 0 0 10px;

	max-width: 350px;

	display: inline-block;

}

.archive .page-header .pasos img, .single article.post .pasos img {

	float: right;

	max-width: 150px;

	border-radius: 5px;

}

.archive .page-header .entry-header, .single article.post .entry-header {

	color: #ccc;

}

.catmenus {

	margin: 10px 0 0;

}

/*****************************/

.masonry-wrap{

	display: -webkit-box;

	display: -ms-flexbox;

	display: -webkit-flex;

	display: flex;

	-ms-flex-wrap: wrap;

	-webkit-flex-wrap: wrap;

	flex-wrap: wrap;

	clear: both;

}



.masonry-entry {

	position: relative;

	width: 23%;

	max-width: 100%;

	margin: 0.85rem 1% 0 !important;

	border-radius: 5px;

	background-color: #fff;

	border: 1px solid #ccc;

	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);

}

.masonry-entry h3 {

	font-size: 1.1rem !important;

	margin: 0;

	padding: 0;

	line-height: 1.3rem;

}

.masonry-entry img {

	width: 100%;

	border-radius: 5px 5px 0 0;

}

.masonry-entry .masonry-details {

	padding: 1px 10px 5px;

}

.masonry-entry .masonry-post-meta {

	color: #ccc;

	margin-top: 5px;

	font-size: 0.8rem;

	text-align: right;

}

.masonry-entry.new {

	/*border: 1px solid $green;*/

	/*box-shadow: 0 0 10px $green;*/

	/*box-shadow: 0 2px 2px 0 rgba(135,168,0,.24),0 3px 1px -2px rgba(135,168,0,.3),0 1px 5px 0 rgba(135,168,0,.22);*/

}

.masonry-entry .badge {

	position: absolute;

	top: 0;

	right: 0;

	text-align: right;

	color: #fff;

	font-weight: normal;

	font-size: 0.5rem;

	text-transform: uppercase;

	border-radius: 0 0 0 5px;

	padding: 1px 7px 2px 8px;

	background: #87a800;

}

.single .masonry-entry h3 {

	font-size: 1.1rem;

}

/*****************************/

.search .page-header, .archive .page-header {

	border-bottom: 1px solid #ddd;

}

.search .page-header .padrow, .archive .page-header .padrow {

	padding: 0 25px;

}

.search .page-header ol, .archive .page-header ol {

	margin: 0 0 10px 10px;

	padding: 0;

}

.search .page-header ol li, .archive .page-header ol li {

	margin: 0 0 10px;

}

.search .page-header h2, .archive .page-header h2 {

	font-size: 1.4rem;

	margin: 0;

	padding: 10px 0;

	line-height: 1.5rem;

}

.search .page-header p:last-child, .archive .page-header p:last-child {

	margin: 0;

}

.search .post, .archive .post {

	overflow: hidden;

	clear: both;

	padding: 5px 10px 15px;

	margin: 10px auto;

	border-bottom: 1px solid #ddd;

}

.search .post .entry-content, .archive .post .entry-content {

	margin: 0;

}

.search .post .entry-content p, .archive .post .entry-content p {

	margin: 10px 0 5px;

}

.search .post .entry-meta, .archive .post .entry-meta {

	color: #999;

}

.search .post .entry-meta span:last-child, .archive .post .entry-meta span:last-child {

	margin-left: 10px;

}

.search h2, .archive h2 {

	font-size: 2rem;

	margin: 0;

	padding: 10px 0;

	line-height: 2.3rem;

}

.search h2.mid-heading, .archive h2.mid-heading {

	padding: 25px 0 20px 10px;

	font-size: 1.1rem;

	line-height: 1.2rem;

}

.search img.wp-post-image, .archive img.wp-post-image {

	float: right;

	border-radius: 5px;

}

.search .archive-wrap, .archive .archive-wrap {

	float: left;

	max-width: 74%;

	padding: 0;

}

.search h1 span {

	float: right;

	color: #ccc;

}

.btn {

	display: inline-block;

	border-radius: 5px;

	padding: 6px 15px;

	margin: 10px auto 15px;

}

.btn.cta {

	display: inline-block;

	background: #87a800;

	color: #fff;

	/*&.spu-clickable { background: $real_orange !important; }*/

}

.btn.cta:hover {

	background: #6d8700;

}

.btn.big {

	padding: 10px 50px;

	margin-left: 7px;

}

.btn.modal {

	font-weight: bold;

	border: none;

	box-shadow: none;

	text-shadow: none;

}

.btn.modal:hover {

	box-shadow: none;

}

.btn.masonry-trigger {

	width: 100% !important;

}

#spu-25607.spu-box {

	background: #fafaf5;

	padding: 0;

}

#spu-25607.spu-box .wpcf7 h3, #spu-25607.spu-box .wpcf7 p {

	margin: 0;

	padding: 0;

}

#spu-25607.spu-box .wpcf7 h3 {

	font-size: 1.2rem;

}

#spu-25607.spu-box .wpcf7 img {

	padding: 0;

	margin: 15px auto;

	text-align: center;

	max-width: 60%;

}

#spu-25607.spu-box .wpcf7 input[type="email"], #spu-25607.spu-box .wpcf7 .btn {

	width: 80%;

	min-height: 50px;

}

#spu-25607.spu-box .wpcf7 .btn {

	margin-left: 20px;

	padding: 15px 0;

}

/*****************************/

.pagination {

	display: inline-block;

	padding-left: 0;

	margin-top: 1rem;

	margin-bottom: 1rem;

	border-radius: 0.25rem;

}

.pagination ul, .pagination ul li {

	display: inline;

}

.pagination li:first-child span {

	margin-left: 0;

	border-top-left-radius: 0.25rem;

	border-bottom-left-radius: 0.25rem;

}

.pagination li:first-child a, .pagination li:first-child span {

	border-top-right-radius: 0.25rem;

	border-bottom-right-radius: 0.25rem;

}

.pagination a, .pagination span {

	position: relative;

	float: left;

	padding: 0.5rem 0.75rem;

	margin-left: -1px;

	line-height: 1.5;

	color: #87a800;

	text-decoration: none;

	background-color: #fafaf5;

	border: 1px solid #ccc;

}

.pagination a:focus, .pagination a:hover {

	color: #6d8700;

	background-color: #fafaf5;

	border-color: #ccc;

}

.pagination span.current, .pagination span.current:focus, .pagination span.current:hover {

	z-index: 2;

	color: #fff;

	cursor: default;

	background-color: #87a800;

	border-color: #6d8700;

}

.pagination .next, .pagination .prev {

	margin-top: 0;

}

.pagination.big .next {

	margin-top: -24px;

	/* HACKD! */

}

/*****************************/

.post-archive {

	margin-top: 10px;

	padding-bottom: 10px;

	border-bottom: 1px solid #ccc;

}

.archive .post:last-of-type {

	border-bottom: 0;

}

.archive .post:first-of-type {

	border-top: 1px solid #ddd;

}

/*****************************/

#TB_closeWindowButton {

	bottom: 0;

}

.ias-trigger {

	margin: 16px auto;

	max-width: 325px;

	clear: both;

}

/*****************************/

#fixed-but {

	position: fixed;

	top: 3px;

	right: 10px;

}

.logged-in #fixed-but {

	top: 30px;

	right: 10px;

}

#heading-link, #heading-link h1 {

	color: #ccc;

	display: block;

	font-size: 0.9rem;

	font-weight: normal;

}

#heading-link h1 {

	display: inline;

	margin-left: 4px;

}

#heading-link {

	max-width: 590px;

	margin: 0 auto;

	text-align: right;

	margin-top: -15px;

}

/**/

.archive .page-footer {

	padding: 1px 25px;

}

.error404 .page-header, .archive .page-footer, .archive .page-header {

	background: #fff;

	max-width: 96%;

	margin: 0 auto 1.5em !important;

	border-radius: 10px 10px 0 0;

}

.error404 .page-header h1, .archive .page-footer h1, .archive .page-header h1 {

	color: #87a800;

}



.error404 .page-header ul, .archive .page-footer ul, .archive .page-header ul {

	list-style-type: square;

	list-style-position: outside;

	margin-left: 20px;

	padding-left: 0;

	vertical-align: top;

}

.archive .no-results .widget, .error404 .widget {

	float: left;

}

.archive .no-results .widget:last-of-type, .error404 .widget:last-of-type {

	float: right;

}

.archive .no-results .widget h2, .error404 .widget h2 {

	font-size: 1.2rem;

}

.archive .no-results ul, .error404 ul {

	list-style-type: square;

	list-style-position: outside;

	margin-left: 20px;

	padding-left: 0;

}

.archive .no-results img.effect, .error404 img.effect {

	margin-bottom: -50px;

}

.error404 img.effect {

	margin-bottom: 0;

}

.error404 .page-header {

	padding: 1px 25px;

	border-bottom: 1px solid #ccc;

}

.error404 .page-header h1 {

	color: #87a800;

}

/**/

.effect {

	width: 50%;

	border-radius: 10px;

	filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, .5));

}

.sticker-image {

	text-align: center;

}

.sticker-image img {

	width: 100% !important;

}

/*****************************/

@media all and (max-width: 768px) {

	.bswrap {

		max-width: 100%;

		margin: 0;

	}

	.archive .site-content.bswrap, .search .site-content.bswrap {

		max-width: 80%;

		margin: 0 auto;

	}

	.home .masonry-wrap {

		margin: 0 1rem;

	}

	.masonry-entry {

		width: 31%;

		max-width: 100%;

	}

}

@media all and (max-width: 768px) and (max-height: 500px) {

	.search img.wp-post-image, .archive img.wp-post-image {

		float: left;

	}

}

@media all and (max-width: 500px) {

	.search img.wp-post-image, .archive img.wp-post-image {

		float: left;

	}

	.site-header {

		padding: 70px 0 10px;

	}

	.search .page-header {

		margin: -2rem 0.5rem 0;

	}

	.archive .site-content.bswrap, .search .site-content.bswrap {

		max-width: 100%;

	}

	#heading-link {

		margin-top: 5px;

	}

	.bswrap.mini {

		max-width: 100%;

	}

	.single article.post .pasos img {

		float: none;

		max-width: 100%;

		display: block;

	}

	.archive .site-main, .masonry-entry {

		width: 99%;

		max-width: 100%;

	}

	.masonry-entry .masonry-post-meta {

		margin: 3px 0 1px;

	}

	.custom-logo-link img {

		max-width: 300px;

		margin-top: 10px;

	}

	#fixed-bar .site-branding-mini form {

		float: left;

	}

	#fixed-bar .site-branding-mini .site-title a img {

		margin-top: 5px;

	}

	#fixed-bar a.btn {

		margin-top: 6px;

	}

	.search .archive-wrap, .archive .archive-wrap {

		max-width: 100%;

	}

	.pagination ul.page-numbers {

		overflow: hidden;

		clear: both;

		display: block;

		list-style: none;

		margin: 0 auto;

		padding: 0;

		overflow: hidden;

		clear: both;

		margin-left: 0.6rem;

		padding-left: 1px;

	}

	.pagination ul.page-numbers li {

		float: left;

	}

	.pagination ul.page-numbers .next.page-numbers, .pagination ul.page-numbers .prev.page-numbers {

		display: none;

	}

	.pagination a, .pagination span {

		padding: 0.4rem 0.6rem;

	}

	.ias-trigger {

		width: 330px;

	}

}

/*****************************/

.site-footer {

	padding: 75px 0 10px;

}

.site-footer .menu {

	list-style: none;

}

.site-footer .menu li {

	display: inline-block;

}

.site-footer .menu li:after {

	content: ' · ';

}

.site-footer .menu li:first-child:after {

	padding: 0 0 0 9px;

}

.site-footer .menu li:last-child:after {

	content: '';

}

.site-footer .menu li a {

	padding: 10px;

}

/*****************************/

.content-area {

	float: left;

	margin: 0 -25% 0 0;

	width: 100%;

}

.site-main {

	margin: 0 25% 0 0;

}

.site-content .widget-area {

	float: right;

	overflow: hidden;

	width: 25%;

}

.site-footer {

	clear: both;

	width: 100%;

}

/*--------------------------------------------------------------

## Home

--------------------------------------------------------------*/

/*--------------------------------------------------------------

## Posts

--------------------------------------------------------------*/

.sticky {

	display: block;

}

.hentry, .masonry-entry {

	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;

}

/*--------------------------------------------------------------

## Pages

--------------------------------------------------------------*/

.page-links {

	clear: both;

	margin: 0 0 1.5em;

}

/*--------------------------------------------------------------

## Archives

--------------------------------------------------------------*/

/*--------------------------------------------------------------

# Comments

--------------------------------------------------------------*/

.comment-content a {

	word-wrap: break-word;

}

.bypostauthor {

	display: block;

}

/*--------------------------------------------------------------

# Widgets

--------------------------------------------------------------*/

.widget {

	margin: 0 0 1.5em;

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

}

.widget select {

	max-width: 100%;

}

/*--------------------------------------------------------------

# Infinite scroll

--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {

	/* Older / Newer Posts Navigation (always hidden) */

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

--------------------------------------------------------------*/

img {

	height: auto;

	/* Make sure images are scaled correctly. */

	max-width: 100%;

	/* Adhere to container width. */

}

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

}

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

}



.single .bst-adsense-4 {

	float: right;

}



.single .ingredientes {

	float: left;

	width: 50%;

	margin-right: 5px;

	margin-bottom: 10px;

}



@media(max-width: 600px){

	.single .bst-adsense-4 {

		width: 100%;

	}



	.single .ingredientes {

		width: 100%;

	}

}



.padrow ul,.bst-adsense-desktop.bst-adsense-1{

	display: inline-block;

}



.padrow ul{

	padding-right: 20px;

}



.blocker{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:auto;z-index:999999;box-sizing:border-box;background-color:#000;background-color:rgba(0,0,0,0.75);text-align:center}.blocker:before{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-0.05em}.blocker.behind{background-color:transparent}.modal{display:inline-block;vertical-align:middle;position:relative;z-index:2;max-width:500px;box-sizing:border-box;width:90%;background:#fff;padding:15px 30px;-webkit-border-radius:8px;-moz-border-radius:8px;-o-border-radius:8px;-ms-border-radius:8px;border-radius:8px;-webkit-box-shadow:0 0 10px #000;-moz-box-shadow:0 0 10px #000;-o-box-shadow:0 0 10px #000;-ms-box-shadow:0 0 10px #000;box-shadow:0 0 10px #000;text-align:left}.modal a.close-modal{position:absolute;top:-12.5px;right:-12.5px;display:block;width:30px;height:30px;text-indent:-9999px;background:url("data:image/png;base64,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") no-repeat 0 0}.modal-spinner{display:none;width:64px;height:64px;position:fixed;top:50%;left:50%;margin-right:-32px;margin-top:-32px;background:url("data:image/gif;base64,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") #111 no-repeat center center;-webkit-border-radius:8px;-moz-border-radius:8px;-o-border-radius:8px;-ms-border-radius:8px;border-radius:8px}



.ingredientes a{

	text-decoration: underline;

}

.receta {
	border-radius: 5px;
background-color: #fff;
border: 1px solid #ccc;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
min-height: 200px;
margin-top: 1.5em;
padding-left: 0 !important;
padding-block-end: ;
padding-right: 0 !important;
}

.receta span {
    font-size: 1.1em;
    margin-top: .5em;
}

.destacadas {
    margin-top: 1em;
    margin-bottom: 1em;
}

.receta img{
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.home h1 {
    font-size: 2.8em;
}

.destacadas article {
    padding-left: .4em;
    padding-right: .4em;
}

.detalles {
    padding-left: .5em;
    padding-right: .5em;
}

.title-section {
    font-size: 2em;
}

.home-text p {

    font-size: 1.2em;
    text-align: justify;

}

.home-text {
	padding-top: 2em;
}

.home-text h1 {
    display: inline;
    font-size: 1.2em;
}

.pre-title {
    display: inline;
    margin-bottom: 0;
}

.post-title {
	display: inline;
}

.home-text h2 {
    text-align: center;
    margin-bottom: .7em;
}

@media only screen and (max-width: 600px) {

.destacadas article {

    padding-left: 1.5em;
    padding-right: 1.5em;
}

}