/*!
Theme Name: Leah Pro
Theme URI: https://wpshed.com/themes/leah/
Author: WPshed
Author URI: https://wpshed.com/
Description: Leah Pro is a theme created for WordPress. For setup instructions please go to <a href="https://wpshed.com/themes/leah/">https://wpshed.com/themes/leah/</a>
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: leah

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Leah Pro is based on Underscores http://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/

*/
/*--------------------------------------------------------------
# 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,
menu,
nav,
section,
summary {
  display: block;
}

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 34px;
  background-color: #ffffff;
}

a {
  color: #16a085;
  text-decoration: none;
}
a:hover {
  color: #34495e;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", Helvetica, Arial, sans-serif;
  color: #34495e;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 24px;
}

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

h2 {
  font-size: 28px;
  font-size: 2.8rem;
}

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

h4 {
  font-size: 22px;
  font-size: 2.2rem;
}

h5 {
  font-size: 19px;
  font-size: 1.9rem;
}

h6 {
  font-size: 15px;
  font-size: 1.5rem;
}

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

small {
  font-size: 85%;
}

mark {
  background-color: #fcf8e3;
  padding: .2em;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #d6d7d9;
}

blockquote {
  padding: 24px 40px;
  margin-bottom: 24px;
  font-family: Georgia, serif;
  font-style: italic;
  color: #999999;
  border-left: 10px solid #ddd;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

blockquote cite {
  display: block;
  margin-top: 10px;
  text-align: right;
  color: #aaa;
}

address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #333333;
  background-color: #f1f1f1;
  border-radius: 3px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #cccccc;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f7f7f7;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
*,
input[type="search"],
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a:focus {
  outline: none;
}

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

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #aeb0b5;
}

[role="button"] {
  cursor: pointer;
}

::-moz-selection {
  background-color: #323a45;
  color: #fff;
}

::selection {
  background-color: #323a45;
  color: #fff;
}

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

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

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

img {
  height: auto;
}

.featured-content img,
.gallery img {
  width: auto;
  /* IE8 */
}

textarea {
  max-width: 100%;
}

.centered {
  text-align: center;
}

.centered img {
  margin-left: auto;
  margin-right: auto;
}

.required {
  color: red;
}

/* Body Fade In Effect
--------------------------------------------- */
body {
  -webkit-animation: fadein 0.5s;
  -moz-animation: fadein 0.5s;
  -ms-animation: fadein 0.5s;
  -o-animation: fadein 0.5s;
  animation: fadein 0.5s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Content Boxes
--------------------------------------------- */
.content-box {
  margin-bottom: 30px;
  overflow: hidden;
  padding: 30px;
}
.content-box p:last-child, .content-box ul:last-child, .content-box ol:last-child {
  margin-bottom: 0;
}

.cb-blue {
  background-color: #d8ecf7;
  border: 1px solid #afcde3;
}

.cb-gray {
  background-color: #f7f7f7;
  border: 1px solid #f4f4f4;
}

.cb-green {
  background-color: #d9edc2;
  border: 1px solid #b2ce96;
}

.cb-purple {
  background-color: #e2e2f9;
  border: 1px solid #bebde9;
}

.cb-red {
  background-color: #f9dbdb;
  border: 1px solid #e9b3b3;
}

.cb-gold {
  background-color: #fef5c4;
  border: 1px solid #fadf98;
}

.inline-icon.genericon {
  font-size: inherit;
  line-height: inherit;
}

/* Divider
--------------------------------------------- */
.divider {
  border-bottom: 1px solid #ddd;
  clear: both;
  width: 70%;
  margin: auto;
  margin-bottom: 50px;
  padding-top: 30px;
  position: relative;
}
.divider .divider-inside {
  width: 8px;
  height: 8px;
  position: absolute;
  left: 50%;
  border: 2px solid #ddd;
  background-color: #fff;
  margin-left: -4px;
  margin-top: -4px;
  border-radius: 4px;
}

/* Fadeup Effect
--------------------------------------------- */
.fade-up {
  opacity: 0;
  overflow: hidden;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/*--------------------------------------------------------------
## Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #ecf0f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #323a45;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*--------------------------------------------------------------
## Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
## Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.wrap:before,
.wrap:after,
.container:before,
.container:after,
.site-container:before,
.site-container:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.footer-sidebar:before,
.footer-sidebar:after,
.nav-links:before,
.nav-links:after,
.post-thumbnail:before,
.post-thumbnail:after {
  content: "";
  display: table;
}

.clear:after,
.wrap:after,
.container:after,
.site-container:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.footer-sidebar:after,
.nav-links:after,
.post-thumbnail:after {
  clear: both;
}

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

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.content-area ol,
.content-area ul {
  margin-bottom: 24px;
  margin-left: 30px;
}
.content-area ol li {
  list-style-type: decimal;
}
.content-area ul li {
  list-style-type: square;
}
.content-area ul ul,
.content-area ol ul,
.content-area ul ol,
.content-area ol ol {
  margin-bottom: 0;
}

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

tbody,
th {
  border-bottom: 1px solid #d6d7d9;
}

th,
td {
  text-align: left;
}

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

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

/*--------------------------------------------------------------
## Grid
--------------------------------------------------------------*/
.container,
.wrap,
html .wte-wrap,
.site-content {
  max-width: 95%;
  margin: auto;
}

@media (min-width: 768px) {
  .container,
  .wrap,
  html .wte-wrap,
  .site-content {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container,
  .wrap,
  html .wte-wrap,
  .site-content {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container,
  .wrap,
  html .wte-wrap,
  .site-content {
    max-width: 1200px;
  }
}
.container-fluid,
.wrap-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

@media (min-width: 992px) {
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .two-fourths,
  .two-sixths,
  .two-thirds,
  .three-fourths,
  .three-sixths,
  .four-sixths,
  .five-sixths {
    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;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.edd-add-to-cart.text,
.edd_go_to_checkout.text,
#edd-purchase-button,
body .edd-submit.button {
  background-color: #16a085;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  padding: 5px 25px;
  font-size: 15px;
  font-size: 1.5rem;
  border: none;
  width: auto;
  font-weight: normal;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
  border-radius: 0;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
.edd-add-to-cart.text:hover,
.edd_go_to_checkout.text:hover,
#edd-purchase-button:hover,
body .edd-submit.button:hover {
  background-color: #16a085;
  color: #fff;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.4);
}

.button,
a.button {
  display: inline-block;
  text-decoration: none;
  width: auto;
  color: #fff;
}
.button:hover,
a.button:hover {
  color: #fff;
}

.edd-add-to-cart.text,
.edd_go_to_checkout.text,
#edd-purchase-button,
body .edd-submit.button {
  padding: 15px 40px;
}

.button.small {
  padding: 0 15px;
  font-size: 12px;
  font-size: 1.2rem;
}
.button.large {
  padding: 8px 30px;
}
.button.extra-large {
  padding: 15px 40px;
  font-size: 17px;
  font-size: 1.7rem;
}
.button.red {
  background-color: #981b1e;
}
.button.blue {
  background-color: #205493;
}
.button.green {
  background-color: #2e8540;
}
.button.gold {
  background-color: #fdb81e;
}
.button.gray {
  background-color: #5b616b;
}
.button.black {
  background-color: #000000;
}
.button.outline {
  background-color: transparent;
  box-shadow: none;
  color: #16a085 !important;
  border: 2px solid #16a085;
  text-shadow: none;
}
.button.outline.red {
  color: #981b1e !important;
  border-color: #981b1e;
}
.button.outline.blue {
  color: #205493 !important;
  border-color: #205493;
}
.button.outline.green {
  color: #2e8540 !important;
  border-color: #2e8540;
}
.button.outline.black {
  color: #000000 !important;
  border-color: #000000;
}
.button.outline.white {
  color: #ffffff !important;
  border-color: #ffffff;
}

input,
select,
textarea {
  background-color: #ffffff;
  border: 1px solid #d6d7d9;
  color: #333333;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 7px 10px;
  width: 100%;
}

input:focus,
textarea:focus {
  border-color: #aeb0b5;
  outline: none;
}

.search-form {
  overflow: hidden;
  width: 100%;
}

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

.hentry input,
.hentry select,
.hentry textarea {
  margin-bottom: 24px;
}

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

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

/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/
.site-container {
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
  background-color: #fff;
}

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

body.page-template-template-front-page .site-content {
  max-width: 100%;
  padding: 0;
}

.content-area,
.sidebar {
  margin-left: auto;
  margin-right: auto;
  width: 95%;
}

@media (min-width: 768px) {
  .site-container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .site-container {
    max-width: 100%;
  }

  .site-content {
    padding: 60px 0;
  }

  .content-area {
    width: 610px;
    float: left;
  }

  .sidebar {
    width: 300px;
    float: right;
  }

  body.page-template-template-no-sidebar .content-area,
  body.post-template-template-no-sidebar .content-area,
  body.single-portfolio .content-area,
  body.woocommerce .content-area {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  body.post-type-archive-portfolio .content-area,
  body.page-template-template-full-width .content-area,
  body.post-template-template-full-width .content-area,
  body.page-template-template-front-page .content-area {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .site-container {
    max-width: 100%;
  }

  .content-area {
    width: 840px;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
  padding: 15px 0;
  background-color: #f7f7f7;
  width: 100%;
  position: fixed;
  z-index: 9999;
  border-bottom: 1px solid #f4f4f4;
}

@media (min-width: 768px) {
  .site-header {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .site-header {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .site-header {
    width: 100%;
  }
}
.site-content {
  margin-top: 90px;
}

.site-branding {
  float: left;
}

.site-title {
  font-family: "Nunito", Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0;
  line-height: 60px;
}

.site-title a,
.site-title a:hover {
  color: #34495e;
  text-decoration: none;
}

.wp-custom-logo .site-title,
.site-description {
  display: none;
  visibility: hidden;
}

.custom-logo {
  height: 60px;
  max-height: 60px;
  width: auto;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* Site Navigation
--------------------------------------------- */
.nav-menu {
  clear: both;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: bold;
  display: none;
  line-height: 60px;
}
.nav-menu .menu-item {
  display: inline-block;
  text-align: left;
}
.nav-menu a {
  display: block;
  padding: 0 10px;
  position: relative;
  text-decoration: none;
  color: #34495e;
}
.nav-menu > li:hover a, .nav-menu a:hover, .nav-menu .current-menu-item > a {
  color: #16a085;
}
.nav-menu li.highlight > a,
.nav-menu li.highlighted > a {
  line-height: 34px;
  border: 1px solid #d6d7d9;
  border-radius: 3px;
}
.nav-menu .sub-menu {
  left: -9999px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 200px;
  z-index: 99;
  font-weight: normal;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.6);
  line-height: 20px;
}
.nav-menu .sub-menu .sub-menu {
  margin: -60px 0 0 200px;
}
.nav-menu .sub-menu .sub-menu:before {
  border: none;
}
.nav-menu .sub-menu:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-bottom-color: #333;
  border-width: 10px;
  margin-left: -10px;
}
.nav-menu > li:hover .sub-menu a,
.nav-menu .sub-menu a {
  position: relative;
  width: 200px;
  padding: 20px 15px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
  color: #ddd;
  background-color: #333;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
  text-transform: none;
}
.nav-menu > li:hover .sub-menu a:hover,
.nav-menu .sub-menu a:hover {
  background-color: #000;
  color: #fff;
}
.nav-menu .menu-item:hover {
  position: static;
}
.nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}

.menu-toggle {
  display: block;
  text-align: center;
  line-height: 60px;
}
.menu-toggle a {
  color: #34495e;
}
.menu-toggle a:hover {
  color: #16a085;
}

@media (min-width: 992px) {
  .menu-toggle {
    display: none;
  }

  .nav-menu {
    display: block;
  }
}
 /* Mobile navigation
--------------------------------------------- */
.mobile-navigation {
  height: 100%;
  width: 0;
  /* 0px */
  background: #333;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: auto;
  box-shadow: 3px 0 7px rgba(0, 0, 0, 0.55);
  line-height: 50px;
  z-index: 99999;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.mobile-navigation.open {
  width: 250px;
}
.mobile-navigation ul {
  z-index: 2;
  overflow-y: auto;
  overflow-x: hidden;
}
.mobile-navigation ul li {
  display: block;
}
.mobile-navigation ul li a {
  display: block;
  padding: 0 20px;
  color: #ddd;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  text-decoration: none;
  border-bottom: 1px solid #2c2c2c;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal;
}
.mobile-navigation ul li a:hover {
  color: #fff;
  background: #000;
}
.mobile-navigation .mobile-menu-close {
  display: block;
  text-align: right;
  cursor: pointer;
  color: #fff;
  line-height: 50px;
  font-size: 30px;
  border-bottom: 1px solid #2c2c2c;
  padding-right: 10px;
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99998;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}
.mobile-menu-overlay.open {
  display: block;
}

/* Header Navigation
--------------------------------------------- */
.site-header .main-navigation {
  float: right;
}

/* Footer Navigation
--------------------------------------------- */
.site-footer .nav-menu a {
  color: #aeb0b5;
}
.site-footer .nav-menu > li:hover a, .site-footer .nav-menu a:hover, .site-footer .nav-menu .current-menu-item > a {
  color: #aeb0b5;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.hentry {
  border-bottom: 5px solid #f1f1f1;
  margin: 0 0 80px;
  padding: 0 0 10px;
  position: relative;
}

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

.site-main .hentry:last-of-type {
  border-bottom: 0;
}

.sticky {
  display: block;
}

.entry-header {
  margin-bottom: 15px;
}

.entry-title {
  clear: both;
  line-height: 1;
  margin-bottom: 24px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}
.entry-title a {
  color: #34495e;
}
.entry-title a:hover {
  color: #16a085;
}

@media (min-width: 992px) {
  .entry-title {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
body.page-template-template-no-sidebar .entry-header,
body.post-template-template-no-sidebar .entry-header {
  text-align: center;
}

.page-title {
  font-size: 18px;
  font-size: 1.8rem;
  padding-bottom: 24px;
  color: #bdc3c7;
}

.taxonomy-description {
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #ecf0f1;
  padding: 30px;
  margin-bottom: 24px;
}
.taxonomy-description p:last-child {
  margin-bottom: 0;
}

.more-link {
  display: block;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: 1px;
}
.more-link a {
  display: inline-block;
  padding: 0 10px;
  border: 2px solid #f1f1f1;
  border-radius: 3px;
}
.more-link a:hover {
  border-color: #16a085;
}

.entry-meta,
.entry-footer {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  color: #bdc3c7;
  clear: both;
}
.entry-meta a,
.entry-footer a {
  color: #bdc3c7 !important;
}
.entry-meta a:hover,
.entry-footer a:hover {
  color: #bdc3c7 !important;
  text-decoration: underline;
}

.entry-meta {
  line-height: 20px;
}
.entry-meta .edit-link {
  padding-left: 10px;
}

.entry-footer {
  padding-bottom: 10px;
}
.entry-footer .cat-links,
.entry-footer .comments-link {
  padding-right: 10px;
}
.entry-footer .tags-links {
  display: block;
  line-height: 22px;
}
.entry-footer .tags-links a {
  display: inline-block;
  padding: 0 10px;
  border: 1px solid #f1f1f1;
  margin: 5px 10px 5px 0;
  border-radius: 3px;
}
.entry-footer .tags-links a:hover {
  border-color: #16a085;
  text-decoration: none;
}

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

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

.page-links {
  clear: both;
  margin: 0 0 20px;
}
.page-links a {
  display: inline-block;
  padding: 1px 10px;
  border: 1px solid #d6d7d9;
  color: #333333;
  background-color: #fff;
}
.page-links a:hover {
  text-decoration: none;
  background-color: #f1f1f1 !important;
}

.nav-links {
  clear: both;
  border-top: 2px solid #f1f1f1;
  border-bottom: 2px solid #f1f1f1;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 50px;
}
.nav-links a, .nav-links a:hover {
  text-decoration: none;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.nav-links a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav-links .nav-previous {
  float: left;
}
.nav-links .nav-next {
  float: right;
}
.nav-links .page-numbers {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 5px;
  font-weight: normal;
}

.post-thumbnail {
  display: block;
  overflow: hidden;
  margin: 20px 0 10px;
}
.post-thumbnail img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.author-info {
  clear: both;
  margin: 40px 0;
  padding: 24px;
  background-color: #f7f7f7;
}
.author-info .author-avatar {
  float: left;
  margin-right: 20px;
}
.author-info .author-title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.author-info .author-bio {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}
.author-info p:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* Portfolio CPT
--------------------------------------------- */
body.post-type-archive-portfolio .content-area {
  text-align: center;
}
body.post-type-archive-portfolio .content-area .entry-title {
  font-size: 20px;
  font-size: 2rem;
  margin: 10px 0 30px 0;
  font-weight: 700;
}
body.post-type-archive-portfolio .content-area .entry-title a {
  color: #34495e;
}
body.post-type-archive-portfolio .content-area .entry-title a:hover {
  color: #16a085;
}
body.post-type-archive-portfolio .content-area .page-title {
  font-size: 44px;
  font-size: 4.4rem;
  color: #34495e;
  margin-bottom: 10px;
  font-weight: 700;
}
body.post-type-archive-portfolio .content-area img {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  box-shadow: 0 1px 8px #95a5a6;
}
body.post-type-archive-portfolio .content-area img:hover {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.7);
}
body.post-type-archive-portfolio .content-area .portfolio-post {
  padding-bottom: 30px;
}
body.post-type-archive-portfolio .content-area .portfolio-description {
  background-color: #f9f9f9;
  margin-bottom: 40px;
  padding: 20px 20px 0 20px;
  border: 1px solid #f7f7f7;
}

body.single-portfolio .entry-title {
  text-align: center;
  margin-bottom: 40px;
}
body.single-portfolio img.portfolio-thumbnail {
  box-shadow: 0 1px 8px #95a5a6;
  max-width: 700px;
  display: block;
  margin: 0 auto 24px auto;
}

/*--------------------------------------------------------------
## Front Page
--------------------------------------------------------------*/
body.page-template-template-front-page .hentry {
  border-bottom: none;
  margin-bottom: 0;
}
body.page-template-template-front-page .front-page-sections h1, body.page-template-template-front-page .front-page-sections h2, body.page-template-template-front-page .front-page-sections h3, body.page-template-template-front-page .front-page-sections h4, body.page-template-template-front-page .front-page-sections h5, body.page-template-template-front-page .front-page-sections h6 {
  font-weight: 700;
}
body.page-template-template-front-page .front-page-section {
  padding-top: 60px;
  padding-bottom: 40px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.page-template-template-front-page .front-page-section-1 {
  background-color: #e2e2e2;
  padding-top: 60px;
  padding-bottom: 40px;
  color: #16a085;
  font-size: 18px;
  font-size: 1.8rem;
}
body.page-template-template-front-page .front-page-section-1 h1, body.page-template-template-front-page .front-page-section-1 h2, body.page-template-template-front-page .front-page-section-1 h3, body.page-template-template-front-page .front-page-section-1 h4, body.page-template-template-front-page .front-page-section-1 h5, body.page-template-template-front-page .front-page-section-1 h6 {
  color: #16a085;
}
body.page-template-template-front-page .front-page-section-1 h2 {
  font-size: 44px;
}
body.page-template-template-front-page .front-page-section-3 {
  background-color: #f7f7f7;
}

@media (min-width: 992px) {
  body.page-template-template-front-page .front-page-section {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  body.page-template-template-front-page .front-page-section-1 {
    padding-top: 150px;
    padding-bottom: 130px;
  }
  body.page-template-template-front-page .front-page-section-1 h2 {
    font-size: 54px;
  }
}
/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  font-size: 14px;
  font-size: 1.4rem;
}

.content-sidebar {
  font-size: 15px;
  font-size: 1.5rem;
  border-top: 2px solid #f1f1f1;
  padding-top: 30px;
}

.footer-sidebar {
  font-size: 14px;
  font-size: 1.4rem;
  padding-top: 80px;
  padding-bottom: 40px;
  background-color: #f7f7f7;
  border-top: 1px solid #f4f4f4;
}

.widget-area {
  line-height: 30px;
}
.widget-area .widget-title,
.widget-area .widgettitle {
  font-size: 20px;
  font-size: 2rem;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: 700;
}
.widget-area p:last-child {
  margin-bottom: 0;
}
.widget-area .widget {
  margin-bottom: 40px;
}

/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
.widget {
  word-wrap: break-word;
}
.widget select {
  max-width: 100%;
}
.widget li {
  list-style-type: none;
  margin-bottom: 4px;
  padding-bottom: 4px;
  font-weight: bold;
}
.widget ul ul {
  margin-top: 4px;
  padding-top: 4px;
}
.widget ul > li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget .post-date {
  font-size: 90%;
  color: #aeb0b5;
  font-style: italic;
}

/* Calendar
--------------------------------------------- */
.widget_calendar table table {
  width: 100%;
}
.widget_calendar table td, .widget_calendar table th {
  text-align: center;
}

/* Search
--------------------------------------------- */
.widget_search .search-submit {
  display: none;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #f7f7f7;
  border-top: 1px solid #f4f4f4;
  color: #aeb0b5;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 40px 0;
  text-align: center;
}
.site-footer a {
  text-decoration: none;
  color: #aeb0b5;
}
.site-footer a:hover {
  text-decoration: underline;
}
.site-footer p {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .site-footer {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comments-area {
  font-size: 16px;
  font-size: 1.6rem;
  padding-top: 20px;
  margin-top: 30px;
}
.comments-area ol.comment-list {
  margin-left: 0;
}
.comments-area ol.comment-list li.comment,
.comments-area ol.comment-list li.pingback {
  list-style-type: none;
}
.comments-area .comments-title {
  font-size: 20px;
  font-size: 2rem;
  color: #bdc3c7;
}
.comments-area .comment-content {
  clear: both;
  font-size: 15px;
  font-size: 1.5rem;
}
.comments-area .comment-author {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 0;
  line-height: 1;
  text-transform: uppercase;
  color: #34495e;
}
.comments-area .comment-author .avatar {
  float: left;
  margin: 0 15px 15px 0;
}
.comments-area .comment-author a {
  text-transform: uppercase;
  color: #34495e;
}
.comments-area .comment-metadata {
  font-size: 8px;
  font-size: 0.8rem;
  text-transform: uppercase;
}
.comments-area .comment-metadata a {
  font-weight: normal;
  color: #bdc3c7;
}
.comments-area a.comment-reply-link {
  line-height: 1;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: bold;
  border: 1px solid #d6d7d9;
  color: #bdc3c7;
  background-color: #f7f7f7;
}
.comments-area a.comment-reply-link:hover {
  color: #16a085;
}
.comments-area .comment-reply-title {
  padding-top: 30px;
  font-size: 20px;
  font-size: 2rem;
  color: #bdc3c7;
}
.comments-area .comment-list li.comment,
.comments-area .ping-list li.comment {
  list-style-type: none;
  margin-top: 24px;
  padding: 15px;
}
.comments-area .comment-list li.pingback {
  padding: 6px 0;
  margin: 0;
}
.comments-area .comment-list li.comment li {
  margin-right: -15px;
}
.comments-area .comment {
  border: 1px solid #d6d7d9;
  border-right: none;
}
.comments-area .comment.depth-1 {
  border-right: 1px solid #d6d7d9;
}
.comments-area .bypostauthor {
  border-color: #d6d7d9;
  background-color: #f7f7f7;
}

@media (min-width: 992px) {
  .comments-area .comment-author {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .comments-area .comment-metadata {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.ping-list,
.entry-comments,
.comment-respond {
  margin-bottom: 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;
}

p.no-comments {
  margin-top: 20px;
  font-style: italic;
  color: #aaa;
}

p.subscribe-to-comments {
  padding: 24px 0 16px;
}

/*--------------------------------------------------------------
# WordPress
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 20px;
  max-width: 100%;
  background-color: #f7f7f7;
  padding: 5px;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 5px 0;
  font-size: 13px;
  font-size: 1.3rem;
  color: #5b616b;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery,
.gallery-item {
  margin-bottom: 24px;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Yoast SEO
--------------------------------------------- */
.breadcrumbs {
  font-size: 13px;
  font-size: 1.3rem;
}

/* bbPress
--------------------------------------------- */
body.bbpress #bbpress-forums {
  font-size: 15px;
  font-size: 1.5rem;
}
body.bbpress #bbpress-forums .bbp-breadcrumb {
  font-size: 13px;
  font-size: 1.3rem;
}
body.bbpress #bbpress-forums .subscription-toggle {
  padding-left: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
}
body.bbpress #bbpress-forums .bbp-body {
  font-size: 15px;
  font-size: 1.5rem;
}
body.bbpress #bbpress-forums #bbp_search {
  padding: 3px 10px;
}
body.bbpress #bbpress-forums .bbp-topic-started-by,
body.bbpress #bbpress-forums .bbp-topic-freshness-author,
body.bbpress #bbpress-forums .bbp-forum-content {
  font-size: 13px;
  font-size: 1.3rem;
}
body.bbpress #bbpress-forums .bbp-forum-content {
  color: #bdc3c7;
}
body.bbpress #bbpress-forums .quicktags-toolbar input[type="button"] {
  color: #444 !important;
  text-shadow: none;
}
body.bbpress #bbpress-forums .bbp-template-notice {
  border-radius: 0;
}
body.bbpress #bbpress-forums a.bbp-author-avatar img {
  padding: 0;
  line-height: 1;
  margin: 0;
}

/* WooCommerce
--------------------------------------------- */
.woocommerce abbr.required,
.woocommerce ins {
  text-decoration: none;
}
.woocommerce fieldset {
  margin-bottom: 20px;
}
.woocommerce div.product form.cart .variations {
  table-layout: fixed;
}
.woocommerce .products .star-rating {
  padding: 10px;
}
.woocommerce p.stars a,
.woocommerce p.stars a:focus,
.woocommerce p.stars a:hover {
  outline: 0;
}
.woocommerce .woocommerce-LoopProduct-link {
  display: block;
}
.woocommerce a.added_to_cart {
  line-height: 1;
}
.woocommerce ol.commentlist li {
  list-style: none;
}
.woocommerce .input-text.qty {
  padding: 0 5px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0;
}
.woocommerce #reviews #comment {
  height: 150px;
}
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce input.button[type="submit"],
.woocommerce #respond input#submit,
.woocommerce #respond input#submit.alt {
  background-color: #16a085;
  font-weight: normal;
  border-radius: 0;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}
.woocommerce a.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button:hover,
.woocommerce input.button.alt:hover,
.woocommerce input.button[type="submit"]:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit.alt:hover {
  color: #fff;
  background-color: #16a085;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.4);
}
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt[disabled]:disabled,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt[disabled]:disabled,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt[disabled]:disabled,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt[disabled]:disabled {
  background-color: #ddd;
  color: #565656;
  text-shadow: none;
}
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled[disabled]:hover,
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt[disabled]:disabled:hover,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt[disabled]:disabled:hover,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt[disabled]:disabled:hover,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt[disabled]:disabled:hover {
  background-color: #ddd;
  box-shadow: none;
}

.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li,
#add_payment_method #payment ul.payment_methods li {
  list-style-type: none;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  line-height: 25px;
  min-width: 200px;
}

.woocommerce-cart #payment,
.woocommerce-checkout #payment,
#add_payment_method #payment {
  border-radius: 0;
}

.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before,
#add_payment_method #payment div.payment_box::before {
  display: none;
}

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

/* Affiliate WP
--------------------------------------------- */
#affwp-register-form {
  float: right;
  width: 48%;
}

#affwp-login-form {
  float: left;
  width: 48%;
}

/* Restrict Content Pro
--------------------------------------------- */
#rcp_registration_form li {
  list-style-type: none;
}

#rcp_discount_code {
  width: 50%;
}

/* Genesis eNews Extended
--------------------------------------------- */
.enews-widget {
  padding: 24px;
}

.sidebar .widget.enews-widget {
  background-color: #f7f7f7;
  border: 1px solid #f4f4f4;
}

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

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

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