<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Livean Lifestyle
Theme URI: http://underscores.me/
Author: Sam Esteban
Author URI: http://www.samesteban.cl
Description: Theme para el blog Lifestyle de Livean
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: livean
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.

Livean Lifestyle is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
&gt;&gt;&gt; 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
--------------------------------------------------------------*/
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;
	line-height: 1.5em;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

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

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

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

fieldset {
	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: #404040;
	font-family: 'Hind', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5em;
}

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

p {
	margin: 0;
	padding: 0;
}

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 {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

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

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

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

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

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

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

ul,
ol {
	margin: 0;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li &gt; ul,
li &gt; 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: #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: .6em 1em .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:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

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

select {
	border: 1px solid #ccc;
}

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

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: 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 .current_page_item &gt; a,
.main-navigation .current-menu-item &gt; a,
.main-navigation .current_page_ancestor &gt; a,
.main-navigation .current-menu-ancestor &gt; a {
}

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

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

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

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

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

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

.hentry {
	margin: 0 0 1.5em;
}

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

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

.page-content,
.entry-content,
.entry-summary {
}

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	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;
}

/* GRID SYSTEM */
/*  SECTIONS  */
.section {
  clear: both;
  padding: 0px;
  margin: 0px; }

/*  COLUMN SETUP  */
.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%; }

.col:first-child {
  margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.group {
  zoom: 1;
  /* For IE 6/7 */ }

/*  GRID OF TWELVE  */
.span_12_of_12 {
  width: 100%; }

.span_11_of_12 {
  width: 91.53%; }

.span_10_of_12 {
  width: 83.06%; }

.span_9_of_12 {
  width: 74.6%; }

.span_8_of_12 {
  width: 66.13%; }

.span_7_of_12 {
  width: 57.66%; }

.span_6_of_12 {
  width: 49.2%; }

.span_5_of_12 {
  width: 40.73%; }

.span_4_of_12 {
  width: 32.26%; }

.span_3_of_12 {
  width: 23.8%; }

.span_2_of_12 {
  width: 15.33%; }

.span_1_of_12 {
  width: 6.866%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0%; }
  .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
    width: 100%; } }

/* SITE STYLES */
.width-site {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%; }

.table {
  display: table; }

.table-cell {
  display: table-cell;
  vertical-align: middle; }

/* HEADER */

header#masthead {
  height: 50px;
  position: fixed;
  background-color: #ffffff;
  left: 0;
  right: 0;
  -webkit-box-shadow: 2px 0 3px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 2px 0 3px 1px rgba(0, 0, 0, 0.35);
  z-index: 999; }

.logo {
  max-width: 175px;
  position: relative;
  z-index: 2;
  float: left; }

.logo img {
  -webkit-filter: drop-shadow(0px 0px 3px #333333); }

/* MENU AREA */
.menudesk {
	height: 100%;
	float: left;
}
#site-navigation {
  float: left;
  height: 100%; }

.menu-main-menu-container ul {
  text-align: left;
  margin: 0;
  padding: 0;
}

.menu-main-menu-container ul li {
  display: inline-block; }

.menu-main-menu-container ul li a {
  font-family: "Montserrat", sans-serif;
  padding: 19px 15px;
  text-decoration: none;
  color: #009EE2;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out; }

.menu-main-menu-container ul li a:hover, .current-menu-item a {
  background-color: #009EE2;
  color: #ffffff !important; }

/* SOCIAL AREA */
.socialarea {
  float: right;
  height: 100%; }

#s-icons ul {
  text-align: left;
  margin: 0;
  padding: 0;
}

#s-icons ul li {
  display: inline-block;
  margin: 0 15px 0 0; }

#s-icons ul li a {
  text-decoration: none;
  color: #009EE2;
  font-size: 18px; }

/* Main Titles */
.maintitle {
	position: relative;
    z-index: 3;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.45);
	box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.45);
}

.maintext {
  background-color: rgba(0, 158, 226, 0.6);
  padding: 90px 0 40px;
  width: 100%; }

.maintext h1 {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase; }

.maintext p {
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  width: 60%;
  margin: 10px auto;
  line-height: 18px; }

.borderbot {
  width: 160px;
  height: 3px;
  margin: 15px auto;
  background-color: #ffffff;
}

/* HOME PAGE STYLE */
body.home {
	background-image: url(img/bg-products.jpg);
	background-size: cover;
	background-position: center bottom;
}
.hlpost {
	height: 320px;
	-webkit-box-shadow: 0 0 6px 1px rgba(0,0,0,0.4);
	box-shadow: 0 0 6px 1px rgba(0,0,0,0.4);
}
.hlpost .main-foto {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}
.hlpost .postinfo {
	position: relative;
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0.3+0,0+50 */
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
.hlpost .texto-area {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
	min-width: 250px;
	padding: 25px;
	color: #ffffff;
}
.hlpost .postcat {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 13px;
	padding: 5px 8px;
	border: 1px solid #ffffff;
	text-transform: uppercase;
}
.hlpost .posttitle {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 28px;
	margin: 10px 0;
	line-height: 30px;
}
.hlpost .postdate {
	font-size: 13px;
}
/* RECENT POST STYLE */
.rtpost {
	width: 100%;
	padding: 35px 0;
	/*background-color: #dadada;*/
}
.rtpost .col {
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}
.rtpost .col:hover {
	-webkit-box-shadow: 0 0 6px 1px rgba(0,0,0,0.4);
	box-shadow: 0 0 6px 1px rgba(0,0,0,0.4);
}
.simple-p {
	background-color: #ffffff;
}
.simple-p a {
	color: #666666;
	text-decoration: none;
}
.simple-p .main-foto {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 165px;
}
.simple-p .postinfo {
	position: relative;
	width: 100%;
	padding: 20px;
	background-color: #ffffff;
}
.simple-p .texto-area {
	position: relative;
	color: #666666;
	width: 100%;
}
.simple-p .postcat {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 12px;
	padding: 0 10px;
	border: 1px solid #ffffff;
	text-transform: uppercase;
	color: #ffffff;
	position: absolute;
	top: -75px;
	
}
.simple-p .posttitle {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	margin: 10px 0;
	line-height: 16px;
}
.simple-p .postexcerpt {
	font-weight: 300;
	font-size: 12px;
	margin: 5px 0;
	line-height: 12px;
}
.simple-p .postdate {
	font-size: 12px;
}

/*--*/

.double-p {
	position: relative;
	overflow: hidden;
}
.double-p a {
	color: #666666;
	text-decoration: none;
}
.double-p .main-foto {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}
.double-p .postinfo {
	position: absolute;
	width: 45%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 20px;
	background-image: url(img/bg-white-img.png);
	background-repeat: no-repeat;
	background-position: top right;
	z-index: 2;
}
.double-p .texto-area {
	position: relative;
	color: #666666;
	width: 100%;
	height: 100%;
}
.double-p .postcat {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 12px;
	padding: 0 10px;
	border: 1px solid #666666;
	text-transform: uppercase;
	color: #666666;
	display: block;
	width: max-content;
	-moz-width: max-content;
	-webkit-width: max-content;
}
.double-p .posttitle {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	margin: 10px 0;
	line-height: 16px;
}
.double-p .postexcerpt {
	font-weight: 300;
	font-size: 12px;
	margin: 30px 0;
	line-height: 12px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.double-p .postdate {
	font-size: 12px;
	position: absolute;
	bottom: 0;
	left: 0;
}

/*=============== SINGLE POST ==================*/
.type-post .entry-header {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.type-post .entry-header .entry-info {
	padding: 175px 0 150px;
	width: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+50,000000+100&amp;0.1+0,0.45+40,0.65+50,0.45+50,0.45+60,0.1+100 */
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.45) 40%, rgba(0,0,0,0.45) 50%, rgba(0,0,0,0.45) 60%, rgba(0,0,0,0.1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.45) 40%,rgba(0,0,0,0.45) 50%,rgba(0,0,0,0.45) 60%,rgba(0,0,0,0.1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.45) 40%,rgba(0,0,0,0.45) 50%,rgba(0,0,0,0.45) 60%,rgba(0,0,0,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#1a000000',GradientType=1 ); /* IE6-9 */
}
.type-post .entry-cat {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	padding: 0 10px;
	border: 1px solid #ffffff;
	text-transform: uppercase;
	color: #ffffff;
	display: block;
	width: max-content;
	-moz-width: max-content;
	-webkit-width: max-content;
	margin: 0 auto;
}
.type-post .entry-title {
	text-align: center;
	width: 70%;
	margin: 15px auto;
	min-width: 260px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 32px;
	color: #ffffff;
}
.type-post .entry-meta {
	color: #ffffff;
	font-size: 13px;
	width: 100%;
	text-align: center;
	font-weight: 300;
}
.type-post .entry-meta .entry-date {
	margin-right: 20px;
}
.type-post .contenido {
	margin-top: 25px;
}
.type-post .thispost {
	border: 1px solid #b4b4b4;
}
.type-post .reading {
	padding: 15px;
}
.type-post .reading span {
	text-transform: uppercase;
	font-size: 12px;
	color: #666666;
}
.type-post .reading .entry-title {
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	margin: 0 0 10px;
	line-height: 18px;
}
.type-post .reading #comment-go {
	display: block;
	width: 100%;
	padding: 2px 0;
	background-color: #009EE2;
	color: #ffffff;
	border: 1px solid #009EE2;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}
.comment-go:hover {
	color: #009EE2;
	background-color: #ffffff;
}
.type-post .sharearea span {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	width: 100%;
	display: block;
}
.type-post .sharearea .sharebtns {
	text-align: center;
	margin: 0;
	padding: 10px 0;
	list-style: none;
	border-top: 1px solid #b4b4b4;
}
.type-post .sharearea .sharebtns li {
	display: inline-block;
	margin: 0 35px;
}
.type-post .sharearea .sharebtns li a {
	text-decoration: none;
	font-size: 18px;
}
.type-post .sharearea #box-wrapper-inner {
	display: -webkit-box;
	display: -moz-box;
	display: box;

	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;

	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;

	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	box-direction: normal;

	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
}
.type-post .sharearea #box-wrapper-inner div a {
	margin: 0 auto;
    display: block;
    width: max-content;
	-moz-width: max-content;
	-webkit-width: max-content;
}
.type-post .sharearea #box-wrapper-inner div a .fa {
	font-size: 18px;
}
.type-post .sharearea #box1 {
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	box-ordinal-group: 1;

	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
}

.type-post .sharearea #box2 {
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	box-ordinal-group: 2;

	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
}

.type-post .sharearea #box3 {
	-webkit-box-ordinal-group: 3;
	-moz-box-ordinal-group: 3;
	box-ordinal-group: 3;

	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
}
.type-post .sharearea #box4 {
	-webkit-box-ordinal-group: 4;
	-moz-box-ordinal-group: 4;
	box-ordinal-group: 4;

	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
}
.sharearea .fa-facebook {
	color: #3b5999;
}
.sharearea .fa-twitter {
	color: #55acee;
}
.sharearea .fa-whatsapp {
	color: #25D366;
}
/*-- Content post --*/
.type-post .entry-excerpt {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 21px;
	margin-bottom: 25px;
}
.type-post .entry-content h1, .type-post .entry-content h2, .type-post .entry-content h3, .type-post .entry-content h4, .type-post .entry-content h5, .type-post .entry-content h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	margin: 5px 0 10px;
}
.type-post .entry-content h1 {
	font-size: 28px;
}
.type-post .entry-content h2 {
	font-size: 24px;
}
.type-post .entry-content h3 {
	font-size: 21px;
}
.type-post .entry-content h4 {
	font-size: 18px;
}
.type-post .entry-content h5 {
	font-size: 16px;
}
.type-post .entry-content h6 {
	font-size: 14px;
	letter-spacing: 2px;
}
.type-post .entry-content p {
	font-size: 14px;
	margin: 0 0 10px;
	font-color: #808080;
}
.type-post .entry-content ol, .type-post .entry-content ul {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	margin: 10px;
}
/* comments area */
.single #commentsarea {
	width: 100%;
	padding: 35px 0;
	background-color: #f0f0f0;
}
.single .comments-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 18px;
	margin: 15px 0;
	text-align: center;
	text-transform: uppercase;
}
.single .comment-list .comment {
	border-top: 1px solid #4d4d4d;
}
.single #comments .comment-body {
	padding: 15px 0;
}
.single #comments ul {
	list-style: none;
}
.single #comments li &gt; ul, .single #comments li &gt; ol {
	margin-left: 120px;
}
.single #comments .comment-image {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border-radius: 100px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.single #comments .comment-meta a {
	text-decoration: none;
	color: #4d4d4d;
}
.single #comments .comment-meta a .fn {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	font-style: normal;
	margin-right: 10px;
}
.single #comments .comment-meta a .comment-date {
	font-weight: 300;
	font-size: 12px;
	color: #666666;
	vertical-align: bottom;
}
.single #comments .comment-text {
	font-weight: 300;
	font-size: 14px;
	color: #666666;
	text-align: justify;
	padding: 10px 0;
}
.single #comments .comment-reply-link {
    color: #666666;
    border: 1px solid #666666;
    padding: 5px 8px 5px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
}
.single #comments .comment-reply-link .fa {
    font-size: 16px;
}
.single #comments #respond {
	padding: 40px 0 0;
}
.single #comments #respond #reply-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;	
}
.single #comments #respond .logged-in-as {
	text-align: center;
	margin-bottom: 10px;
}
.single #comments #respond .logged-in-as a {
	text-decoration: none;
	color: #4d4d4d;
	font-size: 14px;
}
.single #comments #respond .logged-in-as a:hover {
	color: #ababab;
}
.single #comments .form-submit .submit {
	-webkit-appearance: none;
	border: 1px solid #4d4d4d;
    border-radius: 0;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    box-shadow: none;
    background-color: #ffffff;
    text-transform: uppercase;
    padding: 8px 10px;
}
.single #recentpostarea .rtpost {
	background-color: #ffffff;
}
.single #recentpostarea .rtpost .recent-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 21px;
	letter-spacing: 3px;
	margin: 15px 0;
	text-align: center;
	text-transform: uppercase;
}
.single #commentform p {
	margin-bottom: 10px;
}
/* FOOTER */
footer#colophon {
  background-color: #009EE2;
  width: 100%;
  padding: 15px 0;
  position: relative; }

.contentfoot {
  overflow: hidden;
  clear: both; }

.logo-foot {
  max-width: 85px;
  float: left; }

.legal {
  color: #ffffff;
  font-size: 13px;
  float: left;
  margin: 8px; }

.contentfoot #s-icons a {
  color: #ffffff; }

.contentfoot .socialarea {
  margin: 5px 0; }
  
.no-mobile {
	display: block;
}
.mobile {
	display: none;
}
/* Media queries
-------------------------------------------------------------------------------*/

@media screen and (max-width: 480px) {
	.no-mobile {
		display: none;
	}
	.mobile {
		display: block;
	}
	.logo {
		max-width: 140px;
	}
	#menumobile {
		margin-left: 10px;
		width: 32px;
		height: 25px;
		float: left;
		margin: 12px 10px;
	}
	#nav-icon {
		width: 32px;
		height: 25px;
		position: relative;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
	}
	#nav-icon span {
		display: block;
		position: absolute;
		height: 5px;
		width: 100%;
		background: #009EE2;
		border-radius: 0;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}
	#nav-icon span:nth-child(1) {
	  top: 0px;
	  -webkit-transform-origin: left center;
	  -moz-transform-origin: left center;
	  -o-transform-origin: left center;
	  transform-origin: left center;
	}
	
	#nav-icon span:nth-child(2) {
	  top: 10px;
	  -webkit-transform-origin: left center;
	  -moz-transform-origin: left center;
	  -o-transform-origin: left center;
	  transform-origin: left center;
	}
	
	#nav-icon span:nth-child(3) {
	  top: 20px;
	  -webkit-transform-origin: left center;
	  -moz-transform-origin: left center;
	  -o-transform-origin: left center;
	  transform-origin: left center;
	}
	
	#nav-icon.open span:nth-child(1) {
	  -webkit-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  transform: rotate(45deg);
	  top: -1px;
	  left: 0;
	}
	
	#nav-icon.open span:nth-child(2) {
	  width: 0%;
	  opacity: 0;
	}
	
	#nav-icon.open span:nth-child(3) {
	  -webkit-transform: rotate(-45deg);
	  -moz-transform: rotate(-45deg);
	  -o-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	  top: 22px;
	  right: 0;
	}
	
	/* MENU Mobile */
	.appear {
		opacity: 1 !important;
		right: 0 !important;
	}
	#navmobile {
		width: 100%;
		height: 100%;
		background-color: rgba(255,255,255,0.85);
		opacity: 0;
		position: fixed;
		top: 0;
		right: 100%;
		-webkit-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-ms-transition: all 200ms ease-in-out;
		-o-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;
		z-index: 99;
	}
	#navmobile .menu-main-menu-container ul {
		text-align: left;
		padding-top: 90px;
	}
	#navmobile .menu-main-menu-container ul li {
		display: block;
		margin: 10px 0;
	}
	#navmobile .menu-main-menu-container ul li a {
		font-family: 'Montserrat', sans-serif;
	    padding: 5px 15px;
	    text-decoration: none;
	    color: #009EE2;
	    font-size: 18px;
	    text-transform: uppercase;
	    -webkit-transition: all 150ms ease-in-out;
		-moz-transition: all 150ms ease-in-out;
		-ms-transition: all 150ms ease-in-out;
		-o-transition: all 150ms ease-in-out;
		transition: all 150ms ease-in-out;
	}
	#navmobile .menu-main-menu-container ul li a:hover, #menu-item-22 a {
		background-color: #009EE2;
		color: #ffffff !important;
	}
	
	.contenido {
		padding: 0 25px;
	}
	.type-post .entry-title {
		width: 90%;
		line-height: 26px;
		font-size: 24px;
	}
	.logo-foot {
	    float: none;
	    display: block;
	    margin: 0 auto;
	}
	.legal {
		text-align: center;
		width: 70%;
		margin: 0 auto;
		float: none;
	}
	.contentfoot .socialarea {
		float: none;
		margin: 5px auto;
	}
	#comments {
		padding: 0 30px;
	}
	.single .comment-list .comment {
		border-left: 1px solid #4d4d4d;
		padding-left: 10px;
	}
	.single #comments li &gt; ul, .single #comments li &gt; ol {
		margin-left: 10px;
	}
	.sharearea {
		width: 100%;
		max-width: 240px;
		margin: 25px auto;
	}
}</pre></body></html>