/*
	Theme Name: Envy Pro
	Theme URI: http://envy.krolyn.com
	Description: This is a WooCommerce-integrated child theme created for the Genesis framework.
	Author: Jon Barratt / Krolyn Studios
	Author URI: http://www.jonbarratt.com
	Version: 1.1

	Tags: gray, red, green, orange, purple, pink, blue, white, one-column, two-columns, four-columns, responsive-layout, custom-background, custom-header, custom-menu, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.1.2

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* # Table of Contents

- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
- Envy Pro Custom Flash
- Plugins (WooCommerce not included)
	- Genesis Responsive Slider
	- Genesis eNews Extended
	- Jetpack
	- Simple Social Icons
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Site Header Navigation
	- Primary Navigation
	- Secondary Navigation
	- Responsive Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Home Widget Areas
- Footer Widgets
- Site Footer
- Envy Pro Custom Color Styles
	- Green with Envy Pro
	- Orange with Envy Pro
	- Purple with Envy Pro
	- Pink with Envy Pro
	- Blue with Envy Pro
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 768px
	- Max-width: 480px
	- Max-height: 1100px
	- Max-height: 900px
	- Max-height: 700px
*/
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
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,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background: 0 0;
}

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

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

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
  color: inherit;
  ;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  padding: 0;
  border: 0;
  ;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td,
th {
  padding: 0;
}

/* ## Box Sizing
--------------------------------------------- */
*,
input[type='search'] {
  box-sizing: border-box;
}

/* ## Float Clearing
--------------------------------------------- */
.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination:before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.wrap::before {
  display: table;
  content: ' ';
}

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

/* # Defaults
---------------------------------------------------------------------------------------------------- */
/* ## Typographical Elements
--------------------------------------------- */
html {
  -webkit-font-smoothing: subpixel-antialiased;
}

body {
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  margin: 0;
  color: #111;
  background-color: #f7f7f7;
  background-size: cover;
}

a,
button,
input:focus,
input[type='button'],
input[type='reset'],
input[type='submit'],
textarea:focus,
.button,
.gallery img,
.genesis-nav-menu>li>.sub-menu>li:first-child>a::before,
.genesis-nav-menu .menu-item-has-children::before {
  transition: all .1s ease-in-out;
}

::-moz-selection {
  color: #fff;
  background-color: #3e3e3e;
}

::selection {
  color: #fff;
  background-color: #3e3e3e;
}

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

a:hover {
  color: #111;
}

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

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

li {
  list-style-type: none;
}

b,
strong {
  font-weight: 700;
}

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

blockquote {
  margin: 40px 40px 24px;
}

blockquote::before {
  font-family: fontawesome;
  position: relative;
  top: -10px;
  left: -24px;
  display: block;
  height: 0;
  content: '\f10d';
}

/* ## Headings
--------------------------------------------- */
h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6 h6 a {
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 16px;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

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

img {
  height: auto;
}

.featured-content img,
.gallery img {
  width: 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 {
  height: auto;
  border: 1px solid #fff !important;
}

.gallery img:hover {
  border: 1px solid #c92d15 !important;
}

/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
  width: 100%;
  padding: 16px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
}

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

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

input[type='email'],
input[type='text'] {
  font-size: 15px;
}

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

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

button,
input[type='button'],
input[type='reset'],
input[type='submit'],
.button {
  font-size: 14px;
  font-weight: 700;
  width: auto;
  padding: 12px 16px;
  cursor: pointer;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #111;
  border: 3px solid #3e3e3e;
  background: none;
}

.footer-widgets button,
.footer-widgets input[type='button'],
.footer-widgets input[type='reset'],
.footer-widgets input[type='submit'],
.footer-widgets .button {
  color: #fff;
  border: 3px solid #fff;
}

button:hover,
input:hover[type='button'],
input:hover[type='reset'],
input:hover[type='submit'],
.entry-content .button:hover,
.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 {
  color: #fff;
  border-color: #c92d15;
  background: #d32f16;
  text-shadow: 0 1px 0 #831d0e;
}

.button {
  display: inline-block;
}

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

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

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

thead {
  background: #efefef;
  background: linear-gradient(#fff, #efefef);
}

td,
th {
  text-align: left;
}

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

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

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */
.site-inner,
.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

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

.header-image .site-inner {
  padding-top: 80px;
}

.envy-pro-home .site-inner {
  padding-top: 60px;
}

/* ## Column Widths and Positions
--------------------------------------------- */
/* ### Content */
.content {
  float: right;
  width: 850px;
}

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

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

/* ### Primary Sidebar */
.sidebar-primary {
  float: right;
  width: 280px;
}

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

/* ### Secondary Sidebar */
.sidebar-secondary {
  margin-bottom: 40px;
}

/* ## 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
--------------------------------------------- */
.avatar {
  float: left;
  border-radius: 50%;
}

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

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

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

/* ## Genesis
--------------------------------------------- */
.breadcrumb {
  font-size: 14px;
  margin-bottom: 20px;
}

.archive-description,
.author-box {
  font-size: 16px;
  margin-bottom: 40px;
  padding: 0 40px;
}

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

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

/* ## Search Form
--------------------------------------------- */
.search-form {
  position: relative;
  overflow: hidden;
}

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

input[type='search'] {
  font-size: 18px;
  padding: 16px 48px 16px 24px;
  border: 3px solid #c92d15;
  border-radius: 32px;
}

.search-form input[type='submit'] {
  font: normal 22px/1 fontawesome;
  position: absolute;
  top: 15px;
  right: 20px;
  width: 28px;
  height: 28px;
  padding: 0;
  color: #c92d15;
  border: none;
  background: none !important;
  text-shadow: none !important;
}

.search-form input[type='submit']:hover {
  transform: translate(0, 1px) rotate(90deg);
}

.site-header .search-form {
  float: right;
  width: 30%;
  margin: 12px 6px 0;
}

.footer-widgets input[type='search'],
.site-header .search-form input[type='search'] {
  font-size: 16px;
  padding: 12px 40px 12px 20px;
  border: none;
  border-radius: 20px;
}

.site-header .search-form input[type='search'] {
  border: 1px solid #e6e6e6;
  background: #f7f7f7;
}

.footer-widgets .search-form input[type='submit'],
.site-header .search-form input[type='submit'] {
  font: normal 20px/1 fontawesome;
  top: 9px;
  right: 10px;
  width: 24px;
  height: 24px;
  color: #3e3e3e !important;
}

/* ## Titles
--------------------------------------------- */
.archive-title,
.entry-title,
.page-title {
  font-size: 30px;
  margin: 4px 0 28px;
  padding: 0 40px;
  text-align: center;
  text-transform: uppercase;
}

.entry-title {
  text-align: left;
}

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

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

.widget-title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.home-featured-boxes .entry-title,
.home-featured-boxes .widget-title {
  font-size: 20px;
  font-weight: 400;
  padding: 0;
  text-align: left;
}

.call-to-action .widget-title,
.home-featured-content .widget-title,
.home-featured-products .widget-title {
  font-size: 28px;
  text-align: center;
}

.call-to-action .widget-title {
  color: #fff;
}

.home-featured-content .widget-title {
  margin-bottom: 36px;
}

.footer-widgets .widget-title {
  padding-bottom: 26px;
  color: #fff;
  border-bottom: 1px solid #8e8e8e;
}

/* ## 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-weight: 700;
  text-align: center;
}

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

.more-link {
  display: block;
  margin-top: 16px;
}

.more-link::after {
  font-family: fontawesome;
  padding-left: 10px;
  content: '\f105';
}

/* # Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
  word-wrap: break-word;
}

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

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

.widget_calendar {
  background: #efefef;
  background: rgba(142, 142, 142, .05);
}

.widget_calendar table {
  width: 100%;
  margin: 0;
}

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

.widget_calendar tfoot td {
  text-align: left;
}

.widget_recent_entries .post-date {
  font-size: 14px;
  display: block;
}

/* # Envy Pro Custom Flash
---------------------------------------------------------------------------------------------------- */
.flash {
  font-size: 18px;
  line-height: 1.2;
  position: absolute;
  bottom: 560px;
  display: none;
  /* Flash is inactive by default */
  width: 220px;
  height: 220px;
  padding-top: 75px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background: #d32f16;
  text-shadow: 0 1px 0 #831d0e;
}

.has-post-thumbnail .flash {
  top: 20px;
  left: 20px;
  display: block;
}

.single-post .flash {
  display: none;
}

/* # Plugins (WooCommerce not included)
---------------------------------------------------------------------------------------------------- */
/* ## Genesis Responsive Slider
--------------------------------------------- */
.home-slider #genesis-responsive-slider {
  padding: 0;
  border: none;
}

.home-slider #genesis-responsive-slider .slide-excerpt {
  height: 100%;
  margin: 0;
  transition: background .2s ease-in-out;
  opacity: 1;
  background: #e6e6e6;
  background: rgba(255, 255, 255, .4);
}

.home-slider #genesis-responsive-slider .slide-excerpt:hover {
  background: rgba(255, 255, 255, .7);
}

.home-slider #genesis-responsive-slider .slide-excerpt h2 a {
  font-size: 32px;
  text-transform: uppercase;
  color: #111;
}

.home-slider #genesis-responsive-slider .slide-excerpt-border {
  position: absolute;
  bottom: 0;
  display: block;
  float: none;
  max-width: 1200px;
  padding: 20px 60px 0 40px;
  border: none;
}

.home-slider #genesis-responsive-slider .slide-image {
  position: relative;
  max-height: 100%;
}

.home-slider #genesis-responsive-slider .slide-image img {
  min-width: 900px;
}

.home-slider #genesis-responsive-slider .more-link {
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  margin: 5px 0;
  padding: 12px 16px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #111;
  border: 3px solid #3e3e3e;
}

.home-slider #genesis-responsive-slider .more-link::after {
  display: none;
}

.home-slider #genesis-responsive-slider .more-link:hover {
  color: #fff;
  border-color: #d32f16;
  background: #d32f16;
  text-shadow: 0 1px 0 #831d0e;
}

.home-slider #genesis-responsive-slider .flexslider {
  max-width: 100%;
  max-height: 100%;
}

.home-slider #genesis-responsive-slider .flex-direction-nav li a {
  width: 40px;
  margin-top: 0;
  background-image: url(images/bg_direction_nav.png);
  background-size: 132px 52px;
}

.home-slider #genesis-responsive-slider .flex-direction-nav li .prev {
  left: 0;
  background-position: 0 0;
}

.home-slider #genesis-responsive-slider .flex-direction-nav li .next {
  right: 0;
  background-position: -40px 0;
}

.home-slider #genesis-responsive-slider .flex-direction-nav li a:hover {
  background-color: #fff;
}

.home-slider #genesis-responsive-slider .flex-control-nav li a {
  transition: none;
}

.home-slider #genesis-responsive-slider .flex-control-nav {
  position: absolute;
  top: 60px;
  margin: 0;
  padding-left: 15px;
  text-align: left;
}

.home-slider #genesis-responsive-slider .flex-control-nav li {
  padding: 0 1px;
}

.home-slider #genesis-responsive-slider .flex-control-nav li a {
  width: 12px;
  height: 12px;
  background-image: url(images/bg_control_nav.png);
  background-size: 12px 36px;
}

.home-slider #genesis-responsive-slider .flex-control-nav li a:hover {
  background-position: 0 -12px;
}

.home-slider #genesis-responsive-slider .flex-control-nav li a.active {
  background-position: 0 -24px;
}

.home-slider #genesis-responsive-slider .flash {
  right: auto;
  bottom: 20px;
  left: -100%;
  display: block;
}

/* ### Full Page Slider Style Overwrites */
.home-slider.full #genesis-responsive-slider .slide-excerpt {
  height: auto;
}

.home-slider.full #genesis-responsive-slider .slide-excerpt-border {
  position: relative;
  margin: 10px auto;
  padding: 20px 260px 20px 80px;
}

.home-slider.full #genesis-responsive-slider .slide-image img {
  position: absolute;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
}

.home-slider.full #genesis-responsive-slider .slide-image.tall img {
  max-width: none;
  max-height: 100%;
}

.home-slider.full #genesis-responsive-slider .more-link {
  position: absolute;
  top: 60px;
  right: 80px;
  margin: 5px 0 14px;
  text-transform: uppercase;
}

.home-slider.full #genesis-responsive-slider .flex-direction-nav li a {
  top: auto;
  bottom: 64px;
}

.home-slider.full #genesis-responsive-slider .flash {
  right: 20px;
  bottom: 720px;
  left: auto;
}

.home-slider.full .page-down {
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 50%;
  display: block;
  width: 52px;
  height: 40px;
  margin-left: -26px;
  cursor: pointer;
  background: url(images/bg_direction_nav.png) -80px -6px;
  background-size: 132px 52px;
}

.home-slider.full .page-down:hover {
  background-color: #fff;
}

/* ## Genesis eNews Extended
--------------------------------------------- */
.site-container .sidebar .enews-widget {
  margin-bottom: 40px;
  padding: 30px 25px;
  color: #c7c7c7;
  border: 1px solid #111;
  background: #3e3e3e;
}

.enews-widget .widget-title {
  color: #fff;
}

.enews-widget input {
  margin-bottom: 16px;
  color: #c7c7c7;
  border: 1px solid #111;
}

.enews-widget input[type='submit'] {
  margin: 6px 0 0;
  color: #fff;
  border: 2px solid #fff;
}

.enews-widget input:hover[type='submit'] {
  color: #fff;
  border: 2px solid #d32f16;
}

/* ## Simple Social Icons
--------------------------------------------- */
.site-container .simple-social-icons ul li {
  margin: 0 14px 12px -8px !important;
}

.site-container .simple-social-icons ul li a {
  color: #3e3e3e !important;
  background: none !important;
}

.site-container .simple-social-icons ul li a:hover {
  color: #c92d15 !important;
  background: none !important;
}

.footer-widgets .simple-social-icons ul li:before {
  display: none;
}

.footer-widgets .simple-social-icons ul li a {
  color: #c7c7c7 !important;
}

.footer-widgets .simple-social-icons ul li a:hover {
  color: #fff !important;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  position: fixed;
  z-index: 1001;
  width: 100%;
  border-bottom: 1px solid #efefef;
  /* top position always called from lib/js/main.js */
  background: #fff;
}

.site-header .wrap {
  margin: 20px auto;
  padding-right: 4px;
  transition: margin .2s ease-in-out;
}

.site-header .wrap {
  -webkit-animation: fix 1ms 1;
}

/* Safari bug fix on transitions */
@-webkit-keyframes fix {
  100% {
    opacity: 1;
  }
}

.header-image .site-header .wrap {
  margin: 10px auto;
}

.site-header.narrow .wrap {
  margin: 0 auto;
}

/* ## Title Area
--------------------------------------------- */
.title-area {
  float: left;
  width: 360px;
  padding: 16px 0;
}

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

.site-title {
  font-size: 28px;
  margin: 0;
  text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
  color: #111 !important;
}

.header-image .site-title>a {
  float: left;
  width: 100%;
  min-height: 70px;
  margin: 10px 0;
  background-repeat: no-repeat;
  background-position: left center !important;
}

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

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

/* ## Widget Area
--------------------------------------------- */
.site-header .widget-area {
  float: right;
  width: 800px;
  text-align: right;
}

.header-image .site-header .widget-area {
  padding: 12px 0;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  line-height: 1.5;
  clear: both;
  width: 100%;
}

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

.genesis-nav-menu a {
  display: block;
  padding: 20px 24px;
  color: #111;
}

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

.genesis-nav-menu .sub-menu {
  position: absolute;
  z-index: 1003;
  left: -9999px;
  width: 200px;
  transition: opacity .2s ease-in-out;
  opacity: 0;
}

.genesis-nav-menu>li>.sub-menu {
  padding-top: 1px;
}

.genesis-nav-menu .sub-menu a {
  font-size: 15px;
  position: relative;
  width: 200px;
  padding: 16px 30px 16px 20px;
  color: #fff;
  border-bottom: 1px solid #fff;
  background-color: #3e3e3e;
}

.genesis-nav-menu .sub-menu a:hover {
  color: #fff;
  background: #d32f16;
  text-shadow: 0 1px 0 #831d0e;
}

.genesis-nav-menu .sub-menu li:last-child a {
  border-bottom: none;
}

.genesis-nav-menu>li>.sub-menu>li:first-child>a::before {
  position: absolute;
  margin-top: -23px;
  content: '';
  border-right: 7px solid transparent;
  border-bottom: 7px solid #3e3e3e;
  border-left: 7px solid transparent;
}

.genesis-nav-menu>li>.sub-menu>li:first-child>a:hover::before {
  border-bottom-color: #d32f16;
}

.genesis-nav-menu .menu-item-has-children::before {
  font-family: fontawesome;
  line-height: 1;
  position: relative;
  z-index: 9999;
  right: 0;
  float: right;
  padding: 19px 15px 0;
  content: '\f105';
  cursor: pointer;
  color: #fff;
}

.genesis-nav-menu>.menu-item-has-children::before {
  display: none;
}

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -55px 0 0 199px;
  border-left: 1px solid #fff;
}

.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 {
  float: right;
  padding: 0;
  list-style-type: none;
}

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

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

.genesis-nav-menu>.search {
  padding: 14px 0 0;
}

/* ## Site Header Navigation
--------------------------------------------- */
.site-header .widget_nav_menu {
  padding: 0;
}

.site-header .genesis-nav-menu {
  font-size: 17px;
  float: right;
  width: auto;
}

/* ## Primary Navigation
--------------------------------------------- */
.nav-primary {
  position: fixed;
  z-index: 1000;
  width: 100%;
  margin-top: 40px;
  transition: margin .2s ease-in-out;
  text-align: center;
  border-bottom: 1px solid #efefef;
  /* top position always called from lib/js/main.js */
  background-color: #f7f7f7;
}

.header-image .nav-primary {
  margin-top: 20px;
}

.nav-primary.narrow {
  margin-top: 0;
}

/* ## Secondary Navigation
--------------------------------------------- */
.nav-secondary {
  font-size: 11px;
  position: fixed;
  z-index: 1002;
  top: 0;
  width: 100%;
  text-align: right;
  text-transform: uppercase;
  border-bottom: 1px solid #efefef;
  background-color: #fff;
}

.nav-secondary .genesis-nav-menu a {
  padding: 10px;
}

/* ## Responsive Navigation
--------------------------------------------- */
.menu-icon {
  display: none;
}

.menu-icon::before {
  font: normal 16px/1 fontawesome;
  display: block;
  margin: 0 auto;
  padding: 14px;
  content: '\f0c9';
  cursor: pointer;
  color: #111;
}

.menu-icon:hover::before {
  color: #c92d15;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */
/* ## Entries
--------------------------------------------- */
.entry {
  position: relative;
  margin-bottom: 40px;
  padding: 40px 0 24px;
  border: 1px solid #efefef;
  background-color: #fff;
}

.custom-background .entry {
  border: none;
}

.home-featured-boxes .entry {
  margin-bottom: 20px;
  padding: 0 0 4px;
  border: none;
  background: none;
}

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

.entry-content ul>li::before {
  font-family: fontawesome;
  padding-right: 10px;
  content: '\f105';
}

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

.entry-content code {
  color: #e6e6e6;
  background-color: #111;
}

.content .entry-content {
  padding: 0 40px;
}

.entry-image,
.post-image {
  width: 100%;
  margin: -40px 0 30px;
}

.featured-content a.alignnone {
  width: 100%;
  margin-bottom: 30px;
}

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

/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 14px;
  margin-bottom: 0;
  padding: 0 40px;
}

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

.entry-footer .entry-meta {
  margin: 18px 0 0;
  padding: 32px 40px 8px;
  border-top: 1px solid #efefef;
}

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

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

/* ## Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 40px 0;
  text-align: center;
}

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

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  color: #111;
  border: 1px solid transparent;
  background: #efefef;
  background: rgba(142, 142, 142, .05);
}

.archive-pagination li a:hover {
  color: #fff;
  border: 1px solid #c92d15;
  background: #d32f16;
  text-shadow: 0 1px 0 #831d0e;
}

.archive-pagination .active a {
  color: #c92d15;
  border: 1px solid #e6e6e6;
  background: #e6e6e6;
  background: linear-gradient(#fff, #efefef);
}

.archive-pagination .pagination-next a::before,
.archive-pagination .pagination-previous a::before {
  font: normal 16px/1 fontawesome;
}

.archive-pagination .pagination-next a::before {
  content: '\f105';
}

.archive-pagination .pagination-previous a::before {
  content: '\f104';
}

/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  margin-bottom: 40px;
  border: 1px solid #efefef;
  background-color: #fff;
}

.custom-background .comment-respond,
.custom-background .entry-comments,
.custom-background .entry-pings {
  border: none;
}

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

.comment-list .comment-respond {
  margin-bottom: 6px;
  padding: 40px 20px 0;
  border: none;
  background: none;
}

.entry-comments {
  padding: 40px;
}

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

li.comment {
  border: 2px solid #fff;
  border-right: none;
  background-color: #f7f7f7;
}

.comment-content {
  clear: both;
}

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

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

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

.form-allowed-tags {
  font-size: 14px;
  padding: 12px 0;
}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar,
.sidebar a {
  font-size: 15px;
  color: #111;
}

.sidebar a:hover {
  color: #c92d15;
}

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

.sidebar-primary .widget {
  margin-bottom: 20px;
  padding: 0 20px 20px;
}

.sidebar-primary .widget li {
  margin: 0 -20px 3px;
  padding: 12px 20px;
  background: #efefef;
  background: rgba(142, 142, 142, .08);
}

.sidebar-primary .widget-wrap>ul>li.cat-parent {
  padding-top: 16px;
}

.sidebar-primary .widget li li {
  margin: 0 0 6px 12px;
  padding: 0;
  background: none;
}

.sidebar-primary .widget li li::before {
  font-family: fontawesome;
  padding-right: 10px;
  content: '\f105';
}

.sidebar-primary .widget ul li.cat-parent>ul {
  margin-top: 6px;
}

.sidebar-primary .widget_search {
  padding: 0 0 16px;
}

.sidebar-secondary .widget {
  margin-bottom: 32px;
  padding: 40px;
  background: #efefef;
  background: rgba(142, 142, 142, .08);
}

/* # Home Widget Areas
---------------------------------------------------------------------------------------------------- */
.home-slider {
  position: relative;
  z-index: 10;
  background: #fff;
}

.home-slider .wrap {
  max-width: 1200px;
  padding: 0;
}

.home-slider.full .wrap {
  max-width: none;
}

.home-featured-products {
  padding-top: 50px;
  background: #fff;
}

.home-featured-boxes {
  padding: 50px 0 20px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  background: #f7f7f7;
}

.home-featured-boxes .widget {
  font-size: 15px;
  float: left;
  width: 22.15%;
  margin-right: 3.8%;
}

.home-featured-boxes .widget:nth-child(4n) {
  margin-right: 0;
}

.home-featured-boxes .widget:nth-child(4n+1) {
  clear: both;
}

.call-to-action {
  font-size: 18px;
  padding: 50px 0;
  text-align: center;
  color: #fff;
  background: #3e3e3e;
}

.home-featured-content {
  float: left;
}

.logos-categories {
  padding: 30px 0;
  text-align: center;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  background: #fff;
}

.logos-categories img {
  width: 100px;
  height: auto;
  margin: 10px 15px;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  font-size: 15px;
  clear: both;
  padding: 50px 0 10px;
  background: #3e3e3e;
}

.footer-widgets,
.footer-widgets a {
  color: #c7c7c7 !important;
}

.footer-widgets input {
  border: 1px solid #111;
}

.footer-widgets a.button,
.footer-widgets a:hover {
  color: #fff !important;
}

.footer-widgets li {
  margin-bottom: 6px;
}

.footer-widgets li::before {
  font-family: fontawesome;
  padding-right: 10px;
  content: '\f105';
}

.footer-widgets .widget {
  margin-bottom: 40px;
  padding: 0 20px;
}

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

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
  width: 280px;
}

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

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

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

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  font-size: 14px;
  padding: 40px 0;
  text-align: center;
  background-color: #fff;
}

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

/* # Envy Pro Custom Color Styles
---------------------------------------------------------------------------------------------------- */
/* ## Green with Envy Pro
--------------------------------------------- */
.envy-pro-green a:hover,
.envy-pro-green .entry-title a,
.envy-pro-green .genesis-nav-menu a,
.envy-pro-green .sidebar a,
.envy-pro-green .sidebar .widget-title a {
  color: #111;
}

.envy-pro-green button:hover,
.envy-pro-green input:hover[type='button'],
.envy-pro-green input:hover[type='reset'],
.envy-pro-green input:hover[type='submit'],
.envy-pro-green .archive-pagination li a:hover,
.envy-pro-green .entry-content .button:hover,
.envy-pro-green .footer-widgets button:hover,
.envy-pro-green .footer-widgets input:hover[type='button'],
.envy-pro-green .footer-widgets input:hover[type='reset'],
.envy-pro-green .footer-widgets input:hover[type='submit'],
.envy-pro-green .footer-widgets .button:hover,
.envy-pro-green .home-slider #genesis-responsive-slider .more-link:hover {
  border-color: #38a006;
  background: #3ba806;
  text-shadow: 0 1px 0 #246804;
}

.envy-pro-green .enews-widget input:hover[type='submit'],
.envy-pro-green .home-slider #genesis-responsive-slider .more-link:hover {
  border-color: #3ba806;
}

.envy-pro-green .genesis-nav-menu>li>.sub-menu>li:first-child>a:hover::before {
  border-bottom-color: #3ba806;
}

.envy-pro-green .flash,
.envy-pro-green .genesis-nav-menu .sub-menu a:hover {
  background: #3ba806;
  text-shadow: 0 1px 0 #246804;
}

.envy-pro-green a,
.envy-pro-green .archive-pagination .active a,
.envy-pro-green .entry-title a:hover,
.envy-pro-green .genesis-nav-menu a:hover,
.envy-pro-green .genesis-nav-menu .current-menu-ancestor>a,
.envy-pro-green .genesis-nav-menu .current-menu-item>a,
.envy-pro-green .menu-icon:hover::before,
.envy-pro-green .search-form input[type='submit'],
.envy-pro-green .sidebar a:hover {
  color: #38a006;
}

.envy-pro-green .archive-pagination a:hover,
.envy-pro-green .genesis-nav-menu .sub-menu a {
  color: #fff;
}

.envy-pro-green .simple-social-icons ul li a:hover {
  color: #38a006 !important;
}

.envy-pro-green input[type='search'],
.envy-pro-green .gallery img:hover {
  border-color: #38a006 !important;
}

/* ## Orange with Envy Pro
--------------------------------------------- */
.envy-pro-orange a:hover,
.envy-pro-orange .entry-title a,
.envy-pro-orange .genesis-nav-menu a,
.envy-pro-orange .sidebar a,
.envy-pro-orange .sidebar .widget-title a {
  color: #111;
}

.envy-pro-orange button:hover,
.envy-pro-orange input:hover[type='button'],
.envy-pro-orange input:hover[type='reset'],
.envy-pro-orange input:hover[type='submit'],
.envy-pro-orange .archive-pagination li a:hover,
.envy-pro-orange .entry-content .button:hover,
.envy-pro-orange .footer-widgets button:hover,
.envy-pro-orange .footer-widgets input:hover[type='button'],
.envy-pro-orange .footer-widgets input:hover[type='reset'],
.envy-pro-orange .footer-widgets input:hover[type='submit'],
.envy-pro-orange .footer-widgets .button:hover,
.envy-pro-orange .home-slider #genesis-responsive-slider .more-link:hover {
  border-color: #e26b00;
  background: #ed7000;
  text-shadow: 0 1px 0 #934500;
}

.envy-pro-orange .enews-widget input:hover[type='submit'],
.envy-pro-orange .home-slider #genesis-responsive-slider .more-link:hover {
  border-color: #ed7000;
}

.envy-pro-orange .genesis-nav-menu>li>.sub-menu>li:first-child>a:hover::before {
  border-bottom-color: #ed7000;
}

.envy-pro-orange .flash,
.envy-pro-orange .genesis-nav-menu .sub-menu a:hover {
  background: #ed7000;
  text-shadow: 0 1px 0 #934500;
}

.envy-pro-orange a,
.envy-pro-orange .archive-pagination .active a,
.envy-pro-orange .entry-title a:hover,
.envy-pro-orange .genesis-nav-menu a:hover,
.envy-pro-orange .genesis-nav-menu .current-menu-ancestor>a,
.envy-pro-orange .genesis-nav-menu .current-menu-item>a,
.envy-pro-orange .menu-icon:hover::before,
.envy-pro-orange .search-form input[type='submit'],
.envy-pro-orange .sidebar a:hover {
  color: #e26b00;
}

.envy-pro-orange .archive-pagination a:hover,
.envy-pro-orange .genesis-nav-menu .sub-menu a {
  color: #fff;
}

.envy-pro-orange .simple-social-icons ul li a:hover {
  color: #e26b00 !important;
}

.envy-pro-orange input[type='search'],
.envy-pro-orange .gallery img:hover {
  border-color: #e26b00 !important;
}

/* ## Purple with Envy Pro
--------------------------------------------- */
.envy-pro-purple a:hover,
.envy-pro-purple .entry-title a,
.envy-pro-purple .genesis-nav-menu a,
.envy-pro-purple .sidebar a,
.envy-pro-purple .sidebar .widget-title a {
  color: #111;
}

.envy-pro-purple button:hover,
.envy-pro-purple input:hover[type='button'],
.envy-pro-purple input:hover[type='reset'],
.envy-pro-purple input:hover[type='submit'],
.envy-pro-purple .archive-pagination li a:hover,
.envy-pro-purple .entry-content .button:hover,
.envy-pro-purple .footer-widgets button:hover,
.envy-pro-purple .footer-widgets input:hover[type='button'],
.envy-pro-purple .footer-widgets input:hover[type='reset'],
.envy-pro-purple .footer-widgets input:hover[type='submit'],
.envy-pro-purple .footer-widgets .button:hover,
.envy-pro-purple .home-slider #genesis-responsive-slider .more-link:hover {
  border-color: #7d52cc;
  background: #8356d6;
  text-shadow: 0 1px 0 #513585;
}

.envy-pro-purple .enews-widget input:hover[type='submit'],
.envy-pro-purple .home-slider #genesis-responsive-slider .more-link:hover {
  border-color: #8356d6;
}

.envy-pro-purple .genesis-nav-menu>li>.sub-menu>li:first-child>a:hover::before {
  border-bottom-color: #8356d6;
}

.envy-pro-purple .flash,
.envy-pro-purple .genesis-nav-menu .sub-menu a:hover {
  background: #8356d6;
  text-shadow: 0 1px 0 #513585;
}

.envy-pro-purple a,
.envy-pro-purple .archive-pagination .active a,
.envy-pro-purple .entry-title a:hover,
.envy-pro-purple .genesis-nav-menu a:hover,
.envy-pro-purple .genesis-nav-menu .current-menu-ancestor>a,
.envy-pro-purple .genesis-nav-menu .current-menu-item>a,
.envy-pro-purple .menu-icon:hover::before,
.envy-pro-purple .search-form input[type='submit'],
.envy-pro-purple .sidebar a:hover {
  color: #7d52cc;
}

.envy-pro-purple .archive-pagination a:hover,
.envy-pro-purple .genesis-nav-menu .sub-menu a {
  color: #fff;
}

.envy-pro-purple .simple-social-icons ul li a:hover {
  color: #7d52cc !important;
}

.envy-pro-purple input[type='search'],
.envy-pro-purple .gallery img:hover {
  border-color: #7d52cc !important;
}

/* ## Pink with Envy Pro
--------------------------------------------- */
.envy-pro-pink a:hover,
.envy-pro-pink .entry-title a,
.envy-pro-pink .genesis-nav-menu a,
.envy-pro-pink .sidebar a,
.envy-pro-pink .sidebar .widget-title a {
  color: #111;
}

.envy-pro-pink button:hover,
.envy-pro-pink input:hover[type='button'],
.envy-pro-pink input:hover[type='reset'],
.envy-pro-pink input:hover[type='submit'],
.envy-pro-pink .archive-pagination li a:hover,
.envy-pro-pink .entry-content .button:hover,
.envy-pro-pink .footer-widgets button:hover,
.envy-pro-pink .footer-widgets input:hover[type='button'],
.envy-pro-pink .footer-widgets input:hover[type='reset'],
.envy-pro-pink .footer-widgets input:hover[type='submit'],
.envy-pro-pink .footer-widgets .button:hover,
.envy-pro-pink .home-slider #genesis-responsive-slider .more-link:hover {
  border-color: #e75069;
  background: #f2546e;
  text-shadow: 0 1px 0 #963444;
}

.envy-pro-pink .enews-widget input:hover[type='submit'],
.envy-pro-pink .home-slider #genesis-responsive-slider .more-link:hover {
  border-color: #f2546e;
}

.envy-pro-pink .genesis-nav-menu>li>.sub-menu>li:first-child>a:hover::before {
  border-bottom-color: #f2546e;
}

.envy-pro-pink .flash,
.envy-pro-pink .genesis-nav-menu .sub-menu a:hover {
  background: #f2546e;
  text-shadow: 0 1px 0 #963444;
}

.envy-pro-pink a,
.envy-pro-pink .archive-pagination .active a,
.envy-pro-pink .entry-title a:hover,
.envy-pro-pink .genesis-nav-menu a:hover,
.envy-pro-pink .genesis-nav-menu .current-menu-ancestor>a,
.envy-pro-pink .genesis-nav-menu .current-menu-item>a,
.envy-pro-pink .menu-icon:hover::before,
.envy-pro-pink .search-form input[type='submit'],
.envy-pro-pink .sidebar a:hover {
  color: #e75069;
}

.envy-pro-pink .archive-pagination a:hover,
.envy-pro-pink .genesis-nav-menu .sub-menu a {
  color: #fff;
}

.envy-pro-pink .simple-social-icons ul li a:hover {
  color: #e75069 !important;
}

.envy-pro-pink input[type='search'],
.envy-pro-pink .gallery img:hover {
  border-color: #e75069 !important;
}

/* ## Blue with Envy Pro
--------------------------------------------- */
.envy-pro-blue a:hover,
.envy-pro-blue .entry-title a,
.envy-pro-blue .genesis-nav-menu a,
.envy-pro-blue .sidebar a,
.envy-pro-blue .sidebar .widget-title a {
  color: #111;
}

.envy-pro-blue button:hover,
.envy-pro-blue input:hover[type='button'],
.envy-pro-blue input:hover[type='reset'],
.envy-pro-blue input:hover[type='submit'],
.envy-pro-blue .archive-pagination li a:hover,
.envy-pro-blue .entry-content .button:hover,
.envy-pro-blue .footer-widgets button:hover,
.envy-pro-blue .footer-widgets input:hover[type='button'],
.envy-pro-blue .footer-widgets input:hover[type='reset'],
.envy-pro-blue .footer-widgets input:hover[type='submit'],
.envy-pro-blue .footer-widgets .button:hover,
.envy-pro-blue .home-slider #genesis-responsive-slider .more-link:hover {
  border-color: #0c59c0;
  background: #0d5dca;
  text-shadow: 0 1px 0 #083a7d;
}

.envy-pro-blue .enews-widget input:hover[type='submit'],
.envy-pro-blue .home-slider #genesis-responsive-slider .more-link:hover {
  border-color: #0d5dca;
}

.envy-pro-blue .genesis-nav-menu>li>.sub-menu>li:first-child>a:hover::before {
  border-bottom-color: #0d5dca;
}

.envy-pro-blue .flash,
.envy-pro-blue .genesis-nav-menu .sub-menu a:hover {
  background: #0d5dca;
  text-shadow: 0 1px 0 #083a7d;
}

.envy-pro-blue a,
.envy-pro-blue .archive-pagination .active a,
.envy-pro-blue .entry-title a:hover,
.envy-pro-blue .genesis-nav-menu a:hover,
.envy-pro-blue .genesis-nav-menu .current-menu-ancestor>a,
.envy-pro-blue .genesis-nav-menu .current-menu-item>a,
.envy-pro-blue .menu-icon:hover::before,
.envy-pro-blue .search-form input[type='submit'],
.envy-pro-blue .sidebar a:hover {
  color: #0c59c0;
}

.envy-pro-blue .archive-pagination a:hover,
.envy-pro-blue .genesis-nav-menu .sub-menu a {
  color: #fff;
}

.envy-pro-blue .simple-social-icons ul li a:hover {
  color: #0c59c0 !important;
}

.envy-pro-blue input[type='search'],
.envy-pro-blue .gallery img:hover {
  border-color: #0c59c0 !important;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {

  .home-slider #genesis-responsive-slider .flex-direction-nav li a,
  .home-slider.full .page-down {
    background-image: url(images/bg_direction_nav@2x.png);
  }

  .home-slider #genesis-responsive-slider .flex-control-nav li a {
    background-image: url(images/bg_control_nav@2x.png);
  }



}

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

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

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

  .site-header .search-form {
    width: 40%;
  }

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

  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .footer-widgets-4 {
    width: 450px;
  }

  .footer-widgets-3 {
    clear: both;
  }

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

  .footer-widgets-2,
  .footer-widgets-4 {
    float: right;
  }
}

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

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

  .site-inner {
    padding-top: 40px;
  }

  .content,
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .footer-widgets-4,
  .sidebar-primary,
  .sidebar-secondary,
  .site-header .widget-area,
  .title-area {
    width: 100%;
  }

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

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

  .nav-primary,
  .nav-primary.narrow,
  .site-header .wrap,
  .site-header .wrap.narrow {
    margin: 0 auto !important;
    padding: 0;
  }

  .title-area {
    padding: 20px 0 0;
  }

  .header-image .site-title a {
    margin-bottom: 0;
    background-position: center center !important;
  }

  .site-header .widget-area {
    padding: 0 !important;
  }

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

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

  .home-featured-boxes .widget {
    clear: both;
    width: 48.1%;
    padding-left: 20px;
  }

  .home-featured-boxes .widget:nth-child(2n) {
    float: right;
    clear: none;
    margin-right: 0;
    padding-right: 20px;
  }

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

  .sidebar-primary .widget {
    padding: 0 30px 20px;
  }

  .sidebar-primary .widget li {
    margin: 4px -30px;
    padding: 10px 30px;
  }

  .footer-widgets {
    padding: 60px 0 10px;
  }

  .footer-widgets .widget {
    margin-bottom: 50px;
  }

  /* ### Genesis Responsive Slider */
  .home-slider #genesis-responsive-slider .slide-excerpt {
    width: 100%;
    text-align: center;
  }

  .home-slider #genesis-responsive-slider .slide-excerpt-border {
    padding: 20px 50px 5px;
  }

  .home-slider #genesis-responsive-slider .flex-direction-nav li a {
    margin-top: -20px;
  }

  .home-slider #genesis-responsive-slider .flex-control-nav {
    display: none;
  }

  .home-slider #genesis-responsive-slider .flash {
    display: none;
  }

  .home-slider.full #genesis-responsive-slider .slide-excerpt-border {
    padding: 20px 50px;
  }

  .home-slider.full #genesis-responsive-slider .flash {
    display: block;
  }

  .home-slider.full #genesis-responsive-slider .more-link {
    position: relative;
    top: auto;
    right: auto;
    display: inline-block;
  }
}

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

  .archive-description,
  .author-box,
  .nav-primary .wrap,
  .site-header {
    padding: 0;
  }

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

  .site-header .search-form {
    display: none;
  }

  .content .entry-title {
    padding: 0 30px;
  }

  p.entry-meta {
    padding: 0 30px;
  }

  .content .entry-content {
    padding: 0 30px;
  }

  .entry-comments {
    padding: 40px 30px;
  }

  .comment-list li {
    padding: 30px;
  }

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

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

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

  .entry-footer .entry-meta {
    padding: 32px 30px 8px;
  }

  .home-featured-boxes .widget {
    width: 100%;
    padding: 0 20px;
  }

  .sidebar-secondary .widget {
    padding: 40px 30px;
  }

  .genesis-nav-menu.responsive,
  .genesis-nav-menu>li>.sub-menu>li:first-child>a::before,
  .genesis-nav-menu.responsive>.menu-item>.sub-menu,
  .genesis-nav-menu .sub-menu .menu-item-has-children::before {
    display: none;
  }

  .genesis-nav-menu.responsive {
    background: #f7f7f7;
  }

  .genesis-nav-menu.responsive .menu-item,
  .genesis-nav-menu>.menu-item-has-children::before,
  .menu-icon {
    display: block;
    color: #111;
  }

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

  .genesis-nav-menu.responsive>li {
    border-bottom: 1px solid #fff;
  }

  .genesis-nav-menu.responsive li a,
  .genesis-nav-menu.responsive li a:hover {
    line-height: 1;
    display: block;
    margin-right: 60px;
    padding: 16px 20px;
    text-transform: none;
    background: none;
  }

  .genesis-nav-menu.responsive li a:last-child {
    padding-bottom: 20px;
  }

  .genesis-nav-menu.responsive .menu-item-has-children {
    cursor: pointer;
  }

  .genesis-nav-menu.responsive>.menu-item-has-children::before {
    font-size: 19px;
    z-index: 9999;
    padding-top: 16px;
    content: '\f107';
  }

  .genesis-nav-menu.responsive .menu-open.menu-item-has-children::before {
    content: '\f106';
  }

  .genesis-nav-menu.responsive li a:hover,
  .genesis-nav-menu .menu-item-has-children:hover::before {
    color: #c92d15;
  }

  .genesis-nav-menu.responsive .sub-menu {
    position: relative;
    left: auto;
    width: 100%;
    opacity: 1;
    background: #f7f7f7;
  }

  .genesis-nav-menu.responsive .sub-menu li a,
  .genesis-nav-menu.responsive .sub-menu li a:hover {
    position: relative;
    width: 100%;
    padding: 12px 20px;
    color: #111;
    border-top: 1px solid #fff;
    border-bottom: none;
    background: #efefef;
  }

  .genesis-nav-menu.responsive .sub-menu li a:hover {
    color: #c92d15;
    text-shadow: none;
  }

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

  .flash {
    display: none !important;
  }

  /* ### Genesis Responsive Slider */
  .home-slider #genesis-responsive-slider .flex-direction-nav {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  body.custom-background {
    background-image: none !important;
  }

  .site-container {
    padding-top: 0 !important;
  }

  .entry-comments {
    padding: 20px;
  }

  .comment-list li {
    padding: 30px 20px;
  }

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

  .sidebar-primary .widget {
    padding: 0 20px 20px;
  }

  .sidebar-primary .widget li {
    margin: 4px -20px;
    padding: 12px 20px;
  }

  .nav-primary,
  .nav-secondary,
  .site-header {
    position: relative !important;
    top: 0 !important;
  }

  .nav-primary {
    margin-top: 0 !important;
  }

  /* ### Genesis Responsive Slider */
  .home-slider #genesis-responsive-slider .slide-excerpt {
    display: none;
  }
}

@media only screen and (max-height: 1100px) {
  .home-slider.full #genesis-responsive-slider .flash {
    bottom: 520px;
  }
}

@media only screen and (max-height: 900px) {
  .home-slider.full #genesis-responsive-slider .flash {
    bottom: 320px;
  }
}

@media only screen and (max-height: 700px) {
  .home-slider.full #genesis-responsive-slider .flash {
    display: none;
  }
}

@media (max-width:992px) {
  .woocommerce-product-gallery-video {
    width: 570px
  }
}
