/*
Theme Name: Karuna
Theme URI: https://wordpress.com/themes/karuna/
Description: Karuna is a clean business theme designed with health and wellness-focused sites in mind. With bright, bold colors, prominent featured images, and support for customer testimonials, your business' brand will shine with Karuna.
Version: 1.2.6
Author: Automattic
Author URI: http://wordpress.com/themes/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: karuna
Tags: blog, education, one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, full-width-template, rtl-language-support, translation-ready, featured-image-header, featured-images, flexible-header, threaded-comments
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Accessibility
# Alignments
# Clearings
# Typography
# Forms
# Buttons
# Formatting
# Lists
# Tables
# Navigation
# Links
# Layout
	## Posts
	## Pages
# Comments
# Widgets
# Infinite scroll
# Media
	## Galleries
# Media Queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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;
}

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

fieldset {
	border: 1px solid silver;
	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
--------------------------------------------------------------*/
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: rgba(0, 0, 0, 0.02);
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333333;
	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: 0.8em 1.6em 0.8em 0;
}

.alignright {
	display: inline;
	float: right;
	margin: 0.8em 0 0.8em 1.6em;
}

.aligncenter {
	clear: both;
	margin: 0.8em auto;
	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: #333333;
	font-family: Karla, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: bold;
	font-family: Karla, sans-serif;
}

h1 {
	font-size: 32px;
	font-size: 2rem;
}

h2 {
	font-size: 30px;
	font-size: 1.875rem;
}

h3 {
	font-size: 26px;
	font-size: 1.625rem;
}

h4 {
	font-size: 18px;
	font-size: 1.125rem;
}

h5 {
	font-size: 16px;
	font-size: 1rem;
}

h6 {
	font-size: 14px;
	font-size: 0.875rem;
}

p {
	margin: 0.8em 0;
}

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

blockquote {
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: bold;
	margin: 0 1.6em;
}

address {
	margin: 0 0 1.6em;
}

pre {
	background: rgba(0, 0, 0, 0.02);
	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 #999999;
	cursor: help;
}

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

big {
	font-size: 125%;
}

blockquote, q {
	quotes: "" "";
}
blockquote:before, blockquote:after, q:before, 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: #999999;
	border: 1px solid #dddddd;
	border-radius: 5px;
	padding: .5em;
}
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: #333333;
	border-color: #dcb803;
	outline: none;
}

select {
	border: 1px solid #dddddd;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	border: 2px solid;
	border-color: #6636cc;
	border-radius: 10px;
	background: transparent;
	box-shadow: none;
	color: #6636cc;
	font-weight: bold;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 1px;
	line-height: 1;
	padding: 0.8em 1.6em 0.8em;
	text-shadow: none;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.3s;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover {
	border-color: #85cc36;
	box-shadow: none;
	color: #85cc36;
}
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,
.button:active,
.button:focus {
	border-color: #85cc36;
	box-shadow: none;
	color: #85cc36;
}

.button {
	display: inline-block;
}

/*--------------------------------------------------------------
# Formattings
--------------------------------------------------------------*/
hr {
	background-color: #dddddd;
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}

/*--------------------------------------------------------------
# Lists
--------------------------------------------------------------*/
ul, ol {
	margin: 0 0 0.8em 1.6em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.6em 1.6em;
}

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/
table {
	background-color: rgba(0, 0, 0, 0.02);
	margin: 0 0 1.6em;
	width: 100%;
}

caption {
	background-color: rgba(0, 0, 0, 0.02);
	padding: 8px 5px;
}

th,
td {
	padding: 8px 5px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	padding: 0.8em 0 1.6em;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
	content: "";
	display: table;
	table-layout: fixed;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-navigation li {
	border-top: 1px solid #dddddd;
	position: relative;
	list-style: none;
}
.main-navigation li li a {
	padding-left: 1.6em;
}
.main-navigation li li li a {
	padding-left: 3.2em;
}
.main-navigation li li li li a {
	padding-left: 4.8em;
}
.main-navigation li li li li li a {
	padding-left: 5.4em;
}
.main-navigation a,
.main-navigation a:visited {
	color: #333333;
	display: block;
	padding: 0.8em 0.4em;
	text-decoration: none;
}
.main-navigation a:hover, .main-navigation a:focus,
.main-navigation a:visited:hover,
.main-navigation a:visited:focus {
	color: #333333;
	opacity: 0.5;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	color: #333333;
	opacity: 0.5;
}

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

.menu-toggle {
	display: inline-block;
	margin: 0.8em auto;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
}

.main-navigation .genericon-menu {
	display: inline-block;
	margin-right: 5px;
}

.comment-navigation,
.posts-navigation,
.post-navigation {
	border-top: 3px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 0.8em 0;
	font-size: 18px;
	font-size: 1.125rem;
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.6em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	border-bottom: 1px solid #dddddd;
	margin-bottom: .8em;
	padding-bottom: .8em;
	width: 100%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: right;
	width: 100%;
}
.comment-navigation a,
.comment-navigation a:visited,
.posts-navigation a,
.posts-navigation a:visited,
.post-navigation a,
.post-navigation a:visited {
	color: #6636cc;
	text-decoration: none;
}
.comment-navigation a:hover,
.comment-navigation a:visited:hover,
.posts-navigation a:hover,
.posts-navigation a:visited:hover,
.post-navigation a:hover,
.post-navigation a:visited:hover {
	color: #85cc36;
}

.post-navigation .title {
	display: block;
	clear: both;
	color: #999999;
	font-style: normal;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13.2px;
	font-size: 0.825rem;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
	color: #6636cc;
	font-weight: bold;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #6636cc;
}
a:hover, a:focus, a:active {
	color: #85cc36;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}

.entry-content a,
.entry-summary a {
	word-wrap: break-word;
	word-break: break-word;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
	color: #6636cc;
	font-weight: bold;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #6636cc;
}
a:hover, a:focus, a:active {
	color: #85cc36;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}

.entry-content a,
.entry-summary a {
	word-wrap: break-word;
	word-break: break-word;
}

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

*,
*:before,
*:after {
	box-sizing: inherit;
}

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

.site-content {
	padding: 1.6em 5%;
}

.no-sidebar .site-main {
	margin: 0;
}
.no-sidebar:not(.page-template-full-width-page):not(.page-template-front-page) .content-area {
	float: none;
	margin: 0 auto;
	max-width: 750px;
}

.post-type-archive-jetpack-testimonial .site-main {
	margin: 0;
}

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

.hentry {
	margin: 0 0 3.2em;
}

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

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

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

.post-thumbnail {
	margin: 0 0 0.8em;
}

.entry-title {
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 0.2em;
	text-transform: none;
	word-wrap: break-word;
	font-size: 32px;
	font-size: 2rem;
}
.entry-title a {
	color: #333333;
	text-decoration: none;
}
.entry-title a:hover, .entry-title a:focus {
	color: #85cc36;
}

.entry-meta,
.entry-footer {
	content: "";
	display: table;
	table-layout: fixed;
	color: #999999;
	text-transform: lowercase;
	margin: 0 0 1.6em;
	width: 100%;
	font-size: 14px;
	font-size: 0.875rem;
}
.entry-meta a,
.entry-footer a {
	color: #999999;
	font-weight: normal;
}
.entry-meta a:hover, .entry-meta a:focus,
.entry-footer a:hover,
.entry-footer a:focus {
	text-decoration: underline;
}

.entry-footer span {
	margin-right: 1.6em;
}

.entry-content,
.entry-summary {
	font-size: 16px;
	font-size: 1rem;
}

.entry-content h2{
	font-size: 33px;
    line-height: 38px;
    font-weight: 300;
    letter-spacing: 0px;
}

.entry-content h3{
	font-size: 28px;
    line-height: 33px;
    font-weight: 300;
    letter-spacing: 0px;
	color: #333;
}

.edit-link {
	float: right;
	display: inline-block;
	clear: right;
}

.more-link {
	font-weight: bold;
	text-decoration: none;
}

.jetpack-recipe {
	padding: 0.8em 1.6em !important;
}

/* Author Bio */
.entry-author {
	background-color: rgba(0, 0, 0, 0.02);
	padding: 1.6em;
	position: relative;
}
.entry-author .author-avatar {
	position: absolute;
	left: 1.6em;
	top: 1.6em;
}
.entry-author .author-title,
.entry-author .author-name {
	line-height: 1.2;
	margin: 0;
}
.entry-author .author-avatar + .author-heading,
.entry-author .author-avatar + .author-heading + .author-bio {
	margin-left: 84px;
}
.entry-author .author-bio {
	margin-top: 1.6em;
	margin-bottom: 0;
}
.entry-author .author-title {
	color: #999999;
	font-size: 16px;
	font-size: 1rem;
}

/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/
.page-links {
	clear: both;
	margin: 0 0 1.6em;
}

.page-title {
	color: #999999;
	line-height: 1.2;
}

/*--------------------------------------------------------------
## Full-Width Page
--------------------------------------------------------------*/
.page-template-full-width-page .site-main {
	margin: 0;
}
.page-template-full-width-page .site-content {
	padding: 1.6em 5%;
	max-width: 100%;
}
.page-template-full-width-page .content-area {
	float: none;
	margin: 0;
}

/*--------------------------------------------------------------
## Static Front Page
--------------------------------------------------------------*/
.page-template-front-page .site-main {
	margin: 0;
}
.page-template-front-page .site-content {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.page-template-front-page .content-area {
	float: none;
	margin: 0 auto;
	max-width: 100%;
}
.page-template-front-page .site-main > .hentry:first-of-type {
	padding: 0 5%;
	margin-bottom: 0;
}
.page-template-front-page .site-main > .hentry:first-of-type .entry-title {
	text-align: center;
}
.page-template-front-page .site-main > .hentry:first-of-type .entry-content {
	font-size: 20px;
	font-size: 1.25rem;
	margin-bottom: 0;
}
.page-template-front-page .site-main > .hentry:first-of-type .entry-footer {
	margin: 0;
}

.post-type-archive-jetpack-testimonial .testimonials-hentry {
	margin-bottom: 0;
}

.front-testimonials {
	padding: 1.6em 5%;
	width: 100%;
}
.front-testimonials .hentry {
	background: rgba(0, 0, 0, 0.02);
	margin-bottom: 3.2em;
	padding: 1.6em 1.6em 3em;
	position: relative;
	font-size: 16px;
	font-size: 1rem;
}

.front-testimonials .hentry p {
	margin-top: 0;
}
.front-testimonials .hentry .entry-content {
	margin: 0;
}
.front-testimonials .entry-meta {
	display: block;
	margin: 0;
	width: auto;
}
.front-testimonials .hentry footer {
	float: right;
}
.front-testimonials .hentry .entry-header {
	float: left;
	margin: 0 0 1em;
}
.front-testimonials .hentry .entry-title {
	letter-spacing: 0;
	text-transform: none;
	font-size: 16px;
	font-size: 1rem;
}
.front-testimonials .hentry .entry-title:before {
	content: "\2014";
	margin-right: 5px;
}
.front-testimonials .hentry .post-thumbnail {
	position: absolute;
	left: 50%;
	bottom: 0;
	margin: 0;
	-webkit-transform: translateX(-50%) translateY(50%);
	-moz-transform: translateX(-50%) translateY(50%);
	-ms-transform: translateX(-50%) translateY(50%);
	-o-transform: translateX(-50%) translateY(50%);
	transform: translateX(-50%) translateY(50%);
}
.front-testimonials .hentry .post-thumbnail img {
	border-radius: 50%;
	width: 100px;
	height: 100px;
}
.jetpack-testimonial.hentry:before,
.jetpack-testimonial.hentry:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.jetpack-testimonial.hentry:after {
	clear: both;
}

.recent-posts {
	background-color: rgba(0, 0, 0, 0.02);
	padding: 1.6em 5%;
	width: 100%;
	content: "";
	display: table;
	table-layout: fixed;
}
.recent-posts .recent-posts-title {
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0;
	margin: 0 0 1.6em;
	text-align: center;
	font-size: 24px;
	font-size: 1.5rem;
}
.recent-posts .grid-row {
	content: "";
	display: table;
	table-layout: fixed;
	width: 100%;
}
.recent-posts .hentry {
	margin: 0 0 1.6em;
}
.recent-posts .more-recent-posts {
	display: inline-block;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.recent-posts .entry-title {
	font-size: 16px;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
	text-align: center;
}

.top-bar-wrapper {
	padding: 0 5%;
	width: 100%;
}

.top-bar {
	color: white;
	background-color: #6636cc;
	font-weight: bold;
	padding: 0.8em 0;
	text-transform: uppercase;
	width: 100%;
	font-size: 14px;
	font-size: 0.875rem;
	content: "";
	display: table;
	table-layout: fixed;
}
.top-bar .site-description {
	width: 100%;
}
.top-bar a {
	color: white;
}
.top-bar .jetpack-social-navigation ul {
	margin-bottom: .75em;
}
.top-bar .jetpack-social-navigation li {
	padding: 0 0.4em;
}
.top-bar .jetpack-social-navigation a:hover, .top-bar .jetpack-social-navigation a:focus {
	opacity: 0.5;
}
.top-bar .jetpack-social-navigation .icon {
	height: 24px;
	width: 24px;
}

.no-top-bar .top-bar {
	padding: 0.4em 0;
}

.site-branding-wrapper {
	padding: 0 5%;
	width: 100%;
}

.site-branding {
	padding: 1.6em 0 0;
}

.custom-logo {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
	max-width: 100%;
	max-height: 100px;
	width: auto;
	height: auto;
	transition: 0.2s;
}

.site-title {
	font-size: 32px;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
	color: #333333;
	-webkit-font-smoothing: antialiased;
}
.site-title a {
	color: #333333;
	text-decoration: none;
}

.site-header .size-karuna-hero,
.custom-header {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
	clear: both;
	background-color: #6636cc;
	width: 100%;
}

.site-info {
	background-color: white;
	font-size: 14px;
	font-size: 0.875rem;
	padding: 1.6em 5%;
	text-align: center;
}
.site-info .sep {
	display: inline-block;
	margin: 0 0.4em;
}

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

.bypostauthor {
	display: block;
}

.comments-area {
	background-color: rgba(0, 0, 0, 0.02);
	padding: 1.6em;
	margin: 0 0 1.6em;
}

.comments-title,
.comment-reply-title {
	line-height: 1.2;
	margin: 0 0 0.4em;
	font-size: 20px;
	font-size: 1.25rem;
}

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

.bypostauthor {
	display: block;
}

.comment-list {
	list-style: none;
	margin: 0 0 3.2em;
	padding: 0;
}
.comment-list .children {
	list-style: none;
}
.comment-list .edit-link {
	display: inline;
	text-align: left;
	width: auto;
}

.comment-body {
	content: "";
	display: table;
	table-layout: fixed;
	margin-top: 1.6em;
	padding-top: 1.6em;
	width: 100%;
}

.comment-author .fn {
	display: inline-block;
	margin-bottom: .4em;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 0;
	font-size: 16px;
	font-size: 1rem;
}
.comment-author .avatar {
	float: left;
	margin-right: 1.6em;
}

.comment-meta a {
	text-decoration: none;
}

.comment-metadata {
	color: #999999;
	font-size: 13.2px;
	font-size: 0.825rem;
	margin-bottom: 1.6em;
	text-transform: lowercase;
}
.comment-metadata a,
.comment-metadata a:visited {
	color: #999999;
	display: inline-block;
	font-weight: normal;
	text-decoration: none;
}
.comment-metadata a:hover, .comment-metadata a:focus,
.comment-metadata a:visited:hover,
.comment-metadata a:visited:focus {
	text-decoration: underline;
}
.comment-metadata .edit-link {
	float: none;
}
.comment-metadata .edit-link:before {
	content: "|";
	margin-left: .4em;
	margin-right: .8em;
}
.comment-metadata a:first-of-type {
	display: inline-block;
	margin-bottom: .8em;
}

.pingback .edit-link,
.trackback .edit-link {
	float: right;
}

.no-comments {
	font-style: italic;
	display: block;
	text-align: center;
	width: 100%;
}

.says {
	display: none;
}

.comment-content {
	clear: both;
}

.comment-form label {
	display: inline-block;
	width: 109px;
}

.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment {
	margin: 0 0 1.6em;
	position: relative;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	padding: 0.65em 0.8em;
	position: absolute;
	left: 0;
	top: 2px;
	text-transform: uppercase;
}
.comment-form-author input,
.comment-form-author textarea,
.comment-form-email input,
.comment-form-email textarea,
.comment-form-url input,
.comment-form-url textarea,
.comment-form-comment input,
.comment-form-comment textarea {
	clear: both;
	padding-left: 6.4em;
	width: 100%;
}
.comment-form-author textarea,
.comment-form-email textarea,
.comment-form-url textarea,
.comment-form-comment textarea {
	padding: 2em 0.8em 0.375em;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 2.4em;
}
.widget select {
	max-width: 100%;
}
.widget img {
	max-width: 100%;
}
.widget div > ul, .widget > ul {
	margin: 0;
	padding: 0;
}
.widget div > ul li, .widget > ul li {
	list-style: none;
	border-top: 1px solid rgba(153, 153, 153, 0.2);
	margin: 0.8em 0 0;
	padding: 0.8em 0 0;
}
.widget div > ul > li:first-of-type, .widget > ul > li:first-of-type {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}
.widget div > ol, .widget > ol {
	list-style-position: inside;
	margin: 0;
	padding: 0;
}
.widget div > ol li, .widget > ol li {
	border-top: 1px solid rgba(153, 153, 153, 0.2);
	margin: 0.8em 0 0;
	padding: 0.8em 0 0;
}
.widget div > ol > li:first-of-type, .widget > ol > li:first-of-type {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

.widget_media_image .wp-caption {
	margin: 0 auto;
}

.widget-title {
	font-size: 16px;
	font-size: 1rem;
	margin: 0 0 0.8em;
}

.header-widget-area-wrapper {
	padding-top: 1.6em;
	padding-bottom: 1.6em;
}

.header-widget-area {
	color: white;
	background-color: #85cc36;
	font-weight: bold;
	padding: 0 10%;
	text-align: left;
	width: 100%;
	font-size: 16px;
	font-size: 1rem;
	content: "";
	display: table;
	table-layout: fixed;
}
.header-widget-area a {
	color: white;
}
.header-widget-area button,
.header-widget-area input[type="button"],
.header-widget-area input[type="reset"],
.header-widget-area input[type="submit"],
.header-widget-area .button {
	color: white;
	border-color: white;
	padding: 0.4em 0.8em;
	white-space: nowrap;
}
.header-widget-area button:hover, .header-widget-area button:focus,
.header-widget-area input[type="button"]:hover,
.header-widget-area input[type="button"]:focus,
.header-widget-area input[type="reset"]:hover,
.header-widget-area input[type="reset"]:focus,
.header-widget-area input[type="submit"]:hover,
.header-widget-area input[type="submit"]:focus,
.header-widget-area .button:hover,
.header-widget-area .button:focus{
	opacity: 0.5;
}

.header-widget-area a:hover,
.header-widget-area a:focus {
	opacity: 0.7;
}

.header-widget-area .textwidget {
	text-align: center;
	line-height: 2;
}
.header-widget-area .widget {
	margin: 0 0 2.4em;
}
.header-widget-area .widget:first-of-type {
	margin-top: 0;
}
.header-widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.site-content .widget-area .widget {
	background-color: rgba(0, 0, 0, 0.02);
	padding: 1.6em;
}

.site-content .full-width-widget-area {
	padding: 0 5% 1.6em;
	width: 100%;
}
.site-content .full-width-widget-area .widget {
	background-color: transparent;
	margin: 0.4em auto;
	padding: 0;
	width: 100%;
}
.site-content .full-width-widget-area .widget-title {
	text-align: center;
	text-transform: none;
	letter-spacing: 0;
	margin-bottom: .8em;
	font-weight: normal;
	font-size: 20px;
	font-size: 1.25rem;
}

.footer-widgets-wrapper {
	background-color: #6636cc;
	color: white;
	padding: 1.6em 5%;
	width: 100%;
}
.footer-widgets-wrapper a {
	color: white;
}
.footer-widgets-wrapper a:hover {
	opacity: 0.7;
}
.footer-widgets-wrapper button,
.footer-widgets-wrapper input[type="button"],
.footer-widgets-wrapper input[type="reset"],
.footer-widgets-wrapper input[type="submit"],
.footer-widgets-wrapper .button {
	color: white;
	border-color: white;
}
.footer-widgets-wrapper .widget {
	font-size: 16px;
	font-size: 1rem;
}

/* Specific widgets */
.widget_rss a {
	font-weight: bold;
}
.widget_rss .rss-date {
	clear: both;
	display: block;
	font-style: italic;
	margin: 0 0 0.4em;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}
.widget_calendar td#next {
	text-align: right;
}
.widget_calendar td#prev {
	text-align: left;
}

.widget_search .search-field {
	width: 100%;
	max-width: 100%;
}
.widget_search .search-submit {
	display: none;
}

.textwidget {
	word-wrap: break-word;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

.infinity-end.neverending .site-footer {
	display: block;
}

#infinite-handle span {
	border: 2px solid;
	border-color: #6636cc;
	border-radius: 10px;
	background: transparent;
	box-shadow: none;
	color: #6636cc;
	display: inline-block;
	font-weight: bold;
	margin-bottom: 1.6em;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 1px;
	line-height: 1;
	padding: 0.8em 1.6em 0.8em;
	text-shadow: none;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.3s;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
}

#infinite-handle span button {
	transition: none;
}

.infinite-loader {
	width: 100%;
}
.infinite-loader .spinner {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

/*--------------------------------------------------------------
# Jetpack Contact Forms
--------------------------------------------------------------*/

.site-content .contact-form input[type="radio"],
.site-content .contact-form input[type="checkbox"] {
	margin-bottom: 6px;
	margin-right: .3em;
	vertical-align: middle;
}
.site-content .contact-form label.checkbox,
.site-content .contact-form label.checkbox-multiple,
.site-content .contact-form label.radio {
	font-weight: normal;
	margin-bottom: .4em;
}
.site-content .contact-form label.checkbox,
.site-content .contact-form > div {
	margin-bottom: .8em;
}
.site-content .contact-form textarea,
.site-content .contact-form input[type='text'],
.site-content .contact-form input[type='email'],
.site-content .contact-form input[type='url'],
.site-content .contact-form select {
	margin-bottom: .4em;
}
.site-content .contact-form .grunion-field-label {
	margin-bottom: .2em;
}

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

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

figure {
	margin-left: 0;
	margin-right: 0;
}

.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	font-style: italic;
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

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

.gallery-item {
	display: inline-block;
	margin: 0;
	padding: 0.8em;
	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;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media screen and (min-width: 768px) {
	/* Increase font sizes on larger screens */
	.site-title {
		font-size: 42px;
		font-size: 2.625rem;
	}

	.site-info {
		font-size: 16px;
		font-size: 1rem;
	}

	.page-template-front-page .site-main > .hentry:first-of-type .entry-content {
		font-size: 28px;
		font-size: 1.75rem;
	}

	.front-testimonials .hentry {
		font-size: 28px;
		font-size: 1.75rem;
		padding-bottom: 1.6em;
	}
	.front-testimonials .hentry .entry-title {
		font-size: 18px;
		font-size: 1.125rem;
	}

	.recent-posts .recent-posts-title {
		font-size: 28px;
		font-size: 1.75rem;
	}
	.recent-posts .entry-title {
		font-size: 20px;
		font-size: 1.25rem;
	}

	.entry-title {
		font-size: 42px;
		font-size: 2.625rem;
		word-wrap: normal;
	}

	.entry-content,
	.entry-summary {
		font-size: 17px;
		
	}

	.widget-title {
		font-size: 20px;
		font-size: 1.25rem;
	}

	.header-widget-area {
		font-size: 18px;
		font-size: 1.125rem;
	}

	.site-content .full-width-widget-area {
		padding-top: 3.2em;
	}
	.site-content .full-width-widget-area .widget-title {
		font-size: 28px;
		font-size: 1.75rem;
	}

	.footer-widgets-wrapper .widget {
		font-size: 18px;
		font-size: 1.125rem;
	}

	.comments-title,
	.comment-reply-title {
		font-size: 30px;
		font-size: 1.875rem;
	}

	h1 {
		font-size: 42px;
		font-size: 2.625rem;
	}

	h2 {
		font-size: 32px;
		font-size: 2rem;
	}

	h3 {
		font-size: 30px;
		font-size: 1.875rem;
	}

	h4 {
		font-size: 26px;
		font-size: 1.625rem;
	}

	h5 {
		font-size: 20px;
		font-size: 1.25rem;
	}

	h6 {
		font-size: 16px;
		font-size: 1rem;
	}

	.site-header {
		text-align: left;
	}

	.top-bar-wrapper {
		padding: 0 10%;
	}

	.top-bar {
		padding: 0.8em 0;
		content: "";
		display: table;
		table-layout: fixed;
	}
	.top-bar .site-description {
		float: left;
		line-height: 26px;
		margin: 0;
		width: 50%;
	}
	.top-bar .jetpack-social-navigation {
		text-align: right;
		float: right;
		width: 50%;
	}
	.top-bar .jetpack-social-navigation ul {
		margin-bottom: 0;
	}
	.top-bar .jetpack-social-navigation li {
		padding-left: .8em;
		padding-right: 0;
	}

	.site-branding-wrapper {
		position: relative;
		padding: 0 10%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.sticky-wrapper {
		background: white;
		max-width: 100%;
		width: 100%;
		z-index: 2;
		transition: 0.2s;
	}

	.site-branding {
		float: left;
		display: inline-block;
		margin-right: 1.6em;
		min-width: 33%;
		padding: 1.6em 0;
	}
	.site-branding .site-title {
		clear: none;
		display: inline-block;
		vertical-align: middle;
	}

	.custom-logo {
		clear: none;
		display: inline-block;
		margin-right: .8em;
		vertical-align: middle;
	}

	.menu-toggle {
		display: none;
	}

	.genericon, .main-navigation .page_item_has_children > a:after,
	.main-navigation .menu-item-has-children > a:after {
		font-size: 16px;
		vertical-align: middle;
		text-align: center;
		display: inline-block;
		font-family: "Genericons";
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		line-height: 1;
		text-decoration: inherit;
		text-transform: none;
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		speak: none;
	}

	.genericon-expand, .main-navigation .page_item_has_children > a:after,
	.main-navigation .menu-item-has-children > a:after {
		content: "\f431";
	}

	.main-navigation {
		clear: none;
		display: block;
		float: right;
		text-align: right;
		margin-left: 1.6em;
		padding: 1.6em 0;
		position: relative;
		width: auto;
	}
	.main-navigation li {
		border-top: 0;
		display: inline-block;
		float: none;
	}
	.main-navigation li li a,
	.main-navigation li li li a,
	.main-navigation li li li li a,
	.main-navigation li li li li li a {
		padding-left: 1.6em;
	}
	.main-navigation ul {
		display: block;
		list-style: none;
		margin: 0;
		padding-left: 0;
	}
	.main-navigation ul ul {
		background-color: #6636cc;
		box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
		float: left;
		position: absolute;
		top: 1.6em;
		left: -999em;
		z-index: 99999;
		margin-left: .8em;
		text-align: left;
	}
	.main-navigation ul ul ul {
		left: -999em;
		top: 0;
		margin-left: 0;
	}
	.main-navigation ul ul li {
		border-bottom: 1px solid rgba(153, 153, 153, 0.3);
	}
	.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
		left: 100%;
	}
	.main-navigation ul ul .page_item_has_children > a:after,
	.main-navigation ul ul .menu-item-has-children > a:after {
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
		top: -2px;
		margin-left: 0;
	}
	.main-navigation ul ul a,
	.main-navigation ul ul a:visited {
		color: white;
		padding: 0.6em 1.6em;
		width: 200px;
		transition: opacity 0.3s;
	}
	.main-navigation ul ul a:hover, .main-navigation ul ul a:focus,
	.main-navigation ul ul a:visited:hover,
	.main-navigation ul ul a:visited:focus {
		color: white;
		opacity: 0.5;
	}
	.main-navigation ul ul li:nth-of-type(1) a {
		padding-top: .6em;
	}
	.main-navigation ul ul li:last-of-type {
		border-bottom: 0;
	}
	.main-navigation ul ul li:last-of-type a {
		padding-bottom: .6em;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: auto;
	}
	.main-navigation a {
		padding: 0.2em 0 0.2em 2.4em;
		transition: opacity 0.3s;
	}
	.main-navigation .page_item_has_children > a:after,
	.main-navigation .menu-item-has-children > a:after {
		margin-left: 3px;
		position: relative;
		top: -2px;
	}

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

	.site-content {
		padding: 3.2em 10%;
	}

	.site-main {
		margin: 0 40% 0 0;
	}

	.site-content .widget-area {
		float: right;
		overflow: hidden;
		width: 30%;
	}

	.page-template-front-page .site-main > .hentry:first-of-type {
		padding: 0 10%;
	}

	.front-testimonials {
		padding: 3.2em 10%;
		content: "";
		display: table;
		table-layout: fixed;
	}
	.front-testimonials .hentry {
		float: left;
		margin-right: 4%;
		padding: 1.6em 2.4em;
		width: 48%;
	}
	.front-testimonials .hentry:nth-of-type(2n) {
		margin-right: 0;
	}

	.recent-posts {
		padding: 3.2em 10%;
	}
	.recent-posts .grid-row {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.recent-posts .hentry {
		float: left;
		margin-right: 10%;
		margin-bottom: 3.2em;
		width: 45%;
	}
	.recent-posts .hentry:nth-of-type(2n) {
		margin-right: 0;
	}

	.site-info {
		padding: 1.6em 10%;
	}

	.page-template-full-width-page .site-content {
		padding: 3.2em 10%;
	}

	.comments-area {
		padding: 2.4em;
	}

	.front-testimonials,
	.footer-widgets-wrapper,
	.recent-posts-wrapper,
	.site-branding-wrapper,
	.top-bar-wrapper,
	.site-content,
	.page-template-front-page .site-main > .hentry:first-of-type,
	.page-template-full-width-page-php .site-content,
	.site-content .full-width-widget-area,
	.header-widget-area .header-widget-area-wrapper {
		margin-left: auto;
		margin-right: auto;
		max-width: 1040px;
	}

	.page-template-front-page .site-content {
		padding-left: 0;
		padding-right: 0;
	}

	.comment-navigation .nav-previous,
	.posts-navigation .nav-previous,
	.post-navigation .nav-previous {
		float: left;
		width: 50%;
		padding: 0;
		margin: 0;
		border: 0;
	}
	.comment-navigation .nav-next,
	.posts-navigation .nav-next,
	.post-navigation .nav-next {
		float: right;
		text-align: right;
		width: 50%;
	}

	.site-content .full-width-widget-area,
	.header-widget-area-wrapper {
		float: none;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 1.6em 0;
		width: 100%;
	}
	.site-content .full-width-widget-area .widget,
	.header-widget-area-wrapper .widget {
		flex-basis: 30%;
		margin: 0 0 1.6em;
	}
	.site-content .full-width-widget-area .widget-gallery,
	.site-content .full-width-widget-area .widget_text,
	.site-content .full-width-widget-area .widget_wpcom_instagram_widget,
	.header-widget-area-wrapper .widget-gallery,
	.header-widget-area-wrapper .widget_text,
	.header-widget-area-wrapper .widget_wpcom_instagram_widget {
		flex-basis: 100%;
	}

	.site-content .full-width-widget-area {
		padding: 3.2em 10% 0 10%;
	}

	.footer-widgets-wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 3.2em 10%;
	}
	.footer-widgets-wrapper .widget-area {
		width: 48%;
	}
}
@media screen and (min-width: 1100px) {
	.sticking.sticky-wrapper {
		box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.02);
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
	}

	.admin-bar .sticking.sticky-wrapper {
		top: 32px;
	}

	.sticking .site-title {
		font-size: 28.8px;
		font-size: 1.8rem;
	}

	.sticking .custom-logo {
		max-height: 50px;
	}

	.front-testimonials,
	.footer-widgets-wrapper,
	.recent-posts-wrapper,
	.site-branding-wrapper,
	.top-bar-wrapper,
	.site-content,
	.page-template-front-page .site-main > .hentry:first-of-type,
	.page-template-full-width-page-php .site-content,
	.site-content .full-width-widget-area {
		padding-left: 0;
		padding-right: 0;
	}

	.footer-widgets .widget-area:nth-child(1):nth-last-child(2),
	.footer-widgets .widget-area:nth-child(2):nth-last-child(1) {
		width: 48%;
		margin-right: 4%;
	}
	.footer-widgets .widget-area:nth-child(1):nth-last-child(2):last-of-type,
	.footer-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type {
		margin-right: 0;
	}

	.footer-widgets .widget-area:nth-child(1):nth-last-child(3),
	.footer-widgets .widget-area:nth-child(2):nth-last-child(2),
	.footer-widgets .widget-area:nth-child(3):nth-last-child(1) {
		width: 30%;
		margin-right: 5%;
	}
	.footer-widgets .widget-area:nth-child(1):nth-last-child(3):last-of-type,
	.footer-widgets .widget-area:nth-child(2):nth-last-child(2):last-of-type,
	.footer-widgets .widget-area:nth-child(3):nth-last-child(1):last-of-type {
		margin-right: 0;
	}

	.footer-widgets .widget-area:nth-child(1):nth-last-child(4),
	.footer-widgets .widget-area:nth-child(2):nth-last-child(3),
	.footer-widgets .widget-area:nth-child(3):nth-last-child(2),
	.footer-widgets .widget-area:nth-child(4):nth-last-child(1) {
		width: 20%;
		margin-right: 6.6666%;
	}
	.footer-widgets .widget-area:nth-child(1):nth-last-child(4):last-of-type,
	.footer-widgets .widget-area:nth-child(2):nth-last-child(3):last-of-type,
	.footer-widgets .widget-area:nth-child(3):nth-last-child(2):last-of-type,
	.footer-widgets .widget-area:nth-child(4):nth-last-child(1):last-of-type {
		margin-right: 0;
	}
}
#my-wrapper{top: -20px; word-wrap: break-word;}

#primary{
	margin-right: auto;
    margin-left: auto;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
@media only screen and (max-width: 370px){
	#mylogomobile{
		width: 200px;
		margin-top: 4px;
	}
}


.nombrecliente{display:none;position:absolute;top:50%;font-size:22px;left:80px;color:#fff;width:75%;font-weight:700;transform:translate(0,-50%)}#Footer .datos .dato p,#Footer .subfooter p.texto{font-size:14px;margin:0;color:#707070}@media screen and (max-width:500px){.nombrecliente{font-size:14px;left:70px;color:#fff}}#loading{position:fixed;z-index:9999999;width:100vw;height:100vh;background-color:#222}#loading.fixed{display:block!important}#loading img{position:absolute;left:50%;top:50%;width:60px;height:auto;transform:translate(-50%,-50%)}.topbar{background:#222;height:66px;display:block;width:100%;top:0;position:fixed;z-index:999}.topbar .logo{padding:16px 33px}.topbar .resto .contenedor{display:inline-block;float:right}.topbar .resto .contenedor a{display:inline-block;line-height:66px;cursor:pointer}.topbar .resto .contenedor a.idioma{padding-left:20px;color:#dcb803;font-size:14px;text-transform:uppercase;font-weight:700;text-decoration:none}.topbar .resto .contenedor a.idioma img{padding-left:5px}.topbar .resto .contenedor a#menutoggle_mobile{width:66px;background-color:#dcb803;text-align:center}.topbar.mobile{display:none}.topbar.mobile .resto .contenedor a#menutoggle_mobile{display:none;position:relative}.topbar.mobile .resto .contenedor a#menutoggle_mobile img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.menulateral{position:fixed;top:66px;left:0;width:66px;height:100%;z-index:999;background:#dcb803}.menulateral #menutoggle{display:block;width:66px;height:66px;text-align:center;line-height:64px;position:relative}.menulateral #menutoggle .btnabrir{display:initial;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.menulateral #menutoggle .btncerrar{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.menulateral #texto-vertical-menu{-webkit-writing-mode:vertical-lr;writing-mode:vertical-lr;-ms-writing-mode:tb-lr;transform:rotate(180deg);color:#000;text-transform:uppercase;line-height:64px;font-weight:700;padding:15px 0}.menulateral.menuabierto{width:57px;border-right:1px solid #bfa212}.menulateral.menuabierto #menutoggle{background-color:#50481d;width:57px;height:57px;line-height:51px}.menulateral.menuabierto #menutoggle .btnabrir{display:none}.menulateral.menuabierto #menutoggle .btncerrar{display:initial}.menulateral.menuabierto #texto-vertical-menu{line-height:54px}#menu_hepoluz,#menu_hepoluz_mobile{background-color:#dcb803}.mm-panels{left:57px!important;top:66px!important}.mm-navbars_bottom{left:57px!important;border-top-width:0!important}.firstmobilemenu:first-child:after{border-bottom:none}.mm-listitem:after{border-color:rgba(255,255,255,.4)!important;left:0!important}.mm-listitem>a,.mm-listitem>span,.mm-navbar__title{padding:0!important;line-height:57px!important}.mm-listitem>a.familia{padding-left:24px!important;font-weight:700;text-transform:uppercase}.mm-listitem>a.familia.icon{padding-left:60px!important;position:relative}.mm-listitem>a.familia.icon:before{position:absolute;content:""}.mm-navbar{height:57px!important;background:#222;border-bottom:1px solid #dcb803!important}.mm-panels>.mm-panel>.mm-navbar+.mm-listview{margin-top:-3px!important}.mm-listitem .mm-btn_next:before{border-left-width:0!important}.mm-menu .mm-btn:after,.mm-menu .mm-btn:before,.mm-menu .mm-listview .mm-btn_next:after{border-color:#fff!important}.mm-menu .mm-navbar a,.mm-menu .mm-navbar>*{padding:29px 0}.mm-navbar__title{color:#fff!important;font-weight:700}.mm-page__blocker{background:rgba(3,2,1,.5)!important;z-index:9998!important}.mm-navbars_bottom .mm-navbar{background-color:#dcb803}.mm-navbars_bottom .mm-navbar a{position:relative;cursor:pointer}.mm-navbars_bottom .mm-navbar a img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media screen and (max-width:767px){.mm-navbars_bottom .mm-navbar{background-color:#232323}.mm-navbars_bottom .mm-navbar a img{max-width:30%}}.modalcontacto .titulo img,.modalmapa .titulo img,.modaltelf .titulo img{max-width:100%}.mm-navbars_bottom .mm-navbar a.movilborde{border-right:1px solid #dcb803}.pagecontent{padding-top:0px;margin-left:66px}.pagecontent.menuabierto{margin-left:0}button,input[type=button],input[type=submit]{background-color:#dcb803!important;border:0;transition:all .5s ease;color:#fff;border-radius:40px;padding:0 30px;height:42px;line-height:42px}button:hover,input[type=button]:hover,input[type=submit]:hover{background-color:#c5a825!important;transition:all .5s ease}a.button:hover:after,a.tp-button:hover:after,button:hover:after,input[type=button]:hover:after,input[type=submit]:hover:after,input[type=reset]:hover:after{border-radius:40px}.header{min-height:270px;background-image:url(img/header.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;z-index:99}#Footer{background-color:#222!important;padding-top:50px}#Footer .contenedorimagen{min-height:100px;position:relative;display:block;width:100%}#Footer .contenedorimagen img{max-height:80%;width:auto;max-width:100%;position:absolute}#Footer .datos .dato .elemento{padding-left:30px;position:relative;padding-bottom:20px}#Footer .datos .dato .elemento:before{position:absolute;content:"";top:6px;left:0}#Footer .datos .dato .elemento.localizacion:before{background:url(img/icon-footer-localizacion.png);width:15px;height:20px}#Footer .datos .dato .elemento.telefono:before{background:url(img/icon-footer-telefono.png);width:15px;height:15px}#Footer .datos .dato .elemento.mail:before{background:url(img/icon-footer-mail.png);width:17px;height:14px}#Footer .datos .dato .elemento.horario:before{background:url(img/icon-footer-horario.png);width:17px;height:17px}#Footer .subfooter{padding:30px 20px;border-top:1px solid #656565}#Footer .subfooter p.texto img{margin-right:10px;width:24px;opacity:.2}#Footer .subfooter p.texto a{color:#707070;font-weight:700}#Footer .subfooter p.redessociales{text-align:right;margin:0}#Footer .subfooter p.redessociales a{padding-right:10px}@media screen and (max-width:992px){.topbar{background:#222;height:66px;display:block;width:100%;top:0;position:fixed;z-index:99999;}.topbar .logo{padding:16px 33px}.topbar .resto .contenedor{display:inline-block;float:right}.topbar .resto .contenedor a{display:inline-block;height:66px;line-height:66px}.topbar .resto .contenedor a.idioma{padding-left:10px;color:#dcb803;font-size:14px;text-transform:uppercase;font-weight:700;text-decoration:none}.topbar .resto .contenedor a.idioma img{padding-left:5px}}@media screen and (max-width:767px){.mm-navbars_bottom,.mm-panels{left:0!important}.topbar.Fixed{display:none}.topbar.mobile,.topbar.mobile .resto .contenedor a#menutoggle_mobile{display:block}.topbar.mobile .logo{padding:0;position:relative;height:66px}.topbar.mobile .logo a{display:block;width:100%;height:100%}.topbar.mobile .logo a img{padding:15px;margin-left:10px}.menulateral{display:none}.pagecontent{margin-left:0}.pagecontent.menuabierto{margin-top:0}.mm-panels{top:0!important}li.cat{background-color:#222;color:#dcb803}.firstmobilemenu{display:flex!important;height:55px;background-color:#222}.firstmobilemenu a{position:relative;color:#dcb803!important;display:block!important;line-height:40px!important;padding:0 10px!important;flex:1;-webkit-box-flex:1;border-right:1px solid #dcb803}.firstmobilemenu a.idioma{padding-left:10px!important;color:#232323;font-size:12px;text-transform:uppercase;font-weight:700;text-decoration:none}.firstmobilemenu a.idioma img{width:32px}.firstmobilemenu a img{width:32px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}}.modal,.solomovil{display:none}.modal{width:100%;min-height:100vh;height:100%;position:fixed;overflow-y:scroll;top:0;font-size:14px;left:0;background:rgba(34,34,34,.92);z-index:9999}#home .slider-header,.mm-panels{overflow:hidden}.modal .cerrarmodal{position:absolute;top:0;right:0;width:106px;height:68px;z-index:2;cursor:pointer}.modal .cerrarmodal img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.modalmapa .titulo{text-align:center;padding:140px 10px 120px}@media screen and (max-width:767px){.modalmapa .titulo{padding-bottom:49px;padding-top:100px}}.modalmapa .contenedorlistado{width:100%;top:60%}.modalcontacto .titulo,.modaltelf .titulo{text-align:center;padding:140px 10px 120px}.modalcontacto .contenido,.modaltelf .contenido{max-width:600px;margin:0 auto}.modalcontacto .contenido p,.modaltelf .contenido p{color:#fff;font-weight:400;margin-bottom:16px}.modalcontacto .contenido p a,.modaltelf .contenido p a{color:#dcb803;text-decoration:underline}.modalcontacto .contenido p.title,.modaltelf .contenido p.title{color:#dcb803;font-weight:700}.modalcontacto .contenido .emails,.modaltelf .contenido .emails{margin-top:30px}.solopc{display:initial}@media screen and (max-width:767px){.modalcontacto .titulo,.modaltelf .titulo{padding-bottom:49px;padding-top:100px}.solopc{display:none}.solomovil{display:initial}.solomovil strong{font-weight:600}.movilno{display:none}}.modaltelf .contenido{max-width:700px;text-align:center}.modaltelf .containercall{position:relative;max-width:700px;padding:0 25px}.modaltelf .containercall .secciontitle{font-size:16px;font-weight:700;color:#fff;background:#dcb803;height:46px;line-height:46px}.modaltelf .containercall .seccionform{padding:25px 0}.modaltelf .containercall .seccionform input[type=text],.modaltelf .containercall .seccionform select{width:100%;border-radius:36px;height:46px;padding-left:20px}.modaltelf .containercall .seccionform select{background:url(img/icon-flecha-familias.png) no-repeat #fff;background-position-y:center;background-position-x:90%;background-size:8%}@media screen and (max-width:767px){.modaltelf .containercall .seccionform select{background-position-x:94%;background-size:14px}}.modaltelf .containercall .seccionform .textolabel{line-height:46px;text-align:center;color:#fff}.modaltelf .containercall .seccionform .center{text-align:center}
.modaltelf .containercall .seccionform .terminos{padding-bottom:20px;font-weight:400;color:#fff}
.modaltelf .containercall .seccionform .terminos input{position:absolute;left:156px;background:#fff;border:none;border-radius:10px;top:7px}@media screen and (max-width:767px){.modaltelf .containercall .seccionform .terminos input{left:20px;top:24px}.modaltelf .containercall .seccionform .terminos{padding-top:20px}.modaltelf .containercall .seccionform .terminos label{text-align:left;padding-left:25px}.call{display:none}}.modaltelf .containercall .seccionform .terminos a{color:#fff;text-decoration:underline}.modaltelf .containercall .seccionform .logearse{margin:0;width:150px}.call{position:fixed;z-index:999;right:-500px;top:260px;transition:all .5s ease}.call .botoncall{position:absolute;cursor:pointer;width:50px;height:80px;background:#222;border-radius:10px 0 0 10px;top:180px}.call .botoncall img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.call .containercall{position:relative;margin-left:50px;width:500px;padding:0 25px}.call .containercall .secciontitle{font-size:16px;font-weight:700;color:#fff;background:#dcb803;height:46px;padding-left:20px;line-height:46px}.call .containercall .seccionform{padding:25px 0}.call .containercall .seccionform input[type=text],.call .containercall .seccionform select{width:100%;border-radius:36px;height:46px;padding-left:20px}.call .containercall .seccionform select{background:url(img/icon-flecha-familias.png) no-repeat #fff;background-position-y:center;background-position-x:90%;background-size:8%}.call .containercall .seccionform .textolabel{line-height:23px;text-align:right;font-size:11px}.call .containercall .seccionform .center{text-align:center}.call .containercall .seccionform .terminos{padding-bottom:20px;font-weight:400;text-align:left;}.call .containercall .seccionform .terminos a{color:#626262;text-decoration:underline}.call .containercall .seccionform .logearse{margin:0;width:150px}.call .containercall.arriba{background-color:#e3e0dc}.call .containercall.abajo{background-color:#edeae6}.call.mostrado{right:0;transition:all .5s ease}.listadoidiomas{display:none;position:fixed;max-width:235px;top:66px;width:100%;background-color:#222;padding:30px 20px 20px;right:38px;border-top:1px solid #4e4e4e;z-index:1000}@media screen and (max-width:767px){.listadoidiomas{top:121px;right:21px}}.listadoidiomas .cerraridiomas{position:absolute;top:10px;right:10px;cursor:pointer}.listadoidiomas ul li a{display:block;color:#6e6e6e;text-transform:uppercase;text-decoration:none;font-weight:600;line-height:66px;position:relative;padding-left:50px;cursor:pointer}.listadoidiomas ul li a img{position:absolute;left:10px;top:18px}.legales{padding:20px}#home .carruselnovedades{padding:10px}#home .swiper-slide,#home .swiper-wrapper{height:auto!important}#home .slider-header .swiper-pagination-bullet-active{background-color:#dcb803}#home .slider-header .oferta .contenido .texto{position:relative;height:100%}#home .slider-header .oferta .contenido{display:block;width:100%;height:300px}#home .slider-header .oferta .contenido .texto .obspromo{max-width:300px;max-height:80px}#home .slider-header .oferta .contenido .texto .nombrepromo{height:30px}#home .slider-header .oferta .division{content:"";width:65px;height:2px;margin-top:10px;margin-bottom:10px;background-color:#dcb803}#home .slider-header .oferta .contenido .imagen img{width:auto;max-width:100%}@media screen and (min-width:724px){#home .slider-header .oferta .contenido .texto .nombrepromo p,#home .slider-header .oferta .contenido .texto .obspromo p{text-decoration:none;position:relative;color:#fff;overflow:hidden;margin:18px 0 0;text-overflow:ellipsis;display:-webkit-box;line-height:25px;text-align:left;-webkit-line-clamp:3;-webkit-box-orient:vertical;padding-bottom:15px}#home .slider-header .oferta .contenido .texto .obspromo p{font-size:14px;max-height:80px}#home .slider-header .oferta .contenido .texto .nombrepromo p{font-weight:700;font-size:20px;text-transform:uppercase;max-height:98px}}@media screen and (min-width:990px) and (max-width:1236px){#home .slider-header .oferta .contenido .texto .obspromo{max-width:250px;max-height:80px}}@media screen and (max-width:723px){#home .slider-header .oferta .contenido{display:block;width:100%;height:150px}#home .slider-header .oferta .contenido .texto .nombrepromo p,#home .slider-header .oferta .contenido .texto .obspromo p{text-decoration:none;position:relative;color:#000;overflow:hidden;margin:18px 0 0;text-overflow:ellipsis;display:-webkit-box;line-height:25px;text-align:left;-webkit-line-clamp:3;-webkit-box-orient:vertical;padding-bottom:15px}#home .slider-header .oferta .contenido .texto .nombrepromo p{font-weight:700;font-size:20px;text-transform:uppercase;max-height:98px}#home .slider-header .oferta .contenido .texto .obspromo p{font-size:14px;max-height:80px}}@media screen and (max-width:500px){#home .slider-header .oferta a{display:block;width:100%;height:200px}#home .slider-header .oferta .contenido .texto .nombrepromo p,#home .slider-header .oferta .contenido .texto .obspromo p{text-decoration:none;position:relative;color:#000;overflow:hidden;margin:18px 0 0;text-overflow:ellipsis;display:-webkit-box;text-align:left;-webkit-line-clamp:3;-webkit-box-orient:vertical;padding-bottom:15px}#home .slider-header .oferta .contenido .texto .nombrepromo p{font-weight:700;font-size:12px;text-transform:uppercase;line-height:20px;max-height:98px}#home .slider-header .oferta .contenido .texto .obspromo p{font-size:10px;line-height:15px;max-height:80px}}#home .prefooter{padding:68px 0}#home .prefooter .elemento p{margin:0;padding:0 10px;text-align:center}#home .prefooter .elemento p.imagen{margin-bottom:20px}#home .prefooter .elemento p.smalltext{font-size:15px;line-height:18px;color:#7e7e7e}#home .prefooter .elemento p.bigtext{color:#000;text-transform:uppercase;font-size:21px;font-weight:700}@media screen and (max-width:767px){#home .prefooter .elemento p.bigtext{font-size:15px}}#home .prefooter .elemento.borde{border-right:1px solid #dedede}@media screen and (max-width:992px){#home .prefooter .elemento.borde{border-right:0 solid #dedede}#home .prefooter .elemento.bajopeq{margin-top:30px}}.swiper-slide #obs_promo{position:absolute!important;margin-top:-40px!important;left:37px!important}.swiper-slide #obs_promo a{height:auto!important;width:auto!important;display:inline-block!important}@media screen and (max-width:500px){.swiper-slide #obs_promo{font-size:9px;margin-top:-20px!important;left:20px!important}}.call .containercall .seccionform .observaciones{width:450px;border-radius:10px;font-size:13px}.modaltelf .containercall .seccionform .observaciones{font-size:13px;border-radius:10px;margin:10px 0;width:100%}.call .containercall .seccionform p{padding-left:20px}.call .terminos .label_check{cursor:pointer}.mensajes{text-align:center;font-weight:700;font-size:16px}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,del,details,dfn,div,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,summary,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-family:"Open Sans", Arial, Tahoma, sans-serif;vertical-align:baseline}p{margin:0 0 15px}input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea,#registro .login_page .label_file{border-color: #EBEBEB;padding:10px;outline:0;margin:0 0 20px;width:230px;max-width:100%;display:block;font-size:13px;border-width:1px;border-style:solid;border-radius:0;box-sizing:border-box;-webkit-appearance:none;}ul{list-style:none}.container,.section_wrapper{max-width:1220px;margin:0 auto;position:relative}h1,h2,h3,h4,h5,h6{margin-bottom:15px}.swiper-slide,.swiper-wrapper{height:100%;position:relative;width:100%}.swiper-wrapper{z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.mm-menu,.mm-panels,.mm-panels>.mm-panel{left:0;right:0;z-index:0;bottom:0}.mm-menu,.mm-panel,.mm-panels{margin:0;box-sizing:border-box}.mm-btn,.mm-menu,.mm-panel,.mm-panels{box-sizing:border-box}.mm-btn,.mm-menu,.mm-navbar,.mm-panels,.mm-panels>.mm-panel{position:absolute;top:0}.mm-listitem a,.mm-listitem a:hover,.mm-navbar a,.mm-navbar a:hover{text-decoration:none}.mm-listitem>a,.mm-listitem>span,.mm-navbar__title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mm-hidden{display:none!important}.mm-menu{display:block;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mm-menu a,.mm-menu a:active,.mm-menu a:hover,.mm-menu a:link,.mm-menu a:visited{color:inherit;text-decoration:none}
.mm-panel,.mm-panels{background:inherit;border-color:inherit}.mm-panel{-webkit-overflow-scrolling:touch;overflow:scroll;overflow-x:hidden;overflow-y:auto;padding:0 20px;-webkit-transform:translate(100%,0);-ms-transform:translate(100%,0);transform:translate(100%,0);-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left}.mm-panel:not(.mm-hidden){display:block}.mm-panel:after,.mm-panel:before{content:'';display:block;height:20px}.mm-panel_has-navbar{padding-top:40px}.mm-panel_opened{z-index:1;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-panel_opened-parent{-webkit-transform:translate(-30%,0);-ms-transform:translate(-30%,0);transform:translate(-30%,0);-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}.mm-panel_highest{z-index:2}.mm-btn{width:40px;height:40px;z-index:1}.mm-btn_next:after,.mm-btn_prev:before{content:'';border-top:2px solid transparent;border-left:2px solid transparent;box-sizing:content-box;display:block;width:8px;height:8px;margin:auto;position:absolute;top:0;bottom:0}.mm-listitem,.mm-listitem .mm-btn_next,.mm-listitem .mm-btn_next:before,.mm-listitem:after,.mm-listview,.mm-navbar{border-color:inherit}.mm-navbar>*,.mm-page{box-sizing:border-box}.mm-btn_prev:before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);left:23px;right:auto}.mm-btn_next:after{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);right:23px;left:auto}.mm-navbar{text-align:center;line-height:20px;display:none;padding:0 40px;margin:0;left:0;right:0;opacity:1;transition:opacity .4s ease}.mm-navbar>*{display:block;padding:10px 0}.mm-navbar__btn:first-child{left:0}.mm-panel_has-navbar .mm-navbar{display:block}.mm-listitem,.mm-listview{list-style:none;display:block;padding:0;margin:0}.mm-listview{font:inherit;line-height:20px}.mm-panels>.mm-panel>.mm-listview{margin:20px -20px}.mm-panels>.mm-panel>.mm-listview:first-child,.mm-panels>.mm-panel>.mm-navbar+.mm-listview{margin-top:-20px}.mm-listitem{position:relative}.mm-listitem:after{content:'';border-bottom-width:1px;border-bottom-style:solid;display:block;position:absolute;right:0;bottom:0}.mm-listitem>a,.mm-listitem>span{color:inherit;display:block;padding:10px 10px 10px 20px;margin:0}.mm-listitem .mm-btn_next{background:rgba(3,2,1,0);padding:0;position:absolute;right:0;top:0;bottom:0;z-index:2}.mm-listitem .mm-btn_next:before{content:'';border-left-style:solid;display:block;position:absolute;top:0;bottom:0;left:0}.mm-listitem .mm-btn_next:not(.mm-btn_fullwidth){width:50px}.mm-listitem .mm-btn_next:not(.mm-btn_fullwidth)+a,.mm-listitem .mm-btn_next:not(.mm-btn_fullwidth)+span{margin-right:50px}.mm-menu{background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.75)}.mm-menu .mm-navbar a,.mm-menu .mm-navbar>*{color:rgba(0,0,0,.3)}.mm-menu .mm-btn:after,.mm-menu .mm-btn:before,.mm-menu .mm-listview .mm-btn_next:after{border-color:rgba(0,0,0,.3)}.mm-menu .mm-listview a:not(.mm-btn_next){-webkit-tap-highlight-color:rgba(255,255,255,.4);tap-highlight-color:rgba(255,255,255,.4)}.mm-page{position:relative}.mm-slideout{transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;z-index:1}.mm-wrapper_opened{overflow-x:hidden;position:relative}.mm-wrapper_background .mm-page{background:inherit}.mm-menu_offcanvas{display:none;position:fixed;right:auto;z-index:0;width:80%;min-width:140px;max-width:440px}.mm-menu_offcanvas.mm-menu_opened{display:block}.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout{-webkit-transform:translate(80vw,0);-ms-transform:translate(80vw,0);transform:translate(80vw,0);-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:175px){.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout{-webkit-transform:translate(140px,0);-ms-transform:translate(140px,0);transform:translate(140px,0);-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout{-webkit-transform:translate(440px,0);-ms-transform:translate(440px,0);transform:translate(440px,0);-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0)}}.mm-page__blocker{display:none;width:100%;height:100%;position:fixed;top:0;left:0}.mm-wrapper_blocking,.mm-wrapper_blocking body{overflow:hidden}.mm-wrapper_blocking .mm-page__blocker{display:block}.mm-navbars_bottom,.mm-navbars_top{background:inherit;border-color:inherit;border-width:0;position:absolute;left:0;right:0;z-index:1}.mm-navbars_bottom>.mm-navbar,.mm-navbars_top>.mm-navbar{border-width:0;border-color:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-navbars_bottom>.mm-navbar:not(.mm-navbar_has-btns),.mm-navbars_top>.mm-navbar:not(.mm-navbar_has-btns){padding:0}.mm-navbars_bottom>.mm-navbar>:not(img):not(.mm-btn),.mm-navbars_top>.mm-navbar>:not(img):not(.mm-btn){-webkit-box-flex:1;-ms-flex:1;flex:1}.mm-navbars_bottom{border-top-style:solid;bottom:0;top:auto}.mm-menu_navbar_bottom-1 .mm-panels{bottom:40px}.mm-menu_position-right{left:auto;right:0}.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate(-80vw,0);-ms-transform:translate(-80vw,0);transform:translate(-80vw,0);-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate(-440px,0);-ms-transform:translate(-440px,0);transform:translate(-440px,0);-webkit-transform:translate3d(-440px,0,0);transform:translate3d(-440px,0,0)}}.topbar .resto .contenedor a{padding:0 20px;border-right:1px solid #4e4e4e;color:#dcb803;font-size:14px;text-transform:uppercase;font-weight:700;text-decoration:none}.header .titulo{width:100%;max-width:1000px;position:absolute;padding:20px;top:80%;left:50%;transform:translate(-50%,-80%)}.header .titulo h2{color:#dcb803;font-size:34px}.header .titulo h3{color:#fff;font-size:20px}
@media only screen and (max-width:479px){h2,h3{line-height:25px!important}h3{font-size:16px!important}h2{font-size:22px!important}.lineasnegocio .linea{padding:20px 5px!important}}.lineasnegocio .title h2:after{content:"";background-color:#dcb802;position:absolute;width:48px;height:2px;bottom:-18px;left:50%;transform:translate(-50%,0)}.modalmapa ul.listadofamilias{width:33%;display:inline-grid}@media screen and (max-width:767px){.modalmapa ul.listadofamilias{width:100%;display:block;text-align:center}}.modalmapa ul.listadofamilias li{padding-bottom:50px}.modalmapa ul.listadofamilias li a{color:#dcb803;font-weight:700}.modalmapa ul.listadofamilias li ul{padding-top:20px}.modalmapa ul.listadofamilias li ul li{padding-bottom:5px}.modalmapa ul.listadofamilias li ul li a{color:#fff;position:relative;font-weight:lighter}.modalmapa ul.listadofamilias li ul li a:before{background:#dcb803;content:"";position:absolute;top:8px;left:-10px;width:3px;height:3px;border-radius:50%}h2 {font-size: 33px;line-height: 34px;font-weight: 300;letter-spacing: 0px;}h3{line-height: 28px;font-weight: 300;letter-spacing: 0px;}h2, h2 a, h2 a:hover {color: #161922;}h1, h2, h3, h4, h5, h6 {margin-bottom: 15px;}body, ul.timeline_items, .icon_box a .desc, .icon_box a:hover .desc, .feature_list ul li a, .list_item a, .list_item a:hover, .widget_recent_entries ul li a, .flat_box a, .flat_box a:hover, .story_box .desc, .content_slider.carouselul li a .title, .content_slider.flat.description ul li .desc, .content_slider.flat.description ul li a .desc, .post-nav.minimal a i {color: #626262!important;}@media screen and (min-width:990px) and (max-width:1198px){.margen{width:18%!important;}.linea{width:64%!important;}}@media screen and (max-width:745px){.lineasnegocio .img_logo{margin:0!important;}}@media screen and (max-width:721px){.lineasnegocio .texto{width:100%!important;height:auto!important;}.lineasnegocio .img_logo{float: right!important;  width: 100%!important;background-color: white;max-width:inherit!important;}.lineasnegocio .img_contexto{max-width:inherit!important;}}#home #clientes img{padding:20px;}#home #clientes .col-sm-12{text-align:center;}#home #clientes .literal{max-width:320px;float:right;padding:35px 20px 0px 20px;line-height:45px;color:#626262;font-weight:400;position:relative;}#home #clientes .literal:after{content: "";background-color: #dcb802;position: absolute;width: 48px;height: 2px;    bottom: -18px;left: 50%;transform: translate(-50%,0);}.mm-listitem>a.familia.icon#item3:before {background: url(img/menu/icon-tienda.png);width: 26px;height: 26px;left: 25px;top: 17px;}.mm-listitem>a.familia.icon#item4:before {background: url(img/menu/icon-empleo.png);width: 26px;height: 26px;left: 25px;top: 17px;}.mm-listitem>a.familia.icon#item2:before {background: url(img/menu/icon-clientes.png);width: 26px;height: 26px;left: 25px;top: 17px;}.mm-listitem>a.familia.icon#item1:before {background: url(img/menu/icon-instalaciones.png);width: 26px;height: 26px;left: 25px;top: 17px;}@media screen and (max-width: 767px){#mapa .icono{width:18px;}}#registro{padding-bottom: 40px;}#registro .title h2 {text-align: center;padding: 40px 10px;color: #222222b6;position: relative;line-height:24px!important}#registro .title h2:after {content: "";background-color: #dcb802;position: absolute;width: 48px;height: 2px;bottom: 26px;left: 50%;transform: translate(-50%, 0);}#registro .login_page .partelogin, #registro .login_page .partefooter {max-width: 800px;margin: 0 auto;}#registro .login_page h3 {text-align:center;padding-bottom: 15px;margin-bottom: 25px;position: relative;}#registro .login_page h3:after {bottom: 0px;left: 50%;transform: translate(-50%,0);position: absolute;content: "";width: 42px;height: 2px; background-color: #dcb803;}#registro .login_page input[type="text"], #registro .login_page input[type="password"], #registro .login_page .label_file {height: 50px;line-height: 50px;width: 100%;border-radius: 50px;border: 2px solid #222222;padding: 0px 25px;color: #222222;background: none;}#registro .login_page label a {color: #dcb803;}#registro .login_page textarea {height: 80px;margin-bottom: 20px;width: 100%;border-radius: 30px;border: 2px solid #222222;padding: 0px 25px;color: #222222;background: none;}#registro .login_page input[type="text"]:focus, #registro .login_page input[type="password"]:focus {background: none !important;border: 2px solid #c5a825;}#registro .login_page .label_check, .call .terminos .label_check {display: block;position: relative;padding-left: 35px!important;margin: 7px;cursor: pointer;font-size: 14px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}#registro .login_page .label_check input, .call .terminos .label_check input {position: absolute;opacity: 0; cursor: pointer;top: 12px;left: 5px;}#registro .login_page .checkmark, .call .terminos .checkmark {border: 1px solid #dcb802;position: absolute;top: 5px;left: 5px;height: 15px;width: 15px;background-color: #eee;}#registro .login_page .label_check input:checked ~ .checkmark:after, .call .terminos input:checked ~ .checkmark:after {display: block;}#registro .login_page .label_check .checkmark:after, .call .terminos .checkmark:after {left: 4px;top: 1px;width: 5px;height: 10px;border: solid white;border-width: 0 3px 3px 0;-webkit-transform: rotate(45deg);    -ms-transform: rotate(45deg);transform: rotate(45deg);}#registro .login_page .checkmark:after, .call .terminos .checkmark:after {content: "";position: absolute;display: none;}#registro .login_page .label_check input:checked ~ .checkmark,  .call .terminos input:checked ~ .checkmark{background-color: #dcb802;}#registro .login_page .upload{align-content: center;white-space: nowrap;text-overflow: ellipsis;margin-right: 12px;margin-top: 10px;margin-bottom: 11px;text-align: left;font-weight: normal;cursor: pointer;color:#707070;}#registro .login_page .file-name{width: 88%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;text-align: left;margin-right: 12px;margin-top: 10px;margin-bottom: 11px;color: #c0c0c0;font-weight:500;}@media screen and (max-width: 767px){#registro .login_page .file-name{font-weight:unset;font-size:10px;}}#direccion .dato{position: relative;border: 1px solid #dcb803;padding: 30px 30px 15px 30px;background-image:url(img/mapa.png);background-size:auto;}#direccion .dato .elemento p{color:black;text-decoration:none;}#direccion .dato .elemento:before{position:absolute;content:"";top:2px;left:0px;}#direccion .dato .elemento.localizacion:before{background:url(img/icon-direccion.png);width:15px;height:20px}#direccion .dato .elemento.localizacion a:hover{text-decoration:none;}#direccion .dato .elemento{padding-left:30px;}#direccion .dato .elemento.telefono:before{background:url(img/icon-telefono.png);width:15px;height:15px}#direccion .dato .elemento.mail:before{background:url(img/icon-mail.png);width:17px;height:17px}#direccion .dato .elemento.horario:before{background:url(img/icon-horario.png);width:17px;height:17px}@media screen and (max-width: 767px){#direccion .dato{margin:0 10px;}#direccion .dato .elemento p{font-size:12px;}}#direccion{margin-top:50px;}.mm-listitem>a.familia.icon#item5:before {background: url(img/menu/icon-blog.png);width: 21px;height: 21px;left: 25px;top: 17px;}