/*
	Theme Name: Ahorradoras WordPress Theme
	Description: An eCommerce Genesis Theme
	Author: Lindsey Riel (integrated by asertic)
	Author URI: http://www.asertic.com/
	Version: 1.0.0
 
	Tags: ecommerce, woocommerce, genesis, black, white, custom templates, columns
 
	Template: genesis
	Template Version: 2.0.1
*/

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

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block
}

audio, canvas, video {
  display: inline-block
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden] {
  display: none
}

html {
  font-family: Open sans;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

a:focus {
  outline: thin dotted
}

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

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

abbr[title] {
  border-bottom: 1px dotted
}

b, strong {
  font-weight: bold
}

dfn {
  font-style: italic
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0
}

mark {
  background: #ff0;
  color: #000
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em
}

pre {
  white-space: pre-wrap
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
  font-size: 80%
}

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

sup {
  top: -0.5em
}

sub {
  bottom: -0.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 0
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  border: 0;
  padding: 0
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0
}

button, input {
  line-height: normal
}

button, select {
  text-transform: none
}

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

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

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

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

textarea {
  overflow: auto;
  vertical-align: top
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

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

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

/* input {
  -webkit-appearance: none !important;
}
*/
/* Float Clearing
--------------------------------------------- */

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

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

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

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

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

body {
  font-family: 'Source Sans Pro', sans-serif !important;
  font-size: 16px !important;
  line-height: 1.625 !important;
  color: #6f6f6f !important;
  background-color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  text-align: justify;
}

div a div.title {
  font-family: 'Source Sans Pro', sans-serif;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
  -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;
}

::-moz-selection {
  background-color: #6f6f6f;
  color: #fff;
}

::selection {
  background-color: #000;
  color: #fff;
}

a {
  color: #000;
  text-decoration: none;
}

a img {
  margin-bottom: -4px;
}

.content a {
  color: #909090;
}

.content a:hover {
  color: #000;
}

a:hover {
  color: #797979;
}

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

strong {
  font-weight: 700;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.widget_link_list ul.list li {
  float: left;
  list-style: none;
  text-align: center;
  background-color: #ff5a81;
  margin-right: 30px;
  width: 100%;
  line-height: 45px;
  border-radius: 5px;
  margin-bottom: 5px;
}

.widget_link_list ul.list li a {
  text-decoration: none;
  color: #FFFFFF;
  display: block;
  text-transform: uppercase;
}


div.widget.widget_link_list ul.list li {
  float: left;
  list-style: none;
  text-align: center;
  background-color: #ff5a81;
  margin-right: 30px;
  width: 100%;
  line-height: 45px;
  border-radius: 5px;
  margin-bottom: 5px;
}

div.widget.widget_link_list ul.list li a {
  text-decoration: none;
  color: #FFFFFF;
  display: block;
  text-transform: uppercase;
}

div.widget-wrap.widget-title ul.list li {
  float: left;
  list-style: none;
  text-align: center;
  background-color: #ff5a81;
  margin-right: 30px;
  width: 100%;
  line-height: 45px;
  border-radius: 5px;
  margin-bottom: 5px;
}

div.widget-wrap.widget-title ul.list li a {
  text-decoration: none;
  color: #FFFFFF;
  display: block;
  text-transform: uppercase;
}

blockquote,
blockquote::before {
  color: #000;
}

blockquote {
  background: #f5f5f5;
  margin: 40px 0 !important;
  padding: 40px;
}

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

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

cite {
  font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #6f6f6f !important;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
  margin: 0 0 16px;
  /*	text-transform: uppercase; */
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
  text-align: left;
  margin-left: 29px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

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

img {
  height: auto;
/*  width: auto;  IE8 */
}

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

input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0 !important;
  color: #6f6f6f;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 16px;
  width: 100%;
}

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
  background-color: #fff;
  border: 1px solid #000;
  box-shadow: none;
  color: #6f6f6f;
  cursor: pointer;
  font-weight: 400;
  padding: 10px 24px;
  text-transform: uppercase;
  width: auto;
}

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

.entry-content .button:hover {
  color: #545454;
}

.button {
  display: block;
  text-align: center;
  width: 100%;
}

.button-pink {
  background-color: #ff5a81;
  border: 1px solid #ff5a81;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: 400;
  padding: 10px 24px;
  text-align: center;
  text-transform: uppercase;
}

a.button-pink {
  color: #fff;
}

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

th,
td {
  text-align: left;
}

th {
  font-weight: bold;
  text-transform: uppercase;
}

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

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

/* Site Containers
--------------------------------------------- */
.site-container {
  overflow: hidden;
}

.site-inner,
.wrap {
  background: #fff;
  margin: 0 auto;
  max-width: 1140px;
}

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

.home .site-inner {
  margin-top: -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: 920px;
}

.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: 720px;
}

.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: 520px;
}

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

/* Column Classes
--------------------------------------------- */

.home .one-third .last {
  padding-right: 0;
}

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

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

.avatar {
  border: 2px solid #f5f5f5;
  float: left;
  padding: 7px;
}

.user-profile .alignleft .avatar {
  margin-right: 10px;
}

.user-profile p {
  line-height: 1.5;
}

.user-profile > iw
.user-profile {
  font-size: 14px;
  text-align: left;
}

.footer-widgets .avatar {
  border: 4px solid #fff;
}

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

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

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

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

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

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

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

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

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

.wp-caption-text {
  font-size: 14px;
  text-align: center;
}

.widget_calendar table {
  width: 100%;
}

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

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

.breadcrumb {
  margin-bottom: 20px;
}

.archive-description,
.author-box {
  background-color: #fff;
  margin-bottom: 40px;
}

.archive-description {
  padding: 40px 40px 24px;
}

.author-box {
  border: 1px solid #ddd;
  padding: 30px;
}

.author-box-title {
  color: #000;
  font-size: 16px;
  margin-bottom: 4px;
}

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

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

/* Header Widget Areas
--------------------------------------------- */

.header-top .simple-social-icons ul li {
  margin: 0 6px 0 !important;
}

.header-top .simple-social-icons ul li a {
  padding: 0 2px 0 0 !important;
}

.header-top {
  clear: both;
  color: #ddd;
  font-size: 12px;
  margin-top: -60px;
  padding: 10px 0;
}

.header-top .widgettitle {
  margin-bottom: 2px;
}

.header-top .widget_shopping_cart .widgettitle:after {
  content: "\f174";
  font-family: "dashicons";
  font-size: 12px;
  padding-left: 4px;
}

.header-top a {
  color: #000;
}

.header-top a:hover {
  color: #545454;
}

.left-header,
.right-header {
  width: 50%;
}

.left-header p,
.right-header p {
  margin-bottom: 0;
}

.left-header {
  float: left;
}

.left-header .simple-social-icons {
  margin-top: 10px;
}

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

.right-header .widget {
  float: right;
}

.header-top input {
  border: 1px solid #6f6f6f;
  padding: 10px;
  width: 200px;
  color: #999999;
}

/* Home Page Widget
--------------------------------------------- */

.home-featured .readmorelink {
  margin-bottom: 0;
}

.home h4.widget-title {
  background: #f5f5f5;
  padding: 7px;
  width: auto;
}

.home .site-inner {
  padding-top: 20px;
}

.home h2 {
  font-size: 16px;
}

.home-featured .one-third {
  margin-bottom: 4px;
}

.home-featured {
  font-size: 14px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.home .entry {
  margin-bottom: 0;
}

.home-featured .widget {
  background: #fff;
}

.home-featured .entry-content {
  margin-top: 20px;
}

.home-featured .featured-content .entry {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.home-featured .entry-content p {
  margin-bottom: 0;
}

.home-products {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  margin: 0 auto 20px;
  padding-bottom: 7px;
  max-width: 1140px;
}

.home-products .widget {
  margin-top: 30px;
}

.home-products .widgettitle {
  margin-bottom: 4px;
}

/* ## Genesis Responsive Slider
--------------------------------------------- */

.home-slider #genesis-responsive-slider {
  border: 1px solid #aba9a9 !important;
  margin-bottom: 20px;
}

.slide-excerpt {
  background-color: transparent !important;
  margin: 0 0 18% !important;
}

html > body .slide-excerpt-border {
  background: none;
  border: 0px solid #ddd !important;
  display: inline;
  margin: 0 auto !important;
  position: relative;
  text-align: center;
  z-index: 8;
}

#genesis-responsive-slider h2 a {
  background-color: #fff;
  color: #545454;
  font-family: Lato;
  font-size: 14px;
  font-family: Lato;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 0 auto !important;
  overflow: visible;
  padding: 12px;
  text-align: center;
  text-transform: uppercase;
}

.slide-excerpt-border {
  border: 0;
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}

.flex-direction-nav li a {
  width: 52px !important;
  height: 52px !important;
  margin: -20px 0 0;
  display: block;
  background: url(images/bg_direction_nav.png) no-repeat 0 0 !important;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transition: none;
  text-indent: -9999px;
  z-index: 100;
}

.flex-direction-nav li .next {
  background-position: -52px 0 !important;
  opacity: .8;
  right: 10px !important;
  text-indent: -9999px;
}

.flex-direction-nav li .next:hover {
  background-position: -52px -50px !important;
  opacity: .9;
}

.flex-direction-nav li .prev {
  left: 10px !important;
  opacity: .8;
}

.flex-direction-nav li .prev:hover {
  background-position: 0 -50px !important;
  opacity: .9;
}

#genesis-responsive-slider {
  background-color: #fff;
  border: 0px solid #000 !important;
  margin: 0 auto;
  padding: 0 !important;
  position: relative;
}

.home-blog-featured img.alignnone {
  margin-bottom: 4px;
}

/* Genesis Simple Share
--------------------------------------------- */

.content a.count,
.content a.count:hover,
.content a.share,
.content a.share:hover {
  border: none;
}

.content .share-filled .share {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.content .share-filled .count {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.content .share-filled .facebook .count,
.content .share-filled .facebook .count:hover,
.content .share-filled .googlePlus .count,
.content .share-filled .googlePlus .count:hover,
.content .share-filled .linkedin .count,
.content .share-filled .linkedin .count:hover,
.content .share-filled .pinterest .count,
.content .share-filled .pinterest .count:hover,
.content .share-filled .stumbleupon .count,
.content .share-filled .stumbleupon .count:hover,
.content .share-filled .twitter .count,
.content .share-filled .twitter .count:hover {
  color: #222;
  border: 1px solid #222;
}

.content .share-filled .facebook .share,
.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus .share,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin .share,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest .share,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon .share,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter .share,
.content .share-filled .twitter:hover .count {
  background: #222 !important;
}

.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter:hover .count {
  color: #fff;
}

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

.entry-title {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 10px;
  text-align: center;
}

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

h1.entry-title {
  font-size: 25px;
  margin-bottom: 30px;
}

h1.entry-title a {
  color: #000;
}

h1.entry-title a:hover {
  color: #000;
}

.entry-title a:hover {
  color: #000;
}

.widget-title {
  font-size: 16px;
  margin-bottom: 24px;
/*  text-transform: uppercase; */
}

.sidebar .widget-title a {
  border: none;
}

.archive-title {
  font-size: 20px;
  margin-bottom: 24px;
}

ul.archives {
  margin-left: 0;
  margin-top: 2rem;
}

ul.archives > li {
  margin-left: 0;
  margin-bottom: 4rem;
}

.page-template-page_archive-php .entry-content ul li {
  list-style-type: none;
  list-style-image: none;
}

.monthly-archives > li {
  margin-bottom: 2rem;
}

.monthly-archives {
  margin-top: 3rem;
}

.page-template-page_archive-php .entry-content ol li li,
.page-template-page_archive-php .entry-content ul li li {
  margin-left: 3rem;
}

.page-template-page_archive-php li h2 {
  background: #f5f5f5;
  padding: 7px;
}

.page-template-page_archive-php .entry-content ul {
  margin-left: 0;
}

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

.ad-widget {
  background-color: #fff;
  float: left;
  margin-bottom: 20px;
  width: 100%;
}

a.more-link,
.readmorelink {
  background-color: #f5f5f5;
  clear: both;
  color: #000;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 10px 0 40px 0;
  padding: 4px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

a.more-link:hover,
.readmorelink:hover {
  color: #909090;
}

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

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

.featured-content .entry-title {
  border: none;
  font-size: 14px;
  line-height: 1.2;
  margin: 10px 0 10px 0;
  text-align: center;
}

.featured-content .entry-title a {
  border: none;
}

/*
In Post Navigation
---------------------------------------------------------------------------------------------------- */

.prev-next-navigation {
  background: #fff;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  color: #ddd;
  font-size: 12px;
  margin: 20px 0;
  clear: both;
  overflow: hidden;
  padding: 20px;
  text-transform: uppercase;
}

.previous {
  float: left;
  width: 50%;
}

.previous:before {
  color: #000;
  content: "\f340";
  font-family: "dashicons";
  font-size: 11px;
  padding-right: 2px;
}

.next:after {
  color: #000;
  content: "\f344";
  font-family: "dashicons";
  font-size: 11px;
  padding-left: 2px;
}

.prev-next-navigation .next {
  float: right;
  text-align: right;
  width: 50%;
}

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

/* nRelate
--------------------------------------------- */

.nr_inner {
  margin: 0 auto !important;
  text-align: center !important;
}

.nrelate_tre .nr_img {
  background-color: #fff;
  padding: 7px !important;
}

.nrelate_tre.nr_150 .nr_text {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.nrelate_tre .nr_panel:hover .nr_img {
  background: #f5f5f5;
}

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

.subscribe-widget {
  background: #f5f5f5;
  clear: both;
  text-align: center;
  margin: 0 auto;
  padding: 10px 20px 10px 20px;
  max-width: 100%;
}

.subscribe-widget input#subbutton {
  color: #000;
  width: 100%;
}

div.enews {
  margin: 0 auto !important;
  text-align: center;
}

.subscribe-widget .widget {
  margin: 0 auto;
  max-width: 1140px;
}

.subscribe-widget .enews-widget,
.subscribe-widget .enews-widget input {
  margin-bottom: 0;
}

.subscribe-widget input {
  border: 1px solid #ddd;
}

.subscribe-widget .enews-widget input[type="submit"] {
  background: #fff;
  border: 1px solid #ddd;
  font-size: 12px !important;
  font-weight: 400;
  padding: 7px 7px 7px 7px;
  width: 25% !important;
}

.subscribe-widget .enews-widget input {
  display: inline-block;
  padding: 7px;
  width: 24.5%;
}

.enews-widget {
  color: #000;
  margin-bottom: 10px;
}

.enews-widget input {
  margin-bottom: 10px;
  padding: 7px;
}

input#subbutton {
  color: #000;
  width: 100%;
}

input#subbutton:hover {
  color: #000;
}

.enews-widget .widget-title {
  color: #000;
  margin-bottom: 7px;
  text-align: center;
}

.enews-widget input:focus {
  border: 1px solid #ddd;
}

.enews-widget input:hover[type="submit"] {
  background-color: #fff;
  color: #000;
}

.enews-widget input[type="submit"] {
  background: url(images/stripes.png) repeat;
  border: 1px solid #000;
  font-weight: 400;
  padding: 7px;
  width: 100%;
}

.after-entry .enews-widget input {
  margin-bottom: 4px;
}

.after-entry {
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px;
}

/* Simple Social Icons
--------------------------------------------- */

.simple-social-icons {
  background: transparent;
}

.share-after {
  background-color: #f5f5f5;
  margin: 0 auto;
  padding: 20px 10px 14px 10px;
  text-align: center;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
  margin-bottom: 16px;
}

/* Gravity Forms
--------------------------------------------- */

.gform_body {
  background-color: #fff;
  border: 0;
  padding: 0;
}

.gfield_label {
  font-family: 'Source Sans Pro', sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: 2px;
  text-transform: uppercase !important;
}

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
  font-size: 16px;
  padding: 16px;
}

div.gform_wrapper .ginput_complex label {
  padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
  margin: 16px 0 0;
  margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
  font-size: 14px;
}

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

img#wpstats {
  display: none;
}

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

.site-header {
  margin: 0 auto;
  max-width: 1140px;
  padding: 10px;
}

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

.title-area {
  align: center;
  margin: 0 auto;
  padding: 16px 0;
}

.header-image .title-area {
  padding: 0;
}

.site-title {
  align: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 4px;
  line-height: 1;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  max-width: 400px;
}

.site-title a {
  color: #000;
}

.site-title a:hover {
  color: #000;
}

.site-description {
  background: transparent;
  color: #000;
  font-size: 13px !important;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  text-align: center;
  text-transform: lowercase;
}

/* Full width header, no widgets */

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

.header-image .site-description,
.header-image .site-title a {
  display: block;
  text-indent: -9999px;
}

/* Logo, hide text */

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

.header-image .site-title a {
  float: left;
  min-height: 100px;
  width: 100%;
}

.header-image .site-title > a {
  background-size: contain !important;
  display: block;
  height: 100px;
  margin: 10px auto;
  text-indent: -9999px;
  max-width: 400px !important;
}

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

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

.site-header .widget-area {

  margin-top: 0px;
  text-align: right;
}

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

/* After Blog Post Widget Area
--------------------------------------------- */

.after-entry {
  background: #fff;
  margin-bottom: 40px;
  padding: 40px !important;
}

.after-entry .widget {
  margin-bottom: 40px;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
  margin: 0;
}

.after-entry li {
  list-style-type: none;
}

/* Related Posts Area Widget
--------------------------------------------- */

.related-posts-area {
  background: #fff;
  margin-bottom: 40px;
  padding: 40px !important;
}

.related-posts-area .widget {
  margin-bottom: 40px;
}

.related-posts-area p:last-child,
.related-posts-area .widget:last-child {
  margin: 0;
}

.related-posts-area li {
  list-style-type: none;
}

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

.genesis-nav-menu {
  background-color: #fff;
  border: 2px solid #ff5a81;
  clear: both;
  color: #000;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
}

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

.genesis-nav-menu a {
  border: 0;
  color: #000;
  display: block;
  font-size: 15px;
  padding: 10px 18px;
  position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #fff;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
  color: #000;
}

.genesis-nav-menu > .menu-item > a {
  text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
  background-color: #fff;
  border-bottom: 1px solid #ff5a81;
  border-left: 1px solid #ff5a81;
  border-right: 1px solid #ff5a81;
  left: -9999px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  -ms-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  width: 240px;
  z-index: 99;
}

.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  border-top: none;
  color: #000;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 16px 10px;
  position: relative;
  text-transform: uppercase;
  width: 230px;
}

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -52px 0 0 199px;
}

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

.genesis-nav-menu > .right {
  color: #707070;
  display: inline-block;
  float: right;
  font-size: 14px;
  list-style-type: none;
  padding: 18px 18px 18px 0;
  text-transform: uppercase;
}

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

.genesis-nav-menu > .rss > a {
  margin-left: 48px;
}

.genesis-nav-menu > .search {
  margin-right: 10px;
}

.genesis-nav-menu input {
  padding: 9px !important;
  text-transform: uppercase;
}

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

.site-header .sub-menu {
  border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
  margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary,
.nav-secondary {
  background-color: #fff;
  /*	border: 1px solid #000; */
  clear: both;
  margin: 0 auto;
  max-width: 1140px;
  text-align: center;
}

.nav-primary .sub-menu a:hover {
  color: #000;
}

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

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

.entry {
  background-color: #fff;
  margin-bottom: 40px;
  padding: 0;
}

.entry-content a:hover {
  color: #000;
}

.entry-content .attachment a,
.entry-content .gallery a {
  border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
  margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
  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 .search-form {
  width: 50%;
}

.entry-meta {
  color: #999;
  font-size: 11px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.entry-header .entry-meta {
  margin-bottom: 7px;
  padding: 0 4px;
  text-align: center;
}

.entry-tags {
  display: block;
}

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

.archive-pagination,
.entry-pagination {
  font-size: 14px;
  font-weight: 400;
  margin: 40px 0;
  text-transform: uppercase;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  background-color: #FF5A81;
  border: 1px solid #FF5A81;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
  color: #FF5A81;
  background: #FFF;
  border: 1px solid #FF5A81;

}

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

.commentnumber {
  color: #000;
  float: right;
  font-size: 40px;
}

.comment-respond,
.entry-comments,
.entry-pings {
  background-color: #fff;
  margin-bottom: 40px;
}

.entry-comments {
  padding: 0;
}

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

.comment-content {
  clear: both;
}

.entry-comments .comment-author {
  margin-bottom: 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;
}

.comment-list li,
.ping-list li {
  list-style-type: none;
}

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

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

li.comment {
  background-color: #fff;
  border: 1px solid #ddd;
}

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

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

.bypostauthor {
  background-color: #f5f5f5 !important;
}

.form-allowed-tags {
  background-color: #f5f5f5;
  display: none;
  font-size: 14px;
  padding: 24px;
}

ul.children li.comment {
  border-right: 0;
}

#comments h3 {
  margin: 40px auto;
}

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

.sidebar {
  color: #6f6f6f;
  font-size: 16px;
}

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

/*
.sidebar li {
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	padding: 4px;
	text-align: center;
	text-transform: uppercase;
	word-wrap: break-word;
}
*/

.sidebar .entry {
  margin-bottom: 0;
}

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

.sidebar .widget {
  background-color: #fff;
  clear: both;
  margin-bottom: 30px;
}

.sidebar h2 {
  font-size: 16px;
  text-align: center;
}

.sidebar .widget-title {
  background: #f5f5f5;
  padding: 10px;
  font-size: 18px;
  font-size: 18px !important;
  text-align: center !important;
  margin-left: 29px;
}

.sidebar .enews-widget {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 7px;
}

.sidebar .enews-widget input {
  border: 1px solid #ddd;
}

.sidebar .enews {
  background-color: #f5f5f5;
  padding: 10px;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
  background-color: #fff;
  border-top: 1px solid #000;
  color: #000;
  clear: both;
  font-size: 14px;
  margin: 0 auto;
  max-width: 1140px;
  padding: 40px 0 16px;
  text-align: justify;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
  width: 32%;
}

.footer-widgets-1,
.footer-widgets-2 {
  float: left;
}

.footer-widgets-1,
.footer-widgets-2 {
  margin-right: 2%;
}

.footer-widgets-3 {
  float: right;
}

.footer-widgets .widget {
  clear: both;
  margin-bottom: 14px;
}

.footer-widgets .widget-title {
  background: #fff;
  color: #000;
  text-align: center;
  margin-bottom: 10px;
  padding: 10px;
}

.footer-widgets li {
  border-bottom: 1px solid #fff;
  list-style-type: none;
  padding: 4px;
  word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
  border: 1px solid #ddd;
}

.footer-widgets h2 {
  font-size: 16px;
}

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

.site-footer {
  background-color: #fff;

  font-size: 12px;
  margin: 0 auto;
  max-width: 1140px;
  letter-spacing: 1px;
  padding: 10px 0;
  text-align: center;
}

.site-footer p {
  background: #f5f5f5;
  color: #797979;
  margin-bottom: 0;
  text-transform: uppercase;
  padding: 7px;
}

.site-footer a {
  color: #797979;
  text-decoration: underline;
}

/* Mobile Navigation
---------------------------------------------------------------------------------------------------- */

nav {
  clear: both;
}

button.sub-menu-toggle {
  border: 0;
}

.sub-menu-toggle,
.menu-toggle {
  display: none;
  visibility: hidden;
}

@media only screen and (min-width: 839px) {

  nav {
    display: block !important;
  }
}

@media (max-width: 839px) {
  nav.nav-primary {
    display: none;
  }
}

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

  .nav-primary li a::after,
  .nav-secondary li a::after {
    content: "";
  }

  .menu-toggle {
    border: 1px solid #ff5a81;
  }

  .menu-toggle,
  .sub-menu-toggle {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin: 0 auto !important;
    overflow: hidden;
    padding: 7px;
    text-align: center;
    visibility: visible;
    width: 100%;
  }

  button.menu-toggle,
  button.sub-menu-toggle {
    background-color: transparent;
    color: #000;
  }

  .sub-menu-toggle {
    padding: 4px;
    position: absolute;
    right: 0;
    top: 0;
  }

  .menu-toggle:before {
    content: "\f0c9  menu";
    font-family: FontAwesome;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 0;
  }

  .menu-toggle.activated:before {
    content: "\2191";
    font-family: 'Source Sans Pro', sans-serif;
  }

  .sub-menu-toggle:before {
    content: "+";
    font-family: 'Source Sans Pro', sans-serif;
  }

  .sub-menu-toggle.activated:before {
    content: "-";
  }

  nav {
    display: none;
    position: relative;
  }

  .genesis-nav-menu .menu-item {
    background-color: #fff;
    display: block;
    position: relative;
    text-align: left;
  }

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

  .genesis-nav-menu .sub-menu {
    clear: both;
    display: none;
    opacity: 1;
    position: static;
    width: 100%;
  }

  .genesis-nav-menu .sub-menu a {
    border-left: 0;
    position: relative;
    width: auto;
  }

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

  .genesis-nav-menu .sub-menu .sub-menu a {
    background-color: #fff;
    padding-left: 30px;
  }

  .genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
    background-color: #fff;
    padding-left: 40px;
  }

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

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

  .genesis-nav-menu .sub-menu {
    background-color: #f5f5f5 !important;
    border-bottom: 0px solid #000 !important;
    border-left: 0px solid #000 !important;
    border-right: 0px solid #000 !important;
  }
}

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

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

  .home-featured .one-third {
    margin-bottom: 10px;
  }

  .search-form {
    border-radius: 0 !important;
  }

  .site-container,
  .wrap {
    margin: 0 auto;
    max-width: 960px;
  }

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

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

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

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

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

}

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

  .site-container {
    padding-left: 3%;
    padding-right: 3%;
  }

  .home-featured .one-third .entry {
    padding: 0;
  }

  .home-featured .one-third {
    margin-bottom: 8px;
  }

  .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,
  .site-inner,
  .title-area,
  .wrap {
    width: 100%;
  }

  .header-image .site-header .wrap {
    background-position: center top;
  }

  .site-inner {
    padding-left: 3%;
    padding-right: 3%;
  }

  .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: 10px 16px;
  }

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

  .genesis-nav-menu li.right {
    display: none;
  }

  .entry-footer .entry-meta {
    margin: 0;
    padding-top: 12px;
  }

  .sidebar .widget.enews-widget {
    padding: 10px;
  }

  .site-footer {
    padding: 24px 0;
  }

  .site-header .widget.enews-widget, .site-header .widget-area {
    float: none !important;
    margin: 0 auto;
    padding: 0 !important;
    text-align: center;
    width: 100%;
  }

}

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

  .footer-widgets-1,
  .footer-widgets-2 {
    display: inline-block;
    width: 48%;
  }

  .footer-widgets-2 {
    float: right;
    margin-right: 0;
  }

  .footer-widgets-3 {
    width: 100%;
  }

  .footer-widgets-3 .widget {
    display: inline-block;
    vertical-align: top;
    padding: 0 2%;
    width: 45% !important;
  }

  .footer-widgets-3 .widget-last {
    padding-right: 0;
  }

  .footer-widgets-3 .widget-first {
    float: left;
    padding-left: 0;
  }

  .footer-widgets-1 {
    float: left;
  }

  .home-featured .one-third,
  .home-featured .two-thirds {
    display: block;
    margin: 20px auto;
    width: 100%;
  }
}

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

  .header-top {
    padding: 0 0;
  }

  .home-featured .widget {
    clear: both;
    margin-bottom: 20px;
  }

  .header-top {
    clear: both;
    margin: 0 auto !important;
  }

  .simple-social-icons ul.alignleft {
    float: center !important;
    margin: 0 auto !important;
    max-width: 200px;
    text-align: center !important;
  }

  .left-header,
  .right-header {
    align: center;
    display: block;
    margin: 10px auto;
    width: 100%;
    text-align: center !important;
  }

  .right-header .widget {
    align: center;
    display: block;
    margin: 10px auto;
    width: 100%;
    text-align: center !important;
  }

  .header-top input {
    width: 100%;
  }

  .home-featured .two-thirds {
    margin-bottom: 20px;
  }

  .home-featured .one-third {
    display: block;
    float: none !important;
    margin: 0 auto;
    width: 100% !important;

  }

  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }

}

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

  .subscribe-widget .enews-widget input {
    margin: 4px auto;
    width: 100%
  }

  .subscribe-widget input#subbutton {
    width: 100% !important;
  }

}

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

  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .footer-widgets-3 .widget {
    width: 100% !important;
  }

  img.alignleft, .wp-caption.alignleft,
  img.alignright, .wp-caption.alignright {
    clear: both;
    margin: 0 0 20px 0;
    display: block !important;
    width: 100%;
  }

  .woocommerce {
    font-size: 12px !important;
  }

  .woocommerce table.shop_table, .woocommerce-page table.shop_table {
    padding: 0 !important;
  }

  .woocommerce table.shop_table th, .woocommerce-page table.shop_table th {
    line-height: 18px;
    margin: 0 auto !important;
    padding: 9px 8px !important;
  }

  .woocommerce #content table.cart td.actions .button, .woocommerce #content table.cart td.actions .input-text, .woocommerce #content table.cart td.actions input, .woocommerce table.cart td.actions .button, .woocommerce table.cart td.actions .input-text, .woocommerce table.cart td.actions input, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions input, .woocommerce-page table.cart td.actions .button, .woocommerce-page table.cart td.actions .input-text, .woocommerce-page table.cart td.actions input, .woocommerce #content table.cart td.actions .button.alt, .woocommerce #content table.cart td.actions .input-text + .button, .woocommerce table.cart td.actions .button.alt, .woocommerce table.cart td.actions .input-text + .button, .woocommerce-page #content table.cart td.actions .button.alt, .woocommerce-page #content table.cart td.actions .input-text + .button, .woocommerce-page table.cart td.actions .button.alt, .woocommerce-page table.cart td.actions .input-text + .button {
    display: block !important;
    margin: 10px auto !important;
    width: 100% !important;
  }
}

/* iPhone
--------------------------------------------- */

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

  .subscribe-widget .enews-widget input {
    padding: 4px;
  }

  .subscribe-widget .enews-widget input[type="submit"] {
    padding: 4px 4px 4px 4px;
  }

  .site-header .enews-widget input[type="submit"], .site-header .enews-widget input#subbox {
    border-radius: 0 !important;
    width: 100% !important;
  }

  .site-header .enews-widget input {
    margin-bottom: 5px;
  }
}

/* Woo Stylin
--------------------------------------------- */

.woocommerce table.cart td.actions .coupon .input-text {
  -webkit-box-shadow: inset 0 0px 0px 0 rgba(0, 0, 0, 0.0) !important;
  border: 1px solid #000;
  line-height: 1em !important;
  margin-top: 5px !important;
  padding: 5px 7px 4px 7px !important;
  width: 120px;
}

.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button {
  font-size: 12px !important;
  margin: 0;
  line-height: 1em;
  font-family: 'Source Sans Pro', sans-serif !important;
  text-decoration: none;
  overflow: visible;
  padding: 6px 10px;
  font-weight: bold;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  left: auto;
  color: #000 !important;
  text-shadow: 0 0px 0 rgba(255, 255, 255, 0.0) !important;
  border: 1px solid #000 !important;
  background: #fff !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) !important;
  background: -webkit-linear-gradient(#fff, #fff) !important;
  background: -moz-linear-gradient(center top, #fff 0%, #fff 100%) !important;
  background: -moz-gradient(center top, #fff 0%, #fff 100%) !important;
  -webkit-box-shadow: 0 !important;
  -moz-box-shadow: 0 !important;
  box-shadow: 0 !important;
}

.woocommerce table.shop_table, .woocommerce-page table.shop_table {
  border: 1px solid #000 !important;
  margin: 0px -1px 24px 0px;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  padding: 20px;
}

.woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info {
  border-top: 3px solid #000 !important;
}

.woocommerce .woocommerce-message, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce-page .woocommerce-message, .woocommerce-page .woocommerce-error, .woocommerce-page .woocommerce-info {
  padding: 1em 1em 1em 3.5em !important;
  border: 1px solid #000 !important;
  margin: 0 0 2em !important;
  position: relative;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) !important;
  background: -webkit-linear-gradient(#fff, #fff) !important;
  background: -moz-linear-gradient(center top, #fff 0%, #fff 100%) !important;
  background: -moz-gradient(center top, #fff 0%, #fff 100%) !important;
  color: #5e5e5e;
  text-shadow: 0 1px 0 #ffffff;
  list-style: none outside !important;
  width: auto;
  -webkit-box-shadow: inset 0 -0px 0px rgba(0, 0, 0, 0.00), inset 0 -0px 0px rgba(0, 0, 0, 0.000), inset 0 0px 0 #fff, 0 0px 0px rgba(0, 0, 0, 0.0) !important;
  box-shadow: inset 0 -2px 6px rgba(0, 0, 0, 0.00), inset 0 -0px 0px rgba(0, 0, 0, 0.00), inset 0 1px 0 #fff, 0 0px 0px rgba(0, 0, 0, 0.0) !important;
}

.woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-info:before {
  background-color: #000 !important;
  border-radius: 0 !important;
}

h3#order_review_heading {
  margin: 20px 0 !important;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  padding: 20px;
  width: 100% !important;
}

.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img, .woocommerce div.product div.images img, .woocommerce #content div.product div.images img, .woocommerce-page div.product div.images img, .woocommerce-page #content div.product div.images img {
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.0) !important;
  -webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.0) !important;
}

.woocommerce span.onsale, .woocommerce-page span.onsale {
  text-transform: uppercase !important;
}

.woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message {
  border-top: 3px solid #000 !important;
}

.woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-message:before {
  background-color: #000 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
  background: #fff !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) !important;
  background: -webkit-linear-gradient(#fff, #fff) !important;
  background: -moz-linear-gradient(center top, #fff 0%, #fff 100%) !important;
  background: -moz-gradient(center top, #fff 0%, #fff 100%) !important;
  box-shadow: 0 0px px rgba(0, 0, 0, 0.0), inset 0 0px 0 rgba(255, 255, 255, 0.0) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0), inset 0 0px 0 rgba(255, 255, 255, 0.0) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before {
  border-width: 0 0px 0px 0 !important;
  box-shadow: 0px 0px 0 #fff !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
  border-width: 0 0 0px 0px !important;
  box-shadow: -0px 0px 0 #fff !important;
}

.easyrecipe .ERSIngredients .ERSIngredientsHeader,
.easyrecipe .ERSInstructions .ERSInstructionsHeader,
.easyrecipe .nutrition .ERSNutritionHeader,
.easyrecipe div .ERSNotesHeader,
.easyrecipe .ERSName {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 22px !important;
  font-weight: 400 !important;
}

div.easyrecipe {
  background-color: #f5f5f5 !important;
  border: 1px solid #ddd !important;
  padding: 20px !important;
}

.easyrecipe div {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  line-height: 1.7 !important;
}

.easyrecipe .ERSTopRight {
  padding-left: 20px;
}

.easyrecipe .ERSTopRight img {
  border: 3px solid #fff !important;
}

/* Sparkle
--------------------------------------------- */

.fun-sparkle a {
  color: #FF5A81;

}

.fun-sparkle h1.entry-title a:hover,
.fun-sparkle .genesis-nav-menu a:hover,
.fun-sparkle a:hover {
  color: #000;
  text-decoration: none;
}

/* tian */
.entry-header .entry-title {
  width: 100%;
  font-size: 30px;
  border-radius: 0px;
  color: #FF5A81 !important;
  padding: 5px !important;
  margin-bottom: 10px !important;
  /*    border-bottom: 1px solid #FF5A81; */
}

.entry-header .entry-title a {
  color: #6f6f6f;
}

.search .entry-header .entry-title a {
  color: #FF5A81 !important;
}
.archive .entry-header .entry-title a {
  color: #FF5A81 !important;
}

/*tian*/

.fun-sparkle .sidebar .enews-widget {
  background: #fff url(images/GoldBar.jpg) repeat;
  border: 0;
}

.fun-sparkle a.morelink,
.fun-sparkle .readmorelink {
  background: #fff url(images/GoldBar.jpg) repeat;
}

.fun-sparkle div.rmtext {
  background-color: #fff;
}

.sidebar .enews {
  background-color: #fff;
}

.fun-sparkle .genesis-nav-menu a {
  color: #6f6f6f;
}

.fun-sparkle h1.entry-title a {
  color: #ff5a81;
}

/** Tian **/
.social-nets {
  font-size: 24px;
  color: #000;
}

.content-home {
  margin-top: -200px;
}

.title-latest-posts {
  margin-top: 5px;
  font-size: 18px;
}

.title-gratis-tricks {
  margin-top: 5px;
  font-size: 18px;
}

.cat-post-widget {
  margin-top: 20px;
}

.thumbnail-custom {
  position: relative;
  padding: 0px;
  margin-bottom: 20px;
}

.thumbnail-custom img {
  height: 165px !important;
  max-height: 100% !important;
  max-width: 98% !important;
  width: 98% !important;
}

.thumbnail-custom .img-custom {
  margin-bottom: 10px;
  border-radius: 5px;

}

.thumbnail-custom .title {
  width: 100%;
  text-align: left;
  padding: 0px;
  overflow: hidden;
  position: relative;

}

.thumbnail-custom .title a {
  margin-top: 10px;
  font-size: 18px;
  color: #000 !important;
}

.thumbnail-custom .custom-caption {
  bottom: 10px;
  color: #6f6f6f;
  left: 0%;
  padding-bottom: 8px;
  padding-top: 5px;
  position: absolute;
  right: 15%;
  text-align: center;
  z-index: 10;
  width: 98%;
  /* background-color: #ff5a81; */
  background-color: #fff;
  opacity: 0.9;
  height: 60px;
  border-radius: 0px 0px 5px 5px;
}

.single .thumbnail-custom .custom-caption {
  background-color: #ff5a81;
}

.thumbnail-custom .custom-caption .title {
  padding-top: 8px !important;
  text-align: center;
  color: #6f6f6f;
  opacity: 1 !important;
  width: 100%;
  background: none;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 18px !important;
  line-height: 20px;
}

.single .thumbnail-custom .custom-caption .title {
  line-height: 20px;
  color : #fff;
  font-weight: bold;
}

.custom-caption .title a {
  color: #000;
  opacity: 1 !important;
}

.headline {
  width: 100%;
  font-size: 20px;
  color: #FF5A81;
  padding: 5px !important;
  margin-bottom: 10px !important;
  border-bottom: solid 1px;
}

.headline-featured {
  width: 100%;
  font-size: 20px;
  color: #FF5A81;
  padding-left: 5px;

}

.headline-line {
  min-height: 1px;
  border-bottom: 1px solid #FF5A81;
  margin-left: 5px;
}

div.widget h4 span div.headline {
  text-transform: uppercase;
}

.custom-footer hr {
  border-right: 0 none;
  border-style: solid none none;
  border-color: #ff5a81;
  border-width: 1px 0 0;
  margin-bottom: 5px;
  margin-top: 5px;
}

.custom-footer .medios {
  font-size: 20px;
  color: #6f6f6f;
}

.menu-footer {
  font-size: 18px;
}

.custom-footer .logos {
  margin-top: 20px;
}

.custom-footer .ver-mas {
  margin-top: 10px;
  font-size: 18px;

}

.custom-footer .ver-mas a {
  color: #000;
  text-decoration: none;
}

.custom-footer .ver-mas {
  margin-top: 10px;
  font-size: 18px;

}

.custom-footer .condiciones {
  text-align: left;

}

.menu-footer a {
  font-size: 16px;
  color: #000;
  text-decoration: none;

}

.derechos {
  background: #ff5a81;
  color: #FFF;
  font-size: 18px;
  padding: 10px;
}

.separator-banner-header {
  display: none;
}

.alert-links {
  border: 1px solid #ff003c;
  background: #FF5A81;
  color: #FFF;
  padding: 2px 10px 2px 10px !important;
}

.ul-links {
  font-size: 13px;
}

.ul-links a:hover {
  text-decoration: none;
}

.site-title {
  background-color: #fff;
  min-height: 100px;
  margin: 0 auto;
  overflow: hidden;
  width: 400px;
  text-align: center;
}

.more a {
  color: #6f6f6f;
}

.youtube-channel {
  border: 3px solid #d9a4ad
}

.sidebar .widget-title {
  color: #6f6f6f !important;
  background: none;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
  text-align: center;
  /*text-transform: uppercase;*/
  margin: 0px 0px 2px -10px;

}

h1.entry-title {
  border-radius: 0px;
  font-size: 20px;
  color: #000;
  padding: 5px !important;
  margin-bottom: 10px !important;
}

.breadcrumb {
  background-color: #f5f5f5;
  border-radius: 4px;
  list-style: outside none none;
  margin-bottom: 20px;
  padding: 8px 15px;
  font-size: 12px;
}

.js-publi {
  margin-top: 20px;
}

.sidebar-custom {
  text-align: center;
}

.sidebar-sidebar-content .sidebar-primary .ss2-align {
  margin-left: 0px !important;

}

.content-custom .widget h4 {
  margin-left: -6px !important;
  font-size: 18px !important;
}

.adsense-header-full {
  margin-bottom: 5px;
}

.adsense-header-mobile {
}

.titulo-prensa {
  min-height: 53px;
  color: #ff5a81;
  border-bottom: 1px solid;
  text-align: left;
  margin-bottom: 10px;
}

.alert-navigation i {
  font-size: 16px;
  vertical-align: middle;
}

.fecha {
  margin-left: -5px;
}

.texto {
  margin-right: 0px;
}

.label-prensa {
  background-color: #ff5a81;
}

.widget.widget_link_list div.widget-wrap ul.list {
  text-align: center;
}
.widget_link_list h4 {
  text-align: center;
  margin-left: 0px;
}

.carousel-control.left, .carousel-control.right {
  background: transparent;
}

.carousel-control.left span {
  color: #ff5a81 !important;
}

.carousel-control.right span {
  color: #ff5a81 !important;
}

.carousel-indicators li {
  background-color: #ff5a81;
  border: 1px solid #ff5a81;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  width: 10px;
}

.carousel-indicators li .active {
  background-color: #FFF;
  border: 1px solid #426276;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  width: 10px;
}

.clear {
  clear: both
}

.alert-related-posts {
  border-color: #6db9ae;
  background-color: #b1dfd8;
  color: #000;
  font-size: 16px !important;
}

#crp_related ul li {
  margin-left: -30px;
  list-style-type: none;
}

.content-sidebar-wrap #crp_related ul li {
  margin-left: 0px;
  list-style-type: none;
}

div.easyrecipe {
  background-color: #f5f5f5 !important;
  border: 1px solid #ddd !important;
  border-radius: 5px;
  padding: 20px !important;
}

.ERSIngredients ul li {
  list-style-type: none !important;
}

.widget-wrap .ss2-align {
  margin-left: 0px !important;

}

.custom-pagination .archive-pagination,
.entry-pagination {
  font-size: 14px;
  font-weight: 400;
  margin: 40px 0;
  text-transform: uppercase;
}

.custom-pagination .archive-pagination li {
  display: inline;
}

.custom-pagination .archive-pagination li a {
  background-color: #FF5A81;
  border: 1px solid #FF5A81;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  padding: 8px 12px;
}

.custom-pagination .archive-pagination li a:hover,
.custom-pagination .archive-pagination li.active a {
  color: #FF5A81;
  background: #FFF;
  border: 1px solid #FF5A81;

}

.container-script-sidebar {
  margin: 0 auto !important;
}

.outlet-descuento {
  border-radius: 5px;
  overflow: hidden;
  margin: 0 0 60px 0px;
  background-color: #ffffff;
}

.outlet-descuento-foto img {
  border-radius: 6px;
  min-height: 200px;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

.container-outlet-descuento {
  margin-bottom: -20px;
}

.outlet-descuento-detalles {
  background-color: #ffffff;
  min-height: 200px;
  padding: 0 20px;
}

.outlet-descuento-text {
  border-bottom: 1px solid #ff5a81;
  color: #ff5a81 !important;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 32px;
  margin: 0 0 16px;
  padding-bottom: 15px;
  text-align: left;
  text-transform: none;
  word-spacing: 0;
}

.outlet-descuento .read-more {
  color: #ff5a81;
  padding-bottom: 10px;
}

.outlet-descuento .all-text {
  display: none;
}

.outlet-descuento-img {
  width: 100%;
}

.title-cat-posts {
  min-height: 53px;
  text-align: left;
  font-size: 18px;
  background: #9CBDAD;
  margin-left: 5px;
}

.page-outlet-custom-header {
  margin-bottom: 10px;
}

.page-outlet-custom-footer {
  margin-top: 20px;
}

.alert-navigation {
  background-color: #fff6f6;
  border-color: #ff5a81;
  color: #ff5a81;
  font-size: 10px;
}

.alert-navigation i {
  font-size: 16px;
  vertical-align: middle;
}

.box {
  background: #EDEFF4;
  border-radius: 3px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border: 1px solid #eee;
  padding: 10px 25px;
  text-align: right;
  display: block;
  margin-top: 40px;
  margin-bottom: 100px !important;
}

.box-icon {
  background: #F0DAD8;
  border-radius: 50%;
  display: table;
  height: 100px;
  margin: 0 auto;
  width: 100px;
  margin-top: -61px;

}

.box-icon span {
  color: #fff;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.inf h4 {
  font-size: 26px;
  letter-spacing: 2px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #333;

}

.inf p {
  color: #000;
  font-size: 16px;
  text-align: left !important;
}

.inf > a {
  background-color: #03a9f4;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  transition: all 0.5s ease 0s;
}

.inf > a:hover {
  background-color: #0288d1;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  transition: all 0.5s ease 0s;
}

.cat-area {
  margin-top: 5px;
}

.box-cats {
  background: #F0DAD8;
  border-left: 4px solid #FF5A81;
  padding: 10px;
  margin-bottom: 10px;
}

.box-cats ul {
  margin-left: 10px;
}

.label-cupon {
  background-color: #FF5A81;
}

.label-todas {
  background-color: #FFF;
  color: #ff003c;
}

.btn-cupon {
  background-color: #98BCA8;
  border-color: #98BCA8;
  color: #fff;
}

a.btn-cupon {
  color: #FFF !important;
  font-weight: bold;
}

.todas-categorias {
  color: #FF5A81;
  padding: 10px;
  border-bottom: 1px solid #FF5A81;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}

.box-todas-categorias {
  background: #A6C5B3;
  border-left: 4px solid #A6C5B3;
  padding: 10px;
}

.categoria-actual {
  color: #3c763d;
  padding: 10px;
  border-bottom: 1px solid #3c763d;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}

.box-actual-categoria {
  border-left: 4px solid #3c763d;
  padding: 10px;
  background-color: #DFF0D8;
  color: #3c763d;

}

.empty-div {
  min-height: 20px;
}

div.box-buscador form div.form-group {
  display: inline-block;
  width: 100%;
  margin-bottom : 0px;
}

div.box-buscador form button.btn.btn-default { width: 100%;}
#searchcupon { width:100%;height: 100%;}

.buscador-cupones {
  color: #1E9AF0;
  padding: 10px;
  border-bottom: 1px solid #1E9AF0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}

.box-buscador {
  border-left: 4px solid #1E9AF0;
  padding: 10px;
  background-color: #D9EDF7;
  color: #000;
  margin-bottom: 40px;
}

.search-results {
  margin-bottom: 40px;
}

.resultados-buscador {
  color: #000;
  padding: 10px;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}

.modal-header-cupon {
  color: #fff;
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
  background-color: #D6A0AA;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.btn-modal-cupon {
  background-color: #D6A0AA;
  border-color: #D6A0AA;
  color: #000;
}

.modal-cupon .close:hover, .close:focus {
  background-color: #D6A0AA;
}

.cupon-cat-full {
  margin-top: 5px;
}

.cupon-title-full {
  font-size: 18px;
  font-weight: bold;
}

.cupon-validez-full {
}

.cupon-desc-full {
}

.panel-footer {
  background-color: #FFF;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top: 1px solid #ddd;
  padding: 5px 15px;
}

.title-coupon-mobile {
  font-size: 18px;
  font-weight: bold;
}

.coupon-desc-mobile {
  margin-top: 5px;
}

.coupon-img-mobile {
  margin-top: 5px;
  width: 100%;
}

.coupon-cat-mobile {
  margin-top: 10px;
}

.panel-body-mobile {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.panel-footer-mobile {
  background-color: #FFF;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top: 1px solid #ddd;
  padding: 5px 15px;
}

.btn-coupon-mobile {
  background-color: #FF5A81;
  border-color: #FF5A81;
  color: #FFF !important;
}

.btn-coupon-full {
  background-color: #FF5A81;
  border-color: #FF5A81;
  color: #FFF !important;
  margin-top: 3px;
}

/* Media Queries */

@media screen and (max-device-width: 420px) {
  .site-title {
    font-size: 30px;

  }

  .separator-banner-header {
    margin-bottom: 10px;
  }

  .img-cupon-custom {
    width: 100%;
  }

  .widget h4 {
    font-size: 18px;
    margin-left: 8px;
  }

  .latest-cupons {
    border: 1px dashed #D9A4AD;
    border-radius: 5px;
    margin-top: 5px;
    margin-left: 8px;
    margin-bottom: 5px;
    padding: 5px 5px 5px 0px;
    background: #fff7f7;

  }
}

#containerBorder {
  width: 100%;
}

#containerSlider {
  width: 100%;
}

        #helloBar {
            background: none repeat scroll 0 0 #ff5a81;
            box-shadow: 0 1px 9px #dddddd;
            color: #fff;
            font-family: "Open Sans",Helvetica,sans-serif;
            font-size: 14px;
            line-height: 1.2;
            padding: 5px 15px 7px;
            text-align: center;
	    width:100%;
        }
        #helloBar a:hover {
            border-bottom: dotted 1px #fff;
        }

        #helloBar a {
            color: #fff;
            font-style: italic;
            font-weight: 700;
        }

#standalone {
  transform: scale(0.8);
}
.popup_visible #standalone {
  transform: scale(1);
}

#review-statistics .review-wrap-up .review-wu-right .pros h2 {
    color: #8dc153 !important;
}

#review-statistics .review-wrap-up .review-wu-right .cons h2 {
    color: #c15353 !important;
}

.rev-wu-image {display:none;}
#review-statistics .review-wrap-up .review-wu-left .review-wu-grade {
  float:none !important;
  margin: 0 auto 10px;
}

#review-statistics .review-wrap-up .review-wu-right{
  margin:47px 0px 0px 60px;
}

section#review-statistics{
  width:100% !important;
  max-width: 710px !important;
}


#review-statistics .review-wrap-up .review-wu-left{
  max-width:318px !important;
  width:100% !important;
}

.review-wu-right{
  max-width:200px !important;
  width:100% !important;
}

@media(max-width: 300px) {
  .review-wu-right{
    max-width:200px !important;
    width:100% !important;
    margin: 0 auto !important;
  }
}

@media(max-width: 700px) {
  #review-statistics .review-wrap-up .review-wu-left{
  float:none !important;
  max-width:318px !important;
  width:100% !important;
  margin:0 auto !important;
  }
}

@media(max-width: 700px) {
  .affiliate-button a{
   display:block !important;
   padding:0px !important;
   margin-left:10px !important;
    text-align:center !important;
  }
}

@media(max-width: 400px) {
#review-statistics .review-wrap-up .cwpr-review-top h2.cwp-item{
font-size:22px !important;
}
}

#review-statistics .review-wrap-up .review-wu-left .review-wu-grade .cwp-review-chart {
  margin-left:25px;
}
#review-statistics .review-wu-bars {
  padding : 0 5% 10px 3%;
}

#review-statistics .review-wrap-up .review-wu-left {
  width:340px;

}

#review-statistics .review-wrap-up .review-wu-left .review-wu-grade {
  width:166px;
}

#review-statistics .review-wu-bars {
  width:309px;
}

}

@media only screen
and (min-device-width : 374px)
and (max-device-width : 385px) {

  #review-statistics .review-wrap-up .review-wu-left .review-wu-grade .cwp-review-chart {
    margin-left:35px;
  }
  #review-statistics .review-wu-bars {
    padding : 0 5% 10px 3%;
  }

  #review-statistics .review-wrap-up .review-wu-left {
    width:350px;

  }

  #review-statistics .review-wrap-up .review-wu-left .review-wu-grade {
    width:176px;
  }

  #review-statistics .review-wu-bars {
    width:319px;
  }

}
#review-statistics .review-wrap-up .review-wu-left {width: 318px; float: left;margin-top:10px;  }

#review-statistics .review-wrap-up .review-wu-left .rev-wu-image { float: left; width: 134px;height:150px;  overflow: hidden; border-top: none;padding:0;margin-left: 5%;margin-right: 5%;}

#review-statistics .review-wrap-up .review-wu-left .rev-wu-image img { width: 100%; box-shadow:none;}

#review-statistics .review-wrap-up .review-wu-left .review-wu-grade {width: 150px;
  height: 149px; display:block; float: left; border:1px solid #e6e6e6; border-top:none;position: relative; border-bottom:none;}

#review-statistics  .review-wrap-up .review-wu-left .review-wu-grade .cwp-review-chart { position: relative; margin-top: 10%;
  margin-left: 20px;
  margin-bottom: 9%;}

#review-statistics .review-wrap-up .cwpr-review-top { padding: 20px;border-bottom:1px solid #e6e6e6;  }


#review-statistics  .review-wu-bars { width: 89%; padding: 0 5% 10px 5%; border-right:1px solid #e6e6e6; border-top:1px solid #e6e6e6;border-left: none; border-bottom: none;float:left; }

#review-statistics .review-wrap-up .review-wu-right { float: left;  max-width: 36%; padding: 20px; border-top: none;  }


@media (max-width: 768px) {
  .pum-overlay{
    visibility:hidden !important;
  }
  .pum-container{
    top:0px !important;
    padding:8px !important;
  }
}


.pum-container {
  background-color: white !important;
  box-shadow: 0px 0px 8px 8px rgba( 2, 2, 2, 0.13 ) !important;
}
.pum-overlay{
  background-color: rgba( 255, 255, 255, 0.5 ) !important;
}

.popmake-close{
  background-color: #ff5a81 !important;
  font-size: 20px !important;
}

@media (max-width: 540px) {
  .archive-pagination.pagination {
    display: inline-flex;
    padding-left: 0;
    margin: 20px auto;
    border-radius: 4px;
    width: 100%;
  }
  .archive-pagination.pagination ul {
    text-align: center;
    margin: auto;
  }
  .archive-pagination.pagination li {
    display: table-cell;
    padding: 0 1px;
  }
  .archive-pagination.pagination li.pagination-omission {
    padding: 4px;
  }
  .archive-pagination.pagination li.pagination-previous a,
  .archive-pagination.pagination li.pagination-next a {
    text-indent: -9999px;
  }
  .archive-pagination.pagination li.pagination-previous::before {
    content: '«';
    font-size: 1.8em;
    color: #fff;
    position: absolute;
    padding-left: 7px;
    padding-top: 0px;
  }
  .archive-pagination.pagination li.pagination-next::before {
    content: '»';
    font-size: 1.8em;
    color: #fff;
    position: absolute;
    padding-left: 7px;
    padding-top: 0px;
  }
}