/*!
	Theme Name: Graphic Pro
	Theme URI: http://www.themesquare.com/themes/graphic/
	Description: Graphic Pro Grid Blog WordPress theme for Genesis Framework
	Author: ThemeSquare
	Author URI: http://www.themesquare.com/
	Version: 1.0.0
	Tags: black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
	Template: genesis
	Template Version: 2.3.0
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: graphic-pro
*/
/* # Table of Contents
- Utilities
	- Variables
	- Mixins
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Print Styles
*/
/* # Utilities
---------------------------------------------------------------------------------------------------- */
/* ## Variables
--------------------------------------------- */
/* ### Colors */
/* ### Background Colors */
/* ### Font Weights */
/* ### Font Families */
/* ## Mixins
--------------------------------------------- */
/* ### Media Queries */
/* Brand Colors */
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

progress {
  vertical-align: baseline;
}

template, [hidden] {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

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

figure {
  margin: 1em 40px;
}

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

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

optgroup {
  font-weight: bold;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

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

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

/* ## 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,
.widget::before,
.wrap::before {
  content: " ";
  display: table;
}

.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,
.widget::after,
.wrap::after {
  clear: both;
  content: " ";
  display: table;
}

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

body {
  background-color: #f1f5f6;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.625;
  margin: 0;
  /* Chrome fix */
}

@media (min-width: 860px) {
  body {
    font-size: 1.5rem;
  }
}

body > div {
  font-size: 15px;
  font-size: 1.5rem;
  direction: ltr;
  unicode-bidi: embed;
}

@media (min-width: 860px) {
  body > div {
    font-size: 1.5rem;
  }
}

/*! RTL Support */
/* @noflip */
body {
  direction: ltr;
}

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

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

a:focus, a:hover {
  color: #656565;
}

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

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

li {
  list-style-type: none;
}

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

b,
strong {
  font-weight: 700;
}

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

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

blockquote {
  margin: 40px;
}

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

fieldset {
  border: 1px solid #eee;
}

/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
  margin: 0 0 10px;
}

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

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

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

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

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

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

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

img {
  height: auto;
}

figure {
  margin: 0;
}

/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 0;
  color: #656565;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 8px 12px;
  width: 100%;
}

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

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  background-color: #ff6d3d;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 8px 16px;
  text-decoration: none;
  white-space: normal;
  width: auto;
}

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

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
  padding: 8px 16px;
}

.site-container button:disabled, .site-container button:disabled:hover, .site-container
input[type="button"]:disabled, .site-container
input[type="button"]:disabled:hover, .site-container
input[type="reset"]:disabled, .site-container
input[type="reset"]:disabled:hover, .site-container
input[type="submit"]:disabled, .site-container
input[type="submit"]:disabled:hover, .site-container
.button:disabled, .site-container
.button:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}

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

.button {
  display: inline-block;
}

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

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

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

td,
th {
  text-align: left;
}

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

th {
  font-weight: 400;
  padding: 0 6px;
}

td:first-child,
th:first-child {
  padding-left: 0;
}

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

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

.more-link {
  position: relative;
}

/* # Gallery
---------------------------------------------------------------------------------------------------- */
/* ## Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden;
}

.gallery img {
  border: medium none;
  vertical-align: middle;
  padding: 0;
}

.gallery img:focus, .gallery img:hover {
  border: medium none;
}

.gallery-item {
  float: left;
  margin: 0 0 30px;
  text-align: center;
  width: 100%;
}

@media (min-width: 860px) {
  .gallery-item {
    margin-left: 2%;
    margin-bottom: 2%;
  }
  .gallery-columns-2 .gallery-item {
    width: 49%;
  }
  .gallery-columns-3 .gallery-item {
    width: 32%;
  }
  .gallery-columns-4 .gallery-item {
    width: 23.5%;
  }
  .gallery-columns-5 .gallery-item {
    width: 18.4%;
  }
  .gallery-columns-6 .gallery-item {
    width: 15%;
  }
  .gallery-columns-7 .gallery-item {
    width: 12.57142857142857;
  }
  .gallery-columns-8 .gallery-item {
    width: 10.75%;
  }
  .gallery-columns-9 .gallery-item {
    width: 9.33333333333333%;
  }
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
  margin-left: 0;
}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */
.site-inner,
.wrap {
  margin: 0 auto;
}

@media (min-width: 860px) {
  .site-inner,
  .wrap {
    max-width: 800px;
  }
}

@media (min-width: 1023px) {
  .site-inner,
  .wrap {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .site-inner,
  .wrap {
    max-width: 1360px;
  }
}

.site-inner {
  clear: both;
  word-wrap: break-word;
  padding: 30px 30px 0;
}

@media (min-width: 860px) {
  .site-inner {
    padding: 30px 0 0;
  }
}

.wrap {
  padding: 0 30px;
}

@media (min-width: 860px) {
  .wrap {
    padding: 0;
  }
}

.landing-page .site-inner {
  max-width: 800px;
}

.template-full-width .site-inner,
.template-blank .site-inner {
  max-width: none;
  padding: 0;
}

.layout-boxed {
  background: #ddd;
}

.layout-boxed .site-container {
  background: #fff;
  max-width: 1260px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.layout-framed {
  background: #ddd;
}

.layout-framed .site-container {
  background: #fff;
  max-width: 1260px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

@media (min-width: 1023px) {
  .layout-framed .site-container {
    margin: 30px auto;
  }
}

/* ### Content */
.content {
  float: right;
  width: 100%;
}

@media (min-width: 1023px) {
  .content {
    width: 620px;
  }
}

@media (min-width: 1200px) {
  .content {
    width: 1010px;
  }
}

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

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

.single .content {
  background-color: #fff;
  padding: 30px;
}

/* ### Primary Sidebar */
.sidebar-primary {
  float: right;
  width: 100%;
  display: none;
}

@media (min-width: 1023px) {
  .sidebar-primary {
    width: 300px;
    display: inline-block;
  }
}

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

/* # Column Classes
---------------------------------------------------------------------------------------------------- */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  width: 100%;
  margin: 0;
}

@media (min-width: 860px) {
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin-left: 2.564102564102564%;
  }
}

@media (min-width: 860px) {
  .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 {
  border-radius: 50%;
  float: left;
}

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

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

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

/* ## Genesis
--------------------------------------------- */
.breadcrumb {
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1px;
  padding: 12px 30px;
}

.after-entry,
.archive-description {
  margin-bottom: 40px;
}

.author-box {
  background-color: #f1f5f6;
  margin-bottom: 30px;
  padding: 25px;
}

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

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

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

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

.post-password-form input[type="submit"] {
  margin-top: 10px;
}

.search-form input[type="submit"] {
  margin-top: 10px;
  font-family: FontAwesome;
}

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

/* ## Titles
--------------------------------------------- */
.archive-description .entry-title,
.archive-title {
  font-size: 28px;
  font-size: 2.8rem;
}

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

.entry-title {
  font-size: 28px;
  font-size: 2.8rem;
}

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

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

.widget-title {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.sidebar .widget-title {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
}

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

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

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

.gallery-caption,
.wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0;
  text-align: center;
}

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

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

/* # Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
  margin-bottom: 40px;
  word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
  margin-bottom: 0;
}

.widget ul > li {
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.widget ul > li:last-of-type {
  padding-bottom: 0;
}

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

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

.widget_calendar table {
  width: 100%;
}

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

/* ## Featured Content
--------------------------------------------- */
.featured-content .entry {
  background: none;
  padding: 0;
}

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

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

.sidebar .featured-content {
  background: #fff;
  padding: 30px 25px;
}

.sidebar .featured-content .widget-title {
  margin-bottom: 30px;
}

.sidebar .featured-content .entry {
  margin-bottom: 15px;
  padding-bottom: 15px;
}

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

.sidebar .featured-content .entry:focus, .sidebar .featured-content .entry:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sidebar .featured-content .entry .entry-header {
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sidebar .featured-content .entry .entry-title {
  font-size: 15px;
  font-size: 1.5rem;
}

.sidebar .featured-content .entry .entry-title a {
  color: #656565;
}

.sidebar .featured-content .entry .entry-title a:hover, .sidebar .featured-content .entry .entry-title a:focus {
  color: #ff6d3d;
}

.sidebar .featured-content .entry .entry-content {
  padding: 0;
  position: relative;
}

.sidebar .featured-content .entry .entry-meta {
  margin-top: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.sidebar .featured-content .entry > a img {
  vertical-align: middle;
}

@media (max-width: 860px) {
  .banner-before-header {
    display: none;
  }
}

.banner-before-header .widget {
  margin-bottom: 0;
}

#search-place-holder {
  overflow: hidden;
  width: 100%;
  display: block !important;
  margin: 0px auto;
  background: #ff6d3d;
}

#search-place-holder p {
  margin-bottom: 0;
}

#search-place-holder #search-ad {
  min-width: 972px;
  padding-left: 30px;
  margin: 0 auto;
  width: 60%;
  font-size: 13px;
  padding: 0 0 0 15px;
  display: block;
}

#search-place-holder .searchintro {
  min-width: 440px;
  width: 45.26748971193416%;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  float: left;
  line-height: 68px;
  text-align: center;
}

#search-place-holder .searchbox input {
  width: 30.8642%;
  float: left;
  border: 1px solid #cdcdd4;
  font-size: 21px;
  height: 32px;
  line-height: 30px;
  color: #ccc;
  margin-top: 18px;
  padding: 0 0 0 10px;
}

#search-place-holder .searchbtn input {
  float: right;
  outline: none;
  background: url("images/search_input_submit.png") no-repeat scroll 0 0 transparent;
  width: 90px;
  height: 40px;
  float: left;
  border: 0;
  margin: 18px 0 0 10px;
}

/** Banner before featured post */
.banner-before-featured-post {
  text-align: center;
  min-height: 90px;
}

.banner-before-featured-post .widget {
  margin-bottom: 30px;
}

.banner-after-pagination {
  background: #fff;
  padding: 25px;
  margin: 0 0 60px;
}

.banner-after-pagination::before {
  content: " ";
  display: table;
}

.banner-after-pagination::after {
  clear: both;
  content: " ";
  display: table;
}

.banner-after-pagination:hover, .banner-after-pagination:focus {
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.banner-after-pagination .widget {
  margin-bottom: 0;
}

.banner-search-page-section {
  background: #fff;
  padding: 25px;
  margin: 0 0 50px;
  text-align: center;
}

.banner-search-page-section::before {
  content: " ";
  display: table;
}

.banner-search-page-section::after {
  clear: both;
  content: " ";
  display: table;
}

.banner-search-page-section:hover, .banner-search-page-section:focus {
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.banner-search-page-section .archive-description {
  margin-bottom: 20px;
}

.banner-search-page-section .widget {
  margin-bottom: 0;
}

.banner-search-page-section .search-form {
  margin-bottom: 30px;
}

.banner-search-page-section .search-form input {
  width: 90%;
  display: inline-block;
}

.banner-search-page-section .search-form input[type="submit"] {
  width: 10%;
}

.banner-below-single-post {
  margin-top: 60px;
}

@media (max-width: 860px) {
  .banner-after-single-post-right,
  .banner-below-single-post {
    display: none;
  }
}

/* # Carousel
---------------------------------------------------------------------------------------------------- */
/*
 *  Owl Carousel - Core
 */
/* No Js */
.no-js .owl-slider-carousel {
  display: block;
}

.owl-slider-carousel {
  width: 100%;
  display: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
  /*
	 *  Owl Carousel - Animate Plugin
	 */
  /*
	 * 	Owl Carousel - Auto Height Plugin
	 */
  /*
	 * 	Owl Carousel - Lazy Load Plugin
	 */
  /*
 * 	Owl Carousel - Video Plugin
 */
  /*
	 * 	Owl Carousel - Nav
	 */
}

.owl-slider-carousel:hover .owl-nav [class*='owl-'] {
  opacity: 1;
}

.owl-slider-carousel:hover .owl-nav [class*='owl-'].disabled {
  opacity: 0.5;
}

.owl-slider-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-slider-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-slider-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-slider-carousel .owl-wrapper,
.owl-slider-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-slider-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-slider-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-slider-carousel .owl-nav.disabled,
.owl-slider-carousel .owl-dots.disabled {
  display: none;
}

.owl-slider-carousel .owl-nav .owl-prev,
.owl-slider-carousel .owl-nav .owl-next,
.owl-slider-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-slider-carousel.owl-loaded {
  display: block;
}

.owl-slider-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-slider-carousel.owl-hidden {
  opacity: 0;
}

.owl-slider-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-slider-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-slider-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.owl-slider-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-slider-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-slider-carousel .owl-animated-in {
  z-index: 0;
}

.owl-slider-carousel .owl-animated-out {
  z-index: 1;
}

.owl-slider-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-slider-carousel .owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-slider-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-slider-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.owl-slider-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-slider-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-slider-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
      -ms-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-slider-carousel .owl-video-playing .owl-video-tn,
.owl-slider-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-slider-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-slider-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-slider-carousel .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-slider-carousel .owl-nav [class*='owl-'] {
  color: #656565;
  margin: 0;
  padding: 6px 12px;
  line-height: 1;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

@media (min-width: 860px) {
  .owl-slider-carousel .owl-nav [class*='owl-'] {
    opacity: 0;
  }
}

.owl-slider-carousel .owl-nav [class*='owl-'] .fa {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1;
}

.owl-slider-carousel .owl-nav [class*='owl-']:hover {
  color: #ff6d3d;
  text-decoration: none;
}

.owl-slider-carousel .owl-nav .owl-prev {
  left: 10px;
}

.owl-slider-carousel .owl-nav .owl-next {
  right: 10px;
}

.owl-slider-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-slider-carousel .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  bottom: 5px;
  width: 100%;
  display: none;
}

@media (min-width: 600px) {
  .owl-slider-carousel .owl-dots {
    display: block;
  }
}

.owl-slider-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-slider-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #ddd;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-slider-carousel .owl-dots .owl-dot.active span, .owl-slider-carousel .owl-dots .owl-dot:hover span {
  background: #ff6d3d;
}

/* # Post Slider
---------------------------------------------------------------------------------------------------- */
/* ## Featured Post Slider
--------------------------------------------- */
.featured-post-slider .entry {
  margin-bottom: 0;
}

.featured-post-slider .entry .entry-inner {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 30px;
  text-align: left;
}

.featured-post-slider .entry .entry-title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 1.4;
  margin-bottom: 10px;
}

@media (min-width: 600px) {
  .featured-post-slider .entry .entry-title {
    font-size: 2.4rem;
  }
}

@media (min-width: 1023px) {
  .featured-post-slider .entry .entry-title {
    font-size: 3rem;
  }
}

.featured-post-slider .entry .entry-title a {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  -webkit-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.7), -10px 0 0 rgba(0, 0, 0, 0.7);
          box-shadow: 10px 0 0 rgba(0, 0, 0, 0.7), -10px 0 0 rgba(0, 0, 0, 0.7);
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.featured-post-slider .entry .entry-title a:hover {
  background-color: #ff6d3d;
  -webkit-box-shadow: 10px 0 0 #ff6d3d, -10px 0 0 #ff6d3d;
          box-shadow: 10px 0 0 #ff6d3d, -10px 0 0 #ff6d3d;
}

.featured-post-slider .entry .entry-content {
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.7), -10px 0 0 rgba(0, 0, 0, 0.7);
          box-shadow: 10px 0 0 rgba(0, 0, 0, 0.7), -10px 0 0 rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 10px 0;
}

@media (min-width: 860px) {
  .featured-post-slider .entry .entry-content {
    display: inline-block;
  }
}

.featured-post-slider .entry .entry-meta {
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.7), -10px 0 0 rgba(0, 0, 0, 0.7);
          box-shadow: 10px 0 0 rgba(0, 0, 0, 0.7), -10px 0 0 rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 2px 0;
  margin: 0 0 10px;
}

@media (min-width: 860px) {
  .featured-post-slider .entry .entry-meta {
    display: inline-block;
  }
}

.featured-post-slider .entry .entry-categories {
  display: inline-block;
}

.featured-post-slider .entry .entry-categories:before {
  font-family: FontAwesome;
  content: "\f114";
  padding: 0 8px 0 0;
}

.featured-post-slider .entry a {
  color: #fff;
}

.featured-post-slider .entry a:hover, .featured-post-slider .entry a:focus {
  color: #fff;
}

.featured-post-slider .entry .more-link {
  color: #ff6d3d;
  margin: 0 0 0 10px;
  display: inline;
}

/* ## Featured Carousel
--------------------------------------------- */
.featured-post-carousel .owl-stage-outer {
  margin: -15px;
  padding: 15px;
}

.featured-post-carousel .entry {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  height: 100%;
  position: relative;
  margin-bottom: 0;
  text-align: left;
}

.featured-post-carousel .entry:focus, .featured-post-carousel .entry:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.featured-post-carousel .entry .entry-inner {
  clear: both;
  padding: 20px;
}

.featured-post-carousel .entry .entry-title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
}

.featured-post-carousel .entry .entry-header {
  padding: 30px 0 0;
  position: relative;
}

.featured-post-carousel .entry .entry-meta {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 20px;
}

.featured-post-carousel .entry .entry-categories {
  position: absolute;
  top: 5px;
  left: 0px;
  line-height: 1;
}

.featured-post-carousel .entry .entry-categories a {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #7a7a7a;
}

.featured-post-carousel .entry .entry-categories a:hover {
  color: #ff6d3d;
}

.featured-post-carousel .owl-dots {
  bottom: -20px;
}

/* # Product Slider
---------------------------------------------------------------------------------------------------- */
/* ## Featured Product Slider
--------------------------------------------- */
.featured-product-slider {
  overflow: hidden;
}

.featured-product-slider .entry {
  margin-bottom: 0;
}

.featured-product-slider .entry .entry-inner {
  padding: 20px;
  float: left;
  width: 100%;
  text-align: left;
}

.featured-product-slider .entry .entry-thumbnail {
  float: left;
  width: 100%;
}

@media (min-width: 860px) {
  .featured-product-slider .entry .entry-thumbnail {
    float: left;
    width: 50%;
  }
  .featured-product-slider .entry .entry-inner {
    float: right;
    width: 50%;
    padding: 20px 30px;
  }
}

.featured-product-slider .entry .entry-title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
}

.featured-product-slider .entry .entry-header {
  padding: 0;
}

.featured-product-slider .entry .entry-content {
  margin-top: 15px;
  padding: 0;
}

.featured-product-slider .product-details {
  margin: 20px 0 0;
}

.featured-product-slider .product-details::before {
  content: " ";
  display: table;
}

.featured-product-slider .product-details::after {
  clear: both;
  content: " ";
  display: table;
}

.featured-product-slider .product-price {
  margin: 5px 0 15px 0;
}

.featured-product-slider .product-price .price {
  color: #ff6d3d;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
}

.featured-product-slider .product-cart {
  margin-top: 40px;
}

.featured-product-slider .product-cart .button {
  background: #ff6d3d;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  border: 1px solid #ff6d3d;
  padding: 14px 20px;
  border-radius: 2px;
}

.featured-product-slider .product-cart .button:hover, .featured-product-slider .product-cart .button:focus {
  background-color: #121212;
  border-color: #121212;
  color: #fff;
}

.featured-product-slider .product-cart .button:before {
  font-family: FontAwesome;
  font-size: 16px;
  font-size: 1.6rem;
  content: "\f07a";
  padding-right: 10px;
  line-height: 1;
  font-weight: normal;
}

.featured-product-slider .product-cart .added_to_cart {
  margin-left: 10px;
  color: #7a7a7a;
}

.featured-product-slider .owl-dots {
  bottom: -40px;
}

@media (min-width: 600px) {
  .featured-product-slider .owl-dots {
    right: 10px;
    width: auto;
    bottom: 10px;
  }
}

/* ## Featured Product Carousel
--------------------------------------------- */
.featured-product-carousel .owl-stage-outer {
  margin: -15px;
  padding: 15px;
}

.featured-product-carousel .entry {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-bottom: 0;
}

.featured-product-carousel .entry .entry-header {
  padding: 0;
}

.featured-product-carousel .entry .entry-thumbnail {
  position: relative;
  float: left;
  width: 100%;
}

.featured-product-carousel .entry .entry-inner {
  clear: both;
  padding: 20px 25px;
  text-align: left;
}

.featured-product-carousel .entry .entry-title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
}

.featured-product-carousel .entry .entry-meta {
  margin-bottom: 10px;
}

.featured-product-carousel .entry .entry-meta a {
  color: #7a7a7a;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
}

.featured-product-carousel .entry .entry-meta a:hover, .featured-product-carousel .entry .entry-meta a:focus {
  color: #ff6d3d;
}

.featured-product-carousel .product-details {
  margin: 0;
}

.featured-product-carousel .product-details::before {
  content: " ";
  display: table;
}

.featured-product-carousel .product-details::after {
  clear: both;
  content: " ";
  display: table;
}

.featured-product-carousel .product-price {
  display: block;
  margin: 10px 0;
}

.featured-product-carousel .product-price .price {
  color: #ff6d3d;
  font-weight: 600;
}

.featured-product-carousel .product-price .price del {
  color: #7a7a7a;
  display: block;
  margin-top: -12px;
}

.featured-product-carousel .product-cart {
  display: inline-block;
  margin: 10px 0 0;
}

.featured-product-carousel .product-cart .button {
  background-color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  color: #656565;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 6px 18px;
}

.featured-product-carousel .product-cart .button.added {
  display: none;
}

.featured-product-carousel .product-cart .button:hover, .featured-product-carousel .product-cart .button:focus {
  background-color: #ff6d3d;
  border-color: #ff6d3d;
  color: #fff;
}

.featured-product-carousel .product-cart .added_to_cart {
  background-color: #ff6d3d;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  border: 1px solid #ff6d3d;
  padding: 6px 12px;
  font-weight: 600;
  display: inline-block;
  border-radius: 2px;
}

.featured-product-carousel .product-cart .added_to_cart:after {
  font-family: FontAwesome;
  font-weight: 400;
  content: "\f07a";
  /*@noflip*/
  padding-left: 8px;
}

.featured-product-carousel .owl-dots {
  bottom: -20px;
}

.product-slider-link {
  margin-top: 20px;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* ## Genesis eNews Extended
--------------------------------------------- */
.sidebar .enews-widget {
  color: #fff;
}

.sidebar .enews-widget .widget-title {
  color: #fff;
  border-bottom: 0;
  padding: 0;
  text-transform: none;
  letter-spacing: 0;
}

.sidebar .enews-widget form {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.sidebar .enews-widget input {
  width: 60%;
  float: left;
  margin: 0;
  padding: 10px 16px;
  font-size: 13px;
  font-size: 1.3rem;
}

.sidebar .enews-widget input[type="submit"] {
  background-color: #ff6d3d;
  float: left;
  margin: 0;
  width: 40%;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 10px 12px;
}

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

.sidebar .widget.enews-widget {
  background-color: #27272F;
  padding: 30px 20px;
  text-align: center;
}

.enews-widget input {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 16px;
  border: 0;
}

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

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

.enews .screenread {
  left: -1000em;
}

.footer-widgets .enews-widget form {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.footer-widgets .enews-widget input {
  width: 60%;
  float: left;
  margin: 0;
  padding: 10px 16px;
}

.footer-widgets .enews-widget input[type="submit"] {
  background-color: #ff6d3d;
  float: left;
  margin: 0;
  width: 40%;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 12px 12px 10px;
}

.footer-widgets .enews-widget input[type="submit"]:hover {
  background-color: #656565;
}

/* ## Jetpack
--------------------------------------------- */
#wpstats {
  display: none;
}

/* # Social
---------------------------------------------------------------------------------------------------- */
/* ## Simple Social Icons
--------------------------------------------- */
.simple-social-icons {
  overflow: hidden;
  /* Social Icons Brand Colors*/
}

.simple-social-icons ul {
  margin: 0;
  padding: 0;
}

.simple-social-icons ul li {
  background: none;
  border: none;
  float: none;
  display: inline-block;
  list-style-type: none;
  margin: 2px;
  padding: 0;
}

.simple-social-icons ul:before {
  content: "";
  left: auto;
  padding: 0;
}

.simple-social-icons ul a {
  color: #9e9e9e;
  border: none;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  width: 1em;
}

.simple-social-icons ul a:focus {
  outline: 1px solid #ddd;
}

.simple-social-icons svg[class^="social-"],
.simple-social-icons svg[class*=" social-"] {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.sidebar .simple-social-icons .widget-title {
  border-bottom: 0;
  padding-bottom: 0;
}

.simple-social-icons .ssi-behance a:focus, .simple-social-icons .ssi-behance a:hover {
  color: #1769ff;
}

.simple-social-icons .ssi-bloglovin a:focus, .simple-social-icons .ssi-bloglovin a:hover {
  color: #000000;
}

.simple-social-icons .ssi-dribbble a:focus, .simple-social-icons .ssi-dribbble a:hover {
  color: #ea4c89;
}

.simple-social-icons .ssi-facebook a:focus, .simple-social-icons .ssi-facebook a:hover {
  color: #3b5998;
}

.simple-social-icons .ssi-flickr a:focus, .simple-social-icons .ssi-flickr a:hover {
  color: #ff0084;
}

.simple-social-icons .ssi-github a:focus, .simple-social-icons .ssi-github a:hover {
  color: #333;
}

.simple-social-icons .ssi-gplus a:focus, .simple-social-icons .ssi-gplus a:hover {
  color: #dd4b39;
}

.simple-social-icons .ssi-instagram a:focus, .simple-social-icons .ssi-instagram a:hover {
  color: #405de6;
}

.simple-social-icons .ssi-linkedin a:focus, .simple-social-icons .ssi-linkedin a:hover {
  color: #0077b5;
}

.simple-social-icons .ssi-medium a:focus, .simple-social-icons .ssi-medium a:hover {
  color: #00ab6c;
}

.simple-social-icons .ssi-periscope a:focus, .simple-social-icons .ssi-periscope a:hover {
  color: #3aa4c6;
}

.simple-social-icons .ssi-pinterest a:focus, .simple-social-icons .ssi-pinterest a:hover {
  color: #bd081c;
}

.simple-social-icons .ssi-snapchat a:focus, .simple-social-icons .ssi-snapchat a:hover {
  color: #fffc00;
}

.simple-social-icons .ssi-stumbleupon a:focus, .simple-social-icons .ssi-stumbleupon a:hover {
  color: #eb4924;
}

.simple-social-icons .ssi-tumblr a:focus, .simple-social-icons .ssi-tumblr a:hover {
  color: #1da1f2;
}

.simple-social-icons .ssi-twitter a:focus, .simple-social-icons .ssi-twitter a:hover {
  color: #1da1f2;
}

.simple-social-icons .ssi-vimeo a:focus, .simple-social-icons .ssi-vimeo a:hover {
  color: #1ab7ea;
}

.simple-social-icons .ssi-xing a:focus, .simple-social-icons .ssi-xing a:hover {
  color: #026466;
}

.simple-social-icons .ssi-youtube a:focus, .simple-social-icons .ssi-youtube a:hover {
  color: #cd201f;
}

.simple-social-icons .ssi-email a:focus, .simple-social-icons .ssi-email a:hover {
  color: #25d366;
}

.simple-social-icons .ssi-rss a:focus, .simple-social-icons .ssi-rss a:hover {
  color: #f57d00;
}

.simple-social-icons .ssi-phone a:focus, .simple-social-icons .ssi-phone a:hover {
  color: #68217a;
}

/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0;
}

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

.genesis-skip-link .skip-link-hidden {
  display: none;
  visibility: hidden;
}

@media (min-width: 860px) {
  .genesis-skip-link .skip-link-hidden {
    display: inline-block;
    visibility: visible;
  }
}

/* Display outline on focus */
:focus {
  color: #656565;
  outline: #eee solid 1px;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background-color: #27272F;
}

.header-light .site-header {
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

@media (min-width: 1023px) {
  .site-header .search-form {
    float: none;
    margin: 16px auto;
  }
}

/* ## Title Area
--------------------------------------------- */
.title-area {
  float: left;
  margin: 0;
  padding: 28px 0;
}

@media (min-width: 1023px) {
  .title-area {
    width: auto;
    margin: 0 60px 0 0;
  }
}

.header-image .title-area {
  margin: 0 auto;
  max-width: 300px;
  padding: 0;
  float: none;
}

@media (min-width: 1023px) {
  .header-image .title-area {
    float: none;
  }
}

@media (min-width: 1023px) {
  .site-header .title-area {
    text-align: center;
  }
}

.wp-custom-logo .title-area {
  padding: 16px 0;
}

.site-title {
  font-size: 30px;
  font-size: 3rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

@media (min-width: 1023px) {
  .site-title {
    text-align: left;
  }
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.header-light .site-title a,
.header-light .site-title a:focus,
.header-light .site-title a:hover {
  color: #27272F;
  text-decoration: none;
  text-transform: uppercase;
}

.header-image .site-title > a {
  background-position: center !important;
  background-size: contain !important;
  float: left;
  min-height: 80px;
  width: 100%;
}

.site-description {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #a7a7a7;
  line-height: 1.5;
  text-align: center;
}

@media (min-width: 1023px) {
  .site-description {
    text-align: left;
  }
}

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

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

/*! ## Custom Logo
--------------------------------------------- */
.wp-custom-logo .title-area {
  text-align: center;
}

@media (min-width: 1023px) {
  .wp-custom-logo .title-area {
    text-align: left;
  }
}

.wp-custom-logo .custom-logo-link {
  display: block;
}

.wp-custom-logo .custom-logo-link img {
  width: auto;
  max-height: 100%;
  margin: auto;
  vertical-align: middle;
}

/* ## Widget Area
--------------------------------------------- */
.site-header .widget-area {
  width: 100%;
  text-align: center;
  display: none;
  visibility: hidden;
}

.site-header .widget-area img {
  vertical-align: middle;
}

@media (min-width: 860px) {
  .site-header .widget-area {
    display: inline-block;
    visibility: visible;
    margin-bottom: 20px;
  }
}

@media (min-width: 1023px) {
  .site-header .widget-area {
    float: right;
    text-align: right;
    width: 620px;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .site-header .widget-area {
    width: 800px;
  }
}

@media (max-width: 400px) {
  .site-header {
    text-align: center;
  }
  .title-area {
    width: 100%;
  }
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  width: 100%;
  text-align: left;
  position: relative;
}

@media (max-width: 1200px) {
  .genesis-nav-menu {
    text-align: center;
  }
}

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

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

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

@media (max-width: 1200px) {
  .genesis-nav-menu li {
    float: none;
  }
}

.genesis-nav-menu a {
  color: #fff;
  display: block;
  padding: 40px 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Quicksand", sans-serif;
}

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

.header-light .genesis-nav-menu a {
  color: #27272F;
}

.header-light .genesis-nav-menu a:focus,
.header-light .genesis-nav-menu a:hover,
.header-light .genesis-nav-menu .current-menu-item > a,
.header-light .genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.header-light .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #ff6d3d;
}

.genesis-nav-menu > .menu-item-has-children > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 8px;
  display: inline-block;
}

.genesis-nav-menu .sub-menu {
  background-color: #27272F;
  padding: 10px 0;
  left: -9999px;
  opacity: 0;
  position: absolute;
  width: 205px;
  z-index: 99;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1200px) {
  .genesis-nav-menu .sub-menu {
    width: 100%;
  }
}

.genesis-nav-menu .sub-menu li {
  padding: 0;
}

.genesis-nav-menu .sub-menu a {
  border: 0;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 12px 20px;
  position: relative;
  width: 205px;
  word-wrap: break-word;
  text-transform: none;
}

@media (max-width: 1200px) {
  .genesis-nav-menu .sub-menu a {
    width: 100%;
  }
}

.header-light .genesis-nav-menu .sub-menu {
  background-color: #fff;
}

.genesis-nav-menu .sub-menu > .menu-item-has-children > a:after {
  content: "\f105";
  font-family: FontAwesome;
  float: right;
  padding-left: 8px;
  display: inline-block;
}

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

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

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

.genesis-nav-menu > .right {
  float: right;
}

@media (min-width: 1200px) {
  .genesis-nav-menu .menu-woo-cart a {
    position: relative;
  }
  .genesis-nav-menu .menu-woo-cart a.cart-not-empty {
    padding-right: 35px;
  }
}

.genesis-nav-menu .menu-woo-cart a:before {
  content: "\f07a";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 5px;
  text-rendering: auto;
}

.genesis-nav-menu .menu-woo-cart a .cart-quantity {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-color: #ff6d3d;
  color: #000;
  display: inline-block;
  text-align: center;
  margin-left: 5px;
}

@media (min-width: 1200px) {
  .genesis-nav-menu .menu-woo-cart a .cart-quantity {
    width: 28px;
    height: 28px;
    line-height: 28px;
    position: absolute;
    right: 0;
    top: 32px;
  }
}

.genesis-nav-menu .menu-search a:before {
  content: "\f002";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 0px;
  text-rendering: auto;
}

.genesis-nav-menu .menu-search .search-form {
  background: #fff;
  display: none;
  position: absolute;
  z-index: 10;
  margin: 0;
  padding: 5px 10px;
  width: auto;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.genesis-nav-menu .menu-search .search-form input {
  width: 80%;
  float: left;
  margin: 0;
  padding: 10px 12px;
  font-size: 13px;
  font-size: 1.3rem;
}

.genesis-nav-menu .menu-search .search-form input[type="submit"] {
  font-family: FontAwesome;
  background-color: #ff6d3d;
  float: left;
  margin: 0;
  width: 20%;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  margin-left: -1px;
  padding: 13px 12px 14px;
}

.genesis-nav-menu .menu-search .search-form input[type="submit"]:hover {
  background-color: #656565;
}

/* ## Accessible Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static;
}

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

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

@media (max-width: 1200px) {
  .menu-toggle,
  .sub-menu-toggle {
    background-color: transparent;
    border-width: 0;
    color: #fff;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    visibility: visible;
  }
  .menu-toggle:hover, .menu-toggle:focus,
  .sub-menu-toggle:hover,
  .sub-menu-toggle:focus {
    background-color: transparent;
    border-width: 0;
    color: #ff6d3d;
  }
  .menu-toggle {
    background-color: #000;
    color: #fff;
    line-height: 22px;
    position: relative;
    display: inline-block;
    float: right;
    z-index: 1000;
    text-transform: uppercase;
    margin: 24px auto;
    border-radius: 3px;
  }
  .menu-toggle:hover, .menu-toggle:focus {
    background-color: #000;
  }
  .menu-toggle::before {
    content: "\f0c9";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 0px;
    text-rendering: auto;
  }
  .sub-menu-toggle {
    float: right;
    padding: 13px 10px;
    position: absolute;
    right: 1px;
    top: 1px;
    z-index: 100;
  }
  .sub-menu .sub-menu-toggle {
    padding: 12px 10px;
  }
  .sub-menu-toggle::before {
    color: #fff;
    content: "\f107";
    font-family: FontAwesome;
    display: inline-block;
    text-rendering: auto;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
  }
  .sub-menu-toggle.activated::before {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .genesis-responsive-menu {
    display: none;
    position: relative;
    clear: both;
  }
  .genesis-responsive-menu .wrap {
    padding: 0;
  }
  .genesis-responsive-menu .genesis-nav-menu {
    margin-left: 0;
  }
  .genesis-responsive-menu .genesis-nav-menu .menu-item {
    padding: 0;
    display: block;
    float: none;
    position: relative;
    text-align: left;
  }
  .genesis-responsive-menu .genesis-nav-menu .menu-item:focus, .genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
    position: relative;
  }
  .genesis-responsive-menu .genesis-nav-menu .menu-item a {
    border: none;
    color: #fff;
    margin-bottom: 1px;
    padding: 12px 20px;
    width: 100%;
  }
  .genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
  .genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
    left: 0;
    margin-left: 0;
  }
  .genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
    content: none;
  }
  .genesis-responsive-menu .genesis-nav-menu .sub-menu {
    background: transparent;
    border: none;
    clear: both;
    display: none;
    margin: 0;
    opacity: 1;
    padding: 0 0 0 35px;
    position: static;
    width: 100%;
  }
  .genesis-responsive-menu .genesis-nav-menu .sub-menu > .menu-item-has-children > a::after {
    content: none;
  }
  .genesis-responsive-menu .genesis-nav-menu .sub-menu a {
    background: transparent;
    padding: 12px 0;
  }
  .genesis-responsive-menu .genesis-nav-menu .sub-menu a::before {
    content: "-";
    display: inline-block;
    margin-right: 10px;
    text-rendering: auto;
  }
  .genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
    margin: 0;
    padding: 0 0 0 20px;
  }
  .header-light .genesis-nav-menu .sub-menu {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header-light .genesis-responsive-menu .genesis-nav-menu .menu-item a {
    color: #000;
  }
  .header-light .sub-menu-toggle::before {
    color: #000;
  }
  .nav-primary,
  .nav-secondary {
    display: none;
  }
}

/* ## Before Header Navigation
--------------------------------------------- */
@media (min-width: 1200px) {
  .nav-primary {
    display: inline-block;
    float: left;
  }
}

@media (min-width: 1200px) {
  .nav-secondary {
    display: inline-block;
    float: right;
  }
}

/* ## Mega Menu in two 2 columns
--------------------------------------------- */
@media (min-width: 1200px) {
  .gf-mega-menu > .sub-menu {
    width: 410px;
  }
  .gf-mega-menu > .sub-menu .menu-item:nth-child(odd) {
    float: left;
  }
  .gf-mega-menu > .sub-menu .menu-item:nth-child(even) {
    float: right;
  }
}

.genesis-nav-menu .menu-search,
.genesis-nav-menu .menu-woo-cart {
  font-size: 18px;
}

.genesis-nav-menu .menu-search a,
.genesis-nav-menu .menu-woo-cart a {
  padding: 38px 10px;
}

@media (max-width: 400px) {
  .menu-toggle {
    float: none;
    margin-top: 0;
    margin-bottom: 30px;
  }
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */
/* ## Entries
--------------------------------------------- */
.entry {
  background-color: #fff;
  margin-bottom: 40px;
}

.entry > a img {
  vertical-align: middle;
}

.entry .entry-header {
  padding: 25px 25px 15px;
  position: relative;
}

.entry .entry-title {
  font-size: 18px;
  font-size: 1.8rem;
}

@media (min-width: 860px) {
  .entry .entry-title {
    font-size: 1.8rem;
  }
}

@media (min-width: 1023px) {
  .single .entry .entry-title {
    font-size: 2.8rem;
  }
}

.entry .entry-content {
  padding: 0 25px 20px;
}

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

.entry.teaser .entry-header {
  display: inline-block;
}

.entry.feature {
  padding: 30px;
  position: relative;
}

.entry.feature > a img {
  margin-right: 0px;
}

.entry.feature .entry-header {
  padding: 20px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.entry.feature .entry-content {
  padding: 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.single .entry:focus, .single .entry:hover {
  -webkit-box-shadow: none;
          box-shadow: 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: disc;
}

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

.entry-content code {
  background-color: #656565;
  color: #eee;
}

/* ## Entry Meta
--------------------------------------------- */
.entry-meta {
  font-size: 13px;
  font-size: 1.3rem;
  color: #656565;
  margin: 15px 0 0;
  text-transform: uppercase;
}

.entry-categories,
.entry-tags,
.entry-time,
.entry-author,
.entry-comments-link,
.post-edit-link {
  display: inline-block;
  margin-right: 10px;
}

.entry-categories:after {
  content: "|";
  padding: 0 0 0 8px;
  display: inline-block;
}

.entry-categories a {
  color: #656565;
}

.entry-categories a:hover, .entry-categories a:focus {
  color: #ff6d3d;
}

.read-more-link {
  font-size: 13px;
  font-size: 1.3rem;
  display: block;
  margin-top: 20px;
  text-transform: uppercase;
}

.read-more-link a {
  color: #656565;
}

.read-more-link a:hover, .read-more-link a:focus {
  color: #ff6d3d;
}

.read-more-link a:after {
  font-family: FontAwesome;
  font-size: 16px;
  font-size: 1.6rem;
  content: "\f105";
  padding: 0 0 0 15px;
  display: inline-block;
}

.download-section {
  margin: 0 auto  80px;
  text-align: center;
  padding: 0;
  clear: both;
  color: #999;
}

.download-page-widgets {
  margin: 50px 0;
}

.banner-downloads-page {
  margin: 20px auto;
  text-align: center;
  padding: 0;
  clear: both;
}

/* # Pagination
---------------------------------------------------------------------------------------------------- */
/* ## Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 5% auto;
}

@media (min-width: 860px) {
  .pagination {
    margin: 40px 0;
    text-align: center;
  }
}

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

.archive-pagination li {
  display: inline-block;
  margin-right: 5px;
}

.archive-pagination a {
  background-color: #fff;
  color: #656565;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  border: 1px solid #eee;
  padding: 6px 12px;
  text-decoration: none;
  margin-bottom: 9px;
}

@media (min-width: 860px) {
  .archive-pagination a {
    margin-bottom: 0;
  }
}

.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a {
  background-color: #ff6d3d;
  border-color: #ff6d3d;
  color: #fff;
}

/* # Related Content
---------------------------------------------------------------------------------------------------- */
/* ## Related Content
--------------------------------------------- */
.related-content {
  margin: 0 0 10px;
  float: left;
  width: 100%;
}

.related-content::before {
  content: " ";
  display: table;
}

.related-content::after {
  clear: both;
  content: " ";
  display: table;
}

.related-content h3 {
  margin-bottom: 30px;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}

.related-content .entry {
  margin-bottom: 30px;
  position: relative;
}

.related-content .entry-thumbnail img {
  vertical-align: middle;
  width: 100%;
}

.related-content .entry-inner {
  padding: 20px 0;
  position: relative;
}

.related-content .entry-title {
  font-size: 16px;
  font-size: 1.6rem;
}

.related-content .entry-header {
  padding: 0;
}

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

.related-content .entry-meta {
  margin-top: 15px 0 0;
}

.single .related-content .entry-title {
  font-size: 18px;
  font-size: 18px;
  font-size: 1.8rem;
}

/* # Comments
---------------------------------------------------------------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 40px;
  padding: 0;
  clear: both;
}

.entry-comments h3 {
  margin-bottom: 30px;
  font-size: 20px;
  font-size: 2rem;
}

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

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

.comment-list li article {
  background: #fff;
  margin: 0;
  padding: 10px 20px;
  position: relative;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

@media (min-width: 860px) {
  .comment-list li article {
    margin: 0 0 0 80px;
  }
}

.comment-list li li {
  margin-left: 80px;
}

.comment-header {
  margin-bottom: 10px;
}

.comment-header p {
  margin-bottom: 0;
}

@media (min-width: 860px) {
  .comment-header .avatar {
    left: -80px;
    border-radius: 50%;
    margin: 0;
    position: absolute;
    top: 0;
  }
}

.comment-header .comment-time {
  font-size: 15px;
  font-size: 1.5rem;
}

.comment-content {
  clear: both;
}

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

.comment-content p:last-child {
  margin-bottom: 10px;
}

.comment-respond h3 {
  margin-bottom: 30px;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}

.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-pings .reply {
  display: none;
}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 30px;
}

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

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #121212;
  color: #a7a7a7;
  clear: both;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 80px 0 40px;
}

.footer-widgets a {
  color: #a7a7a7;
}

.footer-widgets a:hover {
  color: #ff6d3d;
}

.footer-widgets ul li {
  padding-bottom: 0;
  margin-bottom: 5px;
}

.footer-widgets ul li a {
  text-decoration: none;
}

.footer-widgets .widget-title {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
  float: left;
  margin-bottom: 40px;
}

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

@media (min-width: 860px) {
  .footer-widgets-1 {
    width: 50%;
  }
}

@media (min-width: 1023px) {
  .footer-widgets-1 {
    width: 25%;
  }
}

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

@media (min-width: 860px) {
  .footer-widgets-2 {
    width: 45%;
    margin-left: 5%;
  }
}

@media (min-width: 1023px) {
  .footer-widgets-2 {
    width: 15%;
    margin-left: 5%;
  }
}

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

@media (min-width: 860px) {
  .footer-widgets-3 {
    width: 50%;
  }
}

@media (min-width: 1023px) {
  .footer-widgets-3 {
    width: 15%;
    margin-left: 5%;
  }
}

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

@media (min-width: 860px) {
  .footer-widgets-4 {
    width: 45%;
    margin-left: 5%;
  }
}

@media (min-width: 1023px) {
  .footer-widgets-4 {
    width: 30%;
    margin-left: 5%;
  }
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: #000;
  color: #f1f5f6;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 20px 0;
  text-align: left;
}

.site-footer a {
  color: #f1f5f6;
}

.site-footer a:hover, .site-footer a:focus {
  color: #fff;
}

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

.site-footer .wrap > p {
  display: inline-block;
}

.site-footer .footer-social-icons {
  display: inline-block;
  float: left;
}

@media (min-width: 1023px) {
  .site-footer .footer-social-icons {
    float: right;
    margin-right: 20px;
  }
}

.site-footer .footer-social-icons .widget {
  margin-bottom: 0;
}

/* # Scroll to Top
---------------------------------------------------------------------------------------------------- */
.scroll-up {
  position: relative;
}

.scroll-up button {
  background: #121212;
  color: #fff;
  position: fixed;
  display: none;
  right: 20px;
  bottom: 22px;
  line-height: 1;
  z-index: 10;
  padding: 8px 12px;
  font-size: 20px;
  font-size: 2rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.scroll-up button:before {
  content: "\f106";
  font-family: "FontAwesome";
  font-size: 20px;
  font-size: 2rem;
}

.scroll-up button:hover, .scroll-up button:focus {
  background: #ff6d3d;
}

.layout-framed .scroll-up button {
  bottom: 30px;
}

/* # Front Page
---------------------------------------------------------------------------------------------------- */
.front-page-banner .widget .widget-title,
.front-page-shop .widget .widget-title {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 25px;
}

.front-page-banner {
  text-align: center;
}

.front-page-banner > .wrap {
  padding: 0;
}

.front-page-banner .widget {
  background-color: #fff;
  padding: 40px;
}

.front-page-shop {
  padding: 0;
  margin-bottom: 0px;
  position: relative;
}

.front-page-shop > .wrap {
  position: relative;
}

.front-page-shop .widget {
  background-color: #fff;
  padding: 40px;
}

.front-page-shop .owl-nav [class*='owl-'] {
  opacity: 1;
}

@media (min-width: 1340px) {
  .front-page-shop .owl-nav .owl-prev {
    position: absolute;
    left: -85px;
  }
  .front-page-shop .owl-nav .owl-next {
    position: absolute;
    right: -85px;
  }
  .front-page-shop .owl-nav [class*='owl-'] {
    background: transparent;
    margin-top: -30px;
    color: #656565;
    -webkit-transition: none;
    transition: none;
  }
  .front-page-shop .owl-nav [class*='owl-'].disabled:hover {
    background: transparent;
  }
  .front-page-shop .owl-nav [class*='owl-']:hover, .front-page-shop .owl-nav [class*='owl-']:focus {
    background: transparent;
    color: #ff6d3d;
  }
  .front-page-shop .owl-nav [class*='owl-'] .fa {
    font-size: 2.4rem;
  }
}

@media (min-width: 860px) {
  .front-page-shop .product-slider-link {
    margin: 0 0 10px;
    position: absolute;
    top: 40px;
    right: 40px;
    text-transform: uppercase;
    font-size: 1.3rem;
  }
}

.front-page-shop .product-slider-link:after {
  font-family: FontAwesome;
  content: '\f105';
  /*@noflip*/
  padding: 0 0 0 8px;
}

@media (min-width: 460px) and (max-width: 860px) {
  .teaser.one-third {
    width: 48.717948717948715%;
    margin-left: 2.564102564102564%;
    float: left;
    clear: none;
  }
  .teaser.one-third:nth-of-type(2n+2) {
    margin-left: 0;
    clear: both;
  }
}

@media (max-width: 1023px) {
  .entry.feature .entry-header {
    padding: 20px 30px 0 30px !important;
  }
  .entry.feature .entry-meta {
    margin-top: 0;
  }
  .entry.feature .entry-content {
    padding: 0 30px 20px;
  }
  .entry.feature img {
    width: 100%;
  }
}

@media (max-width: 860px) {
  .teaser.one-third img {
    width: 100%;
  }
  .banner-before-featured-post {
    display: none;
  }
}

/* # Shop
---------------------------------------------------------------------------------------------------- */
.shop-enews {
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}

.header-light .shop-enews {
  background-color: #27272F;
}

.shop-enews .enews-widget {
  margin-bottom: 0;
  padding: 30px 0;
}

.shop-enews .enews-widget .widget-title {
  float: left;
  width: 60%;
  margin-bottom: 0;
  font-size: 30px;
  font-size: 3rem;
}

.shop-enews .enews-widget .enews > p {
  float: left;
  width: 60%;
  margin-bottom: 0;
}

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

.header-light .shop-enews .enews-widget .enews > p {
  color: #fff;
}

.shop-enews .enews-widget form {
  display: inline-block;
  float: right;
  width: 40%;
  margin-top: -27px;
}

.shop-enews .enews-widget input {
  width: 60%;
  float: left;
  margin: 0;
  padding: 10px 16px;
  font-size: 13px;
  font-size: 1.3rem;
  border: 1px solid #eee;
}

.shop-enews .enews-widget input[type="submit"] {
  background-color: #ff6d3d;
  float: left;
  margin: 0;
  width: 40%;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 11px 12px;
  border: 0;
}

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

.shop-slider .widget-title {
  font-size: 24px;
  font-size: 2.4rem;
}

.shop-slider .featured-product-slider {
  background-color: #fff;
  padding: 40px;
}

.shop-slider .featured-product-slider .entry.product {
  padding: 0;
}

.shop-slider .featured-product-slider .owl-dots {
  bottom: 30px;
  right: 30px;
}

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