/*
 Theme Name:   Pedro Paulet
 Theme URI:    http://dilocreativo.com
 Description:  Pedro Paulet - Genesis Child Theme
 Author:       German Mogrovejo
 Author URI:   http://dilocreativo.com
 Template:     genesis
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  pedropaulet
*/

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-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}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

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


/* ## Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 1.8rem;
}

body {
	background-color: #fff;
	color: #333;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #c3251d;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	/*font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;*/
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

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

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

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

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #aaa;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 16px 24px;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus {
	background-color: #c3251d;
	color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.button {
	display: inline-block;
}

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

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.more-link {
    position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	padding-top: 60px;
	padding-bottom: 60px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 780px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

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

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 40px;
}

.archive-description,
.author-box {
	margin-bottom: 60px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.author-box-title,
.archive-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #c3251d;
}

.widget-title {
	margin-bottom: 20px;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

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

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */



.featured-content .entry {
	margin-bottom: 40px;
}

.featured-content .entry:last-child {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}

.featured-content .entry a{
	margin-bottom: 28px;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	min-height: 160px;
	border-bottom: 1px solid #eee;
}

.site-header .wrap {
	padding: 40px 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0;
	width: 360px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
}

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	float: left;
	min-height: 60px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title a {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 780px;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-flex;
	text-align: left;
}

.genesis-nav-menu a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 32px 20px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
	color: #c3251d;
	text-decoration: underline;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition:    opacity 0.4s ease-in-out;
	-ms-transition:     opacity 0.4s ease-in-out;
	-o-transition:      opacity 0.4s ease-in-out;
	transition:         opacity 0.4s ease-in-out;
	width: 210px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 210px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 209px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary and Secondary Navigation
--------------------------------------------- */

.nav-primary,
.nav-secondary {
	border-bottom: 1px solid #eee;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 60px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	padding-right: 10px;
	text-decoration: none;
}

.pagination .active a {
	color: #333;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
}

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
}

.comment-content {
	clear: both;
	word-wrap: break-word;
}

.comment-list li {
	padding: 32px 0 0 32px;
}

.comment-list li.depth-1 {
	padding-left: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
}

.sidebar li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 60px;
}


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

.site-footer {
	border-top: 1px solid #ddd;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 40px 0;
}

.site-footer p {
	margin-bottom: 0;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

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

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 720px;
	}

	.content,
	.site-header .widget-area {
		width: 600px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 360px;
	}

	.sidebar-primary,
	.title-area {
		width: 300px;
	}

}

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

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 5%;
	}

	.header-image .site-title > a {
		background-position: center top;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

}

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

	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}

/* == Aquí empieza la personalización del tema ==
-------------------------------------------------------------- */

/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary and Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Site Footer
- Media Queries
	- Max-width: 1280px
	- Max-width: 1023px
	- Max-width: 880px
	- Max-width: 880px
	- Max-width: 425px
- Print Styles
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

/* -- Fin Baseline Normalize -- */

/* ## Box Sizing
--------------------------------------------- */

/* -- Fin Box Sizing -- */

/* ## Float Clearing
--------------------------------------------- */

/* -- Fin Float Clearing -- */

/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

body{
	font-family: 'Quicksand', sans-serif;
}

a {
	text-decoration: none;
}

a:hover,
a:focus {
	/*color: #333;*/
}

/* -- Fin Typographical Elements -- */

/* ## Headings
--------------------------------------------- */

/* -- Fin Headings -- */

/* ## Objects
--------------------------------------------- */

/* -- Fin Objects -- */

/* ## Gallery
--------------------------------------------- */

/* -- Fin Gallery -- */

/* ## Forms
--------------------------------------------- */

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	border-radius: 5px;
	margin: 0px;
}

body .gform_wrapper ul li.gfield{
	padding: 0 !important;
	margin: 0 !important;
}

input,
select,
textarea {
  background-color: #f8f8f8;
  border: 1px solid #aaa;
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  padding: 10px;
  width: 100%; }

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none; }

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto; }

::-moz-placeholder {
  color: #333;
  font-weight: 300;
  opacity: 1; }

::-webkit-input-placeholder {
  color: #333;
  font-weight: 300; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.button-light,
.button-dark {
  background: #42a781;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  padding: 12px 24px;
  text-transform: uppercase;
  width: auto; }

.button-light {
  background-color: #eaeced;
  color: #666; }

.button-dark {
  background-color: #252b33; }

.entry .button, .entry .button-light, .entry .button-dark,
.entry .button-light,
.entry .button-dark {
  float: left;
  margin-right: 4px; }

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.button-light:hover,
.button-dark:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus,
.button-light:focus,
.button-dark:focus {
  background: #2b2b2b;
  color: #fff; }

.button-light:hover {
  background-color: #cfd3d5; }

.button-dark:hover {
  background-color: #101215; }

.entry-content .button:hover, .entry-content .button-light:hover, .entry-content .button-dark:hover,
.entry-content .button:focus,
.entry-content .button-light:focus,
.entry-content .button-dark:focus {
  color: #fff; }

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button,
.footer-widgets .button-light,
.footer-widgets .button-dark {
  background-color: #c3251d;
  color: #fff; }

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover,
.footer-widgets .button-light:hover,
.footer-widgets .button-dark:hover,
.footer-widgets button:focus,
.footer-widgets input:focus[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets .button:focus,
.footer-widgets .button-light:focus,
.footer-widgets .button-dark:focus {
  background-color: #fff;
  color: #333; }

.button, .button-light, .button-dark {
  display: inline-block; }

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

.more-link {
  background-color: transparent;
  color: #000;
  cursor: pointer;
  display: table;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.625;
  margin-top: 20px;
  padding: 8px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  width: auto;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s; }

.more-link:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #42a781;
  box-sizing: border-box; }

.more-link:after {
  bottom: 0;
  box-sizing: border-box;
  content: "";
  left: inherit;
  right: 0;
  width: 0;
  transition: 0.3s;
  background-color: #262e31;
  position: absolute;
  left: 0; }

.more-link:hover:after {
  height: 2px;
  position: absolute;
  left: 0;
  width: 100%; }

.content-sidebar .more-link,
.sidebar-content .more-link {
  margin: inherit;
  margin-top: 2em; }

select {
  background: #fff url("images/down-arrow@2x.png") no-repeat right 20px center;
  background-size: 9px 6px;
  border: none;
  border-radius: 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  padding: 7px 20px 7px 7px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none; }

/* -- Fin Forms -- */

/* ## Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%; }

tbody {
  border-bottom: 1px solid #ddd; }

td,
th {
  text-align: left; }

td {
  border-top: 1px solid #ddd;
  padding: 6px 0; }

th {
  font-weight: 400; }

/* -- Fin Tables -- */

/* ## Screen Reader Text
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  color: #222;
  height: 1px;
  width: 1px !important;
  border: 0;
  overflow: hidden; }

.footer-widgets .screen-reader-text {
  color: #fff; }

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000;
  /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); }

.more-link {
  position: relative; }

/* -- Fin Screen Reader Text -- */

/* ## Print Styles
--------------------------------------------- */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="javascript:"]:after,
  a[href^="#"]:after,
  .site-title > a:after {
    content: ""; }
  thead {
    display: table-header-group; }
  img,
  tr {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 2cm 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid; }
  .content,
  .content-sidebar {
    width: 100%; }
  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar {
    display: none !important; }
  .title-area {
    text-align: center;
    width: 100%; }
  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0; }
  .site-inner {
    padding-top: 0;
    position: relative;
    top: -100px; }
  .author-box {
    margin-bottom: 0; }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3; }
  img {
    page-break-after: avoid;
    page-break-inside: avoid; }
  blockquote,
  pre,
  table {
    page-break-inside: avoid; }
  dl,
  ol,
  ul {
    page-break-before: avoid; } }

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.m0{
	margin: 0px;
}
.m1{
	margin: 1%;
}
.m5{
	margin: 5%;
}


.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	padding-top: 60px;
}

/* -- Fin Site Containers -- */

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

/* -- Fin Wrapping div for .content and .sidebar-primary -- */

/* ### Primary Sidebar */

/* -- Fin Primary Sidebar -- */

/* ### Secondary Sidebar */

/* -- Fin Secondary Sidebar -- */

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
    width: 48.717948717948715%;
}

.one-third,
.two-sixths {
    width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
    width: 65.81196581196582%;
}

.one-fourth {
    width: 23.076923076923077%;
}

.three-fourths {
    width: 74.35897435897436%;
}

.one-sixth {
    width: 14.52991452991453%;
}

.five-sixths {
    width: 82.90598290598291%;
}

.first {
    clear: both;
    margin-left: 0;
}

/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

/* -- Fin Avatar -- */

/* ## Genesis
--------------------------------------------- */

/* -- Fin Genesis -- */

/* ## Search Form
--------------------------------------------- */

/* -- Fin Search Form -- */

/* ## Titles
--------------------------------------------- */

/* -- Fin Titles -- */

/* ## WordPress
--------------------------------------------- */

/* -- Fin WordPress -- */

/* # Widgets
---------------------------------------------------------------------------------------------------- */

.per-row-1 .widget, .per-row-2 .widget, .per-row-3 .widget {
    float: left;
}

.per-row-1 .widget , .titulo .widget:first-child{
    width: 100%;
}

.per-row-2 .widget {
    width: 50%;
}

.per-row-2 .widget:nth-child(odd) {
    border-right: 1px solid #ededed;
    padding-right: 40px;
}

.per-row-2 .widget:nth-child(even) {
    padding-left: 40px;
    float: right;
}

.per-row-3 .widget {
    width: 33.3333%;
	padding-left: 20px;
    padding-right: 20px;
}

.titulo.per-row-3 .widget:first-child {
    padding-right: 0px;
	padding-left: 0px;
}

/*oculta el contenido de la pagina de inicio.*/
.home .site-inner{
	display: none;
}
/* fin de ocultar */

.titulo-centrado h1.entry-title{
	text-align: center;
}

.sp-fondo{
	display: flex;
	justify-content: center;
    align-items: center;
    min-height: 575px;
	max-width: 1680px;
	background-size: cover;
	background-position: center;
	margin: 0 auto;
}

.sp-fondo h2, .sp-fondo div:not(.wrap){
	max-width: 50%;
}

.sp-fondo a.btnsp{
	padding: 6px 20px;
	border-radius: 6px;
	color:#fff;
	font-weight: 700;
}

div[id^='front-page-']:not(#front-page-cabecera):not(#front-page-testimonio):not(#front-page-sp){
    padding: 80px 0;
}

#front-page-1{
	display: flex;
	margin: 10px;
	flex-wrap: wrap;
}

/*#front-page-1 .d1{
	width: 66%;
    padding: 0;
    margin: 0;
}

#front-page-1 .d2{
	width: 33%;
    padding: 0;
    margin: 0 0 0 1%;
}*/

#front-page-1 .d3{
	width: 100%;
    padding: 0;
    margin: 1% 0 0 0%;
}

#front-page-1 .img1-sec1-d1, #front-page-1 .img1-sec1-d2, #front-page-1 .img2-sec1-d2, #front-page-1 .img1-sec1-d3, #front-page-1 .img2-sec1-d3, #front-page-1 .img3-sec1-d3 {
    
	background-size: cover;
	background-position: center;
	display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

#front-page-1 .img1-sec1-d1 {
	min-height: 500px;
}

#front-page-1 .img1-sec1-d1 h1{
	margin: 0px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 200%;
    font-style: normal;
    font-weight: 600;
	letter-spacing: 10px;
    word-spacing: normal;
}

#front-page-1 .img1-sec1-d2 {
    min-height: 240px;
    margin-bottom: 20px;
}

#front-page-1 .img2-sec1-d2, #front-page-1 .img1-sec1-d3, #front-page-1 .img2-sec1-d3, #front-page-1 .img3-sec1-d3 {
    min-height: 240px;
}

#front-page-1 .img1-sec1-d3, #front-page-1 .img2-sec1-d3, #front-page-1 .img3-sec1-d3 {
    min-height: 240px;
	width: 33%;
	float: left;
}

#front-page-1 .img1-sec1-d3, #front-page-1 .img2-sec1-d3{
	width: 32.5%;
}

 #front-page-1 .img2-sec1-d3 {
	 margin: 0 0 0 1%;
}

 #front-page-1 .img3-sec1-d3 {
	 margin: 0 0 0 1%;
}

#front-page-1 .img1-sec1-d2 h1, #front-page-1 .img2-sec1-d2 h1, #front-page-1 .img1-sec1-d3 h1, #front-page-1 .img2-sec1-d3 h1, #front-page-1 .img3-sec1-d3 h1{
	margin: 0px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    font-style: normal;
    font-weight: 600;
	letter-spacing: 0px;
    word-spacing: normal;
}

#front-page-2{
	display: flex;
	padding: 90px 0px;
}

#front-page-2 .wrap > h2,#front-page-2 .wrap > h3{
	text-align: center;
	margin: 0px 0 10px;
}

#front-page-2 .wrap > h3{
	color: #000;
	margin-bottom: 60px;
}

#front-page-2 .d1, #front-page-2 .d2, #front-page-2 .d3 {
	text-align: center;
}

#front-page-2 .d1 img, #front-page-2 .d2 img, #front-page-2 .d3 img{
	margin: 0 auto;
}

#front-page-2 .d1 p, #front-page-2 .d2 p, #front-page-2 .d3 p{
	text-align: justify;
}

#front-page-2 section {
    width: 31%;
    float: left;
    text-align: center;
    margin: 1%;
}

#front-page-3 {
	text-align: center;
	padding: 60px 0;
	color: #000000;
	background: #f7f7f7 !important;
}

#front-page-3 h2{
	padding: 15px
}

#front-page-3 .iconos-destacados {
    float: left;
    width: 23%;
    margin: 1%;
}

#front-page-3 .iconos-destacados img{
    margin-bottom: 28px;
}

#front-page-3 .iconos-destacados .fa{
    color: #ffffff !important;
}

#front-page-3 .iconos-destacados div{
    border: solid thin #fff;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    margin: auto;
    padding: 20px;
	margin-bottom: 47px;
}

#front-page-3 section {
    width: 29%;
    margin: 1%;
	padding: 1%;
    float: left;
    border: 1px #802c2c solid;
    border-radius: 6px;
    background: #ffffff;
}

#front-page-3 article{
	padding-bottom: 0px;
}

.home #front-page-3 .woocommerce li{
	color: #000000;
	
}

#front-page-4{
	display: flex;
	text-align: center;
}

#front-page-4 h2{
	margin: 0 0 10px;
}

#front-page-4 h3 {
    color: #000;
    margin: 0 0 30px;
}

#front-page-4 .btns4 {
    color: #fff;
    padding: 6px 30px;
    border-radius: 5px;
}

#front-page-4 h2.widget-title.widgettitle {
    padding-bottom: 40px;
}

#front-page-4 section article{
	width: 29%;
    margin: 1%;
    padding: 2% 1%;
    border: 1px solid;
    border-radius: 6px;
    float: left;
    min-height: 524px;
}

#front-page-4 .more-link{
	margin-bottom: 0px;
}

#front-page-5{
	color: #fff;
	background-size: cover;
	background-position: center;
}

#front-page-5 img{
	width: 100%;
}

#front-page-6{
	display: flex;
}

#front-page-6 h2{
	text-align: center;
	padding: 20px 0;
}

#front-page-6 .sec6img{
	float: left;
	width: 50%;
	height: 100%;
	background-size: cover;
	background-position: center;
}

#front-page-6 .sec6txt{
	float: left;
	width: 50%;
	padding: 2%;
	color: #000;
}

/*#front-page-6 .widget {
    width: 33.3333%;
    float: left;
    padding: 10px;
}*/

#front-page-6 .featured-content .entry {
    width: 31%;
    margin: 1%;
    float: left;
}

#front-page-7 {
    background: #71ceef;
    background: -moz-linear-gradient(top, #71ceef 0%, #00aaff 59%, #ffffff 56%, #ffffff 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #71ceef), color-stop(49%, #00aaff), color-stop(51%, #ffffff), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #71ceef 0%, #00aaff 59%, #ffffff 59%, #ffffff 100%);
    background: -o-linear-gradient(top, #71ceef 0%, #00aaff 59%, #ffffff 59%, #ffffff 100%);
    background: -ms-linear-gradient(top, #71ceef 0%, #00aaff 59%, #ffffff 59%, #ffffff 100%);
    background: linear-gradient(to bottom, #71ceef 0%, #00aaff 59%, #ffffff 59%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71ceef', endColorstr='#ffffff', GradientType=0 );
}

#front-page-7 section.featured-content {
    width: 29%;
    padding: 1%;
    margin: 1%;
    background: #fff;
    border-radius: 6px;
    float: left;
    border: solid 1px #9E9E9E;
}

#front-page-7 section.featured-content h4, #front-page-7 section.featured-content .entry-content{
	text-align: center;
}

#front-page-7 section.featured-content .entry-content a{
	margin: 6px auto;
}

#front-page-testimonio {
	  background-color: #42a781;
	  background-position: center;
	  background-repeat: no-repeat;
	  background-size: cover;
	  position: relative;
}
#front-page-testimonio .widget {
    padding: 120px 0; }
#front-page-testimonio .wrap {
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
    text-align: center;
    z-index: 20; }
#front-page-testimonio .wrap h2 {
      color: #fff;
      /*opacity: .7;*/
      text-align: center; }
#front-page-testimonio .wrap blockquote:before {
      display: none; }
#front-page-testimonio .wrap blockquote {
      color: #fff;
      font-size: 3.2rem;
      font-size: 32px;
      font-style: normal;
      margin: 0 auto;
      padding: 20px 0;
      width: 80%; }
#front-page-testimonio .wrap h5:before {
      background: #fff;
      content: "";
      display: block;
      height: 2px;
      width: 10%;
      margin: 0 auto 20px auto; }
#front-page-testimonio .wrap h5 {
      color: #fff;
      /*font-family: 'Work Sans', sans-serif;*/
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 10px;
      text-transform: uppercase; }
#front-page-testimonio .wrap img {
      border-radius: 50%;
      height: 80px;
      width: 80px; }

#front-page-testimonio:after {
  background: #42a785;
  bottom: 0;
  content: "";
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10; }



/* -- Fin Widgets -- */

/* ## Featured Content
--------------------------------------------- */

/* -- Fin Featured Content -- */

/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

/* -- Fin Genesis eNews Extended -- */

/* ## Jetpack
--------------------------------------------- */

/* -- Fin Jetpack -- */

/* # Skip Links
---------------------------------------------------------------------------------------------------- */

/* -- Fin Skip Links -- */

/* # Site Header
---------------------------------------------------------------------------------------------------- */

.front-page-cabecera{
	background: #18a1eb;
	padding: 10px;
}

.front-page-cabecera wrap{
	display: flex;
}


.front-page-cabecera-izquierda, .front-page-cabecera-derecha{
	width: 50%;
	float: left;
}

.front-page-cabecera-izquierda .widget_nav_menu .menu .menu-item {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    border-right: solid thin #fff;
    padding: 0 20px;
}

.front-page-cabecera-izquierda .widget_nav_menu .menu .menu-item:last-child {
    border-right: none;
}

.front-page-cabecera-izquierda .widget_nav_menu .menu .menu-item .fa {
   color: #fff;
}

.front-page-cabecera-derecha{
	justify-content: flex-end;
    display: flex;
}

.front-page-cabecera a{
	color: #fff;
}

.front-page-cabecera a:hover{
	color: #2C343A !important;
}



.site-header {
	min-height: 80px;
	background: #fff;
	/*border-bottom: solid #ea5d18;*/
	padding: 14px 0;
}



.site-header .wrap {
	padding: 0;
}

.site-header .custom-logo{
	max-width: 360px;
	/*max-width: 193px;*/
}

.title-area {
    /*padding: 0;*/
    /*width: 122px;*/
    /*height: 84px;*/
    text-transform: uppercase;
}

.header-widget-area{
	display: flex;
	padding: 28px 0;
	justify-content: flex-end;
}

.link-mini-cart{
	order: 5;
    display: flex;
}

.mini-cart{
	display: flex;
    align-items: center;
    padding: 0px 10px;
    border-left: 1px solid #bbb;
    /*border-top: 0;
    border-bottom: 0;*/
	color: #70797e;
}

.mini-cart:hover{
	color: #000;
}

.cart-count {
    color: #70797e;
    padding: 0px 0 0 4px;
	font-size: 1.5rem;
}

/* -- Fin Site Header -- */

/* ## Title Area
--------------------------------------------- */

/* -- Fin Title Area -- */

/* ## Widget Area
--------------------------------------------- */

/* -- Fin Widget Area -- */

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.navbar-fixed-top {
    transition: all .5s ease-in-out;
    top: 0;
    z-index: 10000;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0;
	background: #fff;
}

.navbar-fixed-top.site-header .custom-logo{
	/*max-width: 250px;*/
	max-width: 138px;
}
/*.navbar-fixed-top.site-header .custom-logo-link{
    padding: 8px 5px 0;
    border-radius: 0 0 2px 2px;
}*/
/*.custom-logo-link{
    position: fixed;
    top: 0;
    box-shadow: 0 7px 21px rgb(0 0 0 / 10%);
    padding: 42px 20px 21px;
    background: #ffffff;
}*/

.lista-deseos-link{
	order: 6;
    display: flex;
}

.site-header.navbar-fixed-top {
	min-height: 40px;
	border-bottom: solid thin #1e73be;
}

.navbar-fixed-top .header-widget-area{
	padding: 14px 0;
}

.navbar-fixed-top .title-area{
	height: 60px;
}

.fixed {
    margin-top: 80px;
}

.hide {
    opacity: 0;
}

.genesis-nav-menu a:hover, .genesis-nav-menu a:focus, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:hover, .genesis-nav-menu .sub-menu .current-menu-item > a:focus{
	text-decoration: none;
	color: #000;
}

nav#genesis-nav-primary{
	background: #262626;
}

nav#genesis-nav-primary a{
	padding: 16px 12px;
	font-size: 1.4rem;
	/*font-weight: 400;*/
}

nav#genesis-nav-primary a:hover, nav#genesis-nav-primary a:focus, nav#genesis-nav-primary .current-menu-item > a{
	color: #f8cad4;
}

.header-widget-area .widget_nav_menu{
	margin: 2px;
}

.simple-social-icons{
	order: 6;
}

.simple-social-icons ul li[class^="ssi-"]{
	margin: 0 6px 0px !important;
}

.genesis-nav-menu a{
	color: #70797e;
	padding: 8px 12px;	
	text-transform: uppercase;
	font-size: 12px;
    font-weight: 700;
    letter-spacing: .4px;
}

.menu-buscador{
	float: right;
}

.menu-buscador form{
	display: flex;	
}

.menu-buscador form input[type="search"]{
	background-color: #fff;
    border: none;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 10px 16px;
    width: 100%;
    margin: 4px;
	margin-right: 0px;
}

.menu-buscador form input[type="submit"]{
    font-family: 'Linearicons';
	border: none;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 10px 16px;
    margin: 4px;
	margin-left: 0px;
	background: #fff;
    color: #000;
}

/* # Responsive Navigation
---------------------------------------------------------------------------------------------------- */
/* Navigation toggles
--------------------------------------------- */
.sub-menu-toggle,
.menu-toggle {
  display: none;
  visibility: hidden; }

@media only screen and (max-width: 960px) {
  .page-template-home .nav-primary .genesis-nav-menu {
    width: 100%; }
  .page-template-home .nav-primary {
    margin-top: 0; }
  .nav-primary {
    display: none; }
  nav {
    position: relative; }
  nav .wrap {
    padding: 0; }
  nav.pagination {
    display: block; }
  .nav-primary {
    margin-top: 0;
    z-index: 9999; }
  .menu-toggle,
  .sub-menu-toggle {
    color: #333;
    display: block;
    visibility: visible;
    overflow: hidden;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    background: none; }
  .sub-menu-toggle:hover, button:focus {
    color: #f8cad4;}
  .menu-toggle {
    background-color: #fff;
    position: relative;
    padding: 20px 12px;
    right: 0;
    z-index: 1000;
    color: #333;
    width: 100%; }
  button.menu-toggle:hover, button.menu-toggle:focus {
    background-color: #fff;
    color: #333; }
  .menu-toggle:before,
  .menu-toggle.activated:before {
    display: inline-block;
    font: normal normal normal 20px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    content: "\f0c9";
    padding-right: 12px; }
  .sub-menu-toggle {
    background: none;
    float: right;
    position: relative;
    top: 0;
    right: 0;
    padding: 4px;
    z-index: 100; }
  .sub-menu-toggle:before {
    display: inline-block;
    font: normal normal normal 16px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    content: "\f107"; }
  .sub-menu-toggle.activated:before {
    content: "\f106"; }
  .sub-menu-toggle.activated {
    background: #fff; }
  .site-header .sub-menu {
    border: none; }
  .genesis-nav-menu .sub-menu:before {
    display: none; }
  .nav-primary .genesis-nav-menu .menu-item {
    background: #fff;
    border-top: none;
    display: block;
    margin-top: 0;
    padding: 0;
    position: relative;
    text-align: left;
    width: 100%; }
  .nav-primary .genesis-nav-menu .menu-item :hover {
    background-color: #f8f8f8; }
  .nav-primary .genesis-nav-menu .menu-item a {
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px; }
  .top-nav .genesis-nav-menu .menu-item a {
    border: none; }
  .nav-primary .genesis-nav-menu .menu-item:hover {
    border-top: none;
    padding-top: 0;
    position: relative; }
  .nav-primary ul {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .nav-secondary .genesis-nav-menu .menu-item {
    border-right: none; }
    .nav-secondary .genesis-nav-menu .menu-item a {
      border-bottom: none; }
  .nav-secondary .genesis-nav-menu .menu-item:first-child a {
    border-top: none; }
  .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
  .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
    left: 0;
    margin-left: 0; }
  .genesis-nav-menu > .menu-item-has-children > a:after {
    content: none; }
  .genesis-nav-menu .sub-menu {
    display: none;
    clear: both;
    margin: 0;
    position: static;
    width: 100%;
    opacity: 1; }
  .genesis-nav-menu .sub-menu .sub-menu {
    margin: 0; }
  .genesis-nav-menu .sub-menu a {
    border-left: none;
    border-right: none;
    padding-left: 40px; }
  .nav-primary .genesis-nav-menu .sub-menu a {
    width: 100%; }
  .top-nav ul .menu-item {
    float: left;
    width: auto; }
    .top-nav ul .menu-item a {
      background: none;
      color: #fff !important; }
    .top-nav ul .menu-item a:hover {
      background: none; } 

	.genesis-nav-menu a:hover, .genesis-nav-menu a:focus, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:hover, .genesis-nav-menu .sub-menu .current-menu-item > a:focus{
	color: #000 !important;
	}
	.menu-buscador{
		background: #f8cad4 !important;
	}
	.menu-buscador label {
		width: 100%;
	}
	.header-widget-area{
		flex-wrap: wrap;
	}
	.header-widget-area section{
		width: 100%;
		justify-content: center;
	}
	
	.header-widget-area .link-mini-cart, .header-widget-area .simple-social-icons {
		width: 50%;
	}
	
	.header-widget-area .link-mini-cart .mini-cart{
		justify-content: center;
		border-left: none;
		
	}
	
}

/* ## Skip Links
--------------------------------------------- */
.genesis-skip-link {
  margin: 0; }
  .genesis-skip-link li {
    height: 0;
    width: 0;
    list-style: none; }

/* Display outline on focus */
:focus {
  color: #333;
  outline: #ccc solid 1px; }

/* -- Fin Site Navigation -- */

/* ## Accessible Menu
--------------------------------------------- */

/* -- Fin Accessible Menu -- */

/* ## Site Header Navigation
--------------------------------------------- */

/* -- Fin Site Header Navigation -- */

/* ## Primary and Secondary Navigation
--------------------------------------------- */

/* -- Fin Primary and Secondary Navigation -- */


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */
.entry,
.page.page-template-page_blog .entry,
.archive .entry {
  padding-bottom: 10%; }

.page .entry,
.single .entry {
  margin-bottom: 0;
  padding-bottom: 0; }

.entry-image {
  margin-bottom: -8px; }

.page.page-template-page_blog .entry-content {
  max-width: none; }

.entry-content{
	text-align: justify;
}

.entry-content .share-filled{
	text-align: right;
}

.entry-content p:last-child {
  margin-bottom: 0; }

.entry-content ol,
.entry-content ul {
  margin-bottom: 30px;
  margin-left: 40px; }

.entry-content ol > li {
  list-style-type: decimal; }

.entry-content ul > li {
  list-style-type: disc; }

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0; }

img.alignleft.entry-image {
  margin: 0 5% 0 0;
  max-width: 40%; }

.page-template-page_blog img.alignleft.entry-image, .archive img.alignleft.entry-image {
  background: #fff;
  padding: 0 5% 0 0;
  margin: 0;
  max-width: 45%; }

.page-template-page_blog img.alignright.entry-image, .archive img.alignright.entry-image {
  background: #fff;
  padding: 0 0 0 5%;
  margin: 0;
  max-width: 45%; }

.single .entry-content p.intro,
.page:not(.page-template-page_blog) .entry-content p.intro {
  display: block;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 2em;
  line-height: 2; }

.single .entry-content p.intro:after,
.page .entry-content p.intro:after {
  content: " ";
  border-bottom: 1px solid #f0f0f0;
  margin: 40px auto;
  display: block; }

p.intro:first-letter {
  float: left;
  padding: 0.25em 0.05em 0.25em 0;
  font-size: 60px;
  font-size: 6rem;
  font-weight: 500;
  line-height: .8;
  margin-right: 6px; }

.error404 .entry-content {
  text-align: center; }
  .error404 .entry-content p:first-child {
    display: block;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 2em;
    line-height: 2; }
  .error404 .entry-content h3 {
    font-size: 104px;
    font-size: 10.4rem;
    letter-spacing: -9px; }
    .error404 .entry-content h3 span {
      color: #42a781; }
  .error404 .entry-content h3:after {
    content: " ";
    border-bottom: 1px solid #f0f0f0;
    margin: 40px auto;
    display: block; }



/* -- Fin Entries -- */

/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0; }

.sidebar-content .entry-header .entry-meta, .content-sidebar .entry-header .entry-meta {
  text-align: left; }

.sidebar-content .entry-footer .entry-meta, .content-sidebar .entry-footer .entry-meta {
  text-align: left; }

.entry-header .entry-meta {
  border-bottom: 1px solid #f0f0f0;
  color: #727272;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 20px;
  padding: 10px 0 18px 0;
  text-transform: uppercase; }
  .entry-header .entry-meta .entry-categories,
  .entry-header .entry-meta .entry-author-link,
  .entry-header .entry-meta .entry-comments-link,
  .entry-header .entry-meta .post-edit-link,
  .entry-header .entry-meta .entry-tags,
  .entry-header .entry-meta .entry-time {
    color: #727272;
    display: inline-block;
    padding-right: 15px;
    position: relative; }
  .entry-header .entry-meta .entry-categories a, .entry-header .entry-meta .entry-author-link, .entry-header .entry-meta .entry-comments-link a, .entry-header .entry-meta .post-edit-link, .entry-header .entry-meta .entry-tags a {
    color: #727272; }
  .entry-header .entry-meta .entry-categories a:hover, .entry-header .entry-meta .entry-author-link:hover, .entry-header .entry-meta .entry-comments-link a:hover, .entry-header .entry-meta .post-edit-link:hover, .entry-header .entry-meta .entry-tags a:hover {
    color: #727272; }
  .entry-header .entry-meta .entry-categories:before,
  .entry-header .entry-meta .entry-author-link:before,
  .entry-header .entry-meta .entry-comments-link a:before,
  .entry-header .entry-meta .entry-tags:before,
  .entry-header .entry-meta .post-edit-link:before,
  .entry-header .entry-meta .entry-time:before {
    color: #42a781;
    display: block;
    font: normal normal normal 14px FontAwesome;
    speak: none;
    float: left;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    margin: 2px 10px 2px 0;
    text-transform: none;
    -webkit-font-smoothing: antialiased; }
  .entry-header .entry-meta .entry-time:before {
    content: "\f017"; }
  .entry-header .entry-meta .entry-categories:before {
    content: "\f114"; }
  .entry-header .entry-meta .entry-author-link:before {
    content: "\f007"; }
  .entry-header .entry-meta .entry-comments-link a:before {
    content: "\f0e5"; }
  .entry-header .entry-meta .entry-tags:before {
    content: "\f02c"; }
  .entry-header .entry-meta .post-edit-link:before {
    content: "\f044"; }

.entry-categories,
.entry-tags {
  display: block; }

/* -- Fin Entry Meta -- */

/* ## Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  padding: 60px 0; }

.adjacent-entry-pagination {
  margin-bottom: 0; }

.archive-pagination li {
  display: inline; }

.archive-pagination li a {
  background-color: none;
  border: 1px solid #e5e5e5;
  color: #7f7f7f;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 15px; }

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
  background: #42a781;
  color: #fff; }

/* -- Fin  -- */

/* ## Comments
--------------------------------------------- */
.comments {
  background-color: #f8f8f8;
  padding: 80px 0; }
  .comments .wrap {
    max-width: 960px; }
  .comments input, .comments select, .comments textarea {
    background-color: #fff; }
  .comments input[type="submit"] {
    background-color: #42a781;
    margin-top: 40px; }

.comment-respond,
.entry-pings {
  padding: 40px 0 0 0; }

.entry-comments, .comment-respond {
  padding: 40px 0; }
  .entry-comments h3, .entry-comments #reply-title, .comment-respond h3, .comment-respond #reply-title {
    padding-left: 18px;
    position: relative; }
  .entry-comments h3:before, .entry-comments #reply-title:before, .comment-respond h3:before, .comment-respond #reply-title:before {
    display: block;
    content: no-close-quote;
    position: absolute;
    background: #42a781;
    bottom: 0;
    content: no-close-quote;
    display: block;
    left: 0;
    height: 24px;
    position: absolute;
    top: 2px;
    width: 6px; }

.comment-header {
  font-size: 16px;
  font-size: 1.6rem; }
  .comment-header .comment-author .says, .comment-header .comment-author a .says {
    display: none; }
  .comment-header .comment-time-link {
    color: #7f7f7f;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase; }

li.comment {
  border-bottom: 1px solid #e5e5e5;
  border-right: 0; }
  li.comment li.comment {
    border: none; }

.comment .avatar {
  float: left; }

.comment-content {
  clear: both;
  word-wrap: break-word; }

.comment-meta {
  float: left; }

.comment-list li {
  margin-top: 24px;
  padding: 40px 0; }

.comment-list li li {
  margin-right: -32px; }

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 100%; }

.comment-respond label {
  display: block;
  margin-right: 12px; }

.entry-comments .comment-author {
  margin-bottom: 0; }
  .entry-comments .comment-author a {
    color: #3f3f3f;
    /*font-family: 'Roboto', sans-serif;*/
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700; }

.entry-pings .reply {
  display: none; }

.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 24px; }

/* -- Fin Comments -- */


/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
  font-size: 14px;
  font-size: 1.4rem; }
  .sidebar .entry {
    padding: 0; }
  .sidebar select {
    border: 1px solid #aaa;
    padding: 10px; }
  .sidebar .widget-title {
    font-weight: 500; }

.sidebar li {
  margin-bottom: 10px;
  padding-bottom: 10px; }

.sidebar .menu li {
  border-bottom: 1px solid #ccc; }
  .sidebar .menu li li {
    border-bottom: none;
    font-size: 14px; }

.sidebar p:last-child,
.sidebar ul > li:last-child {
  margin-bottom: 0; }

.sidebar-content .sidebar .widget, .content-sidebar .sidebar .widget {
  overflow: visible; }

/* -- Fin Sidebars -- */

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

.site-footer{
	background: #1c1c1c;
	border-top:none;
	
}

.footer-widgets{
	background: #262626;
	font-size: 14px;
}

.footer-widgets .footer-widget-area{
	width: 23%;
    margin: 2% 1%;
    float: left;
}

.footer-widgets .widget h3{
	color:#fff;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.footer-widgets .widget a{
	color:#adadad;
}

.site-footer span{
	line-height: 36px;
	text-align: right;
	color: #999;
}

.site-footer span a{
	color: #fff;
}

.site-footer .first{
	text-align: left;
}

.logo-dilo-creativo{
	max-height: 36px;
	vertical-align: middle;
 
}



.footer-widgets ul li {
    /*text-transform: uppercase;*/
    padding-bottom: 14px;
}

.footer-widgets #mailpoet_form_1 form.mailpoet_form {
    padding: 0px;
}

.footer-widgets #mailpoet_form_1 .mailpoet_paragraph {
    line-height: 20px;
    margin-bottom: 6px;
}

.footer-widgets #mailpoet_form_1 .mailpoet_text, .footer-widgets #mailpoet_form_1 .mailpoet_textarea{
    width: 100% !important;
    padding: 10px 15px !important;
    border: 1px solid #333333;
	color: #777777;
	background: #0000;
}

.footer-widgets #mailpoet_form_1 .mailpoet_text:focus, .footer-widgets #mailpoet_form_1 .mailpoet_textarea:focus{
	border: 1px solid #fff;
}

.footer-widgets #mailpoet_form_1 .mailpoet_textarea::placeholder,.footer-widgets #mailpoet_form_1 .mailpoet_text::placeholder{
	color: #777777;
}

#mailpoet_form_1 .mailpoet_submit {
    width: 100%;
}

.footer-widgets button:hover, .footer-widgets input:hover[type="button"], .footer-widgets input:hover[type="reset"], .footer-widgets input:hover[type="submit"], .footer-widgets .button:hover, .footer-widgets button:focus, .footer-widgets input:focus[type="button"], .footer-widgets input:focus[type="reset"], .footer-widgets input:focus[type="submit"], .footer-widgets .button:focus{
	background: #333333;
}

/* -- Fin Site Footer -- */

/*
WooCommerce
---------------------------------------------------------------------------------------------------- */
/* ## Woo Product Rows
--------------------------------------------- */
.woocommerce #genesis-content h2, .woocommerce .related h2, .full-width-content #genesis-content h2, .full-width-content .related h2 {
    width: 100%;
}

.woocommerce .entry-content ol, .woocommerce .entry-content ul{
	margin: auto !important;
}

.woocommerce #genesis-content ul.products, .woocommerce .related ul.products, .full-width-content #genesis-content ul.products, .full-width-content .related ul.products {
    clear: both;
    float: none;
    list-style: none;
    width: 100%;
}

.woocommerce #genesis-content ul.products li.product, .woocommerce .related ul.products li.product, .full-width-content #genesis-content ul.products li.product, .full-width-content .related ul.products li.product {
    border: 1px solid #eee;
    box-sizing: border-box;
    background: #fff;
    float: left;
    margin: 0;
    /* margin-bottom: 5%; */
    margin: 1%;
    padding: 0;
    position: relative;
    width: 30%;
    list-style-type: none;
    text-align: center;
}

.woocommerce #genesis-content ul.products li.product img.wp-post-image, .woocommerce .related ul.products li.product img.wp-post-image, .full-width-content #genesis-content ul.products li.product img.wp-post-image, .full-width-content .related ul.products li.product img.wp-post-image {
    margin-bottom: 0;
    width: 100%;
}

.woocommerce #genesis-content ul.products li.product .desc, .woocommerce .related ul.products li.product .desc, .full-width-content #genesis-content ul.products li.product .desc, .full-width-content .related ul.products li.product .desc {
    padding: 2% 1% 4% 1%;
    text-align: center;
}

.woocommerce #genesis-content ul.products li.product .desc a, .woocommerce .related ul.products li.product .desc a, .full-width-content #genesis-content ul.products li.product .desc a, .full-width-content .related ul.products li.product .desc a {
    color: #3f3f3f;
}

.woocommerce #genesis-content ul.products li.product .desc h3, .woocommerce .related ul.products li.product .desc h3, .full-width-content #genesis-content ul.products li.product .desc h3, .full-width-content .related ul.products li.product .desc h3 {
    /*font-family: 'Work Sans', sans-serif;*/
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}

.woocommerce #genesis-content ul.products li.product .desc h3:after, .woocommerce .related ul.products li.product .desc h3:after, .full-width-content #genesis-content ul.products li.product .desc h3:after, .full-width-content .related ul.products li.product .desc h3:after {
    content: "";
    width: 10%;
    margin: 0 auto;
    margin-top: 2px;
    height: 2px;
    background: #42a781;
    display: block;
}

.woocommerce #genesis-content ul.products li.product .desc .price, .woocommerce .related ul.products li.product .desc .price, .full-width-content #genesis-content ul.products li.product .desc .price, .full-width-content .related ul.products li.product .desc .price {
    display: inline-block;
    font-size: .9em;
    font-weight: 700;
}

.woocommerce #genesis-content ul.products li.product .desc .price ins, .woocommerce .related ul.products li.product .desc .price ins, .full-width-content #genesis-content ul.products li.product .desc .price ins, .full-width-content .related ul.products li.product .desc .price ins {
    text-decoration: none;
}

.woocommerce #genesis-content ul.products li.product .desc .price del, .woocommerce .related ul.products li.product .desc .price del, .full-width-content #genesis-content ul.products li.product .desc .price del, .full-width-content .related ul.products li.product .desc .price del {
    opacity: .6;
    margin-right: 5px;
}

.woocommerce #genesis-content ul.products li.product .desc a.button, .woocommerce #genesis-content ul.products li.product .desc a.button-light, .woocommerce #genesis-content ul.products li.product .desc a.button-dark, .woocommerce .related ul.products li.product .desc a.button, .woocommerce .related ul.products li.product .desc a.button-light, .woocommerce .related ul.products li.product .desc a.button-dark, .full-width-content #genesis-content ul.products li.product .desc a.button, .full-width-content #genesis-content ul.products li.product .desc a.button-light, .full-width-content #genesis-content ul.products li.product .desc a.button-dark, .full-width-content .related ul.products li.product .desc a.button, .full-width-content .related ul.products li.product .desc a.button-light, .full-width-content .related ul.products li.product .desc a.button-dark {
    background: none;
    border: 1px solid #cecece;
    color: #656D78;
    margin: .5em 0;
}

.woocommerce #genesis-content ul.products li.last, .woocommerce .related ul.products li.last, .full-width-content #genesis-content ul.products li.last, .full-width-content .related ul.products li.last {
    margin-right: 0;
}

.related {
    background: #f8f8f8;
    padding: 120px 0 !important;
    text-align: center;
}

.related ul.products, .related h2 {
    display: inline-block;
    float: none;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 10%;
}

.related h2 {
    /*font-family: 'Work Sans', sans-serif;*/
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.related h2:after {
    content: "";
    width: 10%;
    margin: 0 auto;
    margin-top: 16px;
    height: 2px;
    background: #42a781;
    display: block;
}

/* ## Woo Navigation
--------------------------------------------- */
p.woocommerce-result-count {
    color: #e7e8e9;
    float: left;
    margin-right: 10px;
    margin-right: 1rem;
    width: auto;
}

nav.woocommerce-pagination {
    float: right;
    margin-bottom: 20px;
    width: 100%;
}

nav.woocommerce-pagination ul.page-numbers {
    float: right;
    margin: 10px 0 0 20px;
}

nav.woocommerce-pagination ul.page-numbers li {
    float: left;
    list-style: none;
    margin: 0 2px;
}

nav.woocommerce-pagination ul.page-numbers li a {
    color: #7f7f7f;
}

nav.woocommerce-pagination ul.page-numbers li .page-numbers {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 10px 15px;
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
}

nav.woocommerce-pagination ul.page-numbers li .current {
    background: #42a781;
    color: #fff;
}

nav.woocommerce-pagination ul.page-numbers li:last-child {
    margin-right: 0px;
}

.woocommerce .woocommerce-result-count {
    display: block;
    float: left;
    line-height: 46px;
    margin-left: 10px;
}

.woocommerce .woocommerce-ordering {
    float: right;
    margin: 0 0 20px 0;
}

.woocommerce .woocommerce-ordering .orderby {
    border: 1px solid #8a97a2;
    padding: 3px 0px 3px 6px;
    background: #ffffff;
    color: #8a97a2;
    font-size: 1.8rem;
}

.woocommerce-MyAccount-navigation {
    display: inline-block;
    width: 100%;
}

.woocommerce-MyAccount-navigation ul {
    border: 1px solid #e9e9e9;
    display: inline-block;
    margin: 0 0 20px 0;
    width: 100%;
}

.woocommerce-MyAccount-navigation ul li {
    border-right: 1px solid #e9e9e9;
    float: left;
    list-style: none;
    padding: 10px 0;
    text-align: center;
    width: 16.66666667%;
}

.woocommerce-MyAccount-navigation ul li:last-child {
    border-right: none;
}

.woocommerce-MyAccount-navigation ul .is-active {
    background: #e9e9e9;
}

.woocommerce-MyAccount-navigation ul .is-active a {
    color: #3f3f3f;
}

/* ## Woo Single product
--------------------------------------------- */
.single-product #content .product, .single-product .content .product {
    position: relative;
}

.single-product #content .product #image-gallery, .single-product .content .product #image-gallery {
    margin-bottom: 10px;
}

.single-product #content .product .gallery img, .single-product .content .product .gallery img {
    width: 100%;
}

.single-product #content .product .images, .single-product .content .product .images {
    float: left;
    margin-bottom: 0;
    width: 60%;
}

.single-product #content .product .images .thumbnails, .single-product .content .product .images .thumbnails {
    margin-top: 12px;
}

.single-product #content .product .images .thumbnails a, .single-product .content .product .images .thumbnails a {
    display: block;
    float: left;
    margin: 0 3.8% 2% 0;
    width: 30.75%;
}

.single-product #content .product .images .thumbnails a:nth-child(3n), .single-product .content .product .images .thumbnails a:nth-child(3n) {
    margin-right: 0;
}

.single-product #content .product .images .lSGallery, .single-product .content .product .images .lSGallery {
    margin-top: 0 !important;
    overflow: hidden;
    width: 100% !important;
}

.single-product #content .product .images .lSGallery li, .single-product .content .product .images .lSGallery li {
    width: 22% !important;
    margin-right: 4% !important;
    opacity: .8;
}

.single-product #content .product .images .lSGallery li:nth-child(4n), .single-product .content .product .images .lSGallery li:nth-child(4n) {
    margin-right: 0 !important;
}

.single-product #content .product .images .lSGallery li.active, .single-product #content .product .images .lSGallery li:hover, .single-product .content .product .images .lSGallery li.active, .single-product .content .product .images .lSGallery li:hover {
    border-radius: 0 !important;
    opacity: 1;
}

.single-product #content .product .lSPager, .single-product #content .product .lSpg, .single-product .content .product .lSPager, .single-product .content .product .lSpg {
    bottom: 10px;
}

.single-product #content .product .lSPager li.active a, .single-product #content .product .lSpg li.active a, .single-product .content .product .lSPager li.active a, .single-product .content .product .lSpg li.active a {
    background-color: #d3ced2;
}

.single-product #content .product .summary, .single-product .content .product .summary {
    float: right;
    font-size: .9em;
    width: 40%;
    padding: 20px 0 20px 40px;
}

.single-product #content .product .summary .product_title, .single-product .content .product .summary .product_title {
    float: left;
    margin-bottom: 20px;
    text-align: left;
}

.single-product #content .product .summary .price, .single-product .content .product .summary .price {
    clear: both;
    margin-bottom: 1em;
}

.single-product #content .product .summary .price ins, .single-product .content .product .summary .price ins {
    text-decoration: none;
}

.single-product #content .product .summary .price del, .single-product .content .product .summary .price del {
    margin-right: .5em;
    opacity: .6;
}

.single-product #content .product .summary .price .amount, .single-product .content .product .summary .price .amount {
    font-size: 1.2em;
    font-weight: 700;
}

.single-product #content .product .summary p, .single-product .content .product .summary p {
    margin-bottom: 1em;
}

.single-product #content .product .summary .woocommerce-review-link, .single-product .content .product .summary .woocommerce-review-link {
    color: #656D78;
    font-size: .9em;
    opacity: .6;
}

.single-product #content .product .summary .variations_form table.variations, .single-product .content .product .summary .variations_form table.variations {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    width: 100%;
}

.single-product #content .product .summary .variations_form table.variations tbody, .single-product .content .product .summary .variations_form table.variations tbody {
    border: none;
}

.single-product #content .product .summary .variations_form table.variations tbody tr td.label, .single-product .content .product .summary .variations_form table.variations tbody tr td.label {
    border: none;
    float: left;
    font-weight: 700;
    margin-top: 12px;
}

.single-product #content .product .summary .variations_form table.variations tbody tr td.value, .single-product .content .product .summary .variations_form table.variations tbody tr td.value {
    border: none;
    float: left;
    position: relative;
    margin: 10px 0;
}

.single-product #content .product .summary .variations_form table.variations tbody tr td.value select, .single-product .content .product .summary .variations_form table.variations tbody tr td.value select {
    background: transparent;
    color: #333;
    margin: 0 1em;
    max-width: 100%;
    -webkit-appearance: none;
    text-transform: uppercase;
    font-size: 90%;
    line-height: 1;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0 10px;
    height: 34px;
    -webkit-appearance: none;
    border: 1px solid #dddddd;
    padding: 5px 8px 4px;
    position: relative;
    top: 1px;
}

.single-product #content .product .summary .variations_form table.variations tbody td.value:before, .single-product .content .product .summary .variations_form table.variations tbody td.value:before {
    color: #656D78;
    content: "\f0d7";
    font-family: 'FontAwesome';
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    opacity: .6;
    right: -2px;
    top: 6px;
}

.single-product #content .product .summary .variations_form .reset_variations, .single-product .content .product .summary .variations_form .reset_variations {
    display: none;
}

.single-product #content .product .summary .variations_form .single_variation, .single-product .content .product .summary .variations_form .single_variation {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 0;
}

.single-product #content .product .summary .variations_form .single_variation .price, .single-product .content .product .summary .variations_form .single_variation .price {
    margin: 1em 0;
}

.single-product #content .product .summary .variations_form .single_variation .price p, .single-product .content .product .summary .variations_form .single_variation .price p {
    margin: 0;
}

.single-product #content .product .summary .variations_form .variations_button, .single-product .content .product .summary .variations_form .variations_button {
    padding-top: 1em;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.single-product #content .product .summary form.cart, .single-product .content .product .summary form.cart {
    display: block;
    overflow: auto;
}

.single-product #content .product .summary form.cart .quantity, .single-product .content .product .summary form.cart .quantity {
    width: 25%;
    float: left;
}

.single-product #content .product .summary form.cart .quantity input[type='number'], .single-product .content .product .summary form.cart .quantity input[type='number'] {
    height: 50px;
    padding: 12px 6px;
    text-align: center;
    width: 100%;
}

.single-product #content .product .summary form.cart .button, .single-product #content .product .summary form.cart .button-light, .single-product #content .product .summary form.cart .button-dark, .single-product .content .product .summary form.cart .button, .single-product .content .product .summary form.cart .button-light, .single-product .content .product .summary form.cart .button-dark {
    height: 50px;
    float: right;
    padding: 10px;
    width: 70%;
}

.single-product #content .product .summary .product_meta, .single-product .content .product .summary .product_meta {
    border-bottom: 1px solid #EDEDED;
    border-top: 1px solid #EDEDED;
}

.single-product #content .share-product, .single-product .content .share-product {
    display: block;
    margin-top: 20px;
}

.single-product #content .share-product .sharrre, .single-product .content .share-product .sharrre {
    margin: .5em .3em 0em .2em;
}

.single-product #content .after-product .upsell, .single-product #content .after-product .products, .single-product #content .after-product .related, .single-product .content .after-product .upsell, .single-product .content .after-product .products, .single-product .content .after-product .related {
    float: left;
    width: 100%;
}

.single-product #content .after-product .upsell h2, .single-product #content .after-product .products h2, .single-product #content .after-product .related h2, .single-product .content .after-product .upsell h2, .single-product .content .after-product .products h2, .single-product .content .after-product .related h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2rem;
}

/*-------------Product meta ------------*/
.product_meta {
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 20px;
    overflow: auto;
    padding: 4px 0;
    border-bottom: 1px solid #ededed;
}

.product_meta a {
    color: #595959;
}

.product_meta span.sku_wrapper, .product_meta span.posted_in, .product_meta span.tagged_as {
    float: left;
    font-weight: 500;
    width: 100%;
}

.product_meta span.posted_in, .product_meta span.tagged_as {
    visibility: hidden;
}

.product_meta span.posted_in a, .product_meta span.tagged_as a {
    visibility: visible;
    float: left;
    margin-right: 6px;
}

.product_meta span.posted_in a:first-child, .product_meta span.tagged_as a:first-child {
    display: block;
}

.product_meta span.posted_in a:first-child:before, .product_meta span.tagged_as a:first-child:before, .product_meta span.sku_wrapper:before {
    color: #595959;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    margin-right: 10px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.product_meta span.posted_in a:first-child:before {
    content: "\f07b";
}

.product_meta span.tagged_as a:first-child:before {
    content: "\f02c";
}

.product_meta span.sku_wrapper:before {
    content: "\f05a";
}

.product_meta span.posted_in:hover a:first-child:before, .product_meta span.tagged_as:hover a:first-child:before {
    color: #595959;
}

/*-------------Star rating ------------*/
.woocommerce-product-rating {
    margin-bottom: 1em;
}

.star-rating {
    float: left;
    margin-right: 6px;
    margin-top: 6px;
    font-size: 12px;
    letter-spacing: 4px;
    width: 6.5em;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: .8em;
    font-family: "star";
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.star-rating span:before {
    content: "\53\53\53\53\53";
    color: #42a781;
    top: 0;
    position: absolute;
    left: 0;
}

.star-rating:before {
    content: "\73\73\73\73\73";
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

/*-------------Star review ------------*/
p.stars a {
    width: 19%;
    display: block;
    position: relative;
    float: left;
    padding: .5em .5em .5em .75em;
    background: rgba(0, 0, 0, 0.025);
    margin-right: 1%;
}

p.stars a:hover,
p.stars a.active {
    background: rgba(0, 0, 0, 0.075);
}

p.stars a.star-1:after,
p.stars a.star-2:after,
p.stars a.star-3:after,
p.stars a.star-4:after,
p.stars a.star-5:after {
    border-radius: 1em;
    color: #999;
    font-family: star;
    font-size: .8em;
    letter-spacing: 4px;
    position: absolute;
    top: .8em;
    width: 6em;
    right: 1em;
    margin-right: 6px;
    text-align: right;
}

p.stars a.star-1:hover:after,
p.stars a.star-2:hover:after,
p.stars a.star-3:hover:after,
p.stars a.star-4:hover:after,
p.stars a.star-5:hover:after,
p.stars a.star-1.active:after,
p.stars a.star-2.active:after,
p.stars a.star-3.active:after,
p.stars a.star-4.active:after,
p.stars a.star-5.active:after {
    color: #42a781;
}

p.stars a.star-1:after {
    content: "\73";
}

p.stars a.star-2:after {
    content: "\73\73";
}

p.stars a.star-3:after {
    content: "\73\73\73";
}

p.stars a.star-4:after {
    content: "\73\73\73\73";
}

p.stars a.star-5:after {
    content: "\73\73\73\73\73";
}

/* ## Woo Tabs
--------------------------------------------- */
.single .product-desc .wrap, .single-product .product-desc .wrap {
    margin: 0 10%;
}

.single .woocommerce-tabs, .single-product .woocommerce-tabs {
    background: #fff;
    border: 1px solid #ededed;
    margin: 40px 0;
    overflow: auto;
    padding: 40px;
}

.single .woocommerce-tabs h2, .single-product .woocommerce-tabs h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2rem;
}

.single .woocommerce-tabs ul.tabs, .single-product .woocommerce-tabs ul.tabs {
    display: block;
    float: left;
    border: 0;
    margin: 0;
    width: 100%;
}

.single .woocommerce-tabs ul.tabs li, .single-product .woocommerce-tabs ul.tabs li {
    border: 0;
    float: left;
    list-style: none;
    opacity: .7;
    padding: 15px 0;
    position: relative;
    width: 25%;
    text-align: center;
}

.single .woocommerce-tabs ul.tabs li a, .single-product .woocommerce-tabs ul.tabs li a {
    color: #535353;
    font-weight: 700;
    padding: 15px 0;
    text-decoration: none;
    text-transform: uppercase;
}

.single .woocommerce-tabs ul.tabs li.active, .single-product .woocommerce-tabs ul.tabs li.active {
    border-bottom: 2px solid #000;
    opacity: 1;
}

.single .woocommerce-tabs .panel, .single-product .woocommerce-tabs .panel {
    border-top: 1px solid #ededed;
    float: left;
    padding: 40px 0;
    width: 100%;
}

.single .woocommerce-tabs .panel #comments, .single-product .woocommerce-tabs .panel #comments {
    padding: 0;
}

.single .woocommerce-tabs .panel #comments .commentlist, .single-product .woocommerce-tabs .panel #comments .commentlist {
    overflow: auto;
    margin-left: 0;
}

.single .woocommerce-tabs .panel #comments .commentlist li:first-child, .single-product .woocommerce-tabs .panel #comments .commentlist li:first-child {
    border-top: none;
}

.single .woocommerce-tabs .panel #comments .commentlist li, .single-product .woocommerce-tabs .panel #comments .commentlist li {
    background: none;
    display: block;
    list-style: none;
    margin-left: 0;
    overflow: auto;
    padding: 40px 0;
}

.single .woocommerce-tabs .panel #comments .commentlist .avatar, .single-product .woocommerce-tabs .panel #comments .commentlist .avatar {
    margin: 0 16px 0 0;
}

.single .woocommerce-tabs .panel #comments .commentlist .comment-text .comment-details, .single-product .woocommerce-tabs .panel #comments .commentlist .comment-text .comment-details {
    clear: both;
    float: left;
    margin-bottom: 1em;
    width: 20%;
}

.single .woocommerce-tabs .panel #comments .commentlist .comment-text .comment-details .star-rating, .single-product .woocommerce-tabs .panel #comments .commentlist .comment-text .comment-details .star-rating {
    margin-bottom: 1em;
}

.single .woocommerce-tabs .panel #comments .commentlist .comment-text .comment-details strong, .single .woocommerce-tabs .panel #comments .commentlist .comment-text .comment-details time, .single-product .woocommerce-tabs .panel #comments .commentlist .comment-text .comment-details strong, .single-product .woocommerce-tabs .panel #comments .commentlist .comment-text .comment-details time {
    clear: both;
    color: #656D78;
    float: left;
    font-size: .8em;
    margin-bottom: .8em;
}

.single .woocommerce-tabs .panel #comments .commentlist .comment-text .comment-details time, .single-product .woocommerce-tabs .panel #comments .commentlist .comment-text .comment-details time {
    opacity: .6;
}

.single .woocommerce-tabs .panel #comments .commentlist .comment-text .meta, .single .woocommerce-tabs .panel #comments .commentlist .comment-text p, .single-product .woocommerce-tabs .panel #comments .commentlist .comment-text .meta, .single-product .woocommerce-tabs .panel #comments .commentlist .comment-text p {
    margin: 0;
}

.single .woocommerce-tabs .panel #respond, .single-product .woocommerce-tabs .panel #respond {
    padding: 40px 0;
}

.single .woocommerce-tabs .panel #respond .comment-form-rating, .single-product .woocommerce-tabs .panel #respond .comment-form-rating {
    display: block;
    margin-top: 10px;
    overflow: auto;
}

/* ## Woo Widgets
--------------------------------------------- */
.home .woocommerce {
    width: 100%;
}

.home .woocommerce .product_list_widget {
    display: block;
    margin-bottom: 40px;
    margin-left: 0;
    padding: 0;
    width: 100%;
}

.home .woocommerce li {
    background-color: #fff;
    /*border: 1px solid #daddde;*/
    /*display: block;*/
    float: left;
    /*width: 23.5%;
    margin: 0 2% 30px 0;
    padding-bottom: 10px !important;
    position: relative;*/
    text-align: center;
	margin: 2%;
	padding: 2%;
	border-radius: 6px;
}

.home .woocommerce li .product-title, .home .woocommerce li .desc h3 {
    display: block;
    /*font-family: 'Work Sans', sans-serif;*/
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 0;
    padding-top: 10px;
    text-align: center;
    text-transform: uppercase;
}

.home .woocommerce li .product-title:after, .home .woocommerce li .desc h3:after {
    content: "";
    width: 10%;
    margin: 0 auto;
    margin-top: 2px;
    height: 2px;
    background: #42a781;
    display: block;
}

.home .woocommerce li .desc {
    padding-bottom: 10px;
}

.home .woocommerce li .desc .price {
    float: left;
    width: 100%;
}

.home .woocommerce li .desc .star-rating {
    display: inline-block;
    float: none;
    text-align: center;
}

.home .woocommerce li a {
    color: #3f3f3f;
}

.home .woocommerce li img {
    margin-bottom: -8px;
    width: 100%;
}

.home .woocommerce li .amount {
    display: inline-block;
    font-size: .9em;
    font-weight: 700;
    margin: 0 auto;
}

.home .woocommerce li del .amount {
    opacity: 0.6;
    text-decoration: line-through;
}

.home .woocommerce li:hover h3 {
    color: #42a781;
}

.home .woocommerce li:nth-child(4n) {
    margin-right: 0;
}

.home .columns-2, .home .columns-3, .home .columns-4 {
    margin: 80px 0;
}

.home .columns-2 .products li {
    margin-right: 5%;
    width: 47.5%;
}

.home .columns-2 .products li:nth-child(2n) {
    margin-right: 0;
}

.home .columns-3 .products li {
    margin-right: 3%;
    width: 31.333333%;
}

.home .columns-3 .products li:nth-child(3n) {
    margin-right: 0;
}

.home .columns-4 .products li {
    margin-right: 3%;
    width: 22.75%;
}

.home .columns-4 .products li:nth-child(4n) {
    margin-right: 0;
}

.home .columns-5 .products li {
    margin-right: 2.5%;
    width: 18%;
}

.home .columns-5 .products li:nth-child(5n) {
    margin-right: 0;
}

.home .columns-6 .products li {
    margin-right: 2%;
    width: 15%;
}

.home .columns-6 .products li:nth-child(6n) {
    margin-right: 0;
}

/* ### Price Filter Widget
--------------------------------------------- */
.widget_price_filter .price_slider {
    margin-bottom: 1em;
}

.widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4;
    font-size: 0.8751em;
}

.widget_price_filter .price_slider_amount .button, .widget_price_filter .price_slider_amount .button-light, .widget_price_filter .price_slider_amount .button-dark {
    clear: both;
    font-size: 12px;
    font-style: 1.2rem;
    margin-top: 26px;
    padding: 4px 8px;
    float: left;
    width: 100%;
}

.widget_price_filter .price_slider_amount .price_label {
    /*font-family: 'Roboto', sans-serif;*/
    font-size: 0;
    padding: 8px 0;
    position: relative;
}

.widget_price_filter .price_slider_amount .price_label .from, .widget_price_filter .price_slider_amount .price_label .to {
    color: #55616a;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 1px;
    position: absolute;
    top: -10px;
    left: 0;
}

.widget_price_filter .price_slider_amount .price_label .to {
    right: 0;
}

.widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
    margin-right: 1em;
}

.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    background-color: #e5e5e5;
    border-radius: 1em;
    cursor: ew-resize;
    outline: none;
    top: -.3em;
}

.widget_price_filter .ui-slider .ui-slider-range {
    background-color: #42a781;
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    margin: 0 1%;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #eee;
    border: 0;
}

.widget_price_filter .ui-slider-horizontal {
    height: .5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}

/* ### Mini Cart Widget
--------------------------------------------- */
.widget_shopping_cart li {
    padding-left: 2em;
}

.widget_shopping_cart li a {
    float: left;
    position: relative;
}

.widget_shopping_cart .total {
    float: right;
    margin: 10px 0;
    text-align: right;
}

.widget_shopping_cart .total .amount {
    font-size: .9em;
    font-weight: 700;
    color: #42a781;
}

.widget_shopping_cart .buttons {
    clear: both;
}

.widget_shopping_cart .buttons .checkout {
    display: none;
}

.widget_shopping_cart .buttons .button, .widget_shopping_cart .buttons .button-light, .widget_shopping_cart .buttons .button-dark {
    width: 100%;
    text-align: center;
}

.widget_shopping_cart .buttons a {
    color: #fff;
}

/* ### WooCommerce Product Lists
--------------------------------------------- */
.widget_recent_reviews li,
.widget_recently_viewed_products li,
.widget_products li,
.widget_shopping_cart li,
.widget_top_rated_products li {
    overflow: auto;
    position: relative;
    padding: 0;
}

.widget_recent_reviews li a,
.widget_recently_viewed_products li a,
.widget_products li a,
.widget_shopping_cart li a,
.widget_top_rated_products li a {
    display: block;
    font-weight: 700;
}

.widget_recent_reviews li a.remove,
.widget_recently_viewed_products li a.remove,
.widget_products li a.remove,
.widget_shopping_cart li a.remove,
.widget_top_rated_products li a.remove {
    background-color: transparent;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
    z-index: 10;
}

.widget_recent_reviews li a.remove:hover,
.widget_recently_viewed_products li a.remove:hover,
.widget_products li a.remove:hover,
.widget_shopping_cart li a.remove:hover,
.widget_top_rated_products li a.remove:hover {
    background-color: #999;
}

.widget_recent_reviews li img,
.widget_recently_viewed_products li img,
.widget_products li img,
.widget_shopping_cart li img,
.widget_top_rated_products li img {
    float: left;
    width: 60px;
    height: auto;
}

.widget_recent_reviews li:after,
.widget_recently_viewed_products li:after,
.widget_products li:after,
.widget_shopping_cart li:after,
.widget_top_rated_products li:after {
    display: none;
}

.home .widget_recent_reviews li,
.home .widget_recently_viewed_products li,
.home .widget_products li,
.home .widget_shopping_cart li,
.home .widget_top_rated_products li {
    font-size: 14px;
    font-size: 1.4rem;
}

.home .widget_recent_reviews li img,
.home .widget_recently_viewed_products li img,
.home .widget_products li img,
.home .widget_shopping_cart li img,
.home .widget_top_rated_products li img {
    float: none;
    width: 300px;
}

.sidebar .widget_recent_reviews li img,
.sidebar .widget_recently_viewed_products li img,
.sidebar .widget_products li img,
.sidebar .widget_shopping_cart li img,
.sidebar .widget_top_rated_products li img {
    margin-right: 8px;
}

/* ### WooCommerce Product Search
--------------------------------------------- */
.woocommerce-product-search {
    position: relative;
}

.woocommerce-product-search input[type="search"] {
    float: left;
    font-size: 14px;
    padding-right: 40px;
    width: 100%;
}

.woocommerce-product-search input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}

.woocommerce-product-search:before {
    content: "\f002";
    color: #999;
    display: inline-block;
    font-family: FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 20px;
    top: 12px;
}

/* ### WooCommerce Product categories
--------------------------------------------- */
.widget_product_categories ul.product-categories li {
    border-bottom: solid 1px #eee;
    padding: 8px 0;
}

.widget_product_categories ul.product-categories li a {
    color: #3f3f3f;
    font-weight: 700;
}

.widget_product_categories ul.product-categories li a:hover {
    color: #42a781;
}

.widget_product_categories ul.product-categories li li {
    margin: 0;
}

.widget_product_categories ul.product-categories li li a {
    font-weight: 700;
    text-transform: lowercase;
}

.widget_product_categories ul.product-categories li .count {
    padding: 0 7px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    background-color: #8a97a2;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: block;
    position: absolute;
    right: 0;
    top: 12px;
}

.widget_product_categories ul.product-categories li .count:before {
    position: absolute;
    top: 2px;
    left: 6px;
    height: 16px;
    background-color: #8a97a2;
    width: 5px;
    content: "";
}

.widget_product_categories ul.product-categories li .count:after {
    position: absolute;
    top: 2px;
    right: 6px;
    height: 16px;
    background-color: #8a97a2;
    width: 5px;
    content: "";
}

.widget_product_categories ul.product-categories li:last-child {
    border-bottom: none;
}

/* ## Woo Messages
--------------------------------------------- */
.woocommerce-message, .woocommerce-info {
    background: #f8f8f8;
    background: #fff;
    border: 1px solid #eee;
    clear: both;
    color: #333;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 20px;
    overflow: auto;
    padding: 16px;
    text-transform: uppercase;
}

.woocommerce-message .showcoupon, .woocommerce-message .showlogin, .woocommerce-info .showcoupon, .woocommerce-info .showlogin {
    margin-left: 5px;
}

.woocommerce-message .wc-forward, .woocommerce-info .wc-forward {
    background: #fff;
    border-left: 2px solid #eee;
    color: #333;
    float: right;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0 16px;
}

.woocommerce-message .wc-forward:hover, .woocommerce-info .wc-forward:hover {
    color: #42a781;
}

.woocommerce-message .wc-forward:after, .woocommerce-info .wc-forward:after {
    content: "\f178";
    font-family: FontAwesome;
    margin-left: .53em;
    font-weight: 400;
}

/* Store Notice */
.demo_store {
    background: #42a781;
    color: #fff;
   /* font-family: 'Roboto', sans-serif;*/
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    position: absolute;
    text-transform: uppercase;
    top: 72px;
    width: 100%;
    z-index: 100;
    padding: 10px;
    text-align: center;
}

.logged-in .demo_store {
    top: 102px;
}

.home .demo_store {
    display: none;
}

/* ## Woo Checkout
--------------------------------------------- */
.woocommerce-billing-fields h3 {
    clear: both;
}

.checkout_coupon .form-row, .login .form-row {
    width: 100%;
    float: left;
}

.checkout_coupon .form-row .input-text, .login .form-row .input-text {
    background-color: #f8f8f;
    border: 1px solid #e5e5e5;
}

.checkout_coupon .form-row label.inline, .login .form-row label.inline {
    clear: both;
    float: left;
    position: relative;
    display: block;
    padding: .236em 0;
}

.checkout_coupon .form-row-first, .login .form-row-first {
    width: 48%;
}

.checkout_coupon .form-row-last, .login .form-row-last {
    margin-left: 4%;
    width: 48%;
}

.checkout_coupon .form-row-last .button, .checkout_coupon .form-row-last .button-light, .checkout_coupon .form-row-last .button-dark, .login .form-row-last .button, .login .form-row-last .button-light, .login .form-row-last .button-dark {
    border: 1px solid #42a781;
    width: 100%;
}

#payment {
    border: 1px solid #e9e9e9;
    background-clip: padding;
}

#payment .payment_methods {
    margin: 0;
    border-bottom: 1px solid #e9e9e9;
    padding: 0;
}

#payment .payment_methods li {
    list-style: none;
    padding: 1em;
    border-bottom: 1px solid #e6e6e6;
    margin-left: 0;
}

#payment .payment_methods li label {
    margin-left: 10px;
}

#payment .payment_methods li a {
    text-decoration: none;
}

#payment .payment_methods li p {
    margin-bottom: 0;
}

#payment .payment_methods li img {
    float: right;
}

#payment .payment_methods li .payment_box {
    padding: 1em;
    margin: 1em -1em -1em -1em;
    background-color: #f5f5f4;
}

#payment .place-order {
    display: inline-block;
    padding: 1em;
    width: 100%;
}

#payment .place-order .button, #payment .place-order .button-light, #payment .place-order .button-dark {
    width: 100%;
    float: right;
}

.customer_details th {
    width: 48%;
}

.woocommerce address {
    border: 1px solid #e9e9e9;
    padding: .857em 1.387em;
}

.form-row.woocommerce-validated input.input-text, .form-row.woocommerce-validated select {
    border-color: #a1c962;
    background-color: #f5f9ee;
}

/* ## Woo Cart
--------------------------------------------- */
.shop_table {
    border: 1px solid #e9e9e9;
    padding: 1em;
    width: 100%;
}

.shop_table thead {
    border-bottom: 1px solid #e9e9e9;
}

.shop_table tr {
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
}

.shop_table tr td, .shop_table tr th {
    border-right: 1px solid #e9e9e9;
    display: table-cell;
    padding: .857em 1.387em;
    text-align: left;
    vertical-align: middle;
    width: auto;
}

.shop_table td.order-actions .button, .shop_table td.order-actions .button-light, .shop_table td.order-actions .button-dark {
    background: transparent;
}

.shop_table td.actions .button, .shop_table td.actions .button-light, .shop_table td.actions .button-dark {
    background: none;
    border: 1px solid;
    border-color: #42a781;
    color: #42a781;
    float: right;
}

.shop_table td.actions .button:hover, .shop_table td.actions .button-light:hover, .shop_table td.actions .button-dark:hover {
    background: #42a781;
    color: #fff;
}

.shop_table td.actions .coupon {
    width: 50%;
    float: left;
    border: 0;
    text-align: left;
    padding: 0;
    margin: 0;
}

.shop_table td.actions .coupon label {
    display: none;
}

.shop_table td.actions .coupon input.input-text {
    width: 50%;
    margin-right: 2%;
    padding: 10px;
}

.shop_table td.product-thumbnail {
    text-align: center;
}

.shop_table td.product-thumbnail img {
    max-width: 50px;
}

.shop_table td.product-name {
    font-weight: 500;
}

.shop_table td.product-subtotal {
    font-weight: 500;
}

.shop_table .variation dt, .shop_table .variation dd {
    float: left;
    margin: 0;
    width: 50%;
}

.shop_table .variation dt p, .shop_table .variation dd p {
    margin: 0;
}

.cart_totals {
    float: right;
    width: 48%;
}

.cart_totals h2 {
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2rem;
}

.cart_totals table {
    border: 1px solid #e9e9e9;
    margin-bottom: 2em;
    width: 100%;
}

.cart_totals table tbody {
    border-bottom: none;
}

.cart_totals table th, .cart_totals table td {
    float: left;
    width: 50%;
    padding: .857em 1.387em;
}

.cart_totals table th {
    text-align: left;
}

.cart_totals table td {
    border: none;
    text-align: right;
}

.cart_totals table tr.order-total {
    font-weight: 700;
}

.cart_totals table #shipping_method li {
    list-style: none;
}

.cart_totals .wc-proceed-to-checkout {
    float: right;
}

.cart_totals .wc-proceed-to-checkout a {
    color: #fff !important;
}

.wc-backward {
    color: #fff !important;
}

/*.site-header .wrap .widget-area .mini-cart {
    display: block;
    float: right;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    list-style: none;
    padding: 14px 0 14px 2em;
    position: relative;
}

.site-header .wrap .widget-area .mini-cart .cart-amount {
    margin-right: 16px;
}

.site-header .wrap .widget-area .mini-cart .cart-count {
    position: absolute;
    bottom: 20px;
    width: 22px;
    height: 22px;
    color: white;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    background-color: #42a781;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    right: 10px;
}

.site-header .wrap .widget-area .mini-cart:before {
    content: "";
    display: block;
    content: "";
    width: 26px;
    height: 44px;
    font-family: "FontAwesome";
    background: url("images/cart.png");
    background-position: 0 0;
    background-repeat: no-repeat;
}*/

/* ##  Mini Cart
--------------------------------------------- */
/*.header-widget-area .mini-cart {
    position: relative;
}

.header-widget-area .mini-cart .cart-dropdown {
    border: 1px solid #eaeaea;
    height: 0;
    position: absolute;
    top: 72px;
    z-index: 9999;
    background: white;
    width: 280px;
    opacity: 0;
    padding: 20px;
    right: 0;
    visibility: hidden;
}

.header-widget-area .mini-cart .cart-dropdown li {
    float: left;
    padding: 12px 0;
    width: 100%;
}

.header-widget-area .mini-cart .cart-dropdown li a {
    color: #3f3f3f;
    float: left;
}

.header-widget-area .mini-cart .cart-dropdown li a:first-of-type {
    margin-right: 5px;
}

.header-widget-area .mini-cart .cart-dropdown li .quantity {
    float: right;
}

.header-widget-area .mini-cart .cart-dropdown li img {
    display: none;
    float: left;
    height: 80px;
    width: 80px;
}

.header-widget-area .mini-cart .cart-dropdown .total {
    border-top: 2px solid #eee;
    clear: both;
    padding: 12px 0;
}

.header-widget-area .mini-cart .cart-dropdown .total strong {
    float: left;
}

.header-widget-area .mini-cart .cart-dropdown .buttons {
    margin: 0;
}

.header-widget-area .mini-cart .cart-dropdown .buttons .wc-forward {
    display: none;
}

.header-widget-area .mini-cart .cart-dropdown .buttons .checkout {
    display: block;
    text-align: center;
}

.header-widget-area .mini-cart:hover .cart-dropdown {
    transition: all .5s ease-in-out;
    height: auto;
    opacity: 1;
    visibility: visible;
}*/

/* ## Sales Badge
--------------------------------------------- */
.woocommerce .products .product span.onsale,
.woocommerce span.featured,
.woocommerce span.onsale,
.woocommerce span.new {
  padding: 5px 7px;
  margin: 0;
  min-height: 0;
  min-width: 0;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
  line-height: 1;
  font-weight: 400;
  font-size: 10.99px;
  font-size: 1.5rem;
  color: #000;
  border-radius: 4px;
}

.woocommerce span.featured {
    background-color: #febf01;
}

.woocommerce span.onsale {
    /*background-color: #ff3543;*/
	background-color: #f8cad4;
}

/*.onsale {
    border-radius: 100%;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 0;
    width: 62px;
    height: 62px;
    line-height: 58px;
    position: absolute;
    background-color: #42a781;
    z-index: 10;
    top: -20px;
    left: -20px;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.onsale span {
    color: #fff;
    font-size: 11px;
    font-weight: 700;
}*/

/* ### Grid postions sale badge
--------------------------------------------- */
.list li.product .desc {
    text-align: left !important;
}

.list li.product .desc h3 {
    text-align: left !important;
}

/* ## Woo Account page
--------------------------------------------- */
.woocommerce-account fieldset {
    margin-bottom: 20px;
}

.woocommerce-account address {
    margin-bottom: 20px;
}

.woocommerce-account .woocommerce-message, .woocommerce-account .woocommerce-info {
    line-height: 44px;
}

.woocommerce-account .woocommerce-message .button, .woocommerce-account .woocommerce-message .button-light, .woocommerce-account .woocommerce-message .button-dark, .woocommerce-account .woocommerce-info .button, .woocommerce-account .woocommerce-info .button-light, .woocommerce-account .woocommerce-info .button-dark {
    line-height: 1;
    margin-right: 20px;
}

.woocommerce-account .shop_table td.order-actions .button, .woocommerce-account .shop_table td.order-actions .button-light, .woocommerce-account .shop_table td.order-actions .button-dark {
    color: #42a781;
}

/* ### Grid Toggle buttons
--------------------------------------------- */
.gridlist-toggle, .woocommerce-ordering {
    display: block;
    margin: 0;
    padding: 0 0 20px 0;
    line-height: 1em;
    float: right;
}

.gridlist-toggle a {
    border: 1px solid #8a97a2;
    color: #8a97a2;
    display: inline-block;
    padding: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    font-family: sans-serif;
    font-size: 1em;
    line-height: 1em;
    margin-right: 12px;
}

.gridlist-toggle a em {
    display: none;
}

.gridlist-toggle a.active {
    color: #42a781;
}

.gridlist-toggle .dashicons:before,
.gridlist-toggle .dashicons {
    font-size: 14px;
    line-height: 1;
    height: 1em;
    width: 1em;
}

.dashicons-grid-view:before {
    content: "\f00a" !important;
    font-family: FontAwesome;
}

.dashicons-exerpt-view:before {
    content: "\f00b" !important;
    font-family: FontAwesome;
}

/* ## Woo Media queries
--------------------------------------------- */
@media only screen and (max-width: 800px) {
    .woocommerce .related, .full-width-content .related {
        background: #f8f8f8;
        padding: 120px 0 !important;
        text-align: center;
    }
    .single-product .content .product .images {
        width: 100%;
    }
    .single-product #content .product .summary, .single-product .content .product .summary {
        width: 100%;
        padding: 1em 0;
    }
    .single-product #content .product .onsale, .single-product .content .product .onsale {
        top: 5px;
        right: 0;
    }
    .woocommerce .related ul.products {
        padding: 0 7.5%;
    }
    .demo_store {
        font-size: 10px;
        font-size: 1rem;
        top: 140px;
    }
    .woocommerce .shop_table th.product-thumbnail, .woocommerce .shop_table td.product-thumbnail {
        display: none;
    }
    .woocommerce .shop_table th.product-price, .woocommerce .shop_table td.product-price {
        display: none;
    }
    .woocommerce .shop_table td.actions .button, .woocommerce .shop_table td.actions .button-light, .woocommerce .shop_table td.actions .button-dark {
        margin-bottom: 0.857em;
        width: 100%;
    }
    .woocommerce .shop_table td.actions .coupon {
        width: 100%;
    }
    .woocommerce .shop_table td.actions .coupon input.input-text {
        margin-bottom: 0.857em;
        width: 100%;
    }
    .woocommerce .cart_totals {
        width: 100%;
    }
    .woocommerce .checkout_coupon .form-row-first, .woocommerce .checkout_coupon .button, .woocommerce .checkout_coupon .button-light, .woocommerce .checkout_coupon .button-dark, .woocommerce .login .form-row-first, .woocommerce .login .button, .woocommerce .login .button-light, .woocommerce .login .button-dark {
        width: 100%;
    }
    .woocommerce .checkout_coupon .form-row-last, .woocommerce .login .form-row-last {
        margin-left: 0;
        width: 100%;
    }
    .widget_recent_reviews li,
    .widget_recently_viewed_products li,
    .widget_products li,
    .widget_shopping_cart li,
    .widget_top_rated_products li {
        float: left;
        width: 48%;
    }
    .widget_recent_reviews li img,
    .widget_recently_viewed_products li img,
    .widget_products li img,
    .widget_shopping_cart li img,
    .widget_top_rated_products li img {
        width: 100%;
    }
    .widget_recent_reviews li .reviewer,
    .widget_recently_viewed_products li .reviewer,
    .widget_products li .reviewer,
    .widget_shopping_cart li .reviewer,
    .widget_top_rated_products li .reviewer {
        clear: both;
        float: left;
    }
    .widget_recent_reviews li:nth-child(odd),
    .widget_recently_viewed_products li:nth-child(odd),
    .widget_products li:nth-child(odd),
    .widget_shopping_cart li:nth-child(odd),
    .widget_top_rated_products li:nth-child(odd) {
        margin-right: 4%;
    }
}

@media only screen and (min-width: 321px) and (max-width: 800px) {
    .woocommerce #genesis-content ul.products li.product, .woocommerce .related ul.products li.product, .full-width-content #genesis-content ul.products li.product, .full-width-content .related ul.products li.product {
        margin-right: 0;
        width: 48%;
    }
    .woocommerce #genesis-content ul.products .last, .woocommerce .related ul.products .last, .full-width-content #genesis-content ul.products .last, .full-width-content .related ul.products .last {
        margin-right: 0;
    }
    .woocommerce #genesis-content ul.products li.product:nth-child(odd), .woocommerce .related ul.products li.product:nth-child(odd), .full-width-content #genesis-content ul.products li.product:nth-child(odd), .full-width-content .related ul.products li.product:nth-child(odd) {
        float: left;
    }
    .woocommerce #genesis-content ul.products li.product:nth-child(even), .woocommerce .related ul.products li.product:nth-child(even), .full-width-content #genesis-content ul.products li.product:nth-child(even), .full-width-content .related ul.products li.product:nth-child(even) {
        clear: none;
        float: right;
    }
    .home .widget {
        margin-bottom: 0;
    }
    .home .columns-2 .products li, .home .columns-2 li, .home .columns-4 .products li, .home .columns-4 li, .home .columns-5 .products li, .home .columns-5 li, .home .columns-6 .products li, .home .columns-6 li,
    .home .woocommerce .product_list_widget .products li,
    .home .woocommerce .product_list_widget li {
        margin: 0 2% 4% 2%;
        width: 46%;
    }
    .home .columns-2 .products li img, .home .columns-2 li img, .home .columns-4 .products li img, .home .columns-4 li img, .home .columns-5 .products li img, .home .columns-5 li img, .home .columns-6 .products li img, .home .columns-6 li img,
    .home .woocommerce .product_list_widget .products li img,
    .home .woocommerce .product_list_widget li img {
        width: 100%;
    }
    .home .columns-2 li:nth-child(even), .home .columns-4 li:nth-child(even), .home .columns-5 li:nth-child(even), .home .columns-6 li:nth-child(even),
    .home .woocommerce .product_list_widget li:nth-child(even) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 480px) {
    .woocommerce .content, .full-width-content .content {
        padding: 0;
    }
    .single-product .woocommerce-tabs ul.tabs {
        width: 100%;
    }
    .singe .woocommerce-tabs .panel,
    .single-product .woocommerce-tabs .panel {
        border-left: none;
        padding: 10px;
        width: 100%;
    }
    .woocommerce #genesis-content ul.products li.product, .woocommerce .related ul.products li.product, .full-width-content #genesis-content ul.products li.product, .full-width-content .related ul.products li.product {
        margin-right: 0;
        width: 100%;
    }
    .single .woocommerce-tabs ul.tabs li,
    .single-product .woocommerce-tabs ul.tabs li {
        width: 100%;
    }
    .single .woocommerce-tabs ul.tabs li.active,
    .single-product .woocommerce-tabs ul.tabs li.active {
        border-bottom: 1px solid #EDEDED;
    }
    p.stars a {
        margin-bottom: 4px;
        width: 100%;
    }
    .shop_table tr td, .shop_table tr th {
        padding: 10px;
    }
    .cart_totals .wc-proceed-to-checkout {
        width: 100%;
    }
    .cart_totals .wc-proceed-to-checkout a {
        margin-right: 0;
        width: 100%;
    }
    .home .columns-2 .products li, .home .columns-2 li, .home .columns-4 .products li, .home .columns-4 li, .home .columns-5 .products li, .home .columns-5 li, .home .columns-6 .products li, .home .columns-6 li,
    .home .woocommerce .product_list_widget .products li,
    .home .woocommerce .product_list_widget li {
        margin: 0 0 40px 0;
        width: 100%;
    }
    .home .columns-2 .products li img, .home .columns-2 li img, .home .columns-4 .products li img, .home .columns-4 li img, .home .columns-5 .products li img, .home .columns-5 li img, .home .columns-6 .products li img, .home .columns-6 li img,
    .home .woocommerce .product_list_widget .products li img,
    .home .woocommerce .product_list_widget li img {
        width: 100%;
    }
    .home .columns-2 .products li li:nth-child(even), .home .columns-2 li li:nth-child(even), .home .columns-4 .products li li:nth-child(even), .home .columns-4 li li:nth-child(even), .home .columns-5 .products li li:nth-child(even), .home .columns-5 li li:nth-child(even), .home .columns-6 .products li li:nth-child(even), .home .columns-6 li li:nth-child(even),
    .home .woocommerce .product_list_widget .products li li:nth-child(even),
    .home .woocommerce .product_list_widget li li:nth-child(even) {
        float: left;
    }
    .woocommerce-MyAccount-navigation ul {
        border: 1px solid #e9e9e9;
    }
    .woocommerce-MyAccount-navigation ul li {
        border: none;
        border-bottom: 1px solid #e9e9e9;
        width: 100%;
    }
    .woocommerce-MyAccount-navigation ul li:last-child {
        border-bottom: none;
    }
    .woocommerce-MyAccount-orders .order-status,
    .woocommerce-MyAccount-orders .order-actions {
        display: none;
    }
}

/* Usando del codigo woocommerce-estilos*/

@media (min-width: 600px) {
.woocommerce.single-product div.product .single_product_wrapper .images,  .woocommerce .single-product div.product .single_product_wrapper .images {
	-moz-flex: 0 1 48%;
	-ms-flex: 0 1 48%;
	flex: 0 1 48%;
}
}
.woocommerce.single-product div.product .single_product_wrapper .images ol.flex-control-thumbs, .woocommerce .single-product div.product .single_product_wrapper .images ol.flex-control-thumbs {
	margin-top: 19px;
}
.woocommerce.single-product div.product .single_product_wrapper .images ol.flex-control-thumbs li, .woocommerce .single-product div.product .single_product_wrapper .images ol.flex-control-thumbs li {
	width: calc(20% - 8px);
	margin-right: 10px;
}
.woocommerce.single-product div.product .single_product_wrapper .images ol.flex-control-thumbs li img, .woocommerce .single-product div.product .single_product_wrapper .images ol.flex-control-thumbs li img {
	border: 1px solid transparent;
	opacity: 1;
	transition: 0.3s ease all;
}
.woocommerce.single-product div.product .single_product_wrapper .images ol.flex-control-thumbs li:last-child, .woocommerce .single-product div.product .single_product_wrapper .images ol.flex-control-thumbs li:last-child {
	margin-right: 0;
}
.woocommerce.single-product div.product .single_product_wrapper .summary.entry-summary, .woocommerce .single-product div.product .single_product_wrapper .summary.entry-summary {
	float: none;
	width: auto;
	-moz-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
}
/* Fin usando del codigo woocommerce-estilos*/

/* Usando del codigo woocommerce-estilos*/
.woocommerce div.product div.images {
	margin-bottom: 2em
}
.woocommerce div.product div.images img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-box-shadow: none;
	box-shadow: none
}
.woocommerce div.product div.images div.thumbnails {
	padding-top: 1em
}
.woocommerce div.product div.images.woocommerce-product-gallery {
	position: relative
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
	-webkit-transition: all cubic-bezier(.795, -.035, 0, 1) .5s;
	transition: all cubic-bezier(.795, -.035, 0, 1) .5s;
	margin: 0;
	padding: 0
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
	background-color: #fff;
	opacity: 0
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
	width: 25%;
	display: inline-block
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	position: absolute;
	top: .5em;
	right: .5em;
	font-size: 2em;
	z-index: 9;
	width: 36px;
	height: 36px;
	background: #fff;
	text-indent: -9999px;
	border-radius: 100%;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border: 2px solid #000;
	border-radius: 100%;
	position: absolute;
	top: 9px;
	left: 9px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
	content: "";
	display: block;
	width: 2px;
	height: 8px;
	background: #000;
	border-radius: 6px;
	position: absolute;
	top: 19px;
	left: 22px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
.woocommerce div.product div.images .flex-control-thumbs {
	overflow: hidden;
	zoom: 1;
	margin: 0;
	padding: 0
}
.woocommerce div.product div.images .flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
	list-style: none
}
.woocommerce div.product div.images .flex-control-thumbs li img {
	cursor: pointer;
	opacity: .5;
	margin: 0
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {
	opacity: 1
}
.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
	clear: left
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: left
}
.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
	clear: left
}
/* Fin de usado de woocommerce estilos*/

/*
Loads Star fonts
---------------------------------------------------------------------------------------------------- */
@font-face {
    font-family: 'star';
    src: url("fonts/star.eot");
    src: url("fonts/star.eot?#iefix") format("embedded-opentype"), url("fonts/star.woff") format("woff"), url("fonts/star.ttf") format("truetype"), url("fonts/star.svg#star") format("svg");
    font-weight: normal;
    font-style: normal;
}







/* # Media Queries
---------------------------------------------------------------------------------------------------- */

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

	#front-page-1 .wrap{
		width: 100%;
		max-width: 1440px;
	}
	
	#front-page-2 .wrap{
		width: 100%;
		max-width: 1440px;
	}
	
	#front-page-4 .wrap{
		width: 100%;
		max-width: 1440px;
	}
	
	#front-page-6 .wrap{
		width: 100%;
		max-width: 1440px;
	}

}

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

	#front-page-2 .wrap{
		max-width: 1200px;
	}
	
	#front-page-4 .wrap{
		max-width: 1200px;
	}
	
	#front-page-6 .wrap{
		max-width: 1200px;
	}

}

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

	
}

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

	#front-page-2 {
		display: block;
		
	}
	
	#front-page-2 .wrap{
		padding: 0px;
	}
		
	#front-page-2 .sec2img{
		width: 100%;
		height: 360px;
		margin-top: -1px;
	}
	
	#front-page-2 .sec2txt{
		width: 100%;
	}
	
	#front-page-4 {
		display: block;
		
	}
	
	#front-page-4 .wrap{
		padding: 0px;
	}
		
	#front-page-4 .sec4img{
		width: 100%;
		height: 360px;
		margin-top: -1px;
	}
	
	#front-page-4 .sec4txt{
		width: 100%;
	}
	
	#front-page-6 {
		display: block;
		
	}
	
	#front-page-6 .wrap{
		padding: 0px;
	}
		
	#front-page-6 .sec6img{
		width: 100%;
		height: 360px;
		margin-top: -1px;
	}
	
	#front-page-6 .sec6txt{
		width: 100%;
	}
	.footer-widgets .footer-widget-area{
		width: 46% !important;
	}
}

@media only screen and (max-width: 425px) {
	
	.five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        margin: 0;
        width: 100%;
    }

	.per-row-1 .widget, .per-row-2 .widget, .per-row-3 .widget {
    	width:100%;
	}
	
	.title-area {
		width: 100%;
	}
	
	.front-page-cabecera-izquierda, .front-page-cabecera-derecha{
		width: 100%;
		text-align: center;
	}
	
	.front-page-cabecera-izquierda .widget_nav_menu .menu .menu-item{
		border: none;
	}
	
	.front-page-cabecera-derecha{
		justify-content:center;
		margin-top: 10px;
	}
	
	
	#front-page-sp .sp-fondo {
		background-position: inherit;
	}
	
	#front-page-sp .sp-fondo h2, #front-page-sp .sp-fondo div:not(.wrap){
		max-width: 100%;
	}
	
	#front-page-1 .d1,#front-page-1 .d2,#front-page-1 .d3 div[class*="-sec1-d3"]{
		width: 100%;
		margin: 10px 0 10px 0;
	}
	
	#front-page-1 .img1-sec1-d1 h1{
		font-size: 120px;
	}
	
	#front-page-2{
		margin: 2%;
	}
	#front-page-2 .d1{
		margin-bottom: 5%;
	}
	
	#front-page-2 h2{
		text-align: center;
	}
	
	#front-page-3 .iconos-destacados {
		width: 98%;
	}
	
	#front-page-3 ul.product_list_widget li{
		width: 100%;
	}
	
	#front-page-3 section{
		width: 96%;
		margin: 2%;
	}
	
	#front-page-4 section{
		width: 98%;
		margin: 1%
	}
	
	#front-page-4 .sec4_cont_tit_txt_img{
		width: 100%;
	}
	
	#front-page-4 section article{
		width: 88%;
		min-height: inherit;
		margin: 6%;
		padding: 4%;
	}
	
	#front-page-5, #front-page-5 h2{
		text-align: center;
	}
	
	#front-page-5 .textwidget div{
		margin: 2% 0;
	}
	
	#front-page-6 .featured-content .entry{
		width: 98%;
	}
	
	#front-page-7 section.featured-content{
		width: 96%;
	}
	
	.footer-widgets .footer-widget-area{
		width: 100% !important;
		margin: 20px auto !important;
	}
	
	
	.site-footer .first, .site-footer span{
		text-align: center;		
	}
}

/* -- Fin Media Queries -- */

/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	

}

/* -- Fin Print Styles -- */