@charset "UTF-8";
/**
 * ----------------------------------------------------------------------------------------
 * Table of Contents
 * ----------------------------------------------------------------------------------------
 */
/*
 - Tools
 - Base
 - Layout
 - Modules
 - Media Queries
*/
/**
*  Colors
*/
/**
*  Typography
*/
/**
*  Layout
*/
/**
*  Buttons
*/
/**
*  Widgets
*/
.main-navigation:after, .main-navigation .main-navigation-menu > ul:after, .SinglePostContent .single-post-content-inner:after, .AdjacentPosts:after, .Blog:after, .BlogSliderWrapper:after, .ContentSliderWrapper:after, .SSDItemsGrid .items-row:after, .woocommerce .SingleProductHeader:after, .woocommerce .quantity:after {
  content: "";
  display: table;
  clear: both; }

/**
* ----------------------------------------------------------------------------------------
* Custom edits of the main Bootstrap 3 Functionality.
* ----------------------------------------------------------------------------------------
*/
/**
*  Grid
*/
.container-fluid {
  padding-left: 30px;
  padding-right: 30px; }

.container {
  padding-left: 30px;
  padding-right: 30px; }

.row {
  margin-left: -30px;
  margin-right: -30px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-left: 30px;
  padding-right: 30px; }

.cols-np {
  margin: 0; }
  .cols-np > .col-xs-1, .cols-np > .col-sm-1, .cols-np > .col-md-1, .cols-np > .col-lg-1, .cols-np > .col-xs-2, .cols-np > .col-sm-2, .cols-np > .col-md-2, .cols-np > .col-lg-2, .cols-np > .col-xs-3, .cols-np > .col-sm-3, .cols-np > .col-md-3, .cols-np > .col-lg-3, .cols-np > .col-xs-4, .cols-np > .col-sm-4, .cols-np > .col-md-4, .cols-np > .col-lg-4, .cols-np > .col-xs-5, .cols-np > .col-sm-5, .cols-np > .col-md-5, .cols-np > .col-lg-5, .cols-np > .col-xs-6, .cols-np > .col-sm-6, .cols-np > .col-md-6, .cols-np > .col-lg-6, .cols-np > .col-xs-7, .cols-np > .col-sm-7, .cols-np > .col-md-7, .cols-np > .col-lg-7, .cols-np > .col-xs-8, .cols-np > .col-sm-8, .cols-np > .col-md-8, .cols-np > .col-lg-8, .cols-np > .col-xs-9, .cols-np > .col-sm-9, .cols-np > .col-md-9, .cols-np > .col-lg-9, .cols-np > .col-xs-10, .cols-np > .col-sm-10, .cols-np > .col-md-10, .cols-np > .col-lg-10, .cols-np > .col-xs-11, .cols-np > .col-sm-11, .cols-np > .col-md-11, .cols-np > .col-lg-11, .cols-np > .col-xs-12, .cols-np > .col-sm-12, .cols-np > .col-md-12, .cols-np > .col-lg-12 {
    padding-left: 0;
    padding-right: 0; }

/**
*  Media Object 
*/
.media {
  margin: 0; }

.media-object {
  max-width: none; }

.media > .pull-right {
  padding-left: 0; }

.media-left, .media > .pull-left {
  padding-right: 0; }

/**
*  Alert
*/
.alert {
  border: none;
  border-radius: 0;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 15px;
  margin-top: 10px;
  text-align: center; }

/**
*  General
*/
abbr[title] {
  border-bottom: none; }

/**
 * ----------------------------------------------------------------------------------------
 * Base
 * ----------------------------------------------------------------------------------------
 */
body, html {
  min-height: 100%; }

body {
  color: #7a7a7a;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0em;
  -webkit-font-smoothing: antialiased;
  font-variant-ligatures: no-common-ligatures;
  overflow-x: hidden;
  word-wrap: break-word;
  background-color: #fafafa; }
  body:before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'mobile';
    display: none; }

/**
 * Default spacing for paragraphs.
 */
p {
  margin-bottom: 2em; }

p + p:last-of-type {
  margin-bottom: 0; }

/**
*  Lists
*/
ul, ol {
  padding-left: 30px;
  margin-bottom: 20px;
  list-style-position: outside; }

/**
 * Default styles for all headings.
 */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.7em;
  color: #222;
  font-weight: 400;
  line-height: 1.3;
  transition: .15s; }

.elementor-widget-container h1, .elementor-widget-container h2, .elementor-widget-container h3, .elementor-widget-container h4, .elementor-widget-container h5, .elementor-widget-container h6 {
  margin: 0; }

/**
 * Individual styles for the headings.
 */
h1 {
  font-size: 56px; }

h2 {
  font-size: 44px; }

h3 {
  font-size: 40px; }

h4 {
  font-size: 36px; }

h5 {
  font-size: 31px; }

h6 {
  font-size: 25px;
  margin-bottom: 1em; }

/**
 * Links.
 */
a, a:focus {
  color: #f66e5e;
  text-decoration: none;
  font-weight: 500;
  outline: 0;
  cursor: pointer;
  transition: .15s; }

a:hover, a:active {
  color: #39baaf;
  text-decoration: none; }
  a:hover .special-subtitle-type-2:before, a:active .special-subtitle-type-2:before {
    background-color: #39baaf; }

a.link-border {
  border-bottom: 2px solid #f66e5e; }

/**
 * Selection Color.
 */
::-moz-selection {
  background: #f66e5e;
  color: #fff; }
::selection {
  background: #f66e5e;
  color: #fff; }

/**
 * HR.
 */
hr {
  margin: 1.8em 0;
  border-color: #39baaf; }

br {
  margin-bottom: 10px; }

/**
 * Make sure videos and embeds fit inside their containers.
 */
embed,
iframe,
object,
video {
  max-width: 100%; }

/**
 * Code.
 */
code {
  white-space: normal; }

/**
 * Responsive Images.
 */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  outline: 1px solid transparent;
  filter: none; }

/**
 * No Outline.
 */
*:focus {
  outline: 0; }

/**
*  Other
*/
i {
  display: inline-block; }

del {
  -webkit-text-decoration-color: #39baaf;
          text-decoration-color: #39baaf; }

pre {
  font-family: monospace;
  font-size: 16px;
  border: none;
  padding: 20px;
  margin-bottom: 20px; }

/**
*  Blockquote
*/
blockquote {
  font-size: 17px;
  font-style: italic;
  margin: 30px 0;
  padding: 10px 40px;
  border-left: 5px solid #39baaf; }
  blockquote cite {
    display: block;
    font-style: normal;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .3px;
    text-transform: uppercase;
    color: #222; }

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
  margin: 40px 0;
  padding: 10px 40px; }
  .wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
    font-size: 22px;
    margin-bottom: 30px; }

.wp-block-pullquote {
  border-top: 4px solid #39baaf;
  border-bottom: 4px solid #39baaf;
  border-left: none; }

/**
*  Table
*/
table, .woocommerce table.shop_attributes, .woocommerce .cart-collaterals .cart_totals table,
.woocommerce table.shop_table,
.table,
table.table,
.woocommerce table.table.shop_attributes,
.woocommerce .cart-collaterals .cart_totals table.table,
.woocommerce table.table.shop_table {
  table-layout: fixed;
  border: none;
  margin-bottom: 1.8em;
  width: 100%;
  border-spacing: 0;
  background-color: #fff;
  box-shadow: 0px 10px 15px -15px rgba(0, 0, 0, 0.25); }
  table th, .woocommerce table.shop_attributes th, .woocommerce .cart-collaterals .cart_totals table th, .woocommerce table.shop_table th,
  table tr th,
  .woocommerce table.shop_attributes tr th,
  .woocommerce .cart-collaterals .cart_totals table tr th,
  .woocommerce table.shop_table tr th,
  table > thead > tr > th,
  .woocommerce table.shop_attributes > thead > tr > th,
  .woocommerce .cart-collaterals .cart_totals table > thead > tr > th,
  .woocommerce table.shop_table > thead > tr > th,
  table > tfoot > tr > th,
  .woocommerce table.shop_attributes > tfoot > tr > th,
  .woocommerce .cart-collaterals .cart_totals table > tfoot > tr > th,
  .woocommerce table.shop_table > tfoot > tr > th,
  table > tbody > tr > th,
  .woocommerce table.shop_attributes > tbody > tr > th,
  .woocommerce .cart-collaterals .cart_totals table > tbody > tr > th,
  .woocommerce table.shop_table > tbody > tr > th,
  .table th,
  .table tr th,
  .table > thead > tr > th,
  .table > tfoot > tr > th,
  .table > tbody > tr > th,
  table.table th,
  .woocommerce table.table.shop_attributes th,
  .woocommerce .cart-collaterals .cart_totals table.table th,
  .woocommerce table.table.shop_table th,
  table.table tr th,
  .woocommerce table.table.shop_attributes tr th,
  .woocommerce .cart-collaterals .cart_totals table.table tr th,
  .woocommerce table.table.shop_table tr th,
  table.table > thead > tr > th,
  .woocommerce table.table.shop_attributes > thead > tr > th,
  .woocommerce .cart-collaterals .cart_totals table.table > thead > tr > th,
  .woocommerce table.table.shop_table > thead > tr > th,
  table.table > tfoot > tr > th,
  .woocommerce table.table.shop_attributes > tfoot > tr > th,
  .woocommerce .cart-collaterals .cart_totals table.table > tfoot > tr > th,
  .woocommerce table.table.shop_table > tfoot > tr > th,
  table.table > tbody > tr > th,
  .woocommerce table.table.shop_attributes > tbody > tr > th,
  .woocommerce .cart-collaterals .cart_totals table.table > tbody > tr > th,
  .woocommerce table.table.shop_table > tbody > tr > th {
    padding: 30px;
    border-top: none;
    border-left: none;
    border-right: 1px solid #eaeaea;
    border-bottom: none;
    font-weight: 700; }
    table th:last-child, .woocommerce table.shop_attributes th:last-child, .woocommerce .cart-collaterals .cart_totals table th:last-child, .woocommerce table.shop_table th:last-child,
    table tr th:last-child,
    .woocommerce table.shop_attributes tr th:last-child,
    .woocommerce .cart-collaterals .cart_totals table tr th:last-child,
    .woocommerce table.shop_table tr th:last-child,
    table > thead > tr > th:last-child,
    .woocommerce table.shop_attributes > thead > tr > th:last-child,
    .woocommerce .cart-collaterals .cart_totals table > thead > tr > th:last-child,
    .woocommerce table.shop_table > thead > tr > th:last-child,
    table > tfoot > tr > th:last-child,
    .woocommerce table.shop_attributes > tfoot > tr > th:last-child,
    .woocommerce .cart-collaterals .cart_totals table > tfoot > tr > th:last-child,
    .woocommerce table.shop_table > tfoot > tr > th:last-child,
    table > tbody > tr > th:last-child,
    .woocommerce table.shop_attributes > tbody > tr > th:last-child,
    .woocommerce .cart-collaterals .cart_totals table > tbody > tr > th:last-child,
    .woocommerce table.shop_table > tbody > tr > th:last-child,
    .table th:last-child,
    .table tr th:last-child,
    .table > thead > tr > th:last-child,
    .table > tfoot > tr > th:last-child,
    .table > tbody > tr > th:last-child,
    table.table th:last-child,
    .woocommerce .cart-collaterals .cart_totals table.table th:last-child,
    table.table tr th:last-child,
    .woocommerce .cart-collaterals .cart_totals table.table tr th:last-child,
    table.table > thead > tr > th:last-child,
    .woocommerce table.table.shop_attributes > thead > tr > th:last-child,
    .woocommerce .cart-collaterals .cart_totals table.table > thead > tr > th:last-child,
    .woocommerce table.table.shop_table > thead > tr > th:last-child,
    table.table > tfoot > tr > th:last-child,
    .woocommerce table.table.shop_attributes > tfoot > tr > th:last-child,
    .woocommerce .cart-collaterals .cart_totals table.table > tfoot > tr > th:last-child,
    .woocommerce table.table.shop_table > tfoot > tr > th:last-child,
    table.table > tbody > tr > th:last-child,
    .woocommerce table.table.shop_attributes > tbody > tr > th:last-child,
    .woocommerce .cart-collaterals .cart_totals table.table > tbody > tr > th:last-child,
    .woocommerce table.table.shop_table > tbody > tr > th:last-child {
      border-right: none; }
  table td, .woocommerce table.shop_attributes td, .woocommerce .cart-collaterals .cart_totals table td, .woocommerce table.shop_table td,
  table tr td,
  .woocommerce table.shop_attributes tr td,
  .woocommerce .cart-collaterals .cart_totals table tr td,
  .woocommerce table.shop_table tr td,
  table td.label,
  .woocommerce table.shop_attributes td.label,
  .woocommerce .cart-collaterals .cart_totals table td.label,
  .woocommerce table.shop_table td.label,
  table > tbody > tr > td,
  .woocommerce table.shop_attributes > tbody > tr > td,
  .woocommerce .cart-collaterals .cart_totals table > tbody > tr > td,
  .woocommerce table.shop_table > tbody > tr > td,
  table > tfoot > tr > td,
  .woocommerce table.shop_attributes > tfoot > tr > td,
  .woocommerce .cart-collaterals .cart_totals table > tfoot > tr > td,
  .woocommerce table.shop_table > tfoot > tr > td,
  table > thead > tr > td,
  .woocommerce table.shop_attributes > thead > tr > td,
  .woocommerce .cart-collaterals .cart_totals table > thead > tr > td,
  .woocommerce table.shop_table > thead > tr > td,
  .table td,
  .table tr td,
  .table td.label,
  .table > tbody > tr > td,
  .table > tfoot > tr > td,
  .table > thead > tr > td,
  table.table td,
  .woocommerce table.table.shop_attributes td,
  .woocommerce .cart-collaterals .cart_totals table.table td,
  .woocommerce table.table.shop_table td,
  table.table tr td,
  .woocommerce table.table.shop_attributes tr td,
  .woocommerce .cart-collaterals .cart_totals table.table tr td,
  .woocommerce table.table.shop_table tr td,
  table.table td.label,
  .woocommerce .cart-collaterals .cart_totals table.table td.label,
  table.table > tbody > tr > td,
  .woocommerce table.table.shop_attributes > tbody > tr > td,
  .woocommerce .cart-collaterals .cart_totals table.table > tbody > tr > td,
  .woocommerce table.table.shop_table > tbody > tr > td,
  table.table > tfoot > tr > td,
  .woocommerce table.table.shop_attributes > tfoot > tr > td,
  .woocommerce .cart-collaterals .cart_totals table.table > tfoot > tr > td,
  .woocommerce table.table.shop_table > tfoot > tr > td,
  table.table > thead > tr > td,
  .woocommerce table.table.shop_attributes > thead > tr > td,
  .woocommerce .cart-collaterals .cart_totals table.table > thead > tr > td,
  .woocommerce table.table.shop_table > thead > tr > td {
    display: table-cell;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    font-weight: 400;
    padding: 30px 40px;
    font-size: 100%;
    text-align: left;
    vertical-align: middle; }
    table td p, .woocommerce table.shop_attributes td p, .woocommerce .cart-collaterals .cart_totals table td p, .woocommerce table.shop_table td p,
    table tr td p,
    .woocommerce table.shop_attributes tr td p,
    .woocommerce .cart-collaterals .cart_totals table tr td p,
    .woocommerce table.shop_table tr td p,
    table td.label p,
    .woocommerce table.shop_attributes td.label p,
    .woocommerce .cart-collaterals .cart_totals table td.label p,
    .woocommerce table.shop_table td.label p,
    table > tbody > tr > td p,
    .woocommerce table.shop_attributes > tbody > tr > td p,
    .woocommerce .cart-collaterals .cart_totals table > tbody > tr > td p,
    .woocommerce table.shop_table > tbody > tr > td p,
    table > tfoot > tr > td p,
    .woocommerce table.shop_attributes > tfoot > tr > td p,
    .woocommerce .cart-collaterals .cart_totals table > tfoot > tr > td p,
    .woocommerce table.shop_table > tfoot > tr > td p,
    table > thead > tr > td p,
    .woocommerce table.shop_attributes > thead > tr > td p,
    .woocommerce .cart-collaterals .cart_totals table > thead > tr > td p,
    .woocommerce table.shop_table > thead > tr > td p,
    .table td p,
    .table tr td p,
    .table td.label p,
    .table > tbody > tr > td p,
    .table > tfoot > tr > td p,
    .table > thead > tr > td p,
    table.table td p,
    .woocommerce table.table.shop_attributes td p,
    .woocommerce .cart-collaterals .cart_totals table.table td p,
    .woocommerce table.table.shop_table td p,
    table.table tr td p,
    .woocommerce table.table.shop_attributes tr td p,
    .woocommerce .cart-collaterals .cart_totals table.table tr td p,
    .woocommerce table.table.shop_table tr td p,
    table.table td.label p,
    .woocommerce .cart-collaterals .cart_totals table.table td.label p,
    table.table > tbody > tr > td p,
    .woocommerce table.table.shop_attributes > tbody > tr > td p,
    .woocommerce .cart-collaterals .cart_totals table.table > tbody > tr > td p,
    .woocommerce table.table.shop_table > tbody > tr > td p,
    table.table > tfoot > tr > td p,
    .woocommerce table.table.shop_attributes > tfoot > tr > td p,
    .woocommerce .cart-collaterals .cart_totals table.table > tfoot > tr > td p,
    .woocommerce table.table.shop_table > tfoot > tr > td p,
    table.table > thead > tr > td p,
    .woocommerce table.table.shop_attributes > thead > tr > td p,
    .woocommerce .cart-collaterals .cart_totals table.table > thead > tr > td p,
    .woocommerce table.table.shop_table > thead > tr > td p {
      padding: 0;
      margin: 0; }
    table td a, .woocommerce table.shop_attributes td a, .woocommerce .cart-collaterals .cart_totals table td a, .woocommerce table.shop_table td a,
    table tr td a,
    .woocommerce table.shop_attributes tr td a,
    .woocommerce .cart-collaterals .cart_totals table tr td a,
    .woocommerce table.shop_table tr td a,
    table td.label a,
    .woocommerce table.shop_attributes td.label a,
    .woocommerce .cart-collaterals .cart_totals table td.label a,
    .woocommerce table.shop_table td.label a,
    table > tbody > tr > td a,
    .woocommerce table.shop_attributes > tbody > tr > td a,
    .woocommerce .cart-collaterals .cart_totals table > tbody > tr > td a,
    .woocommerce table.shop_table > tbody > tr > td a,
    table > tfoot > tr > td a,
    .woocommerce table.shop_attributes > tfoot > tr > td a,
    .woocommerce .cart-collaterals .cart_totals table > tfoot > tr > td a,
    .woocommerce table.shop_table > tfoot > tr > td a,
    table > thead > tr > td a,
    .woocommerce table.shop_attributes > thead > tr > td a,
    .woocommerce .cart-collaterals .cart_totals table > thead > tr > td a,
    .woocommerce table.shop_table > thead > tr > td a,
    .table td a,
    .table tr td a,
    .table td.label a,
    .table > tbody > tr > td a,
    .table > tfoot > tr > td a,
    .table > thead > tr > td a,
    table.table td a,
    .woocommerce table.table.shop_attributes td a,
    .woocommerce .cart-collaterals .cart_totals table.table td a,
    .woocommerce table.table.shop_table td a,
    table.table tr td a,
    .woocommerce table.table.shop_attributes tr td a,
    .woocommerce .cart-collaterals .cart_totals table.table tr td a,
    .woocommerce table.table.shop_table tr td a,
    table.table td.label a,
    .woocommerce .cart-collaterals .cart_totals table.table td.label a,
    table.table > tbody > tr > td a,
    .woocommerce table.table.shop_attributes > tbody > tr > td a,
    .woocommerce .cart-collaterals .cart_totals table.table > tbody > tr > td a,
    .woocommerce table.table.shop_table > tbody > tr > td a,
    table.table > tfoot > tr > td a,
    .woocommerce table.table.shop_attributes > tfoot > tr > td a,
    .woocommerce .cart-collaterals .cart_totals table.table > tfoot > tr > td a,
    .woocommerce table.table.shop_table > tfoot > tr > td a,
    table.table > thead > tr > td a,
    .woocommerce table.table.shop_attributes > thead > tr > td a,
    .woocommerce .cart-collaterals .cart_totals table.table > thead > tr > td a,
    .woocommerce table.table.shop_table > thead > tr > td a {
      color: #484848;
      font-weight: 800; }
      table td a:hover, .woocommerce table.shop_attributes td a:hover, .woocommerce .cart-collaterals .cart_totals table td a:hover, .woocommerce table.shop_table td a:hover,
      table tr td a:hover,
      .woocommerce table.shop_attributes tr td a:hover,
      .woocommerce .cart-collaterals .cart_totals table tr td a:hover,
      .woocommerce table.shop_table tr td a:hover,
      table td.label a:hover,
      .woocommerce .cart-collaterals .cart_totals table td.label a:hover,
      table > tbody > tr > td a:hover,
      .woocommerce table.shop_attributes > tbody > tr > td a:hover,
      .woocommerce .cart-collaterals .cart_totals table > tbody > tr > td a:hover,
      .woocommerce table.shop_table > tbody > tr > td a:hover,
      table > tfoot > tr > td a:hover,
      .woocommerce table.shop_attributes > tfoot > tr > td a:hover,
      .woocommerce .cart-collaterals .cart_totals table > tfoot > tr > td a:hover,
      .woocommerce table.shop_table > tfoot > tr > td a:hover,
      table > thead > tr > td a:hover,
      .woocommerce table.shop_attributes > thead > tr > td a:hover,
      .woocommerce .cart-collaterals .cart_totals table > thead > tr > td a:hover,
      .woocommerce table.shop_table > thead > tr > td a:hover,
      .table td a:hover,
      .table tr td a:hover,
      .table td.label a:hover,
      .table > tbody > tr > td a:hover,
      .table > tfoot > tr > td a:hover,
      .table > thead > tr > td a:hover,
      table.table td a:hover,
      .woocommerce .cart-collaterals .cart_totals table.table td a:hover,
      table.table tr td a:hover,
      .woocommerce .cart-collaterals .cart_totals table.table tr td a:hover,
      table.table td.label a:hover,
      table.table > tbody > tr > td a:hover,
      .woocommerce table.table.shop_attributes > tbody > tr > td a:hover,
      .woocommerce .cart-collaterals .cart_totals table.table > tbody > tr > td a:hover,
      .woocommerce table.table.shop_table > tbody > tr > td a:hover,
      table.table > tfoot > tr > td a:hover,
      .woocommerce table.table.shop_attributes > tfoot > tr > td a:hover,
      .woocommerce .cart-collaterals .cart_totals table.table > tfoot > tr > td a:hover,
      .woocommerce table.table.shop_table > tfoot > tr > td a:hover,
      table.table > thead > tr > td a:hover,
      .woocommerce table.table.shop_attributes > thead > tr > td a:hover,
      .woocommerce .cart-collaterals .cart_totals table.table > thead > tr > td a:hover,
      .woocommerce table.table.shop_table > thead > tr > td a:hover {
        color: #39baaf; }
  table tr, .woocommerce table.shop_attributes tr, .woocommerce .cart-collaterals .cart_totals table tr, .woocommerce table.shop_table tr,
  .table tr,
  table.table tr,
  .woocommerce table.table.shop_attributes tr,
  .woocommerce .cart-collaterals .cart_totals table.table tr,
  .woocommerce table.table.shop_table tr {
    font-style: normal;
    border-bottom: 1px solid #eaeaea; }

table.table-condensed > tbody > tr > th, .woocommerce table.table-condensed.shop_attributes > tbody > tr > th, .woocommerce .cart-collaterals .cart_totals table.table-condensed > tbody > tr > th, .woocommerce table.table-condensed.shop_table > tbody > tr > th,
table.table-condensed > tfoot > tr > th,
.woocommerce table.table-condensed.shop_attributes > tfoot > tr > th,
.woocommerce .cart-collaterals .cart_totals table.table-condensed > tfoot > tr > th,
.woocommerce table.table-condensed.shop_table > tfoot > tr > th,
table.table-condensed > thead > tr > th,
.woocommerce table.table-condensed.shop_attributes > thead > tr > th,
.woocommerce .cart-collaterals .cart_totals table.table-condensed > thead > tr > th,
.woocommerce table.table-condensed.shop_table > thead > tr > th,
table.table-condensed > tbody > tr > td,
.woocommerce table.table-condensed.shop_attributes > tbody > tr > td,
.woocommerce .cart-collaterals .cart_totals table.table-condensed > tbody > tr > td,
.woocommerce table.table-condensed.shop_table > tbody > tr > td,
table.table-condensed > tfoot > tr > td,
.woocommerce table.table-condensed.shop_attributes > tfoot > tr > td,
.woocommerce .cart-collaterals .cart_totals table.table-condensed > tfoot > tr > td,
.woocommerce table.table-condensed.shop_table > tfoot > tr > td,
table.table-condensed > thead > tr > td,
.woocommerce table.table-condensed.shop_attributes > thead > tr > td,
.woocommerce .cart-collaterals .cart_totals table.table-condensed > thead > tr > td,
.woocommerce table.table-condensed.shop_table > thead > tr > td {
  padding: 20px; }

@media (max-width: 768px) {
  table th, .woocommerce table.shop_attributes th, .woocommerce .cart-collaterals .cart_totals table th, .woocommerce table.shop_table th,
  table tr th,
  .woocommerce table.shop_attributes tr th,
  .woocommerce .cart-collaterals .cart_totals table tr th,
  .woocommerce table.shop_table tr th,
  table > thead > tr > th,
  .woocommerce table.shop_attributes > thead > tr > th,
  .woocommerce .cart-collaterals .cart_totals table > thead > tr > th,
  .woocommerce table.shop_table > thead > tr > th,
  table > tfoot > tr > th,
  .woocommerce table.shop_attributes > tfoot > tr > th,
  .woocommerce .cart-collaterals .cart_totals table > tfoot > tr > th,
  .woocommerce table.shop_table > tfoot > tr > th,
  table > tbody > tr > th,
  .woocommerce table.shop_attributes > tbody > tr > th,
  .woocommerce .cart-collaterals .cart_totals table > tbody > tr > th,
  .woocommerce table.shop_table > tbody > tr > th,
  .table th,
  .table tr th,
  .table > thead > tr > th,
  .table > tfoot > tr > th,
  .table > tbody > tr > th,
  table.table th,
  .woocommerce table.table.shop_attributes th,
  .woocommerce .cart-collaterals .cart_totals table.table th,
  .woocommerce table.table.shop_table th,
  table.table tr th,
  .woocommerce table.table.shop_attributes tr th,
  .woocommerce .cart-collaterals .cart_totals table.table tr th,
  .woocommerce table.table.shop_table tr th,
  table.table > thead > tr > th,
  .woocommerce table.table.shop_attributes > thead > tr > th,
  .woocommerce .cart-collaterals .cart_totals table.table > thead > tr > th,
  .woocommerce table.table.shop_table > thead > tr > th,
  table.table > tfoot > tr > th,
  .woocommerce table.table.shop_attributes > tfoot > tr > th,
  .woocommerce .cart-collaterals .cart_totals table.table > tfoot > tr > th,
  .woocommerce table.table.shop_table > tfoot > tr > th,
  table.table > tbody > tr > th,
  .woocommerce table.table.shop_attributes > tbody > tr > th,
  .woocommerce .cart-collaterals .cart_totals table.table > tbody > tr > th,
  .woocommerce table.table.shop_table > tbody > tr > th {
    display: block; } }

/**
*  Legend
*/
legend {
  padding-top: 40px;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 35px;
  border-bottom: 1px solid #e5e5e5; }

/**
*  Definition List
*/
dt {
  font-weight: 600; }

dd {
  margin-left: 30px;
  margin-bottom: 20px; }

/**
*  Sup
*/
sup {
  color: #c0392b;
  left: 2px; }

/**
*  Mark
*/
mark {
  color: #000;
  background: none;
  border-bottom: 1px dashed #39baaf; }

/**
 * ----------------------------------------------------------------------------------------
 * Forms
 * ----------------------------------------------------------------------------------------
 */
input,
select,
textarea {
  line-height: 29px; }

textarea {
  height: 150px; }

label {
  display: inline-block;
  max-width: 100%;
  margin: 0 0 8px;
  font-weight: 700;
  font-size: 15px;
  color: #484848; }

select {
  padding: 10px 0;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../images/chevron-down.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 94% 50%;
  border: none; }

.woocommerce table.cart td.actions .coupon .input-text, .woocommerce table.cart .woocommerce-checkout table.cart td.actions .coupon .input-text,
input,
select,
textarea {
  transition: all ease-in-out .15s;
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #eaeaea;
  font-size: 15px;
  font-weight: 600; }

input[type='button'],
input[type='submit'] {
  width: auto; }

input[type='file'],
input[type='submit'],
input[type='checkbox'],
input[type='radio'] {
  width: auto;
  margin: 0;
  background: none;
  border: none;
  border-radius: 0; }

input[type='checkbox'],
input[type='radio'] {
  margin-top: 0;
  margin-top: 1px \9;
  margin-right: 8px;
  width: auto; }

/**
*  Group Input
*/
.group-input {
  position: relative; }
  .group-input input {
    padding-right: 120px; }
  .group-input button, .group-input input[type="submit"], .group-input button[type="submit"] {
    position: absolute;
    top: 0;
    right: 0; }

/**
*  Search Form
*/
.SearchForm .search-form-wrapper {
  position: relative; }
  .SearchForm .search-form-wrapper .search-form-input {
    color: #484848; }

.SearchForm .search-form-btn {
  position: absolute;
  top: 0;
  right: 0; }
  .SearchForm .search-form-btn .btn, .SearchForm .search-form-btn .elementor-widget .elementor-button, .elementor-widget .SearchForm .search-form-btn .elementor-button, .SearchForm .search-form-btn .woocommerce #respond input#submit, .woocommerce #respond .SearchForm .search-form-btn input#submit,
  .SearchForm .search-form-btn .woocommerce a.button, .woocommerce .SearchForm .search-form-btn a.button, .SearchForm .search-form-btn .woocommerce button.button, .woocommerce .SearchForm .search-form-btn button.button,
  .SearchForm .search-form-btn .woocommerce input.button, .woocommerce .SearchForm .search-form-btn input.button, .SearchForm .search-form-btn .btn:active, .SearchForm .search-form-btn .elementor-widget .elementor-button:active, .elementor-widget .SearchForm .search-form-btn .elementor-button:active, .SearchForm .search-form-btn .woocommerce #respond input#submit:active, .woocommerce #respond .SearchForm .search-form-btn input#submit:active,
  .SearchForm .search-form-btn .woocommerce a.button:active, .woocommerce .SearchForm .search-form-btn a.button:active, .SearchForm .search-form-btn .woocommerce button.button:active, .woocommerce .SearchForm .search-form-btn button.button:active,
  .SearchForm .search-form-btn .woocommerce input.button:active, .woocommerce .SearchForm .search-form-btn input.button:active, .SearchForm .search-form-btn .btn:focus, .SearchForm .search-form-btn .elementor-widget .elementor-button:focus, .elementor-widget .SearchForm .search-form-btn .elementor-button:focus, .SearchForm .search-form-btn .woocommerce #respond input#submit:focus, .woocommerce #respond .SearchForm .search-form-btn input#submit:focus,
  .SearchForm .search-form-btn .woocommerce a.button:focus, .woocommerce .SearchForm .search-form-btn a.button:focus, .SearchForm .search-form-btn .woocommerce button.button:focus, .woocommerce .SearchForm .search-form-btn button.button:focus,
  .SearchForm .search-form-btn .woocommerce input.button:focus, .woocommerce .SearchForm .search-form-btn input.button:focus {
    border: none;
    background: none;
    padding: 10px; }
    .SearchForm .search-form-btn .btn:hover, .SearchForm .search-form-btn .elementor-widget .elementor-button:hover, .elementor-widget .SearchForm .search-form-btn .elementor-button:hover, .SearchForm .search-form-btn .woocommerce #respond input#submit:hover, .woocommerce #respond .SearchForm .search-form-btn input#submit:hover,
    .SearchForm .search-form-btn .woocommerce a.button:hover, .woocommerce .SearchForm .search-form-btn a.button:hover, .SearchForm .search-form-btn .woocommerce button.button:hover, .woocommerce .SearchForm .search-form-btn button.button:hover,
    .SearchForm .search-form-btn .woocommerce input.button:hover, .woocommerce .SearchForm .search-form-btn input.button:hover, .SearchForm .search-form-btn .btn:focus:active, .SearchForm .search-form-btn .elementor-widget .elementor-button:focus:active, .elementor-widget .SearchForm .search-form-btn .elementor-button:focus:active, .SearchForm .search-form-btn .woocommerce #respond input#submit:focus:active, .woocommerce #respond .SearchForm .search-form-btn input#submit:focus:active,
    .SearchForm .search-form-btn .woocommerce a.button:focus:active, .woocommerce .SearchForm .search-form-btn a.button:focus:active, .SearchForm .search-form-btn .woocommerce button.button:focus:active, .woocommerce .SearchForm .search-form-btn button.button:focus:active,
    .SearchForm .search-form-btn .woocommerce input.button:focus:active, .woocommerce .SearchForm .search-form-btn input.button:focus:active, .SearchForm .search-form-btn .btn:active:hover, .SearchForm .search-form-btn .elementor-widget .elementor-button:active:hover, .elementor-widget .SearchForm .search-form-btn .elementor-button:active:hover, .SearchForm .search-form-btn .woocommerce #respond input#submit:active:hover, .woocommerce #respond .SearchForm .search-form-btn input#submit:active:hover,
    .SearchForm .search-form-btn .woocommerce a.button:active:hover, .woocommerce .SearchForm .search-form-btn a.button:active:hover, .SearchForm .search-form-btn .woocommerce button.button:active:hover, .woocommerce .SearchForm .search-form-btn button.button:active:hover,
    .SearchForm .search-form-btn .woocommerce input.button:active:hover, .woocommerce .SearchForm .search-form-btn input.button:active:hover, .SearchForm .search-form-btn .btn:active:focus:active, .SearchForm .search-form-btn .elementor-widget .elementor-button:active:focus:active, .elementor-widget .SearchForm .search-form-btn .elementor-button:active:focus:active, .SearchForm .search-form-btn .woocommerce #respond input#submit:active:focus:active, .woocommerce #respond .SearchForm .search-form-btn input#submit:active:focus:active,
    .SearchForm .search-form-btn .woocommerce a.button:active:focus:active, .woocommerce .SearchForm .search-form-btn a.button:active:focus:active, .SearchForm .search-form-btn .woocommerce button.button:active:focus:active, .woocommerce .SearchForm .search-form-btn button.button:active:focus:active,
    .SearchForm .search-form-btn .woocommerce input.button:active:focus:active, .woocommerce .SearchForm .search-form-btn input.button:active:focus:active, .SearchForm .search-form-btn .btn:focus:hover, .SearchForm .search-form-btn .elementor-widget .elementor-button:focus:hover, .elementor-widget .SearchForm .search-form-btn .elementor-button:focus:hover, .SearchForm .search-form-btn .woocommerce #respond input#submit:focus:hover, .woocommerce #respond .SearchForm .search-form-btn input#submit:focus:hover,
    .SearchForm .search-form-btn .woocommerce a.button:focus:hover, .woocommerce .SearchForm .search-form-btn a.button:focus:hover, .SearchForm .search-form-btn .woocommerce button.button:focus:hover, .woocommerce .SearchForm .search-form-btn button.button:focus:hover,
    .SearchForm .search-form-btn .woocommerce input.button:focus:hover, .woocommerce .SearchForm .search-form-btn input.button:focus:hover, .SearchForm .search-form-btn .btn:focus:focus:active, .SearchForm .search-form-btn .elementor-widget .elementor-button:focus:focus:active, .elementor-widget .SearchForm .search-form-btn .elementor-button:focus:focus:active, .SearchForm .search-form-btn .woocommerce #respond input#submit:focus:focus:active, .woocommerce #respond .SearchForm .search-form-btn input#submit:focus:focus:active,
    .SearchForm .search-form-btn .woocommerce a.button:focus:focus:active, .woocommerce .SearchForm .search-form-btn a.button:focus:focus:active, .SearchForm .search-form-btn .woocommerce button.button:focus:focus:active, .woocommerce .SearchForm .search-form-btn button.button:focus:focus:active,
    .SearchForm .search-form-btn .woocommerce input.button:focus:focus:active, .woocommerce .SearchForm .search-form-btn input.button:focus:focus:active {
      color: #a2a2a2;
      border: none;
      background: none; }

/**
*  Select 2
*/
.select2-container {
  max-width: 100%; }

.select2-dropdown {
  border: none; }

.select2-search.select2-search--inline input {
  border-radius: 0; }

.select2-container.select2-container .selection .select2-selection,
.select2-container.select2-container--default .selection .select2-selection .select2-selection__placeholder {
  padding: 10px 0;
  height: auto;
  border-radius: 0;
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #eaeaea;
  font-size: 15px;
  font-weight: 600; }

.select2-container--default .selection .select2-selection .select2-selection__rendered {
  margin: 0;
  padding: 0;
  color: inherit; }

.select2-container--default .selection .select2-selection .select2-selection__rendered li {
  margin: 0;
  padding: 0; }

.select2-container--default .selection .select2-selection .select2-selection__rendered li.select2-selection__choice {
  background-color: #39baaf;
  margin: 3px;
  color: #fff;
  padding: 5px 11px;
  border: none; }
  .select2-container--default .selection .select2-selection .select2-selection__rendered li.select2-selection__choice:first-child {
    margin-left: 0; }
  .select2-container--default .selection .select2-selection .select2-selection__rendered li.select2-selection__choice:last-child {
    margin-right: 0; }
  .select2-container--default .selection .select2-selection .select2-selection__rendered li.select2-selection__choice span.select2-selection__choice__remove {
    color: #fff;
    margin-right: 4px; }

.select2-container.select2-container--open .select2-dropdown {
  overflow: hidden;
  border-top: none;
  border-radius: 0; }

.select2-container.select2-container--open .select2-dropdown--below {
  top: 10px;
  box-shadow: 0px 10px 15px -15px rgba(0, 0, 0, 0.25); }

.select2-container.select2-container--open .select2-dropdown--above {
  top: -10px; }

.select2-container.select2-container--default .selection .select2-results__option--highlighted[aria-selected],
.select2-container.select2-container--default .selection .select2-results__option--highlighted[data-selected] {
  background-color: #f66e5e; }

.select2-container.select2-container--default .selection .select2-search--dropdown .select2-search__field {
  border-color: #eaeaea; }

.select2-results__options .select2-results__option {
  padding: 10px 10px; }

.select2-container.select2-container--default .selection .select2-selection .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  display: inline-block;
  color: #484848;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 800; }

.select2-container.select2-container--default .selection .select2-selection .select2-selection__arrow b {
  border: none;
  height: auto;
  width: auto;
  top: auto;
  left: auto;
  margin: 0; }

.select2-container.select2-container--default .selection .select2-selection .select2-selection__arrow b:after {
  content: "\f078";
  font-size: 14px;
  line-height: inherit;
  position: relative;
  vertical-align: top; }

.select2-container.select2-container--default .selection .select2-selection .select2-selection__rendered {
  vertical-align: middle; }

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #f66e5e; }

/**
*  Contact Form 7
*/
.wpcf7 label {
  width: 100%; }

/**
 * ----------------------------------------------------------------------------------------
 * Header
 * ----------------------------------------------------------------------------------------
 */
/**
* ----------------------------------------------------------------------------------------
* Navigation styles.
* ----------------------------------------------------------------------------------------
*/
.main-navigation {
  display: flex;
  align-items: center;
  transition: .33s;
  background-color: #fff;
  top: 0;
  width: 100%;
  z-index: 1000;
  position: fixed;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.03);
  padding: 10px 100px; }
  .main-navigation .main-navigation-menu {
    flex-grow: 1; }
    .main-navigation .main-navigation-menu li {
      list-style: none; }
    .main-navigation .main-navigation-menu > ul {
      transition: .2s;
      margin-bottom: 0; }
    .main-navigation .main-navigation-menu > ul > li {
      display: inline-block;
      position: relative;
      margin-right: 25px; }
      .main-navigation .main-navigation-menu > ul > li:first-child {
        padding-left: 0; }
      .main-navigation .main-navigation-menu > ul > li:last-child .sub-menu .sub-menu {
        left: auto;
        right: 100%; }
    .main-navigation .main-navigation-menu > ul > li > a {
      display: inline-block;
      position: relative;
      font-size: 17px;
      font-weight: 600;
      letter-spacing: 1px;
      color: #484848;
      vertical-align: baseline;
      padding: 8px 0; }
      .main-navigation .main-navigation-menu > ul > li > a svg {
        transition: .15s; }
      .main-navigation .main-navigation-menu > ul > li > a:after {
        position: absolute;
        content: '';
        bottom: 0px;
        left: 0;
        transform: scale(0);
        background-color: #f66e5e;
        height: 2px;
        width: 60%;
        transition: .2s; }
      .main-navigation .main-navigation-menu > ul > li > a:hover {
        color: #f66e5e; }
        .main-navigation .main-navigation-menu > ul > li > a:hover svg {
          fill: #f66e5e; }
        .main-navigation .main-navigation-menu > ul > li > a:hover:after {
          transform: scale(1); }
    .main-navigation .main-navigation-menu .current-menu-item > a {
      color: #f66e5e; }
      .main-navigation .main-navigation-menu .current-menu-item > a:after {
        transform: scale(1); }
    .main-navigation .main-navigation-menu .cart-contents {
      padding-right: 8px; }
      .main-navigation .main-navigation-menu .cart-contents .widget-label {
        display: none; }
      .main-navigation .main-navigation-menu .cart-contents .cart-contents-text {
        position: absolute;
        width: 20px;
        height: 20px;
        border-radius: 100px;
        font-size: 13px;
        line-height: 21px;
        text-align: center;
        background-color: #f66e5e;
        color: #fff;
        top: 12px; }
  .main-navigation .sub-menu {
    transition: .2s;
    position: absolute;
    top: 100%;
    left: -30px;
    width: auto;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    text-align: left;
    background-color: #fff;
    z-index: 200;
    visibility: hidden;
    transform: rotateX(-45deg) translateY(-10px);
    transform-origin: top;
    opacity: 0;
    box-shadow: 0px 22px 23px -19px rgba(0, 0, 0, 0.15); }
    .main-navigation .sub-menu li:first-child > a {
      padding: 18px 30px 9px; }
    .main-navigation .sub-menu li:last-child a {
      padding: 9px 30px 18px; }
    .main-navigation .sub-menu a {
      display: inline-block;
      position: relative;
      width: 100%;
      padding: 9px 30px;
      margin: 7px 0;
      color: #484848;
      font-size: 15px;
      font-weight: 600;
      letter-spacing: 1px; }
      .main-navigation .sub-menu a:after {
        position: absolute;
        content: '';
        bottom: 5px;
        left: 30px;
        transform: scale(0);
        background-color: #f66e5e;
        height: 2px;
        width: 20%;
        transition: .2s; }
      .main-navigation .sub-menu a:hover, .main-navigation .sub-menu a:active {
        color: #f66e5e; }
        .main-navigation .sub-menu a:hover:after, .main-navigation .sub-menu a:active:after {
          transform: scale(1); }
    .main-navigation .sub-menu .current-menu-item > a {
      color: #f66e5e; }
    .main-navigation .sub-menu .sub-menu {
      top: 0;
      left: 100%; }
  .main-navigation .nav-icon {
    position: relative;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px; }
  .main-navigation .nav-icon + i {
    margin-left: 0; }

.admin-bar .main-navigation {
  top: 32px; }

.main-navigation .main-navigation-logo-mobile {
  display: none; }

.main-navigation.main-nav-transparent:not(.navigation-color-dark) .main-navigation-logo-dark, .main-navigation.main-nav-dark:not(.main-nav-transparent) .main-navigation-logo-dark {
  display: none; }

.main-navigation.main-nav-transparent:not(.navigation-color-light) .main-navigation-logo-light, .main-navigation:not(.main-nav-transparent):not(.main-nav-dark) .main-navigation-logo-light {
  display: none; }

.main-navigation.main-nav-transparent.navigation-color-light {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), transparent);
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none; }

.main-navigation.main-nav-transparent.navigation-color-dark {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), transparent);
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none; }

.main-navigation.main-nav-dark:not(.main-nav-transparent) .main-navigation-logo h1, .main-navigation.main-nav-transparent.navigation-color-light .main-navigation-logo h1 {
  color: #fff; }

.main-navigation.main-nav-dark:not(.main-nav-transparent) .main-navigation-menu > ul > li > a, .main-navigation.main-nav-transparent.navigation-color-light .main-navigation-menu > ul > li > a {
  color: #fff; }
  .main-navigation.main-nav-dark:not(.main-nav-transparent) .main-navigation-menu > ul > li > a svg, .main-navigation.main-nav-transparent.navigation-color-light .main-navigation-menu > ul > li > a svg {
    fill: #fff; }
  .main-navigation.main-nav-dark:not(.main-nav-transparent) .main-navigation-menu > ul > li > a:hover, .main-navigation.main-nav-transparent.navigation-color-light .main-navigation-menu > ul > li > a:hover {
    color: #f66e5e; }
    .main-navigation.main-nav-dark:not(.main-nav-transparent) .main-navigation-menu > ul > li > a:hover svg, .main-navigation.main-nav-transparent.navigation-color-light .main-navigation-menu > ul > li > a:hover svg {
      fill: #f66e5e; }

.main-navigation.main-nav-dark {
  background-color: #232323; }
  .main-navigation.main-nav-dark .sub-menu {
    background-color: #232323; }
    .main-navigation.main-nav-dark .sub-menu a {
      color: #fff; }

.menu-item-has-children {
  position: relative; }
  .menu-item-has-children > a > i {
    margin-left: 7px;
    margin-bottom: 1px;
    color: #f66e5e; }

.main-navigation .sub-menu--open {
  visibility: visible;
  height: auto;
  transform: rotateX(0deg) translateY(0);
  opacity: 1; }
  .main-navigation .sub-menu--open .sub-menu {
    transform: none; }

.menu-item-login-register {
  margin-left: 30px; }
  .menu-item-login-register > a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -30px;
    height: 20px;
    width: 1px;
    margin-top: -10px;
    background-color: #eaeaea; }

.main-navigation:not(.main-nav-transparent) .main-navigation-logo {
  transform: scale(0.87); }

.main-navigation:not(.main-nav-transparent) .main-navigation-menu > ul > li > a,
.main-navigation:not(.main-nav-transparent) .sub-menu a {
  font-size: 15px; }

.main-navigation:not(.main-nav-transparent) .sub-menu a {
  padding: 6px 50px 6px 30px; }

.main-navigation-logo {
  transition: .2s;
  flex-shrink: 0; }
  .main-navigation-logo h1 {
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 26px;
    word-break: break-all;
    color: #484848;
    margin: 0;
    padding: 5px 0; }
    .main-navigation-logo h1:hover {
      color: #f66e5e; }
  .main-navigation-logo a {
    display: table-cell;
    vertical-align: middle;
    height: 80px; }
  .main-navigation-logo img {
    transition: .2s;
    padding: 5px 0;
    width: auto;
    max-height: 60px; }

/**
*  UberMenu
*/
.main-navigation.main-nav-transparent .ubermenu.ubermenu-skin-leona-ubermenuskin .ubermenu-item-has-children > a > i {
  margin-left: 7px;
  margin-bottom: 1px;
  color: #f66e5e; }

.main-navigation.main-nav-transparent .ubermenu.ubermenu-skin-leona-ubermenuskin > ul > li > a.ubermenu-target {
  color: #fff; }
  .main-navigation.main-nav-transparent .ubermenu.ubermenu-skin-leona-ubermenuskin > ul > li > a.ubermenu-target:hover {
    color: #f66e5e; }

.ubermenu.ubermenu-skin-leona-ubermenuskin {
  float: right;
  z-index: 1000; }
  .ubermenu.ubermenu-skin-leona-ubermenuskin .ubermenu-current-menu-item > a.ubermenu-target {
    color: #f66e5e; }
  .ubermenu.ubermenu-skin-leona-ubermenuskin a.ubermenu-target,
  .ubermenu.ubermenu-skin-leona-ubermenuskin .ubermenu-submenu .ubermenu-item-header > .ubermenu-target {
    color: #383838;
    font-weight: 400;
    font-size: 14px;
    line-height: 75px;
    height: 75px;
    padding-top: 0;
    padding-bottom: 0; }
    .ubermenu.ubermenu-skin-leona-ubermenuskin a.ubermenu-target:hover,
    .ubermenu.ubermenu-skin-leona-ubermenuskin .ubermenu-submenu .ubermenu-item-header > .ubermenu-target:hover {
      color: #f66e5e; }
    .ubermenu.ubermenu-skin-leona-ubermenuskin a.ubermenu-target .ubermenu-current_page_item,
    .ubermenu.ubermenu-skin-leona-ubermenuskin .ubermenu-submenu .ubermenu-item-header > .ubermenu-target .ubermenu-current_page_item {
      color: #f66e5e; }

.has-ubermenu .ubermenu, .has-ubermenu .ubermenu .ubermenu-column, .has-ubermenu .ubermenu .ubermenu-divider, .has-ubermenu .ubermenu .ubermenu-icon, .has-ubermenu .ubermenu .ubermenu-image, .has-ubermenu .ubermenu .ubermenu-item, .has-ubermenu .ubermenu .ubermenu-nav, .has-ubermenu .ubermenu .ubermenu-retractor, .has-ubermenu .ubermenu .ubermenu-row, .has-ubermenu .ubermenu .ubermenu-search, .has-ubermenu .ubermenu .ubermenu-search-input, .has-ubermenu .ubermenu .ubermenu-search-submit, .has-ubermenu .ubermenu .ubermenu-submenu, .has-ubermenu .ubermenu .ubermenu-submenu-footer, .has-ubermenu .ubermenu .ubermenu-tabs, .has-ubermenu .ubermenu .ubermenu-tabs-panels, .has-ubermenu .ubermenu .ubermenu-target, .has-ubermenu .ubermenu-responsive-toggle {
  letter-spacing: 0.05em;
  text-transform: uppercase; }

.has-ubermenu .ubermenu ul.ubermenu-submenu,
.has-ubermenu .ubermenu-skin-leona-ubermenuskin .ubermenu-submenu.ubermenu-submenu-drop {
  background-color: #fff; }

.has-ubermenu .ubermenu .ubermenu-target-description {
  font-size: 90% !important; }

.has-ubermenu .ubermenu.ubermenu-skin-leona-ubermenuskin.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target > .ubermenu-sub-indicator {
  position: relative;
  margin-left: 10px;
  top: auto;
  right: auto; }

.has-ubermenu .ubermenu-skin-leona-ubermenuskin.ubermenu-responsive-toggle {
  position: absolute;
  top: 25px;
  right: 0; }

.has-ubermenu .ubermenu.ubermenu-skin-leona-ubermenuskin .ubermenu-submenu .ubermenu-highlight {
  color: #f66e5e; }

.has-ubermenu .ubermenu.ubermenu-skin-leona-ubermenuskin .ubermenu-item.ubermenu-item-level-0 > .ubermenu-highlight {
  color: #f66e5e; }

/**
 * ----------------------------------------------------------------------------------------
 * Navigation Mobile
 * ----------------------------------------------------------------------------------------
 */
/**
 *  Logo
 */
.slicknav_menu_logo {
  display: inline-block;
  float: left;
  width: 100%;
  margin-right: -64px;
  padding: 20px 70px;
  line-height: 1em;
  word-wrap: break-word;
  word-break: break-all; }
  .slicknav_menu_logo .main-navigation-logo-light,
  .slicknav_menu_logo .main-navigation-logo-dark {
    display: none; }
  .slicknav_menu_logo .main-navigation-logo-mobile {
    display: block; }
  .slicknav_menu_logo h1 {
    position: relative;
    display: inline-block;
    margin: 0;
    line-height: 1;
    font-size: 22px;
    letter-spacing: 1px; }
  .slicknav_menu_logo a {
    display: inline-block; }
  .slicknav_menu_logo img {
    display: block;
    max-width: 150px;
    max-height: 35px;
    vertical-align: top; }

/**
*  SlickNav
*/
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  margin-top: 3px;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.26em; }

.js .slicknav_menu {
  display: none; }

.slicknav_menu {
  *zoom: 1;
  box-shadow: 0px -6px 10px 4px rgba(0, 0, 0, 0.2); }
  .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.8em;
    float: left; }
  .slicknav_menu .slicknav_icon {
    float: left;
    margin: 0.188em 0 0 0.438em;
    padding: 13px 10px; }
  .slicknav_menu .slicknav_no-text {
    margin: 0; }
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 24px;
    height: 3px; }
  .slicknav_menu:before {
    content: " ";
    display: table; }
  .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; }

.slicknav_nav {
  clear: both; }
  .slicknav_nav ul {
    display: block; }
  .slicknav_nav li {
    display: block;
    margin: 0; }
  .slicknav_nav .slicknav_arrow {
    position: relative;
    top: -1px;
    font-size: 0.8em; }
  .slicknav_nav .slicknav_item {
    cursor: pointer; }
  .slicknav_nav .slicknav_item a {
    display: inline; }
  .slicknav_nav a {
    display: inline-block;
    padding: 10px 20px; }
  .slicknav_nav .slicknav_parent-link a {
    display: inline; }
  .slicknav_nav .fa-angle-down {
    display: none; }

.slicknav_brand {
  float: left; }

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background-color: #fafafa;
  position: fixed;
  width: 100%;
  text-align: center;
  z-index: 1000; }
  .slicknav_menu .site-logo img {
    transform: translateZ(0) scale(0.8); }
  .slicknav_menu .slicknav_menutxt {
    color: #383838; }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #383838; }

.slicknav_nav {
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  max-height: 80vh;
  overflow-y: auto;
  list-style: none; }
  .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0; }
  .slicknav_nav .sub-menu {
    background-color: #f3f3f3;
    border: 1px solid #eaeaea;
    box-shadow: 0px 0px 15px -9px rgba(0, 0, 0, 0.15) inset; }
  .slicknav_nav a {
    display: block;
    padding: 12px 20px;
    margin: 2px 5px;
    text-decoration: none;
    transition: .2s;
    font-size: 11px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #383838;
    letter-spacing: .1em; }
    .slicknav_nav a i[class^="icon-"] {
      position: relative;
      vertical-align: middle;
      margin-right: 7px;
      color: #f66e5e;
      font-size: 16px;
      font-weight: 700;
      top: -3px;
      transition: .3s; }
    .slicknav_nav a svg {
      transition: .2s; }
  .slicknav_nav .nav-icon {
    position: relative;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px; }
  .slicknav_nav a:hover {
    background: #f66e5e;
    color: #fff; }
    .slicknav_nav a:hover i {
      color: #fff; }
    .slicknav_nav a:hover svg {
      fill: #fff; }
  .slicknav_nav a:hover > a {
    transition: 0s;
    background: none;
    color: inherit; }
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
  .slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0; }
  .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; }

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px; }

/**
 * ----------------------------------------------------------------------------------------
 * Main Content
 * ----------------------------------------------------------------------------------------
 */
/**
*  Templates
*/
.ProductsHeader .SpecialHeading .search-title {
  text-transform: none; }

.ProductsHeader .SpecialHeading span {
  background-color: #f66e5e;
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  padding: 0 10px; }

.Excerpt {
  position: relative; }
  .Excerpt .overlay-gradient {
    background: linear-gradient(transparent 0%, rgba(17, 11, 10, 0.85) 75%); }
  .Excerpt .ExcerptContentWrapper {
    position: relative;
    background-color: #fff;
    padding: 50px;
    width: 100%; }
    .Excerpt .ExcerptContentWrapper .excerpt-header {
      padding-bottom: 25px;
      margin-bottom: 30px;
      border-bottom: 1px solid #eaeaea; }
      .Excerpt .ExcerptContentWrapper .excerpt-header a {
        display: inline-block;
        max-width: 78%; }
    .Excerpt .ExcerptContentWrapper .excerpt-title {
      position: relative; }
    .Excerpt .ExcerptContentWrapper .excerpt-title h2 {
      font-size: 36px;
      margin-bottom: 0px; }
      .Excerpt .ExcerptContentWrapper .excerpt-title h2:hover {
        color: #39baaf; }
    .Excerpt .ExcerptContentWrapper .excerpt-date {
      position: absolute;
      bottom: 0;
      right: 0;
      font-size: 14px;
      font-weight: 600;
      color: #a2a2a2;
      text-transform: uppercase;
      max-width: 20%; }
    .Excerpt .ExcerptContentWrapper .excerpt-meta {
      display: inline-block;
      float: right;
      max-width: 50%;
      margin-bottom: 20px; }
      .Excerpt .ExcerptContentWrapper .excerpt-meta .special-link {
        margin-left: 10px; }
    .Excerpt .ExcerptContentWrapper .excerpt-content {
      margin-bottom: 30px; }
  .Excerpt .section-light .special-link {
    color: #fff; }
  .Excerpt .ExcerptContentWrapper.excerpt-no-image {
    padding: 50px; }

.Excerpt.sticky .ExcerptContentWrapper {
  border-bottom: 5px solid #39baaf; }

/**
*  Post Navigation
*/
.PostNav {
  text-align: center; }
  .PostNav .post-nav-wrapper {
    display: inline-block; }
    .PostNav .post-nav-wrapper ul {
      display: inline-block;
      white-space: nowrap;
      padding: 0;
      clear: both; }
    .PostNav .post-nav-wrapper ul li {
      float: left;
      overflow: hidden;
      display: inline-block; }
    .PostNav .post-nav-wrapper ul li a:hover {
      color: #39baaf; }
    .PostNav .post-nav-wrapper .page-numbers {
      display: block;
      margin: 0 10px;
      padding: 5px 10px;
      font-size: 20px;
      line-height: 24px;
      font-weight: 700;
      color: #484848; }
    .PostNav .post-nav-wrapper .prev, .PostNav .post-nav-wrapper .next {
      font-size: 21px;
      font-weight: 100; }
    .PostNav .post-nav-wrapper .prev {
      margin-left: 0; }
    .PostNav .post-nav-wrapper .next {
      margin-right: 0; }
    .PostNav .post-nav-wrapper .page-numbers.current {
      font-weight: 400; }
  .PostNav .post-nav-next, .PostNav .post-nav-prev {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase; }
    .PostNav .post-nav-next a, .PostNav .post-nav-prev a {
      color: #484848; }
      .PostNav .post-nav-next a:hover, .PostNav .post-nav-prev a:hover {
        color: #39baaf; }
  .PostNav .post-nav-prev {
    padding-right: 20px; }
    .PostNav .post-nav-prev i {
      margin-right: 5px; }
  .PostNav .post-nav-next i {
    margin-left: 5px; }

.page-links {
  padding-top: 40px;
  font-size: 18px;
  clear: both; }
  .page-links span {
    margin: 0 5px; }
  .page-links a {
    font-weight: 600;
    border-bottom: 1px solid #f66e5e; }

.page-links-title {
  font-weight: 600; }

/**
 *  Single Header
 */
.SinglePostHeader .container {
  transform: translateZ(2px); }

.SinglePostHeader.header-with-image .single-post-header-content {
  margin-top: 450px;
  margin-bottom: 60px; }

.SinglePostHeader.header-with-image .single-post-title h1 {
  color: #fff; }

.SinglePostHeader.header-with-image .single-post-categories .special-link {
  color: #fff;
  margin-left: 10px; }
  .SinglePostHeader.header-with-image .single-post-categories .special-link:first-child {
    margin-left: 0; }

.SinglePostHeader.header-with-image .single-post-meta-date {
  color: #fff; }

.SinglePostHeader.header-no-image .single-post-header-content {
  margin-top: 120px;
  margin-bottom: 40px; }

.SinglePostHeader.header-no-image .single-post-categories .special-link {
  margin-right: 10px; }

.SinglePostHeader {
  position: relative; }
  .SinglePostHeader .single-post-header-content {
    position: relative;
    z-index: 1; }
  .SinglePostHeader .single-post-title {
    margin: 20px 0; }
    .SinglePostHeader .single-post-title h1 {
      font-size: 48px;
      margin-bottom: 0; }
  .SinglePostHeader .single-post-categories {
    margin-bottom: 10px; }
  .SinglePostHeader .single-post-meta-date {
    font-size: 14px;
    font-weight: 600; }

/**
*  AdjacentPosts
*/
.AdjacentPosts .adjacent-post-wrapper {
  position: relative;
  overflow: hidden; }

.AdjacentPosts .adjacent-post-wrapper:hover .bg-image {
  transform: scale(1.2) rotate(5deg); }

.AdjacentPosts .adjacent-post-wrapper:hover .adjacent-post-title {
  color: #39baaf; }

.AdjacentPosts .bg-image {
  width: 33%;
  transition: .4s; }

.AdjacentPosts .bg-image + .adjacent-title-wrapper {
  margin-left: 33%; }

.AdjacentPosts .simplified-post-date {
  color: #7a7a7a;
  font-size: 14px;
  margin-bottom: 10px; }

.AdjacentPosts .adjacent-title-wrapper {
  position: relative;
  padding: 30px;
  background-color: #fff; }

.AdjacentPosts .adjacent-post-title {
  font-size: 20px;
  margin-bottom: 15px;
  transition: .2s; }

.AdjacentPosts .adjacent-meta {
  font-size: 13px;
  font-weight: 700;
  transition: .2s; }
  .AdjacentPosts .adjacent-meta i {
    font-size: 12px; }

.AdjacentPosts .next-post {
  float: left;
  width: 48%; }
  .AdjacentPosts .next-post i {
    margin-right: 7px; }

.AdjacentPosts .prev-post {
  float: right;
  width: 48%; }
  .AdjacentPosts .prev-post i {
    margin-left: 7px; }

.AdjacentPosts .next-post.only-post, .AdjacentPosts .prev-post.only-post {
  width: 100%; }

/**
*  Single Footer
*/
.SinglePostFooter {
  position: relative;
  clear: both;
  overflow: hidden;
  padding-bottom: 50px;
  border-bottom: 1px solid #eaeaea; }
  .SinglePostFooter .single-post-footer-container:first-child {
    float: left; }
  .SinglePostFooter .single-post-footer-container:nth-child(2n) {
    text-align: right;
    float: right; }
  .SinglePostFooter .ElementHeading {
    display: inline-block; }
    .SinglePostFooter .ElementHeading .element-title {
      font-size: 14px;
      font-weight: 800;
      text-transform: uppercase; }
  .SinglePostFooter .single-post-footer-share {
    max-width: 30%; }
    .SinglePostFooter .single-post-footer-share a {
      font-size: 20px;
      margin-right: 20px; }
      .SinglePostFooter .single-post-footer-share a:last-child {
        margin-right: 0; }
    .SinglePostFooter .single-post-footer-share a.facebook {
      color: #3b5998; }
    .SinglePostFooter .single-post-footer-share a.twitter {
      color: #55acee; }
    .SinglePostFooter .single-post-footer-share a.google-plus {
      color: #dc4e41; }
    .SinglePostFooter .single-post-footer-share a.pinterest {
      color: #bd081c; }
  .SinglePostFooter .single-post-footer-tags {
    max-width: 68%; }

/**
*  Comments
*/
.SinglePostComments {
  margin-top: 140px; }

.commentslist-container {
  margin-bottom: 80px; }
  .commentslist-container #comments {
    margin-bottom: 40px; }
  .commentslist-container .comment-respond {
    margin: 40px 0 40px 40px; }
  .commentslist-container .comment-reply-title small {
    margin-left: 20px;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid #f66e5e; }

.comment-reply-title {
  margin-bottom: 30px; }

.commentlist li.comment {
  list-style: none; }

.commentlist li ul li {
  list-style: square; }

.commentlist li .comment-main-content > ul, .commentlist li .comment-main-content > ol {
  margin-bottom: 20px; }

.commentlist li .comment-content {
  position: relative;
  margin-bottom: 30px; }
  .commentlist li .comment-content .comment-avatar {
    position: absolute;
    top: 20px;
    left: -30px; }
    .commentlist li .comment-content .comment-avatar img {
      border-radius: 50%; }
  .commentlist li .comment-content .comment-body {
    padding: 35px 60px 20px;
    background-color: #fff; }
  .commentlist li .comment-content .comment-author {
    font-size: 18px;
    margin-bottom: 0; }
  .commentlist li .comment-content .comment-meta {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 13px; }
  .commentlist li .comment-content .awaiting-moderation {
    font-style: italic;
    font-size: 13px;
    font-weight: 600; }

.protected-post-form {
  overflow: hidden; }
  .protected-post-form .protected-post-field {
    position: relative;
    width: 50%;
    margin-top: 40px; }
    .protected-post-form .protected-post-field input[type="text"] {
      padding-right: 130px; }
    .protected-post-form .protected-post-field input[type="text"], .protected-post-form .protected-post-field .btn, .protected-post-form .protected-post-field .elementor-widget .elementor-button, .elementor-widget .protected-post-form .protected-post-field .elementor-button, .protected-post-form .protected-post-field .woocommerce #respond input#submit, .woocommerce #respond .protected-post-form .protected-post-field input#submit,
    .protected-post-form .protected-post-field .woocommerce a.button, .woocommerce .protected-post-form .protected-post-field a.button, .protected-post-form .protected-post-field .woocommerce button.button, .woocommerce .protected-post-form .protected-post-field button.button,
    .protected-post-form .protected-post-field .woocommerce input.button, .woocommerce .protected-post-form .protected-post-field input.button {
      height: 40px; }
    .protected-post-form .protected-post-field .btn, .protected-post-form .protected-post-field .elementor-widget .elementor-button, .elementor-widget .protected-post-form .protected-post-field .elementor-button, .protected-post-form .protected-post-field .woocommerce #respond input#submit, .woocommerce #respond .protected-post-form .protected-post-field input#submit,
    .protected-post-form .protected-post-field .woocommerce a.button, .woocommerce .protected-post-form .protected-post-field a.button, .protected-post-form .protected-post-field .woocommerce button.button, .woocommerce .protected-post-form .protected-post-field button.button,
    .protected-post-form .protected-post-field .woocommerce input.button, .woocommerce .protected-post-form .protected-post-field input.button {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 120px;
      padding: 0;
      margin-bottom: 0; }

.pinglist {
  margin-bottom: 60px;
  list-style: none; }
  .pinglist .pingback {
    margin-bottom: 30px; }
  .pinglist .ping-header {
    display: inline-block;
    margin-bottom: 10px; }
    .pinglist .ping-header .comment-author {
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      margin-right: 5px; }

/**
*  404 Page
*/
.ErrorPage {
  position: relative;
  padding: 170px 0 250px; }
  .ErrorPage .error-404-wrapper {
    position: relative;
    width: 60%;
    margin: 0 auto;
    padding: 80px 60px 60px; }
  .ErrorPage .error-404-wrapper.with-image {
    background-color: rgba(255, 255, 255, 0.85); }

/**
 * ----------------------------------------------------------------------------------------
 * Footer
 * ----------------------------------------------------------------------------------------
 */
.footer-main {
  position: relative;
  padding: 20px 0;
  background-color: #fff; }
  .footer-main.has-widgets {
    padding: 70px 0 20px; }
  .footer-main.footer-dark {
    background-color: #232323; }
  .footer-main > .bg-image {
    background-repeat: repeat;
    background-size: initial; }
  .footer-main .copyright {
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 800;
    font-size: 13px; }
  .footer-main p:last-of-type {
    margin-bottom: 0; }

/**
 * ----------------------------------------------------------------------------------------
 * Elementor
 * ----------------------------------------------------------------------------------------
 */
.is-elementor-container {
  opacity: 0; }

.elementor-editor-active .main-navigation, .elementor-editor-active .slicknav_menu {
  position: static; }

.elementor-editor-active .is-nav-offset {
  display: none; }

/**
*  Headings
*/
.elementor .elementor-widget-heading .elementor-heading-title {
  line-height: 1.3; }

/**
*  Counters
*/
.elementor .elementor-widget-counter .elementor-counter-number-wrapper {
  color: #222; }

/**
*  Image Box
*/
.elementor .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title {
  color: #222; }

/**
*  Icon Box
*/
.elementor .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title {
  color: #222; }

/**
*  Buttons
*/
.elementor-widget a.elementor-button:hover, .elementor-widget a.elementor-button:active, .elementor-widget a.elementor-button:active:focus, .elementor-widget .elementor-button:hover, .elementor-widget .elementor-button:active, .elementor-widget .elementor-button:active:focus {
  opacity: .9; }

.elementor-widget.elementor-button-default .elementor-button.elementor-size-sm, .elementor-widget.elementor-button-default a.elementor-button.elementor-size-sm,
.elementor-widget.elementor-button-color .elementor-button.elementor-size-sm,
.elementor-widget.elementor-button-color a.elementor-button.elementor-size-sm {
  font-size: 15px;
  padding: 12px 24px; }

.elementor-widget.elementor-button-default .elementor-button.elementor-size-md, .elementor-widget.elementor-button-default a.elementor-button.elementor-size-md,
.elementor-widget.elementor-button-color .elementor-button.elementor-size-md,
.elementor-widget.elementor-button-color a.elementor-button.elementor-size-md {
  font-size: 18px;
  padding: 15px 30px; }

.elementor-widget.elementor-button-default .elementor-button.elementor-size-lg, .elementor-widget.elementor-button-default a.elementor-button.elementor-size-lg,
.elementor-widget.elementor-button-color .elementor-button.elementor-size-lg,
.elementor-widget.elementor-button-color a.elementor-button.elementor-size-lg {
  font-size: 21px;
  padding: 20px 40px; }

.elementor-widget.elementor-button-default .elementor-button.elementor-size-xl, .elementor-widget.elementor-button-default a.elementor-button.elementor-size-xl,
.elementor-widget.elementor-button-color .elementor-button.elementor-size-xl,
.elementor-widget.elementor-button-color a.elementor-button.elementor-size-xl {
  font-size: 24px;
  padding: 25px 50px; }

.elementor-widget.elementor-button-separator .elementor-button-wrapper:before {
  content: '';
  display: inline-block;
  width: 60px;
  height: 2px;
  margin-right: 20px;
  background-color: #000;
  vertical-align: middle; }

.elementor-widget.elementor-button-color .elementor-button,
.elementor-button-wrapper.elementor-button-color .elementor-button {
  color: #fff;
  background: #f66e5e;
  border: 2px solid transparent; }
  .elementor-widget.elementor-button-color .elementor-button:hover, .elementor-widget.elementor-button-color .elementor-button:active, .elementor-widget.elementor-button-color .elementor-button:active:focus,
  .elementor-button-wrapper.elementor-button-color .elementor-button:hover,
  .elementor-button-wrapper.elementor-button-color .elementor-button:active,
  .elementor-button-wrapper.elementor-button-color .elementor-button:active:focus {
    color: #000;
    background: rgba(255, 255, 255, 0.65);
    border: 2px solid transparent; }

.elementor-widget.elementor-button-minimal .elementor-button,
.elementor-button-wrapper.elementor-button-minimal .elementor-button {
  border-width: 0 0 2px;
  border-style: solid;
  border-radius: 0;
  padding: 2px; }
  .elementor-widget.elementor-button-minimal .elementor-button:hover, .elementor-widget.elementor-button-minimal .elementor-button:active, .elementor-widget.elementor-button-minimal .elementor-button:active:focus,
  .elementor-button-wrapper.elementor-button-minimal .elementor-button:hover,
  .elementor-button-wrapper.elementor-button-minimal .elementor-button:active,
  .elementor-button-wrapper.elementor-button-minimal .elementor-button:active:focus {
    color: #f66e5e;
    background: none;
    border-width: 0 0 2px;
    border-style: solid;
    border-radius: 0; }

/**
*  WordPress Widgets
*/
.elementor-widget-wrap .widget {
  margin-bottom: 0; }

/**
* ----------------------------------------------------------------------------------------
*    Banner
* ----------------------------------------------------------------------------------------
*/
.ssd-banner a {
  position: relative;
  display: block; }

.ssd-banner .ssd-banner-thumbnail {
  overflow: hidden; }

.ssd-banner .ssd-banner-thumbnail:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1; }

.ssd-banner .ssd-banner-thumbnail img {
  vertical-align: middle;
  transition: 5s; }

.ssd-banner .ssd-banner-title {
  margin: 0;
  position: absolute;
  background-color: #fff;
  z-index: 1;
  padding: 20px 30px; }

.ssd-banner .ssd-banner-title div {
  font-size: 14px; }
  .ssd-banner .ssd-banner-title div span {
    display: inline-block;
    margin-right: 5px; }

.ssd-banner .ssd-banner-title div,
.ssd-banner a:hover .ssd-banner-title div {
  color: #ECA68B; }

.ssd-banner .ssd-banner-title.ssd-banner-title--below {
  left: 0;
  bottom: 0; }

.ssd-banner .ssd-banner-title.ssd-banner-title--above {
  left: 0;
  top: 0; }

.ssd-banner .ssd-banner-title.ssd-banner-title--right {
  transform-origin: 100% 0%;
  transform: rotate(-90deg) translateY(-100%);
  top: 0;
  right: 0px; }

.ssd-banner .ssd-banner-title.ssd-banner-title--left {
  transform-origin: 0 0;
  transform: rotate(90deg) translateY(-100%);
  top: 0;
  left: 0; }

.ssd-banner .ssd-banner-quote-inner {
  height: 100%;
  padding: 60px; }

.ssd-banner .ssd-banner-quote-content {
  color: #484848;
  font-size: 22px;
  line-height: 37px; }

.ssd-banner .ssd-banner-quote-author {
  text-align: right; }
  .ssd-banner .ssd-banner-quote-author span {
    position: relative; }
    .ssd-banner .ssd-banner-quote-author span:before {
      position: absolute;
      content: '';
      left: -50px;
      top: 49%;
      width: 40px;
      height: 1px;
      background-color: #7a7a7a; }

.ssd-banner-grid {
  display: flex;
  flex-wrap: wrap; }
  .ssd-banner-grid .ssd-banner a {
    height: 100%; }
  .ssd-banner-grid .ssd-banner .ssd-banner-thumbnail {
    height: 100%; }
    .ssd-banner-grid .ssd-banner .ssd-banner-thumbnail img {
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%;
      min-width: 100%; }

@media only screen and (max-width: 768px) {
  .ssd-banner-grid .ssd-banner .ssd-banner-quote-inner {
    padding: 20px; } }

.BackgroundBlock {
  display: inline-block; }

.Blockquote {
  position: relative;
  overflow: hidden; }
  .Blockquote:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0; }
  .Blockquote .blockquote-content-wrapper {
    position: relative; }
  .Blockquote .quote-single {
    margin-top: 20px; }
  .Blockquote .quote-single:before, .Blockquote .quote-double:before {
    position: absolute;
    content: '“';
    top: 0;
    left: 0;
    font-size: 80px;
    font-weight: 600; }
  .Blockquote .text-center.quote-single:before {
    left: 50%;
    transform: translateX(-50%); }
  .Blockquote .quote-double {
    margin: 20px 0; }
    .Blockquote .quote-double:after {
      position: absolute;
      content: '“';
      bottom: 0;
      right: 0;
      font-size: 80px;
      font-weight: 600;
      transform: rotate(180deg); }
  .Blockquote .blockquote-content {
    font-size: 20px;
    margin-bottom: 20px;
    padding-left: 7px;
    padding-right: 7px; }
  .Blockquote .author-wrapper {
    padding-left: 7px;
    padding-right: 7px; }
    .Blockquote .author-wrapper span {
      display: block; }
    .Blockquote .author-wrapper .author {
      font-weight: 700;
      letter-spacing: 1px;
      margin-bottom: 5px; }

/**
* ----------------------------------------------------------------------------------------
*    Buttons
* ----------------------------------------------------------------------------------------
*/
.btn, .elementor-widget a.elementor-button, .elementor-widget .elementor-button, .woocommerce #respond input#submit,
.woocommerce a.button, .woocommerce button.button,
.woocommerce input.button, .woocommerce #respond input#submit.alt,
.woocommerce a.button.alt, .woocommerce button.button.alt,
.woocommerce input.button.alt, button[type='submit'], input[type='submit'] {
  display: inline-block;
  position: relative;
  cursor: pointer;
  color: #000;
  font-size: 15px;
  line-height: 29px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0px;
  background: transparent;
  white-space: normal;
  outline: 0;
  transition: .2s;
  border: 2px solid #f66e5e;
  padding: 8px 40px;
  border-radius: 40px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content; }
  .btn .svg-icon-rotating, .elementor-widget .elementor-button .svg-icon-rotating, .woocommerce #respond input#submit .svg-icon-rotating, .woocommerce a.button .svg-icon-rotating, .woocommerce button.button .svg-icon-rotating, .woocommerce input.button .svg-icon-rotating, button[type='submit'] .svg-icon-rotating, input[type='submit'] .svg-icon-rotating {
    padding: 0; }
  .btn .fa-spin, .elementor-widget .elementor-button .fa-spin, .woocommerce #respond input#submit .fa-spin, .woocommerce a.button .fa-spin, .woocommerce button.button .fa-spin, .woocommerce input.button .fa-spin, button[type='submit'] .fa-spin, input[type='submit'] .fa-spin {
    margin-right: 5px; }
  .btn:active, .elementor-widget .elementor-button:active, .woocommerce #respond input#submit:active,
  .woocommerce a.button:active, .woocommerce button.button:active,
  .woocommerce input.button:active, button[type='submit']:active, input[type='submit']:active {
    box-shadow: none; }
  .btn[disabled], .elementor-widget .elementor-button[disabled], .woocommerce #respond input#submit[disabled],
  .woocommerce a.button[disabled], .woocommerce button.button[disabled],
  .woocommerce input.button[disabled], button[type='submit'][disabled], input[type='submit'][disabled] {
    opacity: .4; }

.btn:hover, .elementor-widget .elementor-button:hover, .woocommerce #respond input#submit:hover,
.woocommerce a.button:hover, .woocommerce button.button:hover,
.woocommerce input.button:hover, .btn:active, .elementor-widget .elementor-button:active, .woocommerce #respond input#submit:active,
.woocommerce a.button:active, .woocommerce button.button:active,
.woocommerce input.button:active, .btn:active:focus, .elementor-widget .elementor-button:active:focus, .woocommerce #respond input#submit:active:focus,
.woocommerce a.button:active:focus, .woocommerce button.button:active:focus,
.woocommerce input.button:active:focus, button[type='submit']:hover, button[type='submit']:active, button[type='submit']:active:focus, input[type='submit']:hover, input[type='submit']:active, input[type='submit']:active:focus {
  color: #fff;
  outline: 0;
  background: #f66e5e;
  border: 2px solid #f66e5e; }

.btn.btn-small, .elementor-widget .btn-small.elementor-button, .woocommerce #respond input.btn-small#submit,
.woocommerce a.btn-small.button, .woocommerce button.btn-small.button,
.woocommerce input.btn-small.button {
  font-size: 12.75px;
  padding: 4px 16px; }

.btn.btn-color, .elementor-widget .btn-color.elementor-button, .elementor-widget .section-light .widget .MailchimpNewsletter .elementor-button#signup-button, .section-light .widget .MailchimpNewsletter .elementor-widget .elementor-button#signup-button, .elementor-widget .woocommerce form .form-row input.elementor-button[type="submit"], .woocommerce form .form-row .elementor-widget input.elementor-button[type="submit"], .elementor-widget .woocommerce .woocommerce-account-membership-plan form.cart button.elementor-button, .woocommerce .woocommerce-account-membership-plan form.cart .elementor-widget button.elementor-button, .section-light .widget .MailchimpNewsletter .btn#signup-button,
.section-light .widget .MailchimpNewsletter .woocommerce a#signup-button.button, .woocommerce .section-light .widget .MailchimpNewsletter a#signup-button.button, .section-light .widget .MailchimpNewsletter .woocommerce button#signup-button.button, .woocommerce .section-light .widget .MailchimpNewsletter button#signup-button.button,
.section-light .widget .MailchimpNewsletter .woocommerce input#signup-button.button, .woocommerce .section-light .widget .MailchimpNewsletter input#signup-button.button, .woocommerce #respond input.btn-color#submit, .woocommerce #respond form .form-row input#submit[type="submit"], .woocommerce form .form-row #respond input#submit[type="submit"],
.woocommerce a.btn-color.button, .woocommerce button.btn-color.button, .woocommerce .woocommerce-account-membership-plan form.cart button.button,
.woocommerce input.btn-color.button, .woocommerce form .form-row input.button[type="submit"], .woocommerce form .form-row input.btn[type="submit"], .woocommerce .woocommerce-account-membership-plan form.cart button.btn {
  color: #fff;
  background: #f66e5e;
  border: 2px solid transparent; }
  .btn.btn-color:hover, .elementor-widget .btn-color.elementor-button:hover, .elementor-widget .section-light .widget .MailchimpNewsletter .elementor-button#signup-button:hover, .section-light .widget .MailchimpNewsletter .elementor-widget .elementor-button#signup-button:hover, .elementor-widget .woocommerce form .form-row input.elementor-button:hover[type="submit"], .woocommerce form .form-row .elementor-widget input.elementor-button:hover[type="submit"], .elementor-widget .woocommerce .woocommerce-account-membership-plan form.cart button.elementor-button:hover, .woocommerce .woocommerce-account-membership-plan form.cart .elementor-widget button.elementor-button:hover, .section-light .widget .MailchimpNewsletter .btn#signup-button:hover,
  .section-light .widget .MailchimpNewsletter .woocommerce a#signup-button.button:hover, .woocommerce .section-light .widget .MailchimpNewsletter a#signup-button.button:hover, .section-light .widget .MailchimpNewsletter .woocommerce button#signup-button.button:hover, .woocommerce .section-light .widget .MailchimpNewsletter button#signup-button.button:hover,
  .section-light .widget .MailchimpNewsletter .woocommerce input#signup-button.button:hover, .woocommerce .section-light .widget .MailchimpNewsletter input#signup-button.button:hover, .woocommerce #respond input.btn-color#submit:hover, .woocommerce #respond form .form-row input#submit:hover[type="submit"], .woocommerce form .form-row #respond input#submit:hover[type="submit"],
  .woocommerce a.btn-color.button:hover, .woocommerce button.btn-color.button:hover, .woocommerce .woocommerce-account-membership-plan form.cart button.button:hover,
  .woocommerce input.btn-color.button:hover, .woocommerce form .form-row input.button:hover[type="submit"], .woocommerce form .form-row input.btn:hover[type="submit"], .woocommerce .woocommerce-account-membership-plan form.cart button.btn:hover, .btn.btn-color:active, .elementor-widget .btn-color.elementor-button:active, .elementor-widget .section-light .widget .MailchimpNewsletter .elementor-button#signup-button:active, .section-light .widget .MailchimpNewsletter .elementor-widget .elementor-button#signup-button:active, .elementor-widget .woocommerce form .form-row input.elementor-button:active[type="submit"], .woocommerce form .form-row .elementor-widget input.elementor-button:active[type="submit"], .elementor-widget .woocommerce .woocommerce-account-membership-plan form.cart button.elementor-button:active, .woocommerce .woocommerce-account-membership-plan form.cart .elementor-widget button.elementor-button:active, .section-light .widget .MailchimpNewsletter .btn#signup-button:active,
  .section-light .widget .MailchimpNewsletter .woocommerce a#signup-button.button:active, .woocommerce .section-light .widget .MailchimpNewsletter a#signup-button.button:active, .section-light .widget .MailchimpNewsletter .woocommerce button#signup-button.button:active, .woocommerce .section-light .widget .MailchimpNewsletter button#signup-button.button:active,
  .section-light .widget .MailchimpNewsletter .woocommerce input#signup-button.button:active, .woocommerce .section-light .widget .MailchimpNewsletter input#signup-button.button:active, .woocommerce #respond input.btn-color#submit:active, .woocommerce #respond form .form-row input#submit:active[type="submit"], .woocommerce form .form-row #respond input#submit:active[type="submit"],
  .woocommerce a.btn-color.button:active, .woocommerce button.btn-color.button:active, .woocommerce .woocommerce-account-membership-plan form.cart button.button:active,
  .woocommerce input.btn-color.button:active, .woocommerce form .form-row input.button:active[type="submit"], .woocommerce form .form-row input.btn:active[type="submit"], .woocommerce .woocommerce-account-membership-plan form.cart button.btn:active, .btn.btn-color:active:focus, .elementor-widget .btn-color.elementor-button:active:focus, .elementor-widget .section-light .widget .MailchimpNewsletter .elementor-button#signup-button:active:focus, .section-light .widget .MailchimpNewsletter .elementor-widget .elementor-button#signup-button:active:focus, .elementor-widget .woocommerce form .form-row input.elementor-button:active:focus[type="submit"], .woocommerce form .form-row .elementor-widget input.elementor-button:active:focus[type="submit"], .elementor-widget .woocommerce .woocommerce-account-membership-plan form.cart button.elementor-button:active:focus, .woocommerce .woocommerce-account-membership-plan form.cart .elementor-widget button.elementor-button:active:focus, .section-light .widget .MailchimpNewsletter .btn#signup-button:active:focus,
  .section-light .widget .MailchimpNewsletter .woocommerce a#signup-button.button:active:focus, .woocommerce .section-light .widget .MailchimpNewsletter a#signup-button.button:active:focus, .section-light .widget .MailchimpNewsletter .woocommerce button#signup-button.button:active:focus, .woocommerce .section-light .widget .MailchimpNewsletter button#signup-button.button:active:focus,
  .section-light .widget .MailchimpNewsletter .woocommerce input#signup-button.button:active:focus, .woocommerce .section-light .widget .MailchimpNewsletter input#signup-button.button:active:focus, .woocommerce #respond input.btn-color#submit:active:focus, .woocommerce #respond form .form-row input#submit:active:focus[type="submit"], .woocommerce form .form-row #respond input#submit:active:focus[type="submit"],
  .woocommerce a.btn-color.button:active:focus, .woocommerce button.btn-color.button:active:focus, .woocommerce .woocommerce-account-membership-plan form.cart button.button:active:focus,
  .woocommerce input.btn-color.button:active:focus, .woocommerce form .form-row input.button:active:focus[type="submit"], .woocommerce form .form-row input.btn:active:focus[type="submit"], .woocommerce .woocommerce-account-membership-plan form.cart button.btn:active:focus {
    color: #000;
    background: rgba(255, 255, 255, 0.65);
    border: 2px solid #f66e5e; }

.btn.btn-dark, .elementor-widget .btn-dark.elementor-button, .woocommerce #respond input.btn-dark#submit,
.woocommerce a.btn-dark.button, .woocommerce button.btn-dark.button,
.woocommerce input.btn-dark.button, button[type='submit'], input[type='submit'] {
  color: #fff;
  background: #232323;
  border: 2px solid #000; }
  .btn.btn-dark:hover, .elementor-widget .btn-dark.elementor-button:hover, .woocommerce #respond input.btn-dark#submit:hover,
  .woocommerce a.btn-dark.button:hover, .woocommerce button.btn-dark.button:hover,
  .woocommerce input.btn-dark.button:hover, .btn.btn-dark:active, .elementor-widget .btn-dark.elementor-button:active, .woocommerce #respond input.btn-dark#submit:active,
  .woocommerce a.btn-dark.button:active, .woocommerce button.btn-dark.button:active,
  .woocommerce input.btn-dark.button:active, .btn.btn-dark:active:focus, .elementor-widget .btn-dark.elementor-button:active:focus, .woocommerce #respond input.btn-dark#submit:active:focus,
  .woocommerce a.btn-dark.button:active:focus, .woocommerce button.btn-dark.button:active:focus,
  .woocommerce input.btn-dark.button:active:focus, button[type='submit']:hover, button[type='submit']:active, button[type='submit']:active:focus, input[type='submit']:hover, input[type='submit']:active, input[type='submit']:active:focus {
    color: #000;
    background: rgba(255, 255, 255, 0.65);
    border: 2px solid #000; }

.btn.btn-border, .elementor-widget .btn-border.elementor-button, .woocommerce #respond input.btn-border#submit,
.woocommerce a.btn-border.button, .woocommerce button.btn-border.button,
.woocommerce input.btn-border.button {
  border: 2px solid #f66e5e; }
  .btn.btn-border:hover, .elementor-widget .btn-border.elementor-button:hover, .woocommerce #respond input.btn-border#submit:hover,
  .woocommerce a.btn-border.button:hover, .woocommerce button.btn-border.button:hover,
  .woocommerce input.btn-border.button:hover, .btn.btn-border:active, .elementor-widget .btn-border.elementor-button:active, .woocommerce #respond input.btn-border#submit:active,
  .woocommerce a.btn-border.button:active, .woocommerce button.btn-border.button:active,
  .woocommerce input.btn-border.button:active, .btn.btn-border:active:focus, .elementor-widget .btn-border.elementor-button:active:focus, .woocommerce #respond input.btn-border#submit:active:focus,
  .woocommerce a.btn-border.button:active:focus, .woocommerce button.btn-border.button:active:focus,
  .woocommerce input.btn-border.button:active:focus {
    color: #fff;
    background: #f66e5e;
    border: 2px solid #f66e5e; }

.btn.btn-white, .elementor-widget .btn-white.elementor-button, .woocommerce #respond input.btn-white#submit,
.woocommerce a.btn-white.button, .woocommerce button.btn-white.button,
.woocommerce input.btn-white.button, button[type='submit'].btn.btn-white, .elementor-widget button.elementor-button[type='submit'].btn-white, .woocommerce button.button[type='submit'].btn-white, input[type='submit'].btn.btn-white, .elementor-widget input.elementor-button[type='submit'].btn-white, .woocommerce #respond input#submit[type='submit'].btn-white,
.woocommerce input.button[type='submit'].btn-white {
  color: #f66e5e;
  background: #fff;
  border: 2px solid #fff; }
  .btn.btn-white:hover, .elementor-widget .btn-white.elementor-button:hover, .woocommerce #respond input.btn-white#submit:hover,
  .woocommerce a.btn-white.button:hover, .woocommerce button.btn-white.button:hover,
  .woocommerce input.btn-white.button:hover, .btn.btn-white:active, .elementor-widget .btn-white.elementor-button:active, .woocommerce #respond input.btn-white#submit:active,
  .woocommerce a.btn-white.button:active, .woocommerce button.btn-white.button:active,
  .woocommerce input.btn-white.button:active, .btn.btn-white:active:focus, .elementor-widget .btn-white.elementor-button:active:focus, .woocommerce #respond input.btn-white#submit:active:focus,
  .woocommerce a.btn-white.button:active:focus, .woocommerce button.btn-white.button:active:focus,
  .woocommerce input.btn-white.button:active:focus, button[type='submit'].btn.btn-white:hover, .elementor-widget button.elementor-button[type='submit'].btn-white:hover, .woocommerce button.button[type='submit'].btn-white:hover, button[type='submit'].btn.btn-white:active, .elementor-widget button.elementor-button[type='submit'].btn-white:active, .woocommerce button.button[type='submit'].btn-white:active, button[type='submit'].btn.btn-white:active:focus, .elementor-widget button.elementor-button[type='submit'].btn-white:active:focus, .woocommerce button.button[type='submit'].btn-white:active:focus, input[type='submit'].btn.btn-white:hover, .elementor-widget input.elementor-button[type='submit'].btn-white:hover, .woocommerce #respond input#submit[type='submit'].btn-white:hover,
  .woocommerce input.button[type='submit'].btn-white:hover, input[type='submit'].btn.btn-white:active, .elementor-widget input.elementor-button[type='submit'].btn-white:active, .woocommerce #respond input#submit[type='submit'].btn-white:active,
  .woocommerce input.button[type='submit'].btn-white:active, input[type='submit'].btn.btn-white:active:focus, .elementor-widget input.elementor-button[type='submit'].btn-white:active:focus, .woocommerce #respond input#submit[type='submit'].btn-white:active:focus,
  .woocommerce input.button[type='submit'].btn-white:active:focus {
    color: #39baaf;
    background: #fff;
    border: 2px solid #fff; }

.btn.btn-light, .elementor-widget .btn-light.elementor-button, .woocommerce #respond input.btn-light#submit,
.woocommerce a.btn-light.button, .woocommerce button.btn-light.button,
.woocommerce input.btn-light.button {
  color: #fff;
  border: 2px solid #fafafa; }
  .btn.btn-light:hover, .elementor-widget .btn-light.elementor-button:hover, .woocommerce #respond input.btn-light#submit:hover,
  .woocommerce a.btn-light.button:hover, .woocommerce button.btn-light.button:hover,
  .woocommerce input.btn-light.button:hover, .btn.btn-light:active, .elementor-widget .btn-light.elementor-button:active, .woocommerce #respond input.btn-light#submit:active,
  .woocommerce a.btn-light.button:active, .woocommerce button.btn-light.button:active,
  .woocommerce input.btn-light.button:active, .btn.btn-light:active:focus, .elementor-widget .btn-light.elementor-button:active:focus, .woocommerce #respond input.btn-light#submit:active:focus,
  .woocommerce a.btn-light.button:active:focus, .woocommerce button.btn-light.button:active:focus,
  .woocommerce input.btn-light.button:active:focus {
    background: #f66e5e;
    border: 2px solid #f66e5e; }

.btn.btn-minimal, .elementor-widget .btn-minimal.elementor-button, .woocommerce #respond input.btn-minimal#submit,
.woocommerce a.btn-minimal.button, .woocommerce button.btn-minimal.button,
.woocommerce input.btn-minimal.button {
  color: #000;
  border-width: 0 0 2px;
  border-style: solid;
  border-color: #39baaf;
  border-radius: 0;
  padding: 2px;
  background-color: transparent; }
  .btn.btn-minimal:hover, .elementor-widget .btn-minimal.elementor-button:hover, .woocommerce #respond input.btn-minimal#submit:hover,
  .woocommerce a.btn-minimal.button:hover, .woocommerce button.btn-minimal.button:hover,
  .woocommerce input.btn-minimal.button:hover, .btn.btn-minimal:active, .elementor-widget .btn-minimal.elementor-button:active, .woocommerce #respond input.btn-minimal#submit:active,
  .woocommerce a.btn-minimal.button:active, .woocommerce button.btn-minimal.button:active,
  .woocommerce input.btn-minimal.button:active, .btn.btn-minimal:active:focus, .elementor-widget .btn-minimal.elementor-button:active:focus, .woocommerce #respond input.btn-minimal#submit:active:focus,
  .woocommerce a.btn-minimal.button:active:focus, .woocommerce button.btn-minimal.button:active:focus,
  .woocommerce input.btn-minimal.button:active:focus {
    color: #39baaf;
    background: none;
    border-width: 0 0 2px;
    border-style: solid;
    border-color: #39baaf;
    border-radius: 0; }

.btn.active.focus, .elementor-widget .active.focus.elementor-button, .woocommerce #respond input.active.focus#submit,
.woocommerce a.active.focus.button, .woocommerce button.active.focus.button,
.woocommerce input.active.focus.button, input.active.focus[type="submit"], input.active.focus[type="button"], .btn.active:focus, .elementor-widget .active.elementor-button:focus, .woocommerce #respond input.active#submit:focus,
.woocommerce a.active.button:focus, .woocommerce button.active.button:focus,
.woocommerce input.active.button:focus, input.active[type="submit"]:focus, input.active[type="button"]:focus, .btn.focus, .elementor-widget .focus.elementor-button, .woocommerce #respond input.focus#submit,
.woocommerce a.focus.button, .woocommerce button.focus.button,
.woocommerce input.focus.button, input.focus[type="submit"], input.focus[type="button"], .btn:active.focus, .elementor-widget .elementor-button:active.focus, .woocommerce #respond input#submit:active.focus,
.woocommerce a.button:active.focus, .woocommerce button.button:active.focus,
.woocommerce input.button:active.focus, input[type="submit"]:active.focus, input[type="button"]:active.focus, .btn:active:focus, .elementor-widget .elementor-button:active:focus, .woocommerce #respond input#submit:active:focus,
.woocommerce a.button:active:focus, .woocommerce button.button:active:focus,
.woocommerce input.button:active:focus, input[type="submit"]:active:focus, input[type="button"]:active:focus, .btn:focus, .elementor-widget .elementor-button:focus, .woocommerce #respond input#submit:focus,
.woocommerce a.button:focus, .woocommerce button.button:focus,
.woocommerce input.button:focus, input[type="submit"]:focus, input[type="button"]:focus {
  outline: 0;
  font-weight: 600; }

.Blog .item-wrapper-inner {
  background-color: #fff; }

.Blog .blog-post-image {
  position: relative;
  height: 100%; }

.Blog .blog-post-content {
  padding: 30px; }

.Blog .blog-post-date {
  color: #7a7a7a;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px; }

.Blog .blog-post-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px; }
  .Blog .blog-post-title:hover {
    color: #39baaf; }

.Blog .blog-post-excerpt {
  font-size: 15px;
  line-height: 1.66em; }

.Blog.blog-wrapper-above .blog-post-content {
  padding: 15px 30px 30px; }

.Blog.SSDItemsGrid .items-row {
  overflow: visible; }

.Blog.blog-wrapper-left .blog-post-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 35%; }

.Blog.blog-wrapper-left .blog-post-content {
  width: 65%;
  left: 35%; }

.Blog.blog-wrapper-right .blog-post-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 35%; }

.Blog.blog-wrapper-right .blog-post-content {
  padding: 40px 30px 30px;
  width: 65%; }

@media only screen and (max-width: 1499px) {
  .Blog .items-row .blog-post-image {
    position: relative;
    width: 100% !important;
    min-height: 200px; }
  .Blog .items-row .blog-post-content {
    width: 100% !important;
    left: 0 !important;
    padding: 15px 30px 30px; } }

@media only screen and (max-width: 991px) {
  .Blog.SSDItemsGrid .items-columns-3 .item-wrapper {
    width: 100%; } }

.Event {
  display: flex;
  margin-bottom: 70px; }
  .Event .event-meta {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 15%;
    word-wrap: initial; }
  .Event .event-date {
    margin-bottom: 10px;
    font-weight: 400;
    color: #222; }
  .Event .event-date-year {
    font-size: 15px;
    line-height: 1.44em; }
  .Event .event-location {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.66em;
    text-transform: uppercase;
    color: #222; }
  .Event .event-content {
    position: relative;
    display: flex;
    width: 85%;
    flex-direction: column;
    padding-bottom: 30px;
    margin-left: 40px; }
    .Event .event-content p:last-of-type {
      margin-bottom: 0; }
  .Event .event-title {
    font-size: 36px;
    margin-bottom: 10px;
    padding-right: 140px; }
  .Event .event-description {
    padding-bottom: 20px; }
  .Event .event-link {
    position: absolute;
    top: 0;
    right: 15px; }
  .Event:last-of-type .event-content {
    border-bottom: none !important; }

.EventsWrapper .past-events-title {
  position: relative;
  font-size: 21px;
  font-weight: 600;
  color: #222;
  margin-bottom: 70px;
  padding: 20px 0;
  text-align: center;
  background: #fff;
  box-shadow: 0px 7px 16px -15px rgba(0, 0, 0, 0.4); }

.EventsWrapper .event-content {
  border-bottom: 1px solid #f66e5e; }

.PastEvent {
  opacity: .5; }

.BlogSliderWrapper .blog-slider-item {
  display: flex; }

.BlogSliderWrapper .text-top {
  align-items: flex-start; }

.BlogSliderWrapper .text-middle {
  align-items: center; }

.BlogSliderWrapper .text-bottom {
  align-items: flex-end; }

.BlogSliderWrapper .content-left {
  justify-content: flex-start; }

.BlogSliderWrapper .content-center {
  justify-content: center;
  text-align: center; }

.BlogSliderWrapper .content-right {
  justify-content: flex-end;
  text-align: right; }

.BlogSliderWrapper .blog-post-no-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.BlogSliderWrapper .blog-post-content {
  width: 100%;
  padding: 50px; }

.BlogSliderWrapper .blog-post-date {
  color: #a2a2a2;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 10px; }

.BlogSliderWrapper .blog-post-meta a {
  display: inline-block; }

.BlogSliderWrapper .blog-post-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff; }
  .BlogSliderWrapper .blog-post-title:hover {
    color: #39baaf; }

.BlogSliderWrapper .blog-post-excerpt {
  color: #a2a2a2;
  margin-bottom: 30px; }

.BlogSliderWrapper.swiper-carousel .swiper-arrow i {
  font-size: 32px;
  color: #fff; }

.BlogSliderWrapper.swiper-carousel .swiper-content-prev {
  left: 30px; }

.BlogSliderWrapper.swiper-carousel .swiper-content-next {
  right: 30px; }

.BlogSliderWrapper.swiper-carousel .swiper-pagination-bullets {
  margin-top: 20px; }

.CategoryCard {
  perspective: 2000px; }
  .CategoryCard .category-card-content {
    transition: .2s ease-out;
    position: relative;
    display: flex;
    transform-origin: 0% 50%;
    transform-style: preserve-3d;
    perspective: 2000px;
    z-index: 1; }
    .CategoryCard .category-card-content.content-left {
      justify-content: flex-start; }
    .CategoryCard .category-card-content.content-center {
      justify-content: center;
      text-align: center; }
    .CategoryCard .category-card-content.content-right {
      justify-content: flex-end;
      text-align: right; }
    .CategoryCard .category-card-content:hover {
      transform: translate3d(10px, -10px, 0); }
      .CategoryCard .category-card-content:hover:before {
        transform: translate3d(-10px, 10px, 0);
        opacity: 1; }
    .CategoryCard .category-card-content .overlay-image:before, .CategoryCard .category-card-content .overlay-mask:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      transition: opacity .2s; }
    .CategoryCard .category-card-content .category-card-inner {
      display: flex;
      position: relative;
      perspective: 2000px;
      transform: translate3d(0px, 0px, 35px); }
      .CategoryCard .category-card-content .category-card-inner.text-top {
        align-self: flex-start; }
      .CategoryCard .category-card-content .category-card-inner.text-middle {
        align-self: center; }
      .CategoryCard .category-card-content .category-card-inner.text-bottom {
        align-self: flex-end; }
    .CategoryCard .category-card-content .category-card-title {
      color: #fff;
      font-size: 40px;
      font-weight: 800;
      letter-spacing: 1px; }
    .CategoryCard .category-card-content:hover {
      transform: rotateY(-17deg); }

.overlay-hover .category-card-content:hover .overlay-mask {
  background-color: transparent !important; }

.ContentSliderWrapper {
  position: relative; }
  .ContentSliderWrapper .content-slider-images {
    position: relative;
    width: 100%; }
    .ContentSliderWrapper .content-slider-images.content-slider-images--equal-height .content-slider-item,
    .ContentSliderWrapper .content-slider-images.content-slider-images--equal-height .content-slider-image img {
      height: 100%; }
  .ContentSliderWrapper .content-slider-image {
    display: block;
    position: relative; }
    .ContentSliderWrapper .content-slider-image img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%; }
  .ContentSliderWrapper .content-slider-title {
    margin-bottom: 5px; }
  .ContentSliderWrapper .content-slider-subtitle {
    margin-bottom: 20px;
    color: #7a7a7a; }
  .ContentSliderWrapper .content-slider-content {
    position: relative;
    font-weight: 500;
    line-height: 1.66em;
    margin-bottom: 20px; }

.ContentSliderWrapper.content-slider--above .content-slider-image {
  position: relative;
  height: 300px; }
  .ContentSliderWrapper.content-slider--above .content-slider-image img {
    height: 100%; }

.ContentSliderWrapper:not(.content-slider--above) .content-slider-images {
  height: 100%;
  width: 35%; }
  .ContentSliderWrapper:not(.content-slider--above) .content-slider-images .bg-image {
    background-size: auto 100%; }

.ContentSliderWrapper:not(.content-slider--above) .content-slider-text {
  width: 65%; }

.ContentSliderWrapper.content-slider--left .content-slider-images {
  float: left; }

.ContentSliderWrapper.content-slider--left .content-slider-text {
  float: left; }

.ContentSliderWrapper.content-slider--right .content-slider-images {
  float: right; }

.ProductSliderWrapper {
  cursor: crosshair; }
  .ProductSliderWrapper .product-slider-item {
    position: relative;
    float: none;
    display: inline-block;
    vertical-align: middle;
    transition: .3s;
    text-align: center;
    padding: 45px; }
  .ProductSliderWrapper .product-slider-centered .product-slider-item:not(.swiper-slide-active) {
    transform: scale(0.8);
    opacity: .5;
    pointer-events: none; }
  .ProductSliderWrapper .product-slider-image {
    display: inline-block;
    width: 20%;
    max-width: 260px;
    min-width: 140px;
    vertical-align: middle; }
    .ProductSliderWrapper .product-slider-image img {
      margin: 0; }
  .ProductSliderWrapper .book-series-title {
    font-size: 16px;
    margin-bottom: 10px; }
  .ProductSliderWrapper .product-slider-meta-wrapper {
    display: inline-block;
    width: 40%;
    vertical-align: middle;
    padding: 0px 10px 0px 30px; }
  .ProductSliderWrapper .product-slider-title-wrapper {
    margin-bottom: 20px; }
    .ProductSliderWrapper .product-slider-title-wrapper h3 {
      color: #383838;
      padding: 0;
      font-size: 47px;
      margin-bottom: 10px; }
  .ProductSliderWrapper .special-link {
    margin-bottom: 15px; }
  .ProductSliderWrapper .product-slider-price {
    position: relative;
    color: #f66e5e;
    font-size: .857em;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 15px; }
    .ProductSliderWrapper .product-slider-price .woocommerce-Price-currencySymbol {
      margin-right: 2px;
      font-size: 14px; }
  .ProductSliderWrapper .price-text-meta-item {
    display: inline-block;
    margin-right: 10px;
    color: #f66e5e; }
  .ProductSliderWrapper .price-text-regular .woocommerce-Price-amount {
    position: relative;
    color: #7a7a7a; }
    .ProductSliderWrapper .price-text-regular .woocommerce-Price-amount:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      height: 1px;
      background-color: #7a7a7a; }
  .ProductSliderWrapper .read-the-book {
    margin-bottom: 10px; }
  .ProductSliderWrapper .woocommerce-product-add-to-cart-wrapper {
    position: absolute;
    bottom: 0;
    left: 70%; }

@media only screen and (max-width: 768px) {
  .ProductSliderWrapper .product-slider-image {
    display: block;
    width: 100%;
    min-width: auto;
    max-width: none;
    position: relative;
    margin-bottom: 40px;
    right: 0; }
  .ProductSliderWrapper .product-slider-meta-wrapper {
    display: block;
    width: 100%;
    min-width: auto;
    max-width: none;
    text-align: center; }
  .ProductSliderWrapper .woocommerce-product-add-to-cart-wrapper {
    position: relative;
    margin-top: 20px;
    left: 0;
    text-align: center; } }

@media (max-width: 480px) {
  .ProductSliderWrapper .product-slider-item {
    margin: 0 0px; }
  .ProductSliderWrapper .product-slider-image,
  .ProductSliderWrapper .product-slider-meta-wrapper {
    width: 100%; }
  .ProductSliderWrapper .product-slider-meta-wrapper {
    text-align: center; }
  .ProductSliderWrapper .product-slider-image {
    margin-bottom: 20px; } }

.SingleProductWidget .single-product-image {
  display: block; }

.SingleProductWidget .single-product-meta {
  padding: 20px 5px 0; }

.SingleProductWidget .book-series-title a {
  font-weight: 600; }

.SingleProductWidget .single-product-title {
  display: block;
  margin-bottom: 15px; }

.SingleProductWidget .single-product-price {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1.44em;
  color: #f66e5e;
  font-weight: 600; }
  .SingleProductWidget .single-product-price .woocommerce-Price-currencySymbol {
    font-size: 19px;
    padding-right: 5px; }

.SingleProductWidget .price-text-meta-item {
  display: inline-block; }
  .SingleProductWidget .price-text-meta-item:first-child {
    margin-right: 10px; }

.SingleProductWidget .price-text-regular .woocommerce-Price-amount {
  font-size: 22px;
  position: relative;
  color: #7a7a7a;
  opacity: .4; }
  .SingleProductWidget .price-text-regular .woocommerce-Price-amount:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #7a7a7a; }

.SingleProductWidget .special-link {
  margin-left: 20px; }

.ProductCategories ul {
  padding: 0;
  margin: 0; }

.ProductCategories li {
  list-style: none; }

.ProductCategories .product-categories-title {
  margin-bottom: 20px; }
  .ProductCategories .product-categories-title h4 {
    font-size: 22px;
    letter-spacing: .5px;
    margin-bottom: 0; }

.ProductCategories .product-categories-list {
  padding-top: 15px; }
  .ProductCategories .product-categories-list .product-category {
    margin-bottom: 15px; }
    .ProductCategories .product-categories-list .product-category a {
      display: block;
      overflow: hidden;
      background-color: #fff; }
    .ProductCategories .product-categories-list .product-category .category-icon {
      position: absolute;
      top: 0;
      left: 0;
      width: 65px;
      height: 100%;
      text-align: center; }
      .ProductCategories .product-categories-list .product-category .category-icon svg {
        height: 100%;
        width: 40px; }
  .ProductCategories .product-categories-list .product-child-categories {
    margin: 15px 0 0 25px; }
  .ProductCategories .product-categories-list .product-category-meta {
    padding-left: 20px;
    padding-right: 10px;
    line-height: 65px; }
  .ProductCategories .product-categories-list .category-icon + .product-category-meta {
    margin-left: 70px;
    min-height: 65px;
    line-height: 65px; }

.ProductCategories .product-category-title {
  display: inline-block;
  color: #484848;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.82em;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  vertical-align: middle; }

.ProductCategories .product-category a:hover .product-category-title {
  color: #39baaf; }

.ProductCategories .number-counter {
  font-weight: 600;
  color: #f66e5e; }

.ProductCategories .product-categories-grid .product-category {
  margin-bottom: 20px; }
  .ProductCategories .product-categories-grid .product-category a {
    display: block;
    overflow: hidden; }

.ProductCategories .product-categories-grid .category-icon {
  position: relative;
  overflow: hidden;
  width: 65px;
  height: 65px;
  margin: 0 auto 5px; }
  .ProductCategories .product-categories-grid .category-icon svg {
    width: 60%;
    height: 100%; }

.ProductCategories .product-categories-grid .product-category-meta {
  text-align: center; }

@media only screen and (max-width: 991px) {
  .ProductCategories.SSDItemsGrid .items-columns-3 .item-wrapper {
    width: 50%; }
    .ProductCategories.SSDItemsGrid .items-columns-3 .item-wrapper:nth-child(3n+1) {
      clear: none; }
    .ProductCategories.SSDItemsGrid .items-columns-3 .item-wrapper:nth-child(2n+1) {
      clear: left; } }

.SSDItemsGrid .items-row-title {
  color: #a2a2a2; }

.SSDItemsGrid .items-columns-1 .item-wrapper {
  width: 100%;
  text-align: left; }

.SSDItemsGrid .items-columns-2 .item-wrapper {
  width: 50%; }
  .SSDItemsGrid .items-columns-2 .item-wrapper:nth-child(2n+1) {
    clear: left; }

.SSDItemsGrid .items-columns-3 .item-wrapper {
  width: 33.333%; }
  .SSDItemsGrid .items-columns-3 .item-wrapper:nth-child(3n+1) {
    clear: left; }

.SSDItemsGrid .items-columns-4 .item-wrapper {
  width: 25%; }
  .SSDItemsGrid .items-columns-4 .item-wrapper:nth-child(4n+1) {
    clear: left; }

.SSDItemsGrid .items-columns-5 .item-wrapper {
  width: 20%; }
  .SSDItemsGrid .items-columns-5 .item-wrapper:nth-child(5n+1) {
    clear: left; }

.SSDItemsGrid .items-unordered {
  overflow: hidden; }
  .SSDItemsGrid .items-unordered .item-wrapper {
    margin-bottom: 40px; }

.SSDItemsGrid .item-wrapper {
  position: relative;
  text-align: center;
  display: inline-block;
  float: left;
  padding: 0 15px; }

.SSDItemsGrid .ssd-item {
  display: inline-block;
  width: 100%; }
  .SSDItemsGrid .ssd-item .item-image {
    box-shadow: 0px 44px 24px -34px rgba(224, 224, 224, 0.5); }
  .SSDItemsGrid .ssd-item .item-title {
    color: #a2a2a2;
    margin: 15px 0;
    font-size: 16px;
    font-weight: 500; }
  .SSDItemsGrid .ssd-item .category-title {
    font-size: 16px;
    color: #f66e5e; }
  .SSDItemsGrid .ssd-item .category-icon svg {
    max-width: 100px; }

@media only screen and (min-width: 992px) and (max-width: 1499px) {
  .SSDItemsGrid .items-columns-4 .item-wrapper, .SSDItemsGrid .items-columns-5 .item-wrapper {
    width: 33.333%; }
    .SSDItemsGrid .items-columns-4 .item-wrapper:nth-child(3n+1), .SSDItemsGrid .items-columns-5 .item-wrapper:nth-child(3n+1) {
      clear: left; }
  .SSDItemsGrid .items-columns-4 .item-wrapper:nth-child(4n+1) {
    clear: none; }
  .SSDItemsGrid .items-columns-5 .item-wrapper:nth-child(5n+1) {
    clear: none; } }

@media only screen and (max-width: 991px) {
  .SSDItemsGrid .items-columns-4 .item-wrapper, .SSDItemsGrid .items-columns-5 .item-wrapper {
    width: 50%; }
    .SSDItemsGrid .items-columns-4 .item-wrapper:nth-child(2n+1), .SSDItemsGrid .items-columns-5 .item-wrapper:nth-child(2n+1) {
      clear: left; } }

@media only screen and (max-width: 480px) {
  .SSDItemsGrid .items-columns-2 .item-wrapper, .SSDItemsGrid .items-columns-3 .item-wrapper, .SSDItemsGrid .items-columns-4 .item-wrapper, .SSDItemsGrid .items-columns-5 .item-wrapper {
    width: 100%; }
  .SSDItemsGrid .item-row {
    margin: 0 -5px; }
  .SSDItemsGrid .item-wrapper {
    padding: 0 5px; }
  .SSDItemsGrid:not(.ProductCategories) .items-columns-3 .item-wrapper, .SSDItemsGrid:not(.ProductCategories) .items-columns-2 .item-wrapper {
    width: 100%; } }

/**
* ----------------------------------------------------------------------------------------
*    Poster
* ----------------------------------------------------------------------------------------
*/
.Poster .poster-image-wrapper {
  overflow: hidden;
  min-height: 250px;
  height: 100%; }
  .Poster .poster-image-wrapper iframe + video {
    display: none; }

.Poster .poster-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.Poster .poster-image:before, .Poster .overlay-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity .2s; }

.Poster .poster-content-wrapper {
  position: relative;
  padding: 30px; }
  .Poster .poster-content-wrapper:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0; }
  .Poster .poster-content-wrapper .poster-content {
    position: relative;
    display: inline-block; }

.Poster .poster-button {
  background-color: #f66e5e; }
  .Poster .poster-button:hover {
    color: #383838;
    background-color: rgba(255, 255, 255, 0.65); }

.Poster .poster-wrapper-left .poster-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 35%; }

.Poster .poster-wrapper-left .poster-content-wrapper {
  width: 65%;
  left: 35%; }

.Poster .poster-wrapper-right .poster-image-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 35%; }

.Poster .poster-wrapper-right .poster-content-wrapper {
  width: 65%; }

.Poster .poster-wrapper-above .poster-image-wrapper {
  position: relative; }

.Poster .poster-wrapper-cover {
  position: relative;
  overflow: hidden; }
  .Poster .poster-wrapper-cover .poster-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .Poster .poster-wrapper-cover .poster-content-wrapper {
    background-color: transparent; }
  .Poster .poster-wrapper-cover .poster-content-wrapper, .Poster .poster-wrapper-cover .poster-title {
    color: #fff; }

.Poster:hover .poster-image:before, .Poster:hover .overlay-image:before {
  opacity: 1; }

.overlay-hover .Poster:hover .overlay-image {
  background-color: transparent !important; }

@media only screen and (max-width: 1199px) {
  .Poster .poster-wrapper-left .poster-image-wrapper, .Poster .poster-wrapper-right .poster-image-wrapper {
    position: relative;
    width: 100% !important;
    min-height: 300px; }
  .Poster .poster-wrapper-left .poster-content-wrapper, .Poster .poster-wrapper-right .poster-content-wrapper {
    width: 100% !important;
    left: 0 !important; } }

.SSDCountdown .ssd-countdown-date .is-jscountdown {
  position: relative;
  display: inline-block; }

.SSDCountdown .ssd-countdown-date .jscountdown-number {
  display: inline-block;
  font-size: 68px;
  font-weight: 300;
  line-height: .9em; }

.SSDCountdown .ssd-countdown-date .jscountdown-text {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .05em;
  margin-right: 10px;
  text-transform: uppercase;
  color: #39baaf;
  vertical-align: top; }

.SSDCountdown .ssd-countdown-date .countdown-text {
  display: inline-block;
  font-size: 36px;
  line-height: 1.22em;
  font-weight: 700; }

.SSDCountdown .ssd-countdown-date .countdown-expired-text {
  display: none;
  font-size: 36px;
  font-weight: 600; }
  .SSDCountdown .ssd-countdown-date .countdown-expired-text p:last-child {
    margin-bottom: 0; }

.SSDCountdown .ssd-countdown-date.countdown-expired .countdown-expired-text {
  display: inline-block; }

/**
 * ----------------------------------------------------------------------------------------
 * Book Flip plugin styles.
 * ----------------------------------------------------------------------------------------
 */
.book-container {
  transition: 0.5s transform, 0.3s left;
  transform: translateX(-100%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  background-color: #fff;
  height: 100vh;
  width: 100vw; }
  .book-container.showBook {
    transform: translateX(0);
    opacity: 1; }

.bb-custom-wrapper {
  height: 100vh;
  width: 100vw; }

.slideRight {
  left: 260px; }

.no-js .book-container {
  padding-left: 260px; }

.menu-panel {
  background: #fafafa;
  width: 260px;
  height: 100%;
  position: fixed;
  font-size: 19px;
  z-index: 1000;
  top: 0;
  left: 0;
  padding: 50px 20px; }

.js .menu-panel {
  position: absolute;
  left: -260px; }

.menu-panel h3 {
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: center; }

.menu-toc {
  position: relative;
  list-style: none;
  padding: 30px 0;
  height: 90%;
  margin: 0; }

.menu-toc li a {
  position: relative;
  transition: .3s;
  display: block;
  padding: 15px 0px 15px 25px; }
  .menu-toc li a:before {
    position: absolute;
    left: 0;
    top: 50%;
    content: '';
    height: 1px;
    width: 15px;
    background-color: #f66e5e;
    transition: .3s; }
  .menu-toc li a:hover {
    padding-left: 35px; }
    .menu-toc li a:hover:before {
      width: 25px;
      background-color: #39baaf; }

.menu-toc .menu-toc-current a {
  padding-left: 35px;
  color: #39baaf; }
  .menu-toc .menu-toc-current a:before {
    width: 25px;
    background-color: #39baaf; }

.menu-panel div {
  margin-top: 20px; }

.menu-panel div a {
  text-transform: uppercase;
  font-size: 0.7em;
  line-height: 1;
  padding: 5px 20px;
  display: block;
  border: none;
  color: #f66e5e;
  letter-spacing: 1px;
  font-weight: 800;
  text-shadow: 0 1px rgba(255, 255, 255, 0.2); }

.menu-panel div a:hover {
  background: inherit;
  color: #fff;
  text-shadow: none; }

.bb-custom-wrapper nav span,
.menu-button,
.bb-nav-close {
  position: absolute;
  top: 50%;
  left: 7%;
  color: #f66e5e;
  text-align: center;
  font-size: 77px;
  speak: none;
  font-weight: bold;
  cursor: pointer;
  z-index: 1000; }

.bb-custom-wrapper nav span:hover,
.menu-button:hover,
.bb-nav-close:hover {
  color: #39baaf; }
  .bb-custom-wrapper nav span:hover:after,
  .menu-button:hover:after,
  .bb-nav-close:hover:after {
    color: #39baaf; }
  .bb-custom-wrapper nav span:hover i,
  .menu-button:hover i,
  .bb-nav-close:hover i {
    color: #39baaf; }

.bb-custom-wrapper nav span:last-child {
  left: auto;
  right: 7%; }

.menu-button {
  left: 60px;
  top: 50px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-left: 45px; }
  .menu-button i {
    transition: .18s;
    position: absolute;
    font-size: 22px;
    top: 4px;
    left: 10px;
    z-index: 1; }
  .menu-button span {
    display: inline-block;
    transition: .18s; }

.bb-nav-close {
  transition: .18s;
  right: 70px;
  top: 50px;
  left: auto;
  font-size: 30px; }
  .bb-nav-close i {
    color: #f66e5e; }

.no-js .bb-custom-wrapper nav span,
.no-js .menu-button {
  display: none; }

.js .book-content {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 100px 22%;
  overflow: hidden;
  -webkit-font-smoothing: subpixel-antialiased; }

.book-content-inner {
  position: relative;
  height: 100%;
  padding-right: 70px; }

.js .book-content:before,
.js .book-content:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  z-index: 100;
  pointer-events: none;
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%); }

.js .book-content:after {
  top: auto;
  bottom: 0;
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%); }

.book-content h2 {
  font-weight: 300;
  font-size: 4em;
  padding: 0 0 10px;
  color: #333;
  margin: 0 1% 40px;
  text-align: left;
  box-shadow: 0 10px 0 rgba(0, 0, 0, 0.02);
  text-shadow: 0 0 2px #fff; }

.no-js .book-content h2 {
  padding: 40px 1% 20px; }

.book-content p {
  text-align: justify;
  margin-bottom: 20px; }

.bb-bookblock {
  position: relative;
  height: 100vh;
  width: 100vw; }
  .bb-bookblock h1, .bb-bookblock h1, .bb-bookblock h3, .bb-bookblock h4, .bb-bookblock h5, .bb-bookblock h6 {
    text-align: center; }

.book-content {
  font-size: 22px;
  font-weight: 300;
  line-height: 37px; }

.bb-custom-side {
  position: relative;
  float: left;
  overflow: hidden;
  width: 50%;
  height: 100%; }

.bb-custom-side::before {
  position: absolute;
  top: 0;
  z-index: 100;
  width: 80px;
  height: 100%;
  box-shadow: inset 30px 0 40px -20px rgba(0, 0, 0, 0.1);
  content: ''; }

.bb-custom-side:first-child::before {
  right: 0;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.05), inset -30px 0 40px -20px rgba(0, 0, 0, 0.15); }

.chapter-heading {
  margin-bottom: 90px; }

@media only screen and (max-width: 1199px) {
  .js .book-content {
    padding: 100px 14% 80px; }
  .menu-button, .bb-nav-close {
    top: 40px; }
  .menu-button {
    left: 40px;
    padding-left: 45px; }
  .bb-nav-close {
    right: 40px; }
  .menu-panel {
    padding: 100px 20px 50px; }
  .bb-custom-wrapper nav span {
    left: 3%; }
  .bb-custom-wrapper nav span:last-child {
    left: auto;
    right: 3%; } }

@media only screen and (max-width: 991px) {
  .book-content-inner {
    padding-right: 45px; }
  .chapter-heading {
    margin-bottom: 50px; }
  .menu-panel, .book-content {
    font-size: 20px; }
  .bb-custom-wrapper nav span {
    font-size: 72px; } }

@media only screen and (max-width: 768px) {
  .no-js .menu-panel {
    display: none; }
  .no-js .book-container {
    padding: 0; }
  .js .book-content {
    padding: 60px 30px 50px; }
  .menu-button, .bb-nav-close {
    top: 20px; }
  .menu-button {
    left: 20px;
    padding-left: 45px; }
  .menu-panel, .book-content {
    font-size: 18px;
    line-height: 30px; }
  .bb-nav-close {
    right: 20px; }
  .bb-custom-wrapper nav span {
    top: auto;
    left: 10%;
    bottom: 20px;
    font-size: 66px; }
  .bb-custom-wrapper nav span:last-child {
    right: 10%; } }

@media only screen and (max-width: 480px) {
  .js .book-content {
    padding: 60px 10px 50px; }
  .no-js .book-container {
    padding-left: 200px; }
  .book-content-inner {
    padding-right: 30px; }
  .chapter-heading {
    margin-bottom: 30px; }
  .book-content {
    font-size: 17px;
    line-height: 28px; }
  .menu-button span {
    opacity: 1;
    font-size: 14px;
    visibility: visible;
    transform: scale(1); }
  .bb-custom-wrapper nav span {
    bottom: 30px; }
  .js .menu-panel {
    left: -200px; }
  .slideRight {
    left: 200px; }
  .menu-panel {
    width: 200px;
    padding: 100px 10px 50px; } }

/**
* ----------------------------------------------------------------------------------------
*    Isotope
* ----------------------------------------------------------------------------------------
*/
.js .is-isotope {
  display: none; }

.is-isotope {
  width: auto;
  padding: 0;
  margin: 0;
  max-width: 100%;
  overflow: hidden; }
  .is-isotope > * {
    transition: opacity .4s;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%; }
  .is-isotope .bg-image {
    width: 101%;
    width: calc(100% + 2px); }
  .is-isotope img {
    display: block;
    width: 100.4%;
    width: calc(100% + 1px);
    max-width: none; }

/**
 * ----------------------------------------------------------------------------------------
 * Helper classes.
 * ----------------------------------------------------------------------------------------
 */
/**
 *  Margins
 */
.mt-20 {
  margin-top: 20px; }

.mt-40 {
  margin-top: 40px; }

.mt-60 {
  margin-top: 60px; }

.mt-80 {
  margin-top: 80px; }

.mt-100 {
  margin-top: 100px; }

.mt-120 {
  margin-top: 120px; }

.mt-140 {
  margin-top: 140px; }

.mt-160 {
  margin-top: 160px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-80 {
  margin-bottom: 80px; }

.mb-100 {
  margin-bottom: 100px; }

.mb-140 {
  margin-bottom: 140px; }

.mb-160 {
  margin-bottom: 160px; }

.mb-200 {
  margin-bottom: 200px; }

/**
*  Oveflow
*/
.ov-a {
  overflow: auto; }

.ov-h {
  overflow: hidden; }

.ov-a {
  overflow: auto; }

.ov-h {
  overflow: hidden; }

/**
*  Semi Transparent Text Font
*/
.font-transparent {
  color: rgba(255, 255, 255, 0.73); }

/**
*  Effects
*/
.anim-fadeleft {
  opacity: 0;
  transform: translateX(-70px); }

.anim-faderight {
  opacity: 0;
  transform: translateX(70px); }

.anim-fadeleft.anim-activated, .anim-faderight.anim-activated {
  opacity: 1;
  transition: 1s;
  transform: translateX(0); }

.anim-fadeup {
  opacity: 0;
  transform: translateY(100px); }

.anim-fadeup.anim-activated {
  opacity: 1;
  transition: 1s;
  transform: translateY(0); }

.anim-fadeup-slow {
  opacity: 0;
  transform: translateY(50px); }

.anim-fadeup-slow.anim-activated {
  opacity: 1;
  transition: 1.2s;
  transform: translateY(0); }

.anim-zoom-slow.anim-activated {
  transition: 25s !important;
  transform: rotate(5deg) scale(1.3) !important; }

/**
*  Animations
*/
.scroll-arrow {
  position: absolute;
  bottom: 40px;
  left: 50%;
  font-size: 24px;
  margin-left: -12px;
  color: #484848; }

.animation-updown {
  -webkit-animation: upDown 1.5s linear 0s infinite;
          animation: upDown 1.5s linear 0s infinite; }

@-webkit-keyframes upDown {
  0% {
    transform: translateY(-4px); }
  50% {
    transform: translateY(4px); }
  100% {
    transform: translateY(-4px); } }

@keyframes upDown {
  0% {
    transform: translateY(-4px); }
  50% {
    transform: translateY(4px); }
  100% {
    transform: translateY(-4px); } }

/**
*  Embeded Media
*/
.media-embedded {
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 30px;
  height: 0;
  overflow: hidden; }

.media-embedded iframe,
.media-embedded object,
.media-embedded embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/**
*  Highlight
*/
.highlight {
  display: inline-block;
  background-color: #f66e5e;
  padding: .1em;
  color: #fff; }

/**
*  Light Text
*/
.text-light {
  color: #fff; }

/**
*  Dark Text
*/
.text-dark {
  color: #383838; }

/**
*  Section Light Text
*/
.section-light {
  color: #fff; }
  .section-light .scroll-arrow, .section-light .progress-bar {
    color: #fff; }
  .section-light .widget a {
    color: #fff; }
  .section-light h1, .section-light h2, .section-light h3, .section-light h4, .section-light h5, .section-light h6, .section-light caption {
    color: #fff; }
  .section-light .special-subtitle {
    color: #fff; }
  .section-light .btn-normal {
    border: 2px solid #fff;
    color: #fff; }
    .section-light .btn-normal svg {
      fill: #fff; }
    .section-light .btn-normal:hover, .section-light .btn-normal:active, .section-light .btn-normal:active:focus {
      border: 2px solid #f66e5e; }
  .section-light .btn.btn-color:hover, .section-light .elementor-widget .btn-color.elementor-button:hover, .elementor-widget .section-light .btn-color.elementor-button:hover, .elementor-widget .section-light .widget .MailchimpNewsletter .elementor-button#signup-button:hover, .section-light .widget .MailchimpNewsletter .elementor-widget .elementor-button#signup-button:hover, .section-light .elementor-widget .woocommerce form .form-row input.elementor-button:hover[type="submit"], .elementor-widget .woocommerce form .form-row .section-light input.elementor-button:hover[type="submit"], .section-light .woocommerce form .form-row .elementor-widget input.elementor-button:hover[type="submit"], .woocommerce form .form-row .elementor-widget .section-light input.elementor-button:hover[type="submit"], .section-light .elementor-widget .woocommerce .woocommerce-account-membership-plan form.cart button.elementor-button:hover, .elementor-widget .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.elementor-button:hover, .section-light .woocommerce .woocommerce-account-membership-plan form.cart .elementor-widget button.elementor-button:hover, .woocommerce .woocommerce-account-membership-plan form.cart .elementor-widget .section-light button.elementor-button:hover, .section-light .widget .MailchimpNewsletter .btn#signup-button:hover,
  .section-light .widget .MailchimpNewsletter .woocommerce a#signup-button.button:hover, .woocommerce .section-light .widget .MailchimpNewsletter a#signup-button.button:hover, .section-light .widget .MailchimpNewsletter .woocommerce button#signup-button.button:hover, .woocommerce .section-light .widget .MailchimpNewsletter button#signup-button.button:hover,
  .section-light .widget .MailchimpNewsletter .woocommerce input#signup-button.button:hover, .woocommerce .section-light .widget .MailchimpNewsletter input#signup-button.button:hover, .section-light .woocommerce #respond input.btn-color#submit:hover, .woocommerce #respond .section-light input.btn-color#submit:hover, .section-light .woocommerce #respond form .form-row input#submit:hover[type="submit"], .woocommerce #respond form .form-row .section-light input#submit:hover[type="submit"], .section-light .woocommerce form .form-row #respond input#submit:hover[type="submit"], .woocommerce form .form-row #respond .section-light input#submit:hover[type="submit"],
  .section-light .woocommerce a.btn-color.button:hover, .woocommerce .section-light a.btn-color.button:hover, .section-light .woocommerce button.btn-color.button:hover, .woocommerce .section-light button.btn-color.button:hover, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.button:hover, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.button:hover,
  .section-light .woocommerce input.btn-color.button:hover, .woocommerce .section-light input.btn-color.button:hover, .section-light .woocommerce form .form-row input.button:hover[type="submit"], .woocommerce form .form-row .section-light input.button:hover[type="submit"], .section-light .woocommerce form .form-row input.btn:hover[type="submit"], .woocommerce form .form-row .section-light input.btn:hover[type="submit"], .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.btn:hover, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.btn:hover, .section-light .btn.btn-color:active, .section-light .elementor-widget .btn-color.elementor-button:active, .elementor-widget .section-light .btn-color.elementor-button:active, .elementor-widget .section-light .widget .MailchimpNewsletter .elementor-button#signup-button:active, .section-light .widget .MailchimpNewsletter .elementor-widget .elementor-button#signup-button:active, .section-light .elementor-widget .woocommerce form .form-row input.elementor-button:active[type="submit"], .elementor-widget .woocommerce form .form-row .section-light input.elementor-button:active[type="submit"], .section-light .woocommerce form .form-row .elementor-widget input.elementor-button:active[type="submit"], .woocommerce form .form-row .elementor-widget .section-light input.elementor-button:active[type="submit"], .section-light .elementor-widget .woocommerce .woocommerce-account-membership-plan form.cart button.elementor-button:active, .elementor-widget .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.elementor-button:active, .section-light .woocommerce .woocommerce-account-membership-plan form.cart .elementor-widget button.elementor-button:active, .woocommerce .woocommerce-account-membership-plan form.cart .elementor-widget .section-light button.elementor-button:active, .section-light .widget .MailchimpNewsletter .btn#signup-button:active,
  .section-light .widget .MailchimpNewsletter .woocommerce a#signup-button.button:active, .woocommerce .section-light .widget .MailchimpNewsletter a#signup-button.button:active, .section-light .widget .MailchimpNewsletter .woocommerce button#signup-button.button:active, .woocommerce .section-light .widget .MailchimpNewsletter button#signup-button.button:active,
  .section-light .widget .MailchimpNewsletter .woocommerce input#signup-button.button:active, .woocommerce .section-light .widget .MailchimpNewsletter input#signup-button.button:active, .section-light .woocommerce #respond input.btn-color#submit:active, .woocommerce #respond .section-light input.btn-color#submit:active, .section-light .woocommerce #respond form .form-row input#submit:active[type="submit"], .woocommerce #respond form .form-row .section-light input#submit:active[type="submit"], .section-light .woocommerce form .form-row #respond input#submit:active[type="submit"], .woocommerce form .form-row #respond .section-light input#submit:active[type="submit"],
  .section-light .woocommerce a.btn-color.button:active, .woocommerce .section-light a.btn-color.button:active, .section-light .woocommerce button.btn-color.button:active, .woocommerce .section-light button.btn-color.button:active, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.button:active, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.button:active,
  .section-light .woocommerce input.btn-color.button:active, .woocommerce .section-light input.btn-color.button:active, .section-light .woocommerce form .form-row input.button:active[type="submit"], .woocommerce form .form-row .section-light input.button:active[type="submit"], .section-light .woocommerce form .form-row input.btn:active[type="submit"], .woocommerce form .form-row .section-light input.btn:active[type="submit"], .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.btn:active, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.btn:active, .section-light .btn.btn-color:active:focus, .section-light .elementor-widget .btn-color.elementor-button:active:focus, .elementor-widget .section-light .btn-color.elementor-button:active:focus, .elementor-widget .section-light .widget .MailchimpNewsletter .elementor-button#signup-button:active:focus, .section-light .widget .MailchimpNewsletter .elementor-widget .elementor-button#signup-button:active:focus, .section-light .elementor-widget .woocommerce form .form-row input.elementor-button:active:focus[type="submit"], .elementor-widget .woocommerce form .form-row .section-light input.elementor-button:active:focus[type="submit"], .section-light .woocommerce form .form-row .elementor-widget input.elementor-button:active:focus[type="submit"], .woocommerce form .form-row .elementor-widget .section-light input.elementor-button:active:focus[type="submit"], .section-light .elementor-widget .woocommerce .woocommerce-account-membership-plan form.cart button.elementor-button:active:focus, .elementor-widget .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.elementor-button:active:focus, .section-light .woocommerce .woocommerce-account-membership-plan form.cart .elementor-widget button.elementor-button:active:focus, .woocommerce .woocommerce-account-membership-plan form.cart .elementor-widget .section-light button.elementor-button:active:focus, .section-light .widget .MailchimpNewsletter .btn#signup-button:active:focus,
  .section-light .widget .MailchimpNewsletter .woocommerce a#signup-button.button:active:focus, .woocommerce .section-light .widget .MailchimpNewsletter a#signup-button.button:active:focus, .section-light .widget .MailchimpNewsletter .woocommerce button#signup-button.button:active:focus, .woocommerce .section-light .widget .MailchimpNewsletter button#signup-button.button:active:focus,
  .section-light .widget .MailchimpNewsletter .woocommerce input#signup-button.button:active:focus, .woocommerce .section-light .widget .MailchimpNewsletter input#signup-button.button:active:focus, .section-light .woocommerce #respond input.btn-color#submit:active:focus, .woocommerce #respond .section-light input.btn-color#submit:active:focus, .section-light .woocommerce #respond form .form-row input#submit:active:focus[type="submit"], .woocommerce #respond form .form-row .section-light input#submit:active:focus[type="submit"], .section-light .woocommerce form .form-row #respond input#submit:active:focus[type="submit"], .woocommerce form .form-row #respond .section-light input#submit:active:focus[type="submit"],
  .section-light .woocommerce a.btn-color.button:active:focus, .woocommerce .section-light a.btn-color.button:active:focus, .section-light .woocommerce button.btn-color.button:active:focus, .woocommerce .section-light button.btn-color.button:active:focus, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.button:active:focus, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.button:active:focus,
  .section-light .woocommerce input.btn-color.button:active:focus, .woocommerce .section-light input.btn-color.button:active:focus, .section-light .woocommerce form .form-row input.button:active:focus[type="submit"], .woocommerce form .form-row .section-light input.button:active:focus[type="submit"], .section-light .woocommerce form .form-row input.btn:active:focus[type="submit"], .woocommerce form .form-row .section-light input.btn:active:focus[type="submit"], .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.btn:active:focus, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.btn:active:focus, .section-light button[type='submit'].btn.btn-color:hover, .section-light .elementor-widget button.elementor-button[type='submit'].btn-color:hover, .elementor-widget .section-light button.elementor-button[type='submit'].btn-color:hover, .elementor-widget .section-light .widget .MailchimpNewsletter button.elementor-button#signup-button[type='submit']:hover, .section-light .widget .MailchimpNewsletter .elementor-widget button.elementor-button#signup-button[type='submit']:hover, .section-light .elementor-widget .woocommerce .woocommerce-account-membership-plan form.cart button.elementor-button[type='submit']:hover, .elementor-widget .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.elementor-button[type='submit']:hover, .section-light .woocommerce .woocommerce-account-membership-plan form.cart .elementor-widget button.elementor-button[type='submit']:hover, .woocommerce .woocommerce-account-membership-plan form.cart .elementor-widget .section-light button.elementor-button[type='submit']:hover, .section-light .widget .MailchimpNewsletter button#signup-button[type='submit'].btn:hover, .section-light .widget .MailchimpNewsletter .woocommerce button#signup-button.button[type='submit']:hover, .woocommerce .section-light .widget .MailchimpNewsletter button#signup-button.button[type='submit']:hover, .section-light .woocommerce button.button[type='submit'].btn-color:hover, .woocommerce .section-light button.button[type='submit'].btn-color:hover, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.button[type='submit']:hover, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.button[type='submit']:hover, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button[type='submit'].btn:hover, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button[type='submit'].btn:hover, .section-light button[type='submit'].btn.btn-color:active, .section-light .elementor-widget button.elementor-button[type='submit'].btn-color:active, .elementor-widget .section-light button.elementor-button[type='submit'].btn-color:active, .elementor-widget .section-light .widget .MailchimpNewsletter button.elementor-button#signup-button[type='submit']:active, .section-light .widget .MailchimpNewsletter .elementor-widget button.elementor-button#signup-button[type='submit']:active, .section-light .elementor-widget .woocommerce .woocommerce-account-membership-plan form.cart button.elementor-button[type='submit']:active, .elementor-widget .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.elementor-button[type='submit']:active, .section-light .woocommerce .woocommerce-account-membership-plan form.cart .elementor-widget button.elementor-button[type='submit']:active, .woocommerce .woocommerce-account-membership-plan form.cart .elementor-widget .section-light button.elementor-button[type='submit']:active, .section-light .widget .MailchimpNewsletter button#signup-button[type='submit'].btn:active, .section-light .widget .MailchimpNewsletter .woocommerce button#signup-button.button[type='submit']:active, .woocommerce .section-light .widget .MailchimpNewsletter button#signup-button.button[type='submit']:active, .section-light .woocommerce button.button[type='submit'].btn-color:active, .woocommerce .section-light button.button[type='submit'].btn-color:active, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.button[type='submit']:active, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.button[type='submit']:active, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button[type='submit'].btn:active, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button[type='submit'].btn:active, .section-light button[type='submit'].btn.btn-color:active:focus, .section-light .elementor-widget button.elementor-button[type='submit'].btn-color:active:focus, .elementor-widget .section-light button.elementor-button[type='submit'].btn-color:active:focus, .elementor-widget .section-light .widget .MailchimpNewsletter button.elementor-button#signup-button[type='submit']:active:focus, .section-light .widget .MailchimpNewsletter .elementor-widget button.elementor-button#signup-button[type='submit']:active:focus, .section-light .elementor-widget .woocommerce .woocommerce-account-membership-plan form.cart button.elementor-button[type='submit']:active:focus, .elementor-widget .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.elementor-button[type='submit']:active:focus, .section-light .woocommerce .woocommerce-account-membership-plan form.cart .elementor-widget button.elementor-button[type='submit']:active:focus, .woocommerce .woocommerce-account-membership-plan form.cart .elementor-widget .section-light button.elementor-button[type='submit']:active:focus, .section-light .widget .MailchimpNewsletter button#signup-button[type='submit'].btn:active:focus, .section-light .widget .MailchimpNewsletter .woocommerce button#signup-button.button[type='submit']:active:focus, .woocommerce .section-light .widget .MailchimpNewsletter button#signup-button.button[type='submit']:active:focus, .section-light .woocommerce button.button[type='submit'].btn-color:active:focus, .woocommerce .section-light button.button[type='submit'].btn-color:active:focus, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.button[type='submit']:active:focus, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.button[type='submit']:active:focus, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button[type='submit'].btn:active:focus, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button[type='submit'].btn:active:focus, .section-light input[type='submit'].btn.btn-color:hover, .section-light .elementor-widget input.elementor-button[type='submit'].btn-color:hover, .elementor-widget .section-light input.elementor-button[type='submit'].btn-color:hover, .elementor-widget .section-light .widget .MailchimpNewsletter input.elementor-button#signup-button[type='submit']:hover, .section-light .widget .MailchimpNewsletter .elementor-widget input.elementor-button#signup-button[type='submit']:hover, .section-light .elementor-widget .woocommerce form .form-row input.elementor-button[type='submit']:hover[type="submit"], .elementor-widget .woocommerce form .form-row .section-light input.elementor-button[type='submit']:hover[type="submit"], .section-light .woocommerce form .form-row .elementor-widget input.elementor-button[type='submit']:hover[type="submit"], .woocommerce form .form-row .elementor-widget .section-light input.elementor-button[type='submit']:hover[type="submit"], .section-light .widget .MailchimpNewsletter input#signup-button[type='submit'].btn:hover,
  .section-light .widget .MailchimpNewsletter .woocommerce input#signup-button.button[type='submit']:hover, .woocommerce .section-light .widget .MailchimpNewsletter input#signup-button.button[type='submit']:hover, .section-light .woocommerce #respond input#submit[type='submit'].btn-color:hover, .woocommerce #respond .section-light input#submit[type='submit'].btn-color:hover, .section-light .woocommerce #respond form .form-row input#submit[type='submit']:hover[type="submit"], .woocommerce #respond form .form-row .section-light input#submit[type='submit']:hover[type="submit"], .section-light .woocommerce form .form-row #respond input#submit[type='submit']:hover[type="submit"], .woocommerce form .form-row #respond .section-light input#submit[type='submit']:hover[type="submit"],
  .section-light .woocommerce input.button[type='submit'].btn-color:hover, .woocommerce .section-light input.button[type='submit'].btn-color:hover, .section-light .woocommerce form .form-row input.button[type='submit']:hover[type="submit"], .woocommerce form .form-row .section-light input.button[type='submit']:hover[type="submit"], .section-light .woocommerce form .form-row input[type='submit'].btn:hover[type="submit"], .woocommerce form .form-row .section-light input[type='submit'].btn:hover[type="submit"], .section-light input[type='submit'].btn.btn-color:active, .section-light .elementor-widget input.elementor-button[type='submit'].btn-color:active, .elementor-widget .section-light input.elementor-button[type='submit'].btn-color:active, .elementor-widget .section-light .widget .MailchimpNewsletter input.elementor-button#signup-button[type='submit']:active, .section-light .widget .MailchimpNewsletter .elementor-widget input.elementor-button#signup-button[type='submit']:active, .section-light .elementor-widget .woocommerce form .form-row input.elementor-button[type='submit']:active[type="submit"], .elementor-widget .woocommerce form .form-row .section-light input.elementor-button[type='submit']:active[type="submit"], .section-light .woocommerce form .form-row .elementor-widget input.elementor-button[type='submit']:active[type="submit"], .woocommerce form .form-row .elementor-widget .section-light input.elementor-button[type='submit']:active[type="submit"], .section-light .widget .MailchimpNewsletter input#signup-button[type='submit'].btn:active,
  .section-light .widget .MailchimpNewsletter .woocommerce input#signup-button.button[type='submit']:active, .woocommerce .section-light .widget .MailchimpNewsletter input#signup-button.button[type='submit']:active, .section-light .woocommerce #respond input#submit[type='submit'].btn-color:active, .woocommerce #respond .section-light input#submit[type='submit'].btn-color:active, .section-light .woocommerce #respond form .form-row input#submit[type='submit']:active[type="submit"], .woocommerce #respond form .form-row .section-light input#submit[type='submit']:active[type="submit"], .section-light .woocommerce form .form-row #respond input#submit[type='submit']:active[type="submit"], .woocommerce form .form-row #respond .section-light input#submit[type='submit']:active[type="submit"],
  .section-light .woocommerce input.button[type='submit'].btn-color:active, .woocommerce .section-light input.button[type='submit'].btn-color:active, .section-light .woocommerce form .form-row input.button[type='submit']:active[type="submit"], .woocommerce form .form-row .section-light input.button[type='submit']:active[type="submit"], .section-light .woocommerce form .form-row input[type='submit'].btn:active[type="submit"], .woocommerce form .form-row .section-light input[type='submit'].btn:active[type="submit"], .section-light input[type='submit'].btn.btn-color:active:focus, .section-light .elementor-widget input.elementor-button[type='submit'].btn-color:active:focus, .elementor-widget .section-light input.elementor-button[type='submit'].btn-color:active:focus, .elementor-widget .section-light .widget .MailchimpNewsletter input.elementor-button#signup-button[type='submit']:active:focus, .section-light .widget .MailchimpNewsletter .elementor-widget input.elementor-button#signup-button[type='submit']:active:focus, .section-light .elementor-widget .woocommerce form .form-row input.elementor-button[type='submit']:active:focus[type="submit"], .elementor-widget .woocommerce form .form-row .section-light input.elementor-button[type='submit']:active:focus[type="submit"], .section-light .woocommerce form .form-row .elementor-widget input.elementor-button[type='submit']:active:focus[type="submit"], .woocommerce form .form-row .elementor-widget .section-light input.elementor-button[type='submit']:active:focus[type="submit"], .section-light .widget .MailchimpNewsletter input#signup-button[type='submit'].btn:active:focus,
  .section-light .widget .MailchimpNewsletter .woocommerce input#signup-button.button[type='submit']:active:focus, .woocommerce .section-light .widget .MailchimpNewsletter input#signup-button.button[type='submit']:active:focus, .section-light .woocommerce #respond input#submit[type='submit'].btn-color:active:focus, .woocommerce #respond .section-light input#submit[type='submit'].btn-color:active:focus, .section-light .woocommerce #respond form .form-row input#submit[type='submit']:active:focus[type="submit"], .woocommerce #respond form .form-row .section-light input#submit[type='submit']:active:focus[type="submit"], .section-light .woocommerce form .form-row #respond input#submit[type='submit']:active:focus[type="submit"], .woocommerce form .form-row #respond .section-light input#submit[type='submit']:active:focus[type="submit"],
  .section-light .woocommerce input.button[type='submit'].btn-color:active:focus, .woocommerce .section-light input.button[type='submit'].btn-color:active:focus, .section-light .woocommerce form .form-row input.button[type='submit']:active:focus[type="submit"], .woocommerce form .form-row .section-light input.button[type='submit']:active:focus[type="submit"], .section-light .woocommerce form .form-row input[type='submit'].btn:active:focus[type="submit"], .woocommerce form .form-row .section-light input[type='submit'].btn:active:focus[type="submit"] {
    color: #fff; }
    .section-light .btn.btn-color:hover > i, .section-light .elementor-widget .btn-color.elementor-button:hover > i, .elementor-widget .section-light .btn-color.elementor-button:hover > i, .elementor-widget .section-light .widget .MailchimpNewsletter .elementor-button#signup-button:hover > i, .section-light .widget .MailchimpNewsletter .elementor-widget .elementor-button#signup-button:hover > i, .section-light .elementor-widget .woocommerce form .form-row input.elementor-button:hover[type="submit"] > i, .elementor-widget .woocommerce form .form-row .section-light input.elementor-button:hover[type="submit"] > i, .section-light .woocommerce form .form-row .elementor-widget input.elementor-button:hover[type="submit"] > i, .woocommerce form .form-row .elementor-widget .section-light input.elementor-button:hover[type="submit"] > i, .section-light .elementor-widget .woocommerce .woocommerce-account-membership-plan form.cart button.elementor-button:hover > i, .elementor-widget .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.elementor-button:hover > i, .section-light .woocommerce .woocommerce-account-membership-plan form.cart .elementor-widget button.elementor-button:hover > i, .woocommerce .woocommerce-account-membership-plan form.cart .elementor-widget .section-light button.elementor-button:hover > i, .section-light .widget .MailchimpNewsletter .btn#signup-button:hover > i, .section-light .widget .MailchimpNewsletter .woocommerce a#signup-button.button:hover > i, .woocommerce .section-light .widget .MailchimpNewsletter a#signup-button.button:hover > i, .section-light .widget .MailchimpNewsletter .woocommerce button#signup-button.button:hover > i, .woocommerce .section-light .widget .MailchimpNewsletter button#signup-button.button:hover > i, .section-light .widget .MailchimpNewsletter .woocommerce input#signup-button.button:hover > i, .woocommerce .section-light .widget .MailchimpNewsletter input#signup-button.button:hover > i, .section-light .woocommerce #respond input.btn-color#submit:hover > i, .woocommerce #respond .section-light input.btn-color#submit:hover > i, .section-light .woocommerce #respond form .form-row input#submit:hover[type="submit"] > i, .woocommerce #respond form .form-row .section-light input#submit:hover[type="submit"] > i, .section-light .woocommerce form .form-row #respond input#submit:hover[type="submit"] > i, .woocommerce form .form-row #respond .section-light input#submit:hover[type="submit"] > i, .section-light .woocommerce a.btn-color.button:hover > i, .woocommerce .section-light a.btn-color.button:hover > i, .section-light .woocommerce button.btn-color.button:hover > i, .woocommerce .section-light button.btn-color.button:hover > i, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.button:hover > i, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.button:hover > i, .section-light .woocommerce input.btn-color.button:hover > i, .woocommerce .section-light input.btn-color.button:hover > i, .section-light .woocommerce form .form-row input.button:hover[type="submit"] > i, .woocommerce form .form-row .section-light input.button:hover[type="submit"] > i, .section-light .woocommerce form .form-row input.btn:hover[type="submit"] > i, .woocommerce form .form-row .section-light input.btn:hover[type="submit"] > i, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.btn:hover > i, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.btn:hover > i, .section-light .btn.btn-color:active > i, .section-light .elementor-widget .btn-color.elementor-button:active > i, .elementor-widget .section-light .btn-color.elementor-button:active > i, .elementor-widget .section-light .widget .MailchimpNewsletter .elementor-button#signup-button:active > i, .section-light .widget .MailchimpNewsletter .elementor-widget .elementor-button#signup-button:active > i, .section-light .elementor-widget .woocommerce form .form-row input.elementor-button:active[type="submit"] > i, .elementor-widget .woocommerce form .form-row .section-light input.elementor-button:active[type="submit"] > i, .section-light .woocommerce form .form-row .elementor-widget input.elementor-button:active[type="submit"] > i, .woocommerce form .form-row .elementor-widget .section-light input.elementor-button:active[type="submit"] > i, .section-light .elementor-widget .woocommerce .woocommerce-account-membership-plan form.cart button.elementor-button:active > i, .elementor-widget .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.elementor-button:active > i, .section-light .woocommerce .woocommerce-account-membership-plan form.cart .elementor-widget button.elementor-button:active > i, .woocommerce .woocommerce-account-membership-plan form.cart .elementor-widget .section-light button.elementor-button:active > i, .section-light .widget .MailchimpNewsletter .btn#signup-button:active > i, .section-light .widget .MailchimpNewsletter .woocommerce a#signup-button.button:active > i, .woocommerce .section-light .widget .MailchimpNewsletter a#signup-button.button:active > i, .section-light .widget .MailchimpNewsletter .woocommerce button#signup-button.button:active > i, .woocommerce .section-light .widget .MailchimpNewsletter button#signup-button.button:active > i, .section-light .widget .MailchimpNewsletter .woocommerce input#signup-button.button:active > i, .woocommerce .section-light .widget .MailchimpNewsletter input#signup-button.button:active > i, .section-light .woocommerce #respond input.btn-color#submit:active > i, .woocommerce #respond .section-light input.btn-color#submit:active > i, .section-light .woocommerce #respond form .form-row input#submit:active[type="submit"] > i, .woocommerce #respond form .form-row .section-light input#submit:active[type="submit"] > i, .section-light .woocommerce form .form-row #respond input#submit:active[type="submit"] > i, .woocommerce form .form-row #respond .section-light input#submit:active[type="submit"] > i, .section-light .woocommerce a.btn-color.button:active > i, .woocommerce .section-light a.btn-color.button:active > i, .section-light .woocommerce button.btn-color.button:active > i, .woocommerce .section-light button.btn-color.button:active > i, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.button:active > i, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.button:active > i, .section-light .woocommerce input.btn-color.button:active > i, .woocommerce .section-light input.btn-color.button:active > i, .section-light .woocommerce form .form-row input.button:active[type="submit"] > i, .woocommerce form .form-row .section-light input.button:active[type="submit"] > i, .section-light .woocommerce form .form-row input.btn:active[type="submit"] > i, .woocommerce form .form-row .section-light input.btn:active[type="submit"] > i, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.btn:active > i, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.btn:active > i, .section-light .btn.btn-color:active:focus > i, .section-light .elementor-widget .btn-color.elementor-button:active:focus > i, .elementor-widget .section-light .btn-color.elementor-button:active:focus > i, .elementor-widget .section-light .widget .MailchimpNewsletter .elementor-button#signup-button:active:focus > i, .section-light .widget .MailchimpNewsletter .elementor-widget .elementor-button#signup-button:active:focus > i, .section-light .elementor-widget .woocommerce form .form-row input.elementor-button:active:focus[type="submit"] > i, .elementor-widget .woocommerce form .form-row .section-light input.elementor-button:active:focus[type="submit"] > i, .section-light .woocommerce form .form-row .elementor-widget input.elementor-button:active:focus[type="submit"] > i, .woocommerce form .form-row .elementor-widget .section-light input.elementor-button:active:focus[type="submit"] > i, .section-light .elementor-widget .woocommerce .woocommerce-account-membership-plan form.cart button.elementor-button:active:focus > i, .elementor-widget .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.elementor-button:active:focus > i, .section-light .woocommerce .woocommerce-account-membership-plan form.cart .elementor-widget button.elementor-button:active:focus > i, .woocommerce .woocommerce-account-membership-plan form.cart .elementor-widget .section-light button.elementor-button:active:focus > i, .section-light .widget .MailchimpNewsletter .btn#signup-button:active:focus > i, .section-light .widget .MailchimpNewsletter .woocommerce a#signup-button.button:active:focus > i, .woocommerce .section-light .widget .MailchimpNewsletter a#signup-button.button:active:focus > i, .section-light .widget .MailchimpNewsletter .woocommerce button#signup-button.button:active:focus > i, .woocommerce .section-light .widget .MailchimpNewsletter button#signup-button.button:active:focus > i, .section-light .widget .MailchimpNewsletter .woocommerce input#signup-button.button:active:focus > i, .woocommerce .section-light .widget .MailchimpNewsletter input#signup-button.button:active:focus > i, .section-light .woocommerce #respond input.btn-color#submit:active:focus > i, .woocommerce #respond .section-light input.btn-color#submit:active:focus > i, .section-light .woocommerce #respond form .form-row input#submit:active:focus[type="submit"] > i, .woocommerce #respond form .form-row .section-light input#submit:active:focus[type="submit"] > i, .section-light .woocommerce form .form-row #respond input#submit:active:focus[type="submit"] > i, .woocommerce form .form-row #respond .section-light input#submit:active:focus[type="submit"] > i, .section-light .woocommerce a.btn-color.button:active:focus > i, .woocommerce .section-light a.btn-color.button:active:focus > i, .section-light .woocommerce button.btn-color.button:active:focus > i, .woocommerce .section-light button.btn-color.button:active:focus > i, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.button:active:focus > i, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.button:active:focus > i, .section-light .woocommerce input.btn-color.button:active:focus > i, .woocommerce .section-light input.btn-color.button:active:focus > i, .section-light .woocommerce form .form-row input.button:active:focus[type="submit"] > i, .woocommerce form .form-row .section-light input.button:active:focus[type="submit"] > i, .section-light .woocommerce form .form-row input.btn:active:focus[type="submit"] > i, .woocommerce form .form-row .section-light input.btn:active:focus[type="submit"] > i, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.btn:active:focus > i, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.btn:active:focus > i, .section-light button[type='submit'].btn.btn-color:hover > i, .section-light .elementor-widget button.elementor-button[type='submit'].btn-color:hover > i, .elementor-widget .section-light button.elementor-button[type='submit'].btn-color:hover > i, .elementor-widget .section-light .widget .MailchimpNewsletter button.elementor-button#signup-button[type='submit']:hover > i, .section-light .widget .MailchimpNewsletter .elementor-widget button.elementor-button#signup-button[type='submit']:hover > i, .section-light .elementor-widget .woocommerce .woocommerce-account-membership-plan form.cart button.elementor-button[type='submit']:hover > i, .elementor-widget .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.elementor-button[type='submit']:hover > i, .section-light .woocommerce .woocommerce-account-membership-plan form.cart .elementor-widget button.elementor-button[type='submit']:hover > i, .woocommerce .woocommerce-account-membership-plan form.cart .elementor-widget .section-light button.elementor-button[type='submit']:hover > i, .section-light .widget .MailchimpNewsletter button#signup-button[type='submit'].btn:hover > i, .section-light .widget .MailchimpNewsletter .woocommerce button#signup-button.button[type='submit']:hover > i, .woocommerce .section-light .widget .MailchimpNewsletter button#signup-button.button[type='submit']:hover > i, .section-light .woocommerce button.button[type='submit'].btn-color:hover > i, .woocommerce .section-light button.button[type='submit'].btn-color:hover > i, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.button[type='submit']:hover > i, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.button[type='submit']:hover > i, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button[type='submit'].btn:hover > i, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button[type='submit'].btn:hover > i, .section-light button[type='submit'].btn.btn-color:active > i, .section-light .elementor-widget button.elementor-button[type='submit'].btn-color:active > i, .elementor-widget .section-light button.elementor-button[type='submit'].btn-color:active > i, .elementor-widget .section-light .widget .MailchimpNewsletter button.elementor-button#signup-button[type='submit']:active > i, .section-light .widget .MailchimpNewsletter .elementor-widget button.elementor-button#signup-button[type='submit']:active > i, .section-light .elementor-widget .woocommerce .woocommerce-account-membership-plan form.cart button.elementor-button[type='submit']:active > i, .elementor-widget .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.elementor-button[type='submit']:active > i, .section-light .woocommerce .woocommerce-account-membership-plan form.cart .elementor-widget button.elementor-button[type='submit']:active > i, .woocommerce .woocommerce-account-membership-plan form.cart .elementor-widget .section-light button.elementor-button[type='submit']:active > i, .section-light .widget .MailchimpNewsletter button#signup-button[type='submit'].btn:active > i, .section-light .widget .MailchimpNewsletter .woocommerce button#signup-button.button[type='submit']:active > i, .woocommerce .section-light .widget .MailchimpNewsletter button#signup-button.button[type='submit']:active > i, .section-light .woocommerce button.button[type='submit'].btn-color:active > i, .woocommerce .section-light button.button[type='submit'].btn-color:active > i, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.button[type='submit']:active > i, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.button[type='submit']:active > i, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button[type='submit'].btn:active > i, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button[type='submit'].btn:active > i, .section-light button[type='submit'].btn.btn-color:active:focus > i, .section-light .elementor-widget button.elementor-button[type='submit'].btn-color:active:focus > i, .elementor-widget .section-light button.elementor-button[type='submit'].btn-color:active:focus > i, .elementor-widget .section-light .widget .MailchimpNewsletter button.elementor-button#signup-button[type='submit']:active:focus > i, .section-light .widget .MailchimpNewsletter .elementor-widget button.elementor-button#signup-button[type='submit']:active:focus > i, .section-light .elementor-widget .woocommerce .woocommerce-account-membership-plan form.cart button.elementor-button[type='submit']:active:focus > i, .elementor-widget .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.elementor-button[type='submit']:active:focus > i, .section-light .woocommerce .woocommerce-account-membership-plan form.cart .elementor-widget button.elementor-button[type='submit']:active:focus > i, .woocommerce .woocommerce-account-membership-plan form.cart .elementor-widget .section-light button.elementor-button[type='submit']:active:focus > i, .section-light .widget .MailchimpNewsletter button#signup-button[type='submit'].btn:active:focus > i, .section-light .widget .MailchimpNewsletter .woocommerce button#signup-button.button[type='submit']:active:focus > i, .woocommerce .section-light .widget .MailchimpNewsletter button#signup-button.button[type='submit']:active:focus > i, .section-light .woocommerce button.button[type='submit'].btn-color:active:focus > i, .woocommerce .section-light button.button[type='submit'].btn-color:active:focus > i, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.button[type='submit']:active:focus > i, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.button[type='submit']:active:focus > i, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button[type='submit'].btn:active:focus > i, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button[type='submit'].btn:active:focus > i, .section-light input[type='submit'].btn.btn-color:hover > i, .section-light .elementor-widget input.elementor-button[type='submit'].btn-color:hover > i, .elementor-widget .section-light input.elementor-button[type='submit'].btn-color:hover > i, .elementor-widget .section-light .widget .MailchimpNewsletter input.elementor-button#signup-button[type='submit']:hover > i, .section-light .widget .MailchimpNewsletter .elementor-widget input.elementor-button#signup-button[type='submit']:hover > i, .section-light .elementor-widget .woocommerce form .form-row input.elementor-button[type='submit']:hover[type="submit"] > i, .elementor-widget .woocommerce form .form-row .section-light input.elementor-button[type='submit']:hover[type="submit"] > i, .section-light .woocommerce form .form-row .elementor-widget input.elementor-button[type='submit']:hover[type="submit"] > i, .woocommerce form .form-row .elementor-widget .section-light input.elementor-button[type='submit']:hover[type="submit"] > i, .section-light .widget .MailchimpNewsletter input#signup-button[type='submit'].btn:hover > i, .section-light .widget .MailchimpNewsletter .woocommerce input#signup-button.button[type='submit']:hover > i, .woocommerce .section-light .widget .MailchimpNewsletter input#signup-button.button[type='submit']:hover > i, .section-light .woocommerce #respond input#submit[type='submit'].btn-color:hover > i, .woocommerce #respond .section-light input#submit[type='submit'].btn-color:hover > i, .section-light .woocommerce #respond form .form-row input#submit[type='submit']:hover[type="submit"] > i, .woocommerce #respond form .form-row .section-light input#submit[type='submit']:hover[type="submit"] > i, .section-light .woocommerce form .form-row #respond input#submit[type='submit']:hover[type="submit"] > i, .woocommerce form .form-row #respond .section-light input#submit[type='submit']:hover[type="submit"] > i, .section-light .woocommerce input.button[type='submit'].btn-color:hover > i, .woocommerce .section-light input.button[type='submit'].btn-color:hover > i, .section-light .woocommerce form .form-row input.button[type='submit']:hover[type="submit"] > i, .woocommerce form .form-row .section-light input.button[type='submit']:hover[type="submit"] > i, .section-light .woocommerce form .form-row input[type='submit'].btn:hover[type="submit"] > i, .woocommerce form .form-row .section-light input[type='submit'].btn:hover[type="submit"] > i, .section-light input[type='submit'].btn.btn-color:active > i, .section-light .elementor-widget input.elementor-button[type='submit'].btn-color:active > i, .elementor-widget .section-light input.elementor-button[type='submit'].btn-color:active > i, .elementor-widget .section-light .widget .MailchimpNewsletter input.elementor-button#signup-button[type='submit']:active > i, .section-light .widget .MailchimpNewsletter .elementor-widget input.elementor-button#signup-button[type='submit']:active > i, .section-light .elementor-widget .woocommerce form .form-row input.elementor-button[type='submit']:active[type="submit"] > i, .elementor-widget .woocommerce form .form-row .section-light input.elementor-button[type='submit']:active[type="submit"] > i, .section-light .woocommerce form .form-row .elementor-widget input.elementor-button[type='submit']:active[type="submit"] > i, .woocommerce form .form-row .elementor-widget .section-light input.elementor-button[type='submit']:active[type="submit"] > i, .section-light .widget .MailchimpNewsletter input#signup-button[type='submit'].btn:active > i, .section-light .widget .MailchimpNewsletter .woocommerce input#signup-button.button[type='submit']:active > i, .woocommerce .section-light .widget .MailchimpNewsletter input#signup-button.button[type='submit']:active > i, .section-light .woocommerce #respond input#submit[type='submit'].btn-color:active > i, .woocommerce #respond .section-light input#submit[type='submit'].btn-color:active > i, .section-light .woocommerce #respond form .form-row input#submit[type='submit']:active[type="submit"] > i, .woocommerce #respond form .form-row .section-light input#submit[type='submit']:active[type="submit"] > i, .section-light .woocommerce form .form-row #respond input#submit[type='submit']:active[type="submit"] > i, .woocommerce form .form-row #respond .section-light input#submit[type='submit']:active[type="submit"] > i, .section-light .woocommerce input.button[type='submit'].btn-color:active > i, .woocommerce .section-light input.button[type='submit'].btn-color:active > i, .section-light .woocommerce form .form-row input.button[type='submit']:active[type="submit"] > i, .woocommerce form .form-row .section-light input.button[type='submit']:active[type="submit"] > i, .section-light .woocommerce form .form-row input[type='submit'].btn:active[type="submit"] > i, .woocommerce form .form-row .section-light input[type='submit'].btn:active[type="submit"] > i, .section-light input[type='submit'].btn.btn-color:active:focus > i, .section-light .elementor-widget input.elementor-button[type='submit'].btn-color:active:focus > i, .elementor-widget .section-light input.elementor-button[type='submit'].btn-color:active:focus > i, .elementor-widget .section-light .widget .MailchimpNewsletter input.elementor-button#signup-button[type='submit']:active:focus > i, .section-light .widget .MailchimpNewsletter .elementor-widget input.elementor-button#signup-button[type='submit']:active:focus > i, .section-light .elementor-widget .woocommerce form .form-row input.elementor-button[type='submit']:active:focus[type="submit"] > i, .elementor-widget .woocommerce form .form-row .section-light input.elementor-button[type='submit']:active:focus[type="submit"] > i, .section-light .woocommerce form .form-row .elementor-widget input.elementor-button[type='submit']:active:focus[type="submit"] > i, .woocommerce form .form-row .elementor-widget .section-light input.elementor-button[type='submit']:active:focus[type="submit"] > i, .section-light .widget .MailchimpNewsletter input#signup-button[type='submit'].btn:active:focus > i, .section-light .widget .MailchimpNewsletter .woocommerce input#signup-button.button[type='submit']:active:focus > i, .woocommerce .section-light .widget .MailchimpNewsletter input#signup-button.button[type='submit']:active:focus > i, .section-light .woocommerce #respond input#submit[type='submit'].btn-color:active:focus > i, .woocommerce #respond .section-light input#submit[type='submit'].btn-color:active:focus > i, .section-light .woocommerce #respond form .form-row input#submit[type='submit']:active:focus[type="submit"] > i, .woocommerce #respond form .form-row .section-light input#submit[type='submit']:active:focus[type="submit"] > i, .section-light .woocommerce form .form-row #respond input#submit[type='submit']:active:focus[type="submit"] > i, .woocommerce form .form-row #respond .section-light input#submit[type='submit']:active:focus[type="submit"] > i, .section-light .woocommerce input.button[type='submit'].btn-color:active:focus > i, .woocommerce .section-light input.button[type='submit'].btn-color:active:focus > i, .section-light .woocommerce form .form-row input.button[type='submit']:active:focus[type="submit"] > i, .woocommerce form .form-row .section-light input.button[type='submit']:active:focus[type="submit"] > i, .section-light .woocommerce form .form-row input[type='submit'].btn:active:focus[type="submit"] > i, .woocommerce form .form-row .section-light input[type='submit'].btn:active:focus[type="submit"] > i {
      color: #fff; }
    .section-light .btn.btn-color:hover svg, .section-light .elementor-widget .btn-color.elementor-button:hover svg, .elementor-widget .section-light .btn-color.elementor-button:hover svg, .elementor-widget .section-light .widget .MailchimpNewsletter .elementor-button#signup-button:hover svg, .section-light .widget .MailchimpNewsletter .elementor-widget .elementor-button#signup-button:hover svg, .section-light .elementor-widget .woocommerce form .form-row input.elementor-button:hover[type="submit"] svg, .elementor-widget .woocommerce form .form-row .section-light input.elementor-button:hover[type="submit"] svg, .section-light .woocommerce form .form-row .elementor-widget input.elementor-button:hover[type="submit"] svg, .woocommerce form .form-row .elementor-widget .section-light input.elementor-button:hover[type="submit"] svg, .section-light .elementor-widget .woocommerce .woocommerce-account-membership-plan form.cart button.elementor-button:hover svg, .elementor-widget .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.elementor-button:hover svg, .section-light .woocommerce .woocommerce-account-membership-plan form.cart .elementor-widget button.elementor-button:hover svg, .woocommerce .woocommerce-account-membership-plan form.cart .elementor-widget .section-light button.elementor-button:hover svg, .section-light .widget .MailchimpNewsletter .btn#signup-button:hover svg, .section-light .widget .MailchimpNewsletter .woocommerce a#signup-button.button:hover svg, .woocommerce .section-light .widget .MailchimpNewsletter a#signup-button.button:hover svg, .section-light .widget .MailchimpNewsletter .woocommerce button#signup-button.button:hover svg, .woocommerce .section-light .widget .MailchimpNewsletter button#signup-button.button:hover svg, .section-light .widget .MailchimpNewsletter .woocommerce input#signup-button.button:hover svg, .woocommerce .section-light .widget .MailchimpNewsletter input#signup-button.button:hover svg, .section-light .woocommerce #respond input.btn-color#submit:hover svg, .woocommerce #respond .section-light input.btn-color#submit:hover svg, .section-light .woocommerce #respond form .form-row input#submit:hover[type="submit"] svg, .woocommerce #respond form .form-row .section-light input#submit:hover[type="submit"] svg, .section-light .woocommerce form .form-row #respond input#submit:hover[type="submit"] svg, .woocommerce form .form-row #respond .section-light input#submit:hover[type="submit"] svg, .section-light .woocommerce a.btn-color.button:hover svg, .woocommerce .section-light a.btn-color.button:hover svg, .section-light .woocommerce button.btn-color.button:hover svg, .woocommerce .section-light button.btn-color.button:hover svg, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.button:hover svg, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.button:hover svg, .section-light .woocommerce input.btn-color.button:hover svg, .woocommerce .section-light input.btn-color.button:hover svg, .section-light .woocommerce form .form-row input.button:hover[type="submit"] svg, .woocommerce form .form-row .section-light input.button:hover[type="submit"] svg, .section-light .woocommerce form .form-row input.btn:hover[type="submit"] svg, .woocommerce form .form-row .section-light input.btn:hover[type="submit"] svg, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.btn:hover svg, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.btn:hover svg, .section-light .btn.btn-color:active svg, .section-light .elementor-widget .btn-color.elementor-button:active svg, .elementor-widget .section-light .btn-color.elementor-button:active svg, .elementor-widget .section-light .widget .MailchimpNewsletter .elementor-button#signup-button:active svg, .section-light .widget .MailchimpNewsletter .elementor-widget .elementor-button#signup-button:active svg, .section-light .elementor-widget .woocommerce form .form-row input.elementor-button:active[type="submit"] svg, .elementor-widget .woocommerce form .form-row .section-light input.elementor-button:active[type="submit"] svg, .section-light .woocommerce form .form-row .elementor-widget input.elementor-button:active[type="submit"] svg, .woocommerce form .form-row .elementor-widget .section-light input.elementor-button:active[type="submit"] svg, .section-light .elementor-widget .woocommerce .woocommerce-account-membership-plan form.cart button.elementor-button:active svg, .elementor-widget .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.elementor-button:active svg, .section-light .woocommerce .woocommerce-account-membership-plan form.cart .elementor-widget button.elementor-button:active svg, .woocommerce .woocommerce-account-membership-plan form.cart .elementor-widget .section-light button.elementor-button:active svg, .section-light .widget .MailchimpNewsletter .btn#signup-button:active svg, .section-light .widget .MailchimpNewsletter .woocommerce a#signup-button.button:active svg, .woocommerce .section-light .widget .MailchimpNewsletter a#signup-button.button:active svg, .section-light .widget .MailchimpNewsletter .woocommerce button#signup-button.button:active svg, .woocommerce .section-light .widget .MailchimpNewsletter button#signup-button.button:active svg, .section-light .widget .MailchimpNewsletter .woocommerce input#signup-button.button:active svg, .woocommerce .section-light .widget .MailchimpNewsletter input#signup-button.button:active svg, .section-light .woocommerce #respond input.btn-color#submit:active svg, .woocommerce #respond .section-light input.btn-color#submit:active svg, .section-light .woocommerce #respond form .form-row input#submit:active[type="submit"] svg, .woocommerce #respond form .form-row .section-light input#submit:active[type="submit"] svg, .section-light .woocommerce form .form-row #respond input#submit:active[type="submit"] svg, .woocommerce form .form-row #respond .section-light input#submit:active[type="submit"] svg, .section-light .woocommerce a.btn-color.button:active svg, .woocommerce .section-light a.btn-color.button:active svg, .section-light .woocommerce button.btn-color.button:active svg, .woocommerce .section-light button.btn-color.button:active svg, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.button:active svg, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.button:active svg, .section-light .woocommerce input.btn-color.button:active svg, .woocommerce .section-light input.btn-color.button:active svg, .section-light .woocommerce form .form-row input.button:active[type="submit"] svg, .woocommerce form .form-row .section-light input.button:active[type="submit"] svg, .section-light .woocommerce form .form-row input.btn:active[type="submit"] svg, .woocommerce form .form-row .section-light input.btn:active[type="submit"] svg, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.btn:active svg, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.btn:active svg, .section-light .btn.btn-color:active:focus svg, .section-light .elementor-widget .btn-color.elementor-button:active:focus svg, .elementor-widget .section-light .btn-color.elementor-button:active:focus svg, .elementor-widget .section-light .widget .MailchimpNewsletter .elementor-button#signup-button:active:focus svg, .section-light .widget .MailchimpNewsletter .elementor-widget .elementor-button#signup-button:active:focus svg, .section-light .elementor-widget .woocommerce form .form-row input.elementor-button:active:focus[type="submit"] svg, .elementor-widget .woocommerce form .form-row .section-light input.elementor-button:active:focus[type="submit"] svg, .section-light .woocommerce form .form-row .elementor-widget input.elementor-button:active:focus[type="submit"] svg, .woocommerce form .form-row .elementor-widget .section-light input.elementor-button:active:focus[type="submit"] svg, .section-light .elementor-widget .woocommerce .woocommerce-account-membership-plan form.cart button.elementor-button:active:focus svg, .elementor-widget .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.elementor-button:active:focus svg, .section-light .woocommerce .woocommerce-account-membership-plan form.cart .elementor-widget button.elementor-button:active:focus svg, .woocommerce .woocommerce-account-membership-plan form.cart .elementor-widget .section-light button.elementor-button:active:focus svg, .section-light .widget .MailchimpNewsletter .btn#signup-button:active:focus svg, .section-light .widget .MailchimpNewsletter .woocommerce a#signup-button.button:active:focus svg, .woocommerce .section-light .widget .MailchimpNewsletter a#signup-button.button:active:focus svg, .section-light .widget .MailchimpNewsletter .woocommerce button#signup-button.button:active:focus svg, .woocommerce .section-light .widget .MailchimpNewsletter button#signup-button.button:active:focus svg, .section-light .widget .MailchimpNewsletter .woocommerce input#signup-button.button:active:focus svg, .woocommerce .section-light .widget .MailchimpNewsletter input#signup-button.button:active:focus svg, .section-light .woocommerce #respond input.btn-color#submit:active:focus svg, .woocommerce #respond .section-light input.btn-color#submit:active:focus svg, .section-light .woocommerce #respond form .form-row input#submit:active:focus[type="submit"] svg, .woocommerce #respond form .form-row .section-light input#submit:active:focus[type="submit"] svg, .section-light .woocommerce form .form-row #respond input#submit:active:focus[type="submit"] svg, .woocommerce form .form-row #respond .section-light input#submit:active:focus[type="submit"] svg, .section-light .woocommerce a.btn-color.button:active:focus svg, .woocommerce .section-light a.btn-color.button:active:focus svg, .section-light .woocommerce button.btn-color.button:active:focus svg, .woocommerce .section-light button.btn-color.button:active:focus svg, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.button:active:focus svg, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.button:active:focus svg, .section-light .woocommerce input.btn-color.button:active:focus svg, .woocommerce .section-light input.btn-color.button:active:focus svg, .section-light .woocommerce form .form-row input.button:active:focus[type="submit"] svg, .woocommerce form .form-row .section-light input.button:active:focus[type="submit"] svg, .section-light .woocommerce form .form-row input.btn:active:focus[type="submit"] svg, .woocommerce form .form-row .section-light input.btn:active:focus[type="submit"] svg, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.btn:active:focus svg, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.btn:active:focus svg, .section-light button[type='submit'].btn.btn-color:hover svg, .section-light .elementor-widget button.elementor-button[type='submit'].btn-color:hover svg, .elementor-widget .section-light button.elementor-button[type='submit'].btn-color:hover svg, .elementor-widget .section-light .widget .MailchimpNewsletter button.elementor-button#signup-button[type='submit']:hover svg, .section-light .widget .MailchimpNewsletter .elementor-widget button.elementor-button#signup-button[type='submit']:hover svg, .section-light .elementor-widget .woocommerce .woocommerce-account-membership-plan form.cart button.elementor-button[type='submit']:hover svg, .elementor-widget .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.elementor-button[type='submit']:hover svg, .section-light .woocommerce .woocommerce-account-membership-plan form.cart .elementor-widget button.elementor-button[type='submit']:hover svg, .woocommerce .woocommerce-account-membership-plan form.cart .elementor-widget .section-light button.elementor-button[type='submit']:hover svg, .section-light .widget .MailchimpNewsletter button#signup-button[type='submit'].btn:hover svg, .section-light .widget .MailchimpNewsletter .woocommerce button#signup-button.button[type='submit']:hover svg, .woocommerce .section-light .widget .MailchimpNewsletter button#signup-button.button[type='submit']:hover svg, .section-light .woocommerce button.button[type='submit'].btn-color:hover svg, .woocommerce .section-light button.button[type='submit'].btn-color:hover svg, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.button[type='submit']:hover svg, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.button[type='submit']:hover svg, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button[type='submit'].btn:hover svg, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button[type='submit'].btn:hover svg, .section-light button[type='submit'].btn.btn-color:active svg, .section-light .elementor-widget button.elementor-button[type='submit'].btn-color:active svg, .elementor-widget .section-light button.elementor-button[type='submit'].btn-color:active svg, .elementor-widget .section-light .widget .MailchimpNewsletter button.elementor-button#signup-button[type='submit']:active svg, .section-light .widget .MailchimpNewsletter .elementor-widget button.elementor-button#signup-button[type='submit']:active svg, .section-light .elementor-widget .woocommerce .woocommerce-account-membership-plan form.cart button.elementor-button[type='submit']:active svg, .elementor-widget .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.elementor-button[type='submit']:active svg, .section-light .woocommerce .woocommerce-account-membership-plan form.cart .elementor-widget button.elementor-button[type='submit']:active svg, .woocommerce .woocommerce-account-membership-plan form.cart .elementor-widget .section-light button.elementor-button[type='submit']:active svg, .section-light .widget .MailchimpNewsletter button#signup-button[type='submit'].btn:active svg, .section-light .widget .MailchimpNewsletter .woocommerce button#signup-button.button[type='submit']:active svg, .woocommerce .section-light .widget .MailchimpNewsletter button#signup-button.button[type='submit']:active svg, .section-light .woocommerce button.button[type='submit'].btn-color:active svg, .woocommerce .section-light button.button[type='submit'].btn-color:active svg, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.button[type='submit']:active svg, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.button[type='submit']:active svg, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button[type='submit'].btn:active svg, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button[type='submit'].btn:active svg, .section-light button[type='submit'].btn.btn-color:active:focus svg, .section-light .elementor-widget button.elementor-button[type='submit'].btn-color:active:focus svg, .elementor-widget .section-light button.elementor-button[type='submit'].btn-color:active:focus svg, .elementor-widget .section-light .widget .MailchimpNewsletter button.elementor-button#signup-button[type='submit']:active:focus svg, .section-light .widget .MailchimpNewsletter .elementor-widget button.elementor-button#signup-button[type='submit']:active:focus svg, .section-light .elementor-widget .woocommerce .woocommerce-account-membership-plan form.cart button.elementor-button[type='submit']:active:focus svg, .elementor-widget .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.elementor-button[type='submit']:active:focus svg, .section-light .woocommerce .woocommerce-account-membership-plan form.cart .elementor-widget button.elementor-button[type='submit']:active:focus svg, .woocommerce .woocommerce-account-membership-plan form.cart .elementor-widget .section-light button.elementor-button[type='submit']:active:focus svg, .section-light .widget .MailchimpNewsletter button#signup-button[type='submit'].btn:active:focus svg, .section-light .widget .MailchimpNewsletter .woocommerce button#signup-button.button[type='submit']:active:focus svg, .woocommerce .section-light .widget .MailchimpNewsletter button#signup-button.button[type='submit']:active:focus svg, .section-light .woocommerce button.button[type='submit'].btn-color:active:focus svg, .woocommerce .section-light button.button[type='submit'].btn-color:active:focus svg, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button.button[type='submit']:active:focus svg, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button.button[type='submit']:active:focus svg, .section-light .woocommerce .woocommerce-account-membership-plan form.cart button[type='submit'].btn:active:focus svg, .woocommerce .woocommerce-account-membership-plan form.cart .section-light button[type='submit'].btn:active:focus svg, .section-light input[type='submit'].btn.btn-color:hover svg, .section-light .elementor-widget input.elementor-button[type='submit'].btn-color:hover svg, .elementor-widget .section-light input.elementor-button[type='submit'].btn-color:hover svg, .elementor-widget .section-light .widget .MailchimpNewsletter input.elementor-button#signup-button[type='submit']:hover svg, .section-light .widget .MailchimpNewsletter .elementor-widget input.elementor-button#signup-button[type='submit']:hover svg, .section-light .elementor-widget .woocommerce form .form-row input.elementor-button[type='submit']:hover[type="submit"] svg, .elementor-widget .woocommerce form .form-row .section-light input.elementor-button[type='submit']:hover[type="submit"] svg, .section-light .woocommerce form .form-row .elementor-widget input.elementor-button[type='submit']:hover[type="submit"] svg, .woocommerce form .form-row .elementor-widget .section-light input.elementor-button[type='submit']:hover[type="submit"] svg, .section-light .widget .MailchimpNewsletter input#signup-button[type='submit'].btn:hover svg, .section-light .widget .MailchimpNewsletter .woocommerce input#signup-button.button[type='submit']:hover svg, .woocommerce .section-light .widget .MailchimpNewsletter input#signup-button.button[type='submit']:hover svg, .section-light .woocommerce #respond input#submit[type='submit'].btn-color:hover svg, .woocommerce #respond .section-light input#submit[type='submit'].btn-color:hover svg, .section-light .woocommerce #respond form .form-row input#submit[type='submit']:hover[type="submit"] svg, .woocommerce #respond form .form-row .section-light input#submit[type='submit']:hover[type="submit"] svg, .section-light .woocommerce form .form-row #respond input#submit[type='submit']:hover[type="submit"] svg, .woocommerce form .form-row #respond .section-light input#submit[type='submit']:hover[type="submit"] svg, .section-light .woocommerce input.button[type='submit'].btn-color:hover svg, .woocommerce .section-light input.button[type='submit'].btn-color:hover svg, .section-light .woocommerce form .form-row input.button[type='submit']:hover[type="submit"] svg, .woocommerce form .form-row .section-light input.button[type='submit']:hover[type="submit"] svg, .section-light .woocommerce form .form-row input[type='submit'].btn:hover[type="submit"] svg, .woocommerce form .form-row .section-light input[type='submit'].btn:hover[type="submit"] svg, .section-light input[type='submit'].btn.btn-color:active svg, .section-light .elementor-widget input.elementor-button[type='submit'].btn-color:active svg, .elementor-widget .section-light input.elementor-button[type='submit'].btn-color:active svg, .elementor-widget .section-light .widget .MailchimpNewsletter input.elementor-button#signup-button[type='submit']:active svg, .section-light .widget .MailchimpNewsletter .elementor-widget input.elementor-button#signup-button[type='submit']:active svg, .section-light .elementor-widget .woocommerce form .form-row input.elementor-button[type='submit']:active[type="submit"] svg, .elementor-widget .woocommerce form .form-row .section-light input.elementor-button[type='submit']:active[type="submit"] svg, .section-light .woocommerce form .form-row .elementor-widget input.elementor-button[type='submit']:active[type="submit"] svg, .woocommerce form .form-row .elementor-widget .section-light input.elementor-button[type='submit']:active[type="submit"] svg, .section-light .widget .MailchimpNewsletter input#signup-button[type='submit'].btn:active svg, .section-light .widget .MailchimpNewsletter .woocommerce input#signup-button.button[type='submit']:active svg, .woocommerce .section-light .widget .MailchimpNewsletter input#signup-button.button[type='submit']:active svg, .section-light .woocommerce #respond input#submit[type='submit'].btn-color:active svg, .woocommerce #respond .section-light input#submit[type='submit'].btn-color:active svg, .section-light .woocommerce #respond form .form-row input#submit[type='submit']:active[type="submit"] svg, .woocommerce #respond form .form-row .section-light input#submit[type='submit']:active[type="submit"] svg, .section-light .woocommerce form .form-row #respond input#submit[type='submit']:active[type="submit"] svg, .woocommerce form .form-row #respond .section-light input#submit[type='submit']:active[type="submit"] svg, .section-light .woocommerce input.button[type='submit'].btn-color:active svg, .woocommerce .section-light input.button[type='submit'].btn-color:active svg, .section-light .woocommerce form .form-row input.button[type='submit']:active[type="submit"] svg, .woocommerce form .form-row .section-light input.button[type='submit']:active[type="submit"] svg, .section-light .woocommerce form .form-row input[type='submit'].btn:active[type="submit"] svg, .woocommerce form .form-row .section-light input[type='submit'].btn:active[type="submit"] svg, .section-light input[type='submit'].btn.btn-color:active:focus svg, .section-light .elementor-widget input.elementor-button[type='submit'].btn-color:active:focus svg, .elementor-widget .section-light input.elementor-button[type='submit'].btn-color:active:focus svg, .elementor-widget .section-light .widget .MailchimpNewsletter input.elementor-button#signup-button[type='submit']:active:focus svg, .section-light .widget .MailchimpNewsletter .elementor-widget input.elementor-button#signup-button[type='submit']:active:focus svg, .section-light .elementor-widget .woocommerce form .form-row input.elementor-button[type='submit']:active:focus[type="submit"] svg, .elementor-widget .woocommerce form .form-row .section-light input.elementor-button[type='submit']:active:focus[type="submit"] svg, .section-light .woocommerce form .form-row .elementor-widget input.elementor-button[type='submit']:active:focus[type="submit"] svg, .woocommerce form .form-row .elementor-widget .section-light input.elementor-button[type='submit']:active:focus[type="submit"] svg, .section-light .widget .MailchimpNewsletter input#signup-button[type='submit'].btn:active:focus svg, .section-light .widget .MailchimpNewsletter .woocommerce input#signup-button.button[type='submit']:active:focus svg, .woocommerce .section-light .widget .MailchimpNewsletter input#signup-button.button[type='submit']:active:focus svg, .section-light .woocommerce #respond input#submit[type='submit'].btn-color:active:focus svg, .woocommerce #respond .section-light input#submit[type='submit'].btn-color:active:focus svg, .section-light .woocommerce #respond form .form-row input#submit[type='submit']:active:focus[type="submit"] svg, .woocommerce #respond form .form-row .section-light input#submit[type='submit']:active:focus[type="submit"] svg, .section-light .woocommerce form .form-row #respond input#submit[type='submit']:active:focus[type="submit"] svg, .woocommerce form .form-row #respond .section-light input#submit[type='submit']:active:focus[type="submit"] svg, .section-light .woocommerce input.button[type='submit'].btn-color:active:focus svg, .woocommerce .section-light input.button[type='submit'].btn-color:active:focus svg, .section-light .woocommerce form .form-row input.button[type='submit']:active:focus[type="submit"] svg, .woocommerce form .form-row .section-light input.button[type='submit']:active:focus[type="submit"] svg, .section-light .woocommerce form .form-row input[type='submit'].btn:active:focus[type="submit"] svg, .woocommerce form .form-row .section-light input[type='submit'].btn:active:focus[type="submit"] svg {
      fill: #fff; }
  .section-light blockquote {
    color: #fff;
    background-color: transparent; }
    .section-light blockquote footer, .section-light blockquote footer cite {
      color: #a2a2a2; }
  .section-light .ps-container .ps-scrollbar-y {
    border: 3px solid #fff; }
  .section-light .ps-scrollbar-y-rail {
    border-left: 3px solid #fff; }
  .section-light input:not([type="submit"]), .section-light textarea {
    color: inherit; }

/**
*  Section Dark Text
*/
.section-dark {
  color: #484848; }
  .section-dark a {
    color: #484848; }
  .section-dark .progress-bar {
    color: #383838; }
  .section-dark h1, .section-dark h2, .section-dark h3, .section-dark h4, .section-dark h5, .section-dark h6, .section-dark .btn, .section-dark .elementor-widget .elementor-button, .elementor-widget .section-dark .elementor-button, .section-dark .woocommerce #respond input#submit, .woocommerce #respond .section-dark input#submit,
  .section-dark .woocommerce a.button, .woocommerce .section-dark a.button, .section-dark .woocommerce button.button, .woocommerce .section-dark button.button,
  .section-dark .woocommerce input.button, .woocommerce .section-dark input.button, .section-dark caption {
    color: #383838; }
  .section-dark .special-subtitle, .section-dark .special-subtitle-left, .section-dark .special-subtitle-right, .section-dark .special-subtitle-both {
    color: #484848; }
  .section-dark .btn.btn-color, .section-dark .elementor-widget .btn-color.elementor-button, .elementor-widget .section-dark .btn-color.elementor-button, .section-dark .elementor-widget .section-light .widget .MailchimpNewsletter .elementor-button#signup-button, .elementor-widget .section-light .widget .MailchimpNewsletter .section-dark .elementor-button#signup-button, .section-dark .section-light .widget .MailchimpNewsletter .elementor-widget .elementor-button#signup-button, .section-light .widget .MailchimpNewsletter .elementor-widget .section-dark .elementor-button#signup-button, .section-dark .elementor-widget .woocommerce form .form-row input.elementor-button[type="submit"], .elementor-widget .woocommerce form .form-row .section-dark input.elementor-button[type="submit"], .section-dark .woocommerce form .form-row .elementor-widget input.elementor-button[type="submit"], .woocommerce form .form-row .elementor-widget .section-dark input.elementor-button[type="submit"], .section-dark .elementor-widget .woocommerce .woocommerce-account-membership-plan form.cart button.elementor-button, .elementor-widget .woocommerce .woocommerce-account-membership-plan form.cart .section-dark button.elementor-button, .section-dark .woocommerce .woocommerce-account-membership-plan form.cart .elementor-widget button.elementor-button, .woocommerce .woocommerce-account-membership-plan form.cart .elementor-widget .section-dark button.elementor-button, .section-dark .section-light .widget .MailchimpNewsletter .btn#signup-button, .section-light .widget .MailchimpNewsletter .section-dark .btn#signup-button,
  .section-dark .section-light .widget .MailchimpNewsletter .woocommerce a#signup-button.button, .section-light .widget .MailchimpNewsletter .woocommerce .section-dark a#signup-button.button, .section-dark .woocommerce .section-light .widget .MailchimpNewsletter a#signup-button.button, .woocommerce .section-light .widget .MailchimpNewsletter .section-dark a#signup-button.button, .section-dark .section-light .widget .MailchimpNewsletter .woocommerce button#signup-button.button, .section-light .widget .MailchimpNewsletter .woocommerce .section-dark button#signup-button.button, .section-dark .woocommerce .section-light .widget .MailchimpNewsletter button#signup-button.button, .woocommerce .section-light .widget .MailchimpNewsletter .section-dark button#signup-button.button,
  .section-dark .section-light .widget .MailchimpNewsletter .woocommerce input#signup-button.button, .section-light .widget .MailchimpNewsletter .woocommerce .section-dark input#signup-button.button, .section-dark .woocommerce .section-light .widget .MailchimpNewsletter input#signup-button.button, .woocommerce .section-light .widget .MailchimpNewsletter .section-dark input#signup-button.button, .section-dark .woocommerce #respond input.btn-color#submit, .woocommerce #respond .section-dark input.btn-color#submit, .section-dark .woocommerce #respond form .form-row input#submit[type="submit"], .woocommerce #respond form .form-row .section-dark input#submit[type="submit"], .section-dark .woocommerce form .form-row #respond input#submit[type="submit"], .woocommerce form .form-row #respond .section-dark input#submit[type="submit"],
  .section-dark .woocommerce a.btn-color.button, .woocommerce .section-dark a.btn-color.button, .section-dark .woocommerce button.btn-color.button, .woocommerce .section-dark button.btn-color.button, .section-dark .woocommerce .woocommerce-account-membership-plan form.cart button.button, .woocommerce .woocommerce-account-membership-plan form.cart .section-dark button.button,
  .section-dark .woocommerce input.btn-color.button, .woocommerce .section-dark input.btn-color.button, .section-dark .woocommerce form .form-row input.button[type="submit"], .woocommerce form .form-row .section-dark input.button[type="submit"], .section-dark .woocommerce form .form-row input.btn[type="submit"], .woocommerce form .form-row .section-dark input.btn[type="submit"], .section-dark .woocommerce .woocommerce-account-membership-plan form.cart button.btn, .woocommerce .woocommerce-account-membership-plan form.cart .section-dark button.btn, .section-dark button[type='submit'], .section-dark input[type='submit'] {
    color: #fff; }
    .section-dark .btn.btn-color:hover, .section-dark .elementor-widget .btn-color.elementor-button:hover, .elementor-widget .section-dark .btn-color.elementor-button:hover, .section-dark .elementor-widget .section-light .widget .MailchimpNewsletter .elementor-button#signup-button:hover, .elementor-widget .section-light .widget .MailchimpNewsletter .section-dark .elementor-button#signup-button:hover, .section-dark .section-light .widget .MailchimpNewsletter .elementor-widget .elementor-button#signup-button:hover, .section-light .widget .MailchimpNewsletter .elementor-widget .section-dark .elementor-button#signup-button:hover, .section-dark .elementor-widget .woocommerce form .form-row input.elementor-button:hover[type="submit"], .elementor-widget .woocommerce form .form-row .section-dark input.elementor-button:hover[type="submit"], .section-dark .woocommerce form .form-row .elementor-widget input.elementor-button:hover[type="submit"], .woocommerce form .form-row .elementor-widget .section-dark input.elementor-button:hover[type="submit"], .section-dark .elementor-widget .woocommerce .woocommerce-account-membership-plan form.cart button.elementor-button:hover, .elementor-widget .woocommerce .woocommerce-account-membership-plan form.cart .section-dark button.elementor-button:hover, .section-dark .woocommerce .woocommerce-account-membership-plan form.cart .elementor-widget button.elementor-button:hover, .woocommerce .woocommerce-account-membership-plan form.cart .elementor-widget .section-dark button.elementor-button:hover, .section-dark .section-light .widget .MailchimpNewsletter .btn#signup-button:hover, .section-light .widget .MailchimpNewsletter .section-dark .btn#signup-button:hover,
    .section-dark .section-light .widget .MailchimpNewsletter .woocommerce a#signup-button.button:hover, .section-light .widget .MailchimpNewsletter .woocommerce .section-dark a#signup-button.button:hover, .section-dark .woocommerce .section-light .widget .MailchimpNewsletter a#signup-button.button:hover, .woocommerce .section-light .widget .MailchimpNewsletter .section-dark a#signup-button.button:hover, .section-dark .section-light .widget .MailchimpNewsletter .woocommerce button#signup-button.button:hover, .section-light .widget .MailchimpNewsletter .woocommerce .section-dark button#signup-button.button:hover, .section-dark .woocommerce .section-light .widget .MailchimpNewsletter button#signup-button.button:hover, .woocommerce .section-light .widget .MailchimpNewsletter .section-dark button#signup-button.button:hover,
    .section-dark .section-light .widget .MailchimpNewsletter .woocommerce input#signup-button.button:hover, .section-light .widget .MailchimpNewsletter .woocommerce .section-dark input#signup-button.button:hover, .section-dark .woocommerce .section-light .widget .MailchimpNewsletter input#signup-button.button:hover, .woocommerce .section-light .widget .MailchimpNewsletter .section-dark input#signup-button.button:hover, .section-dark .woocommerce #respond input.btn-color#submit:hover, .woocommerce #respond .section-dark input.btn-color#submit:hover, .section-dark .woocommerce #respond form .form-row input#submit:hover[type="submit"], .woocommerce #respond form .form-row .section-dark input#submit:hover[type="submit"], .section-dark .woocommerce form .form-row #respond input#submit:hover[type="submit"], .woocommerce form .form-row #respond .section-dark input#submit:hover[type="submit"],
    .section-dark .woocommerce a.btn-color.button:hover, .woocommerce .section-dark a.btn-color.button:hover, .section-dark .woocommerce button.btn-color.button:hover, .woocommerce .section-dark button.btn-color.button:hover, .section-dark .woocommerce .woocommerce-account-membership-plan form.cart button.button:hover, .woocommerce .woocommerce-account-membership-plan form.cart .section-dark button.button:hover,
    .section-dark .woocommerce input.btn-color.button:hover, .woocommerce .section-dark input.btn-color.button:hover, .section-dark .woocommerce form .form-row input.button:hover[type="submit"], .woocommerce form .form-row .section-dark input.button:hover[type="submit"], .section-dark .woocommerce form .form-row input.btn:hover[type="submit"], .woocommerce form .form-row .section-dark input.btn:hover[type="submit"], .section-dark .woocommerce .woocommerce-account-membership-plan form.cart button.btn:hover, .woocommerce .woocommerce-account-membership-plan form.cart .section-dark button.btn:hover, .section-dark .btn.btn-color:active, .section-dark .elementor-widget .btn-color.elementor-button:active, .elementor-widget .section-dark .btn-color.elementor-button:active, .section-dark .elementor-widget .section-light .widget .MailchimpNewsletter .elementor-button#signup-button:active, .elementor-widget .section-light .widget .MailchimpNewsletter .section-dark .elementor-button#signup-button:active, .section-dark .section-light .widget .MailchimpNewsletter .elementor-widget .elementor-button#signup-button:active, .section-light .widget .MailchimpNewsletter .elementor-widget .section-dark .elementor-button#signup-button:active, .section-dark .elementor-widget .woocommerce form .form-row input.elementor-button:active[type="submit"], .elementor-widget .woocommerce form .form-row .section-dark input.elementor-button:active[type="submit"], .section-dark .woocommerce form .form-row .elementor-widget input.elementor-button:active[type="submit"], .woocommerce form .form-row .elementor-widget .section-dark input.elementor-button:active[type="submit"], .section-dark .elementor-widget .woocommerce .woocommerce-account-membership-plan form.cart button.elementor-button:active, .elementor-widget .woocommerce .woocommerce-account-membership-plan form.cart .section-dark button.elementor-button:active, .section-dark .woocommerce .woocommerce-account-membership-plan form.cart .elementor-widget button.elementor-button:active, .woocommerce .woocommerce-account-membership-plan form.cart .elementor-widget .section-dark button.elementor-button:active, .section-dark .section-light .widget .MailchimpNewsletter .btn#signup-button:active, .section-light .widget .MailchimpNewsletter .section-dark .btn#signup-button:active,
    .section-dark .section-light .widget .MailchimpNewsletter .woocommerce a#signup-button.button:active, .section-light .widget .MailchimpNewsletter .woocommerce .section-dark a#signup-button.button:active, .section-dark .woocommerce .section-light .widget .MailchimpNewsletter a#signup-button.button:active, .woocommerce .section-light .widget .MailchimpNewsletter .section-dark a#signup-button.button:active, .section-dark .section-light .widget .MailchimpNewsletter .woocommerce button#signup-button.button:active, .section-light .widget .MailchimpNewsletter .woocommerce .section-dark button#signup-button.button:active, .section-dark .woocommerce .section-light .widget .MailchimpNewsletter button#signup-button.button:active, .woocommerce .section-light .widget .MailchimpNewsletter .section-dark button#signup-button.button:active,
    .section-dark .section-light .widget .MailchimpNewsletter .woocommerce input#signup-button.button:active, .section-light .widget .MailchimpNewsletter .woocommerce .section-dark input#signup-button.button:active, .section-dark .woocommerce .section-light .widget .MailchimpNewsletter input#signup-button.button:active, .woocommerce .section-light .widget .MailchimpNewsletter .section-dark input#signup-button.button:active, .section-dark .woocommerce #respond input.btn-color#submit:active, .woocommerce #respond .section-dark input.btn-color#submit:active, .section-dark .woocommerce #respond form .form-row input#submit:active[type="submit"], .woocommerce #respond form .form-row .section-dark input#submit:active[type="submit"], .section-dark .woocommerce form .form-row #respond input#submit:active[type="submit"], .woocommerce form .form-row #respond .section-dark input#submit:active[type="submit"],
    .section-dark .woocommerce a.btn-color.button:active, .woocommerce .section-dark a.btn-color.button:active, .section-dark .woocommerce button.btn-color.button:active, .woocommerce .section-dark button.btn-color.button:active, .section-dark .woocommerce .woocommerce-account-membership-plan form.cart button.button:active, .woocommerce .woocommerce-account-membership-plan form.cart .section-dark button.button:active,
    .section-dark .woocommerce input.btn-color.button:active, .woocommerce .section-dark input.btn-color.button:active, .section-dark .woocommerce form .form-row input.button:active[type="submit"], .woocommerce form .form-row .section-dark input.button:active[type="submit"], .section-dark .woocommerce form .form-row input.btn:active[type="submit"], .woocommerce form .form-row .section-dark input.btn:active[type="submit"], .section-dark .woocommerce .woocommerce-account-membership-plan form.cart button.btn:active, .woocommerce .woocommerce-account-membership-plan form.cart .section-dark button.btn:active, .section-dark .btn.btn-color:active:focus, .section-dark .elementor-widget .btn-color.elementor-button:active:focus, .elementor-widget .section-dark .btn-color.elementor-button:active:focus, .section-dark .elementor-widget .section-light .widget .MailchimpNewsletter .elementor-button#signup-button:active:focus, .elementor-widget .section-light .widget .MailchimpNewsletter .section-dark .elementor-button#signup-button:active:focus, .section-dark .section-light .widget .MailchimpNewsletter .elementor-widget .elementor-button#signup-button:active:focus, .section-light .widget .MailchimpNewsletter .elementor-widget .section-dark .elementor-button#signup-button:active:focus, .section-dark .elementor-widget .woocommerce form .form-row input.elementor-button:active:focus[type="submit"], .elementor-widget .woocommerce form .form-row .section-dark input.elementor-button:active:focus[type="submit"], .section-dark .woocommerce form .form-row .elementor-widget input.elementor-button:active:focus[type="submit"], .woocommerce form .form-row .elementor-widget .section-dark input.elementor-button:active:focus[type="submit"], .section-dark .elementor-widget .woocommerce .woocommerce-account-membership-plan form.cart button.elementor-button:active:focus, .elementor-widget .woocommerce .woocommerce-account-membership-plan form.cart .section-dark button.elementor-button:active:focus, .section-dark .woocommerce .woocommerce-account-membership-plan form.cart .elementor-widget button.elementor-button:active:focus, .woocommerce .woocommerce-account-membership-plan form.cart .elementor-widget .section-dark button.elementor-button:active:focus, .section-dark .section-light .widget .MailchimpNewsletter .btn#signup-button:active:focus, .section-light .widget .MailchimpNewsletter .section-dark .btn#signup-button:active:focus,
    .section-dark .section-light .widget .MailchimpNewsletter .woocommerce a#signup-button.button:active:focus, .section-light .widget .MailchimpNewsletter .woocommerce .section-dark a#signup-button.button:active:focus, .section-dark .woocommerce .section-light .widget .MailchimpNewsletter a#signup-button.button:active:focus, .woocommerce .section-light .widget .MailchimpNewsletter .section-dark a#signup-button.button:active:focus, .section-dark .section-light .widget .MailchimpNewsletter .woocommerce button#signup-button.button:active:focus, .section-light .widget .MailchimpNewsletter .woocommerce .section-dark button#signup-button.button:active:focus, .section-dark .woocommerce .section-light .widget .MailchimpNewsletter button#signup-button.button:active:focus, .woocommerce .section-light .widget .MailchimpNewsletter .section-dark button#signup-button.button:active:focus,
    .section-dark .section-light .widget .MailchimpNewsletter .woocommerce input#signup-button.button:active:focus, .section-light .widget .MailchimpNewsletter .woocommerce .section-dark input#signup-button.button:active:focus, .section-dark .woocommerce .section-light .widget .MailchimpNewsletter input#signup-button.button:active:focus, .woocommerce .section-light .widget .MailchimpNewsletter .section-dark input#signup-button.button:active:focus, .section-dark .woocommerce #respond input.btn-color#submit:active:focus, .woocommerce #respond .section-dark input.btn-color#submit:active:focus, .section-dark .woocommerce #respond form .form-row input#submit:active:focus[type="submit"], .woocommerce #respond form .form-row .section-dark input#submit:active:focus[type="submit"], .section-dark .woocommerce form .form-row #respond input#submit:active:focus[type="submit"], .woocommerce form .form-row #respond .section-dark input#submit:active:focus[type="submit"],
    .section-dark .woocommerce a.btn-color.button:active:focus, .woocommerce .section-dark a.btn-color.button:active:focus, .section-dark .woocommerce button.btn-color.button:active:focus, .woocommerce .section-dark button.btn-color.button:active:focus, .section-dark .woocommerce .woocommerce-account-membership-plan form.cart button.button:active:focus, .woocommerce .woocommerce-account-membership-plan form.cart .section-dark button.button:active:focus,
    .section-dark .woocommerce input.btn-color.button:active:focus, .woocommerce .section-dark input.btn-color.button:active:focus, .section-dark .woocommerce form .form-row input.button:active:focus[type="submit"], .woocommerce form .form-row .section-dark input.button:active:focus[type="submit"], .section-dark .woocommerce form .form-row input.btn:active:focus[type="submit"], .woocommerce form .form-row .section-dark input.btn:active:focus[type="submit"], .section-dark .woocommerce .woocommerce-account-membership-plan form.cart button.btn:active:focus, .woocommerce .woocommerce-account-membership-plan form.cart .section-dark button.btn:active:focus, .section-dark button[type='submit']:hover, .section-dark button[type='submit']:active, .section-dark button[type='submit']:active:focus, .section-dark input[type='submit']:hover, .section-dark input[type='submit']:active, .section-dark input[type='submit']:active:focus {
      color: #383838; }
  .section-dark blockquote {
    background-color: transparent; }
  .section-dark .ps-container .ps-scrollbar-y {
    border: 3px solid #000; }
  .section-dark .ps-scrollbar-y-rail {
    border-left: 3px solid #000; }
  .section-dark input[type="text"], .section-dark input[type="email"], .section-dark input[type="search"], .section-dark input[type="tel"], .section-dark input[type="password"], .section-dark textarea {
    background-color: #eee; }

/**
*  Wrap Form
*/
.wrap-forms .header {
  text-align: center;
  margin-bottom: 20px; }

/**
*  Fullscreen
*/
.fullscreen-wrapper {
  min-height: 100%;
  min-height: 100vh; }

/**
*  Halfscreen
*/
.w35-wrapper,
.w40-wrapper,
.w50-wrapper,
.w60-wrapper,
.w65-wrapper,
.w100-wrapper {
  position: relative;
  height: 100%;
  height: 100vh; }

.w35-wrapper {
  width: 35%; }

.w40-wrapper {
  width: 40%; }

.w50-wrapper {
  width: 50%; }

.w60-wrapper {
  width: 60%; }

.w65-wrapper {
  width: 65%; }

.w100-wrapper {
  width: 100%; }

.w-wrapper-fixed {
  position: fixed !important; }
  .w-wrapper-fixed.pull-left {
    top: 0;
    left: 0;
    bottom: 0;
    right: auto; }
  .w-wrapper-fixed.pull-right {
    top: 0;
    right: 0;
    bottom: 0;
    left: auto; }

/**
*  Position
*/
.pos-r {
  position: relative; }

/**
*  Vertical Center
*/
.el-table {
  display: table;
  width: 100%; }
  .el-table .el-table-cell {
    display: table-cell;
    vertical-align: middle; }

/**
*  Vertical Center 3
*/
.el-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

/**
*  Opacity
*/
.opacity-0 {
  opacity: 0.1;
  visibility: hidden; }

/**
 * ----------------------------------------------------------------------------------------
 * Components.
 * ----------------------------------------------------------------------------------------
 */
/**
*  Overlays and similar
*/
.overlay-dark, .overlay-light, .overlay-color, .overlay-color-2, .overlay-gradient, .overlay-mask, .overlay-image, .overlay-rain, .overlay-diagonal-lines, .overlay-diamonds, .overlay-diamonds-w,
[class^="overlay-pattern-"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.overlay-dark, .overlay-color, .overlay-color-2, .overlay-gradient, .overlay-light, .overlay-mask, .overlay-image {
  transition: .2s; }

.overlay-dark {
  background: rgba(0, 0, 0, 0.6); }

.overlay-color {
  background-color: #f66e5e; }

.overlay-color-2 {
  background-color: #39baaf; }

.overlay-gradient {
  background: linear-gradient(transparent 15%, rgba(0, 0, 0, 0.75)); }

.overlay-light {
  background-color: rgba(255, 255, 255, 0.5); }

.overlay-rain {
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url(../images/rain.svg); }

.overlay-diagonal-lines {
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url(../images/diagonal-lines.svg); }

.overlay-diamonds {
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url(../images/morphing-diamonds.svg); }

.overlay-diamonds-w {
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url(../images/morphing-diamonds-white.svg); }

.overlay-text {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 50px 70px;
  background-color: rgba(255, 255, 255, 0.95); }

.background-dotted {
  background-image: linear-gradient(-90deg, transparent 0%, transparent 50%, white 50%, white 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.05) 50%, white 50%, white 100%);
  background-size: 3px 3px; }

.background-light {
  background-color: #fafafa; }

.background-dark {
  background-color: #000; }

/**
*	Background Image
*/
.bg-image, .bg-color {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.bg-image:not(.bg-image-repeat) {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

/**
*  Close Buttons
*/
.close-icon,
.close-icon-dark,
.close-icon-color {
  transition: .2s;
  position: relative;
  display: inline-block;
  width: 31px;
  height: 26px;
  color: #fff;
  vertical-align: top; }
  .close-icon:before, .close-icon:after,
  .close-icon-dark:before,
  .close-icon-dark:after,
  .close-icon-color:before,
  .close-icon-color:after {
    content: '';
    position: absolute;
    top: 0;
    width: 28px;
    height: 3px;
    background-color: #fff; }
  .close-icon:before,
  .close-icon-dark:before,
  .close-icon-color:before {
    transform-origin: top left;
    left: 7px;
    transform: rotate(45deg); }
  .close-icon:after,
  .close-icon-dark:after,
  .close-icon-color:after {
    transform-origin: top right;
    right: 7px;
    transform: rotate(-45deg); }
  .close-icon:hover,
  .close-icon-dark:hover,
  .close-icon-color:hover {
    cursor: pointer;
    transform: scale(1.2); }

.close-icon {
  color: #fff; }
  .close-icon:before, .close-icon:after {
    background-color: #fff; }

.close-icon-dark {
  color: #747474; }
  .close-icon-dark:before, .close-icon-dark:after {
    background-color: #747474; }

.close-icon-color {
  color: #f66e5e; }
  .close-icon-color:before, .close-icon-color:after {
    background-color: #f66e5e; }
  .close-icon-color:hover {
    color: #39baaf; }
    .close-icon-color:hover:before, .close-icon-color:hover:after {
      background-color: #39baaf; }

/**
*  Special Heading
*/
.SpecialHeading .special-title {
  position: relative;
  font-size: 54px;
  letter-spacing: 1px;
  padding-bottom: 0;
  margin-bottom: 20px;
  z-index: 1; }

.SpecialHeading .special-subtitle {
  margin-top: 15px; }

/**
*  Special Subtitle
*/
.special-subtitle {
  position: relative;
  font-size: 13px;
  letter-spacing: .05em;
  text-transform: uppercase; }

/**
*  Special Link
*/
.special-link {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 700;
  letter-spacing: .5px;
  color: #222;
  z-index: 1; }
  .special-link:after {
    content: '';
    position: absolute;
    left: -2px;
    right: -2px;
    bottom: 0;
    height: 0px;
    background-color: #39baaf;
    border-radius: 5px;
    transition: .2s;
    z-index: -1; }
  .special-link:hover, .special-link:focus {
    font-weight: 700;
    color: #222; }
    .special-link:hover:after, .special-link:focus:after {
      height: 10px; }

/**
*  Image Rotate Effect
*/
.image-has-rotate {
  perspective: 1600px; }
  .image-has-rotate .image-rotate-wrapper,
  .image-has-rotate .woocommerce-product-image {
    position: relative;
    transform-style: preserve-3d;
    transition: all 0.5s; }
  .image-has-rotate .image-rotate-shadow {
    position: absolute;
    bottom: 0;
    left: -20px;
    width: 100%;
    height: 0;
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 100px 50px rgba(0, 0, 0, 0.3);
    transition: all 0.5s;
    opacity: 0;
    transform: rotateX(95deg) scale(0.45);
    transform-origin: bottom; }
  .image-has-rotate .rotate-before-image {
    position: absolute;
    left: 1px;
    bottom: 0;
    width: 36px;
    height: 100%;
    background-size: cover;
    background-position: left;
    transform: rotateY(90deg);
    transform-origin: 0 0; }
  .image-has-rotate:hover .image-rotate-shadow {
    opacity: 1;
    bottom: -7%;
    transform: rotateX(102deg) scale(0.45) rotateZ(-45deg); }
  .image-has-rotate:hover .image-rotate-wrapper,
  .image-has-rotate:hover .woocommerce-product-image {
    transform: rotateY(40deg) translateY(-5%); }

/**
*  Panel
*/
.panel {
  background: none; }

/**
*  Error Heading
*/
.ErrorHeading .error-text {
  font-size: 32px;
  line-height: 1.44em;
  font-weight: 400;
  margin-bottom: 20px; }

.ErrorHeading .SearchForm {
  width: 50%;
  margin: 0 auto 40px; }

/**
*  Slick Slider
*/
.slick-slider .slick-arrow {
  margin-top: -15px;
  transform: none;
  z-index: 1; }
  .slick-slider .slick-arrow:before {
    font-size: 40px;
    color: #484848; }

.slick-slider .slick-prev {
  left: 10px; }

.slick-slider .slick-next {
  right: 10px; }

.slick-slider ul.slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 25px; }

.slick-slider ul.slick-dots li {
  width: 16px;
  height: 16px;
  margin: 0 10px; }

.slick-slider ul.slick-dots li button {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 20px;
  padding: 0;
  line-height: 16px; }

.slick-slider ul.slick-dots li button::before {
  transition: .3s;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border: 2px solid #a2a2a2;
  border-radius: 20px;
  opacity: 1;
  background-color: transparent;
  transform: translate3d(-50%, -50%, 0); }

.slick-slider ul.slick-dots li.slick-active button::before {
  opacity: 1;
  width: 10px;
  height: 10px;
  border: 2px solid #232323;
  background-color: #232323; }

.slick-slider ul.slick-dots li:not(.slick-active) button:hover:before {
  border: 2px solid #232323;
  background-color: #232323; }

/**
*  Swiper Slider
*/
.swiper-carousel .swiper-arrow i {
  font-size: 32px;
  color: #484848; }

.swiper-carousel .swiper-content-prev {
  left: 10px; }

.swiper-carousel .swiper-content-next {
  right: 10px; }

.swiper-carousel .swiper-pagination-bullets {
  position: relative;
  bottom: 0;
  margin-top: 25px;
  clear: both; }

.swiper-carousel .swiper-pagination-bullets .swiper-pagination-bullet {
  position: relative;
  width: 16px;
  height: 16px;
  margin: 0 6px;
  border-radius: 20px;
  line-height: 16px;
  background: transparent;
  opacity: 1; }

.swiper-carousel .swiper-pagination-bullets .swiper-pagination-bullet::before {
  transition: .3s;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border: 2px solid #a2a2a2;
  border-radius: 20px;
  opacity: 1;
  background-color: transparent;
  transform: translate3d(-50%, -50%, 0); }

.swiper-carousel .swiper-pagination-bullets .swiper-pagination-bullet-active::before {
  opacity: 1;
  width: 10px;
  height: 10px;
  border: 2px solid #232323;
  background-color: #232323; }

.swiper-carousel .swiper-pagination-bullets .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover:before {
  border: 2px solid #232323;
  background-color: #232323; }

/**
*  Modals
*/
.modal-dialog {
  padding-bottom: 50px;
  top: 50%; }

.modal.in .modal-dialog {
  transform: translateY(-50%); }

.modal-open .modal {
  z-index: 9999; }

.modal-backdrop {
  display: none; }

.modal.fade {
  background: rgba(243, 243, 243, 0.9); }

.modal button.close {
  transition: .2s;
  position: absolute;
  top: 0px;
  right: -40px;
  color: #1b1b1b;
  font-size: 40px;
  font-weight: 300;
  text-shadow: none;
  z-index: 100;
  opacity: 1; }
  .modal button.close:hover {
    opacity: .8; }

@media only screen and (min-width: 1200px) {
  .modal-dialog {
    width: 55vw; } }

@media (min-width: 768px) {
  .modal-dialog {
    width: 70vw;
    max-width: 1100px; } }

@media (max-width: 767px) {
  .modal button.close {
    right: 30px;
    top: 20px;
    background-color: rgba(255, 255, 255, 0.6);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    opacity: 1; }
    .modal button.close:hover {
      background-color: white;
      opacity: 1; } }

.modal-header {
  position: relative;
  padding: 0; }
  .modal-header:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
    z-index: 1; }

.modal-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
  z-index: 2; }

.modal-content {
  border: none;
  border-radius: 0;
  box-shadow: 0 50px 75px rgba(0, 0, 0, 0.25); }

.modal-body {
  padding: 0; }

.modal-footer {
  border: none;
  text-align: center; }

.modal-header .close {
  margin-top: 6px;
  margin-right: 10px; }

/**
*  Page Header
*/
.PageHeader {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px; }

.ContentHeader {
  position: relative;
  overflow: hidden; }
  .ContentHeader .content-header-content {
    padding: 80px 0 40px; }
    .ContentHeader .content-header-content.content-header-content--inner-space {
      padding: 160px 0; }
  .ContentHeader .content-header-title {
    margin-bottom: 20px; }
  .ContentHeader .content-header-subtitle {
    font-weight: 600;
    position: relative;
    z-index: 1; }
    .ContentHeader .content-header-subtitle:before {
      position: absolute;
      content: '';
      left: 0;
      top: -10px;
      width: 60px;
      height: 2px;
      background-color: #39baaf;
      z-index: 0; }
  .ContentHeader .page-header-search {
    padding-top: 10px; }
  .ContentHeader.section-light .bg-image + .content-header-content {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25); }

/**
*  Social Share
*/
.ssd-share-links {
  margin-top: 20px; }
  .ssd-share-links a {
    font-size: 17px;
    margin-right: 15px; }
    .ssd-share-links a:last-child {
      margin-right: 0; }
  .ssd-share-links a {
    color: #a2a2a2; }
    .ssd-share-links a:hover {
      color: #484848; }
  .ssd-share-links .ssd-share-links-icon {
    display: inline-block;
    color: #484848;
    font-size: 17px;
    margin-right: 20px; }
  .ssd-share-links .ssd-share-links-items {
    display: inline-block; }

/**
*  Social Links
*/
.SocialLinks a.facebook {
  transition: .2s; }
  .SocialLinks a.facebook:hover {
    background-color: #3b5998;
    color: #fff; }

.SocialLinks a.twitter {
  transition: .2s; }
  .SocialLinks a.twitter:hover {
    background-color: #55acee;
    color: #fff; }

.SocialLinks a.goodreads-g {
  transition: .2s; }
  .SocialLinks a.goodreads-g:hover {
    background-color: #F4F2E9;
    color: #7a7a7a; }

.SocialLinks a.linkedin {
  transition: .2s; }
  .SocialLinks a.linkedin:hover {
    background-color: #0077b5;
    color: #fff; }

.SocialLinks a.google-plus {
  transition: .2s; }
  .SocialLinks a.google-plus:hover {
    background-color: #dc4e41;
    color: #fff; }

.SocialLinks a.instagram {
  transition: .2s; }
  .SocialLinks a.instagram:hover {
    background-color: #3f729b;
    color: #fff; }

.SocialLinks a.pinterest {
  transition: .2s; }
  .SocialLinks a.pinterest:hover {
    background-color: #bd081c;
    color: #fff; }

.SocialLinks a.dribbble {
  transition: .2s; }
  .SocialLinks a.dribbble:hover {
    background-color: #ea4c89;
    color: #fff; }

.SocialLinks a.behance {
  transition: .2s; }
  .SocialLinks a.behance:hover {
    background-color: #1769ff;
    color: #fff; }

.SocialLinks a.px500 {
  transition: .2s; }
  .SocialLinks a.px500:hover {
    background-color: #737373;
    color: #fff; }

.SocialLinks a.deviantart {
  transition: .2s; }
  .SocialLinks a.deviantart:hover {
    background-color: #4e6252;
    color: #fff; }

.SocialLinks a.flickr {
  transition: .2s; }
  .SocialLinks a.flickr:hover {
    background-color: #ff0084;
    color: #fff; }

.SocialLinks a.youtube {
  transition: .2s; }
  .SocialLinks a.youtube:hover {
    background-color: #bb0000;
    color: #fff; }

.SocialLinks a.vimeo-square {
  transition: .2s; }
  .SocialLinks a.vimeo-square:hover {
    background-color: #aad450;
    color: #fff; }

.SocialLinks a.tumblr {
  transition: .2s; }
  .SocialLinks a.tumblr:hover {
    background-color: #32506d;
    color: #fff; }

.SocialLinks a.medium {
  transition: .2s; }
  .SocialLinks a.medium:hover {
    background-color: #00AB6C;
    color: #fff; }

/**
*  ACF Map
*/
.is-google-map {
  min-height: 400px; }

/**
* ----------------------------------------------------------------------------------------
* Custom edits of simpleLightbox CSS
* ----------------------------------------------------------------------------------------
*/
.slbImageWrap:after {
  left: .8em;
  right: .8em;
  top: 5.8em;
  bottom: 5.8em;
  box-shadow: 0 0.7em 2em rgba(0, 0, 0, 0.6);
  background: none; }

/**
 * ----------------------------------------------------------------------------------------
 * Widget styles.
 * ----------------------------------------------------------------------------------------
 */
/**
 *  Global
 */
.widget {
  font-size: 16px;
  line-height: 1.82em;
  margin-bottom: 60px;
  word-wrap: break-word; }
  .widget .widget-title {
    position: relative;
    margin-bottom: 25px; }
  .widget h1 {
    font-size: 26px; }
  .widget h2 {
    font-size: 22px; }
  .widget h3 {
    font-size: 20px; }
  .widget h4 {
    font-size: 18px; }
  .widget h5 {
    font-size: 16px;
    text-transform: uppercase; }
  .widget h6 {
    font-size: 15px;
    margin-bottom: 1em; }
  .widget ul,
  .widget ol {
    padding-left: 0; }
    .widget ul li ol,
    .widget ul li ul,
    .widget ol li ol,
    .widget ol li ul {
      margin-left: 30px; }
  .widget li {
    margin-bottom: 15px; }
  .widget a {
    color: #a2a2a2;
    font-weight: 600;
    font-size: 15px; }
    .widget a:hover {
      color: #39baaf; }
  .widget > ul,
  .widget > ol,
  .widget .menu {
    list-style: none; }
  .widget .menu .menu-item .nav-icon, .widget .menu .menu-item-has-children .nav-icon {
    display: inline-block;
    margin-left: 0;
    margin-right: 7px;
    color: #f66e5e;
    width: 23px; }
  .widget .menu .menu-item .cart-contents-text, .widget .menu .menu-item-has-children .cart-contents-text {
    font-size: 14px;
    font-weight: 400; }
  .widget .menu .menu-item:hover .sub-menu, .widget .menu .menu-item-has-children:hover .sub-menu {
    top: 0;
    transform: none; }
  .widget .sub-menu, .widget ul.children {
    position: relative;
    margin-top: 15px;
    list-style: none; }
    .widget .sub-menu .sub-menu, .widget ul.children .sub-menu {
      margin-left: 20px; }
      .widget .sub-menu .sub-menu:before, .widget ul.children .sub-menu:before {
        left: -20px; }
    .widget .sub-menu li, .widget ul.children li {
      position: relative; }
      .widget .sub-menu li a, .widget ul.children li a {
        position: relative;
        display: block; }
      .widget .sub-menu li a:link:before, .widget ul.children li a:link:before {
        position: absolute;
        content: '';
        background-color: #d8d8d8;
        top: 50%;
        left: -30px;
        width: 20px;
        height: 2px; }
  .widget ul.children li a {
    display: inline-block; }
  .widget .menu-item-login-register,
  .widget .menu-item-cart {
    display: none; }
  .widget label {
    margin-bottom: 5px;
    font-size: 14px;
    text-transform: none; }
  .widget .screen-reader-text {
    display: none; }
  .widget select {
    width: 100%;
    color: #383838; }
  .widget .comment-author-link {
    font-style: italic; }

.section-light .widget.widget_popular_posts .popular-posts-title, .section-light .widget.woocommerce .product-title {
  color: #484848; }
  .section-light .widget.widget_popular_posts .popular-posts-title:hover, .section-light .widget.woocommerce .product-title:hover {
    color: #39baaf; }

.section-light .widget .select2-container--default .selection .select2-selection .select2-selection__rendered {
  color: #484848; }

.section-light .widget .tagcloud a {
  border-color: #fff; }
  .section-light .widget .tagcloud a:hover {
    border-color: #39baaf; }

/**
* Calendar Widget Styles.
*/
#wp-calendar {
  width: 100%;
  margin-bottom: 0;
  color: #7a7a7a;
  border-collapse: collapse; }
  #wp-calendar caption {
    font-weight: 700;
    text-align: center;
    background-color: #f66e5e;
    color: #fff; }
  #wp-calendar td, #wp-calendar th, #wp-calendar tr, #wp-calendar thead {
    border: none; }
  #wp-calendar thead th {
    padding: 10px 6px;
    font-weight: 800; }
  #wp-calendar th, #wp-calendar td {
    text-align: center;
    padding: 5px 6px; }
  #wp-calendar a {
    color: #484848;
    font-weight: bold; }
  #wp-calendar #today {
    font-weight: 800;
    color: #f66e5e; }
  #wp-calendar #prev {
    text-align: left; }
  #wp-calendar #prev, #wp-calendar #next {
    padding: 8px 15px; }
  #wp-calendar #next {
    text-align: right; }

/**
*  Tag Cloud
*/
.widget_tag_cloud .tagcloud a, .widget_product_tag_cloud .tagcloud a {
  display: inline-block;
  position: relative;
  font-size: 13px !important;
  line-height: 20px;
  font-weight: 800;
  letter-spacing: .05em;
  padding: 2px 4px;
  text-transform: uppercase;
  margin: 0 20px 20px 0;
  border-bottom: 2px solid #484848; }
  .widget_tag_cloud .tagcloud a:hover, .widget_product_tag_cloud .tagcloud a:hover {
    color: #39baaf;
    border-color: #39baaf; }

/**
*  Audio Widget
*/
.widget.widget_media_audio a {
  border-bottom: none; }

/**
*  Image Widget
*/
.image-widget-wrapper img {
  display: block; }

/**
*  RSS
*/
.rss-date {
  display: block;
  font-size: 12px; }

/**
*  Social Widget
*/
.widget.widget_leona_social a {
  position: relative;
  display: inline-block;
  margin: 0 10px 15px 0;
  background-color: #fff;
  width: 55px;
  height: 55px;
  font-size: 18px;
  line-height: 55px;
  text-align: center;
  border: none;
  box-shadow: 0px 3px 10px -7px rgba(0, 0, 0, 0.3); }

.section-light .widget.widget_leona_social a {
  color: #484848;
  border: none; }
  .section-light .widget.widget_leona_social a:hover {
    color: #fff; }

/**
*  Popular Posts
*/
.widget_popular_posts article {
  margin-bottom: 20px; }

.widget_popular_posts .WidgetPostContent {
  position: relative; }

.widget_popular_posts .popular-posts-image {
  position: absolute;
  top: 50%;
  left: 0;
  width: 95px;
  max-height: 95px;
  height: 100%;
  transform: translateY(-50%); }

.widget_popular_posts .popular-posts-meta {
  background-color: #fff;
  padding: 15px  20px 15px 25px;
  box-shadow: 0px 3px 35px -20px rgba(0, 0, 0, 0.3); }

.widget_popular_posts .popular-posts-meta.with-image {
  margin-left: 105px; }

.widget_popular_posts .popular-posts-title {
  margin-bottom: 5px;
  font-size: 17px; }

.widget_popular_posts .popular-posts-meta-extra {
  display: inline-block;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  color: #a2a2a2;
  text-transform: uppercase; }

.widget_popular_posts a:hover .popular-posts-title {
  color: #39baaf; }

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

/**
*  Twitter Widget
*/
.widget.widget_twitter li {
  position: relative;
  margin-bottom: 30px;
  padding: 30px 35px;
  background-color: #fff;
  box-shadow: 0px 10px 15px -15px rgba(0, 0, 0, 0.25); }
  .widget.widget_twitter li .tweet-content {
    position: relative;
    margin-bottom: 10px; }
  .widget.widget_twitter li .tweet-content-link {
    position: absolute;
    bottom: 25px;
    right: 20px;
    font-size: 50px;
    opacity: .2;
    color: #f66e5e; }
    .widget.widget_twitter li .tweet-content-link:hover {
      color: #39baaf; }
  .widget.widget_twitter li a {
    color: #383838; }
    .widget.widget_twitter li a:hover {
      color: #39baaf; }
  .widget.widget_twitter li a.tweet-icon {
    position: absolute;
    bottom: 25px;
    right: 30px;
    font-size: 50px;
    opacity: .07; }
    .widget.widget_twitter li a.tweet-icon:hover {
      color: #55ACEE;
      opacity: .4; }
  .widget.widget_twitter li a.tweet-time {
    font-size: 13px;
    color: #f66e5e;
    border: none; }
    .widget.widget_twitter li a.tweet-time:hover {
      color: #39baaf; }
  .widget.widget_twitter li:last-child {
    margin-bottom: 0; }

/**
*  Product Meta (Categories/Companies) Widget
*/
.product-meta-widget-wrapper.widget-has-image {
  position: relative;
  overflow: hidden;
  padding: 35px;
  border-radius: 12px; }

.product-meta-widget-wrapper.section-light a {
  color: #fff; }
  .product-meta-widget-wrapper.section-light a:hover {
    color: #39baaf; }

.widget .product-meta-list-widget {
  list-style: none;
  margin-bottom: 0; }
  .widget .product-meta-list-widget .product-meta {
    margin: 15px 0; }
    .widget .product-meta-list-widget .product-meta:last-child {
      margin-bottom: 0; }
  .widget .product-meta-list-widget .product-meta a {
    display: block;
    overflow: hidden;
    color: #484848;
    background-color: #fff;
    box-shadow: 0px 5px 11px -10px rgba(0, 0, 0, 0.35); }
    .widget .product-meta-list-widget .product-meta a:hover {
      color: #39baaf; }
  .widget .product-meta-list-widget .product-meta-title {
    margin-left: 20px;
    font-size: 13px;
    line-height: 60px;
    letter-spacing: 0.5px;
    text-transform: uppercase; }
  .widget .product-meta-list-widget .number-counter {
    font-weight: 600;
    color: #f66e5e; }
  .widget .product-meta-list-widget .product-child-categories {
    list-style: none; }

.widget .product-categories-list-widget .meta-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 65px;
  height: 100%;
  text-align: center;
  border-right: 1px solid #eaeaea; }
  .widget .product-categories-list-widget .meta-icon svg {
    height: 100%;
    width: 40px; }

.widget .product-categories-list-widget .meta-icon + .product-meta-title {
  padding-left: 17px;
  margin-left: 70px; }

.widget .product-categories-list-widget .product-meta-title {
  padding-right: 10px;
  min-height: 65px;
  line-height: 65px; }

/**
*  Featured Product
*/
.widget .featured-product-widget-wrapper {
  position: relative;
  padding: 35px 125px 35px 30px;
  margin-top: 25px; }
  .widget .featured-product-widget-wrapper .featured-product-content {
    position: relative; }
  .widget .featured-product-widget-wrapper .featured-product-title {
    color: #383838;
    font-weight: 500; }
  .widget .featured-product-widget-wrapper .book-series-title {
    font-size: 13px; }
    .widget .featured-product-widget-wrapper .book-series-title a {
      font-size: 14px; }
  .widget .featured-product-widget-wrapper .woocommerce-Price-amount {
    font-size: 20px;
    font-weight: 500; }
  .widget .featured-product-widget-wrapper .woocommerce-Price-amount {
    font-size: 17px; }
  .widget .featured-product-widget-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f66e5e;
    opacity: 0.1; }

/**
* ----------------------------------------------------------------------------------------
*    WooCommerce Widgets
* ----------------------------------------------------------------------------------------
*/
/**
*  Global
*/
.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
  margin-top: 0; }

/**
*  Cart
*/
.woocommerce.widget_shopping_cart .cart_list li {
  padding-left: 0;
  font-weight: 600; }

/**
*  Products
*/
.woocommerce ul.product_list_widget li, .featured-product-widget-wrapper {
  position: relative;
  margin-bottom: 40px;
  padding: 25px 130px 25px 30px;
  background-color: #fff; }
  .woocommerce ul.product_list_widget li:first-child, .featured-product-widget-wrapper:first-child {
    margin-top: 20px; }
  .woocommerce ul.product_list_widget li a, .featured-product-widget-wrapper a {
    font-size: 17px;
    font-weight: 800;
    border: none; }
  .woocommerce ul.product_list_widget li img, .featured-product-widget-wrapper img {
    float: none;
    position: absolute;
    top: -20px;
    right: 25px;
    width: 100%;
    margin: 0;
    max-width: 90px;
    max-height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .woocommerce ul.product_list_widget li .product-title, .featured-product-widget-wrapper .product-title {
    font-size: 18px; }
  .woocommerce ul.product_list_widget li .price, .featured-product-widget-wrapper .price {
    position: relative;
    overflow: hidden;
    clear: both;
    color: #7a7a7a;
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 10px;
    margin-top: 15px; }
    .woocommerce ul.product_list_widget li .price .woocommerce-Price-currencySymbol, .featured-product-widget-wrapper .price .woocommerce-Price-currencySymbol {
      margin-right: 2px;
      font-size: 13px;
      color: #39baaf; }
    .woocommerce ul.product_list_widget li .price .price-text-regular .woocommerce-Price-amount, .featured-product-widget-wrapper .price .price-text-regular .woocommerce-Price-amount {
      position: relative;
      font-size: 14px;
      color: #a2a2a2; }
      .woocommerce ul.product_list_widget li .price .price-text-regular .woocommerce-Price-amount:after, .featured-product-widget-wrapper .price .price-text-regular .woocommerce-Price-amount:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        height: 1px;
        background-color: #7a7a7a; }
    .woocommerce ul.product_list_widget li .price .price-text-meta-item, .featured-product-widget-wrapper .price .price-text-meta-item {
      padding-right: 10px;
      vertical-align: bottom;
      margin-bottom: 3px; }
    .woocommerce ul.product_list_widget li .price .price-text-meta-item.price-text-meta-item-full, .featured-product-widget-wrapper .price .price-text-meta-item.price-text-meta-item-full {
      width: 100%;
      max-width: 100%;
      padding-right: 0;
      float: none; }

/**
*  Product Search
*/
.widget_leona_product_search .ProductSearch .group-input {
  margin-top: 20px; }

.widget_leona_product_search .ProductSearch .dropdown {
  width: 100%;
  height: auto;
  margin-right: 0;
  margin-bottom: 10px;
  text-align: left; }

.widget_leona_product_search .ProductSearch .dropdown-button {
  position: relative;
  padding-right: 15px 20px; }
  .widget_leona_product_search .ProductSearch .dropdown-button:after {
    right: 20px;
    font-size: 13px; }

.widget_leona_product_search .ProductSearch .dropdown-content {
  top: 0;
  transform: none; }
  .widget_leona_product_search .ProductSearch .dropdown-content svg {
    display: inline-block;
    height: 40px;
    margin-bottom: 0;
    margin-right: 7px;
    vertical-align: middle; }
  .widget_leona_product_search .ProductSearch .dropdown-content span {
    vertical-align: middle; }

.widget_leona_product_search .ProductSearch .btn, .widget_leona_product_search .ProductSearch .elementor-widget .elementor-button, .elementor-widget .widget_leona_product_search .ProductSearch .elementor-button, .widget_leona_product_search .ProductSearch .woocommerce #respond input#submit, .woocommerce #respond .widget_leona_product_search .ProductSearch input#submit,
.widget_leona_product_search .ProductSearch .woocommerce a.button, .woocommerce .widget_leona_product_search .ProductSearch a.button, .widget_leona_product_search .ProductSearch .woocommerce button.button, .woocommerce .widget_leona_product_search .ProductSearch button.button,
.widget_leona_product_search .ProductSearch .woocommerce input.button, .woocommerce .widget_leona_product_search .ProductSearch input.button {
  width: 80%; }

.widget_leona_product_search .ProductSearch .search-form-filters-inner {
  display: block; }

/**
*  Price Range
*/
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  margin-top: 30px;
  background-color: #dedede; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #f66e5e; }

.woocommerce .widget_price_filter .price_slider_amount button {
  position: relative; }

.woocommerce .widget_price_filter .price_label {
  font-size: 15px;
  line-height: 3.2em;
  font-weight: 700;
  color: #7a7a7a; }

/**
*  Recent Reviews
*/
.woocommerce.widget .star-rating {
  color: #ffce0e;
  width: 100%;
  font-size: .7em;
  margin-top: 10px;
  margin-bottom: 10px; }
  .woocommerce.widget .star-rating span:before, .woocommerce.widget .star-rating:before {
    letter-spacing: 1px; }

.woocommerce.widget .reviewer {
  color: #383838;
  font-size: 13px;
  font-weight: 600; }

/**
 *  Footer Widgets
 */
.footer-main {
  margin-top: 80px; }

.footer-main .widget {
  margin-bottom: 40px; }

/**
 * ----------------------------------------------------------------------------------------
 * WordPress Required Classes
 * ----------------------------------------------------------------------------------------
 */
img[class*="wp-image-"],
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto; }

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

.alignnone, .wp-block-image.alignnone {
  margin: 1em 0; }

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

.alignleft, .wp-block-image.alignleft {
  float: left;
  margin: 0em 2em 2em 0; }

.alignright, .wp-block-image.alignright {
  float: right;
  margin: 0em 0 2em 2em; }

.alignfull img {
  width: 100%; }

.alignfull,
.alignwide {
  clear: both;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: auto;
  max-width: 100vw;
  text-align: center; }

@media only screen and (min-width: 950px) {
  .alignwide,
  .col-lg-9 .alignfull {
    margin-left: -30px;
    margin-right: -30px; } }

.wp-block-separator {
  border: none;
  border-bottom: 2px solid #39baaf;
  margin: 1.65em auto; }

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px; }

.bypostauthor {
  /**/ }

/**
*  Video
*/
.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
  width: 100% !important;
  height: 100% !important; }

.mejs-container:not(.mejs-audio) {
  padding-top: 56.25%; }

.wp-video, video.wp-video-shortcode {
  max-width: 100% !important; }

video.wp-video-shortcode {
  position: relative; }

.mejs-mediaelement {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.mejs-controls {
  display: none; }

.mejs-overlay-play {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  height: auto !important; }

/**
*  Cover
*/
.wp-block-cover {
  color: #fff;
  margin-bottom: 2em; }

/**
*  Gallery
*/
.wp-block-gallery {
  margin-bottom: 2em; }

.gallery {
  margin-bottom: 2em;
  margin-left: -20px;
  margin-right: -20px; }

.gallery .gallery-item {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0 10px 20px 10px;
  text-align: center; }

.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-icon img {
  margin: 0 auto; }

.wp-caption-text,
.gallery-caption,
.blocks-gallery-caption {
  width: 100%;
  text-align: center;
  font-style: italic;
  font-size: 18px;
  line-height: 20px;
  padding: 25px 10px 10px; }

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none; }

@media only screen and (max-width: 991px) {
  .gallery-columns-5 .gallery-item {
    max-width: 25%; }
  .gallery-columns-6 .gallery-item {
    max-width: 20%; }
  .gallery-columns-7 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-8 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-9 .gallery-item {
    max-width: 12.5%; } }

@media only screen and (max-width: 768px) {
  .gallery-columns-4 .gallery-item,
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    max-width: 33.33%; } }

@media only screen and (max-width: 480px) {
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item,
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    max-width: 50%; } }

/**
*  Buttons
*/
.wp-block-button {
  margin-bottom: 1em; }

/**
* ----------------------------------------------------------------------------------------
* Custom edits of the WooCommerce CSS
* ----------------------------------------------------------------------------------------
*/
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 30px; }

.woocommerce .woocommerce-product-rating .star-rating {
  font-size: 18px;
  color: #39baaf;
  margin: .4em 4px 0 0; }

.woocommerce span.onsale, .woocommerce span.out-of-stock {
  padding: 5px 12px;
  top: 15px;
  left: -15px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
  line-height: 50px;
  min-width: 60px;
  border-radius: 12px; }
  .woocommerce span.onsale:before, .woocommerce span.out-of-stock:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 12px;
    box-shadow: 0px 6px 15px 2px #39baaf;
    opacity: .5;
    z-index: -1; }

.woocommerce span.onsale {
  background-color: #39baaf; }

.woocommerce span.out-of-stock {
  background-color: #fff;
  color: #383838; }

.woocommerce .product p.stock {
  display: inline-block;
  background-color: #fff;
  padding: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 40px;
  text-transform: uppercase;
  color: #383838;
  border-left: 5px solid #39baaf; }

.woocommerce table.shop_attributes tr:nth-child(2n) td {
  background-color: transparent; }

.woocommerce table.shop_attributes tr:nth-child(2n) th {
  background-color: transparent; }

.woocommerce table.shop_attributes tr:last-child {
  border-bottom: none; }

.woocommerce .woocommerce-breadcrumb, .woocommerce-breadcrumb {
  margin-bottom: 50px;
  margin-left: -10px; }
  .woocommerce .woocommerce-breadcrumb a, .woocommerce-breadcrumb a {
    font-weight: 600;
    color: #7a7a7a; }
    .woocommerce .woocommerce-breadcrumb a:hover, .woocommerce-breadcrumb a:hover {
      color: #383838; }
  .woocommerce .woocommerce-breadcrumb > *, .woocommerce-breadcrumb > * {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 12px;
    font-weight: 800;
    padding: 5px 10px;
    margin: 0 15px; }
    .woocommerce .woocommerce-breadcrumb > *:first-child, .woocommerce-breadcrumb > *:first-child {
      margin-left: 0; }

/**
*  Buttons
*/
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: #f66e5e;
  color: #fff; }

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt.disabled[disabled], .woocommerce #respond input#submit.alt.disabled [disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt.disabled[disabled],
.woocommerce a.button.alt.disabled [disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt.disabled[disabled],
.woocommerce button.button.alt.disabled [disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt.disabled[disabled],
.woocommerce input.button.alt.disabled [disabled]:hover {
  color: inherit;
  background-color: transparent;
  opacity: .4;
  border-color: #232323; }

/**
*  Cart & Checkout
*/
.woocommerce-cart .woocommerce {
  margin-bottom: 80px; }

.woocommerce .return-to-shop {
  margin-bottom: 80px; }

.woocommerce .cart-collaterals {
  margin-top: 60px; }

.woocommerce .cart-collaterals .cart_totals table,
.woocommerce .cart-collaterals .cart_totals table.shop_table,
.woocommerce table.shop_table {
  border-collapse: collapse; }

.woocommerce table.cart td.actions .coupon .input-text, .woocommerce table.cart .woocommerce-checkout table.cart td.actions .coupon .input-text {
  display: inline-block;
  width: auto;
  margin-right: 10px; }

.woocommerce table.cart td.product-remove, .woocommerce table.cart.shop_attributes td.product-remove, .woocommerce .cart-collaterals .cart_totals table.cart td.product-remove, .woocommerce table.cart.shop_table td.product-remove {
  width: 40px; }

.woocommerce table.cart td.product-thumbnail, .woocommerce table.cart.shop_attributes td.product-thumbnail, .woocommerce .cart-collaterals .cart_totals table.cart td.product-thumbnail, .woocommerce table.cart.shop_table td.product-thumbnail {
  width: 100px;
  padding: 20px; }
  .woocommerce table.cart td.product-thumbnail img, .woocommerce table.cart.shop_attributes td.product-thumbnail img, .woocommerce .cart-collaterals .cart_totals table.cart td.product-thumbnail img, .woocommerce table.cart.shop_table td.product-thumbnail img {
    width: auto; }

.woocommerce table.cart td.actions .input-text, .woocommerce table.cart.shop_attributes td.actions .input-text, .woocommerce .cart-collaterals .cart_totals table.cart td.actions .input-text, .woocommerce table.cart.shop_table td.actions .input-text {
  width: 160px; }

.woocommerce table.cart tr td.product-thumbnail::before, .woocommerce table.cart.shop_attributes tr td.product-thumbnail::before, .woocommerce .cart-collaterals .cart_totals table.cart tr td.product-thumbnail::before, .woocommerce table.cart.shop_table tr td.product-thumbnail::before, .woocommerce table.cart tr td.product-thumbnail::before, .woocommerce table.cart.shop_attributes tr td.product-thumbnail::before, .woocommerce .cart-collaterals .cart_totals table.cart tr td.product-thumbnail::before, .woocommerce table.cart.shop_table tr td.product-thumbnail::before {
  content: none !important; }

.woocommerce table.cart a.remove, .woocommerce table.cart.shop_attributes a.remove, .woocommerce .cart-collaterals .cart_totals table.cart a.remove, .woocommerce table.cart.shop_table a.remove {
  color: #f66e5e !important;
  line-height: .915; }
  .woocommerce table.cart a.remove:hover, .woocommerce table.cart.shop_attributes a.remove:hover, .woocommerce .cart-collaterals .cart_totals table.cart a.remove:hover, .woocommerce table.cart.shop_table a.remove:hover {
    color: #fff !important;
    background-color: #f66e5e !important; }

.woocommerce #customer_details, .woocommerce #order_review {
  margin-bottom: 100px; }

.woocommerce .wc-proceed-to-checkout {
  padding: 0; }

.woocommerce ul.order_details {
  margin-bottom: 60px; }

.woocommerce #add_payment_method #payment, .woocommerce .woocommerce-cart #payment, .woocommerce .woocommerce-checkout #payment {
  background: none; }

/**
*  Account
*/
.woocommerce-account .woocommerce {
  margin-bottom: 80px; }
  .woocommerce-account .woocommerce .addresses .title .edit {
    font-size: 13px;
    opacity: .5;
    font-weight: 700; }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation-link {
    list-style: none;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0px 10px 16px -17px rgba(0, 0, 0, 0.11); }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation-link a {
      color: #f66e5e;
      transition: .2s;
      display: block;
      font-weight: 700;
      background-color: #fff;
      padding: 15px 30px; }
      .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation-link a:hover {
        color: #39baaf; }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation-link.is-active a {
      color: #39baaf; }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    width: 25%;
    margin-right: 7%; }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
      padding: 0; }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content h3 {
    font-size: 27px; }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content legend {
    padding-top: 30px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 38px;
    margin-bottom: 30px; }
  .woocommerce-account .woocommerce .woocommerce-Address {
    margin-top: 80px; }

/**
*  Notices and Messages
*/
.woocommerce .woocommerce-notice, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
  margin-bottom: 60px;
  border: none; }
  .woocommerce .woocommerce-notice:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before {
    color: #f66e5e; }

/**
*  Forms
*/
.woocommerce form.woocommerce-form {
  background-color: #fff;
  padding: 60px;
  box-shadow: 0px 17px 11px -14px rgba(0, 0, 0, 0.05), 0px 50px 32px -27px rgba(0, 0, 0, 0.07); }

.woocommerce form .form-row, .woocommerce form p {
  margin: 0 0 30px;
  padding: 0; }

.woocommerce form .form-row .required {
  text-decoration: none; }

.woocommerce form .form-row input[type="submit"] {
  margin: 10px 0; }

.woocommerce form .form-row .input-checkbox {
  position: relative;
  margin: -1px 0 0; }

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  margin-bottom: 10px; }

.woocommerce form .form-row label.inline {
  margin-left: 20px;
  vertical-align: middle; }

.woocommerce form .forgetmenot {
  margin: 25px 0 15px;
  padding-left: 2px; }
  .woocommerce form .forgetmenot label {
    margin-bottom: 0; }

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: none; }

/**
*  Memberships
*/
.woocommerce .woocommerce-account-membership-plan {
  position: relative;
  background-color: #fff;
  padding: 40px 60px;
  margin-bottom: 40px;
  border-left: 4px solid #f66e5e; }
  .woocommerce .woocommerce-account-membership-plan form.cart {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0; }
  .woocommerce .woocommerce-account-membership-plan .quantity, .woocommerce .woocommerce-account-membership-plan .single_add_to_cart_button {
    float: left; }
  .woocommerce .woocommerce-account-membership-plan .quantity {
    margin-right: 10px; }
  .woocommerce .woocommerce-account-membership-plan .bg-image {
    left: 45%;
    opacity: .2; }
    .woocommerce .woocommerce-account-membership-plan .bg-image:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      background-image: linear-gradient(to right, #ffffff, transparent); }

.woocommerce .woocommerce-account-membership-plan-content {
  position: relative; }

/**
* ----------------------------------------------------------------------------------------
*  Shop
* ----------------------------------------------------------------------------------------
*/
.woocommerce .woocommerce-ordering {
  float: left;
  margin-bottom: 25px; }
  .woocommerce .woocommerce-ordering .btn, .woocommerce .woocommerce-ordering .elementor-widget .elementor-button, .elementor-widget .woocommerce .woocommerce-ordering .elementor-button, .woocommerce .woocommerce-ordering #respond input#submit, .woocommerce #respond .woocommerce-ordering input#submit,
  .woocommerce .woocommerce-ordering a.button, .woocommerce .woocommerce-ordering button.button,
  .woocommerce .woocommerce-ordering input.button {
    margin: 0 5px 15px; }
    .woocommerce .woocommerce-ordering .btn:first-child, .woocommerce .woocommerce-ordering .elementor-widget .elementor-button:first-child, .elementor-widget .woocommerce .woocommerce-ordering .elementor-button:first-child, .woocommerce .woocommerce-ordering #respond input#submit:first-child, .woocommerce #respond .woocommerce-ordering input#submit:first-child,
    .woocommerce .woocommerce-ordering a.button:first-child, .woocommerce .woocommerce-ordering button.button:first-child,
    .woocommerce .woocommerce-ordering input.button:first-child {
      margin-left: 0; }

.woocommerce nav.woocommerce-pagination ul {
  border: none; }

.woocommerce nav.woocommerce-pagination ul li {
  border: none; }

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  margin: 0 10px;
  padding: 5px 10px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #484848; }

.woocommerce nav.woocommerce-pagination .prev, .woocommerce nav.woocommerce-pagination .next {
  font-size: 36px;
  line-height: 20px; }

.woocommerce nav.woocommerce-pagination .prev {
  margin-left: 0; }

.woocommerce nav.woocommerce-pagination .next {
  margin-right: 0; }

.woocommerce nav.woocommerce-pagination ul li span.current {
  background: transparent;
  font-weight: 400;
  color: #a2a2a2; }

.woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:focus {
  background: transparent;
  font-weight: 700;
  color: #39baaf; }

.woocommerce .woocommerce-products-header .term-description {
  padding: 30px 40px;
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: 500;
  background-color: #fff;
  box-shadow: 0px 7px 12px -15px rgba(0, 0, 0, 0.3); }
  .woocommerce .woocommerce-products-header .term-description p:last-child {
    margin-bottom: 0; }

/**
* ----------------------------------------------------------------------------------------
*  Single Product
* ----------------------------------------------------------------------------------------
*/
.woocommerce .SingleProductHeader {
  position: relative;
  margin-bottom: 140px; }

.woocommerce .SingleProductHeader.header-light .woocommerce-breadcrumb {
  color: #999; }

.woocommerce .SingleProductHeader.header-light .woocommerce-breadcrumb a {
  color: #a2a2a2; }
  .woocommerce .SingleProductHeader.header-light .woocommerce-breadcrumb a:hover {
    color: #39baaf; }

.woocommerce .SingleProductHeader.header-light .book-series-wrapper {
  color: #a2a2a2; }

.woocommerce .SingleProductHeader.header-light .product_title, .woocommerce .SingleProductHeader.header-light form.cart .variations td.label label, .woocommerce .SingleProductHeader.header-light form.cart .variations td.value .reset_variations {
  color: #fff; }

.woocommerce .SingleProductHeader.header-light .woocommerce-product-details__short-description {
  color: #a2a2a2; }

.woocommerce .SingleProductHeader.header-light .single-product-price .price-text-regular .woocommerce-Price-amount:after, .woocommerce .SingleProductHeader.header-light .woocommerce-grouped-product-list-item__price .price-text-regular .woocommerce-Price-amount:after {
  background-color: #fff; }

.woocommerce .SingleProductHeader.header-light .single-product-price .price, .woocommerce .SingleProductHeader.header-light .single-product-price .price-text, .woocommerce .SingleProductHeader.header-light .woocommerce-grouped-product-list-item__price .price, .woocommerce .SingleProductHeader.header-light .woocommerce-grouped-product-list-item__price .price-text {
  color: #fff; }

.woocommerce .SingleProductHeader.header-light .button {
  color: #fff;
  border-color: #a2a2a2; }
  .woocommerce .SingleProductHeader.header-light .button:hover {
    border-color: #f66e5e; }

.woocommerce .SingleProductHeader.header-light .btn, .woocommerce .SingleProductHeader.header-light .elementor-widget .elementor-button, .elementor-widget .woocommerce .SingleProductHeader.header-light .elementor-button, .woocommerce .SingleProductHeader.header-light #respond input#submit, .woocommerce #respond .SingleProductHeader.header-light input#submit,
.woocommerce .SingleProductHeader.header-light a.button, .woocommerce .SingleProductHeader.header-light button.button,
.woocommerce .SingleProductHeader.header-light input.button {
  color: #fff; }

.woocommerce div.product .product_title {
  font-size: 44px;
  margin-bottom: 40px; }

.woocommerce .book-series-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  font-size: 13px;
  font-weight: 800;
  color: #484848;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  padding: 10px 15px 0 0px; }
  .woocommerce .book-series-wrapper a {
    font-weight: 800; }

.woocommerce div.product div.images {
  float: left;
  width: 37%;
  margin-bottom: 0; }

.woocommerce .woocommerce-product-gallery__no-image {
  padding: 35px 0; }

.woocommerce .woocommerce-product-gallery__image-wrapper {
  position: relative; }

.woocommerce div.product div.images .woocommerce-product-gallery__thumbnails_wrapper {
  overflow: hidden;
  text-align: center; }
  .woocommerce div.product div.images .woocommerce-product-gallery__thumbnails_wrapper .woocommerce-product-gallery__image {
    display: inline-block;
    width: 21%;
    margin: 2%;
    padding: 6px; }
    .woocommerce div.product div.images .woocommerce-product-gallery__thumbnails_wrapper .woocommerce-product-gallery__image a {
      display: block;
      position: relative;
      padding-top: 100%; }
      .woocommerce div.product div.images .woocommerce-product-gallery__thumbnails_wrapper .woocommerce-product-gallery__image a img {
        display: block;
        position: absolute;
        top: 50%;
        max-height: 100%;
        right: auto;
        left: 50%;
        width: auto;
        transform: translate(-50%, -50%);
        margin: 0;
        padding: 0; }
      .woocommerce div.product div.images .woocommerce-product-gallery__thumbnails_wrapper .woocommerce-product-gallery__image a:hover {
        opacity: .85; }

.woocommerce .single-product-summary {
  float: left;
  width: 55%;
  padding: 0 0 0 100px; }

.woocommerce .woocommerce-product-details__short-description {
  position: relative; }

.woocommerce div.product .single-product-summary .woocommerce-product-rating {
  margin-bottom: 10px;
  margin-top: 20px; }

.woocommerce div.product p.cart {
  margin-bottom: 20px; }

.woocommerce .single-product-summary .product_meta {
  margin-bottom: 30px; }

.woocommerce .single-product-summary .woocommerce-product-rating .star-rating {
  display: inline-block;
  float: none;
  font-size: 18px;
  color: #ffce0e;
  width: 5.6em;
  margin: 0;
  vertical-align: middle; }
  .woocommerce .single-product-summary .woocommerce-product-rating .star-rating span:before, .woocommerce .single-product-summary .woocommerce-product-rating .star-rating:before {
    letter-spacing: 1px; }

.woocommerce .single-product-summary .woocommerce-product-rating .woocommerce-review-link {
  display: inline-block;
  vertical-align: middle; }

.woocommerce .single-product-price {
  margin: 40px 0; }

.woocommerce .single-product-price, .woocommerce .woocommerce-variation-price, .woocommerce .woocommerce-grouped-product-list-item__price {
  color: #f66e5e;
  font-weight: 600; }
  .woocommerce .single-product-price .woocommerce-Price-currencySymbol, .woocommerce .woocommerce-variation-price .woocommerce-Price-currencySymbol, .woocommerce .woocommerce-grouped-product-list-item__price .woocommerce-Price-currencySymbol {
    font-size: .7em;
    font-weight: 600;
    line-height: 20px;
    margin-right: 5px; }
  .woocommerce .single-product-price .price-text-regular .woocommerce-Price-amount, .woocommerce .woocommerce-variation-price .price-text-regular .woocommerce-Price-amount, .woocommerce .woocommerce-grouped-product-list-item__price .price-text-regular .woocommerce-Price-amount {
    position: relative;
    color: #7a7a7a;
    opacity: .4; }
    .woocommerce .single-product-price .price-text-regular .woocommerce-Price-amount:after, .woocommerce .woocommerce-variation-price .price-text-regular .woocommerce-Price-amount:after, .woocommerce .woocommerce-grouped-product-list-item__price .price-text-regular .woocommerce-Price-amount:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      height: 1px;
      background-color: #7a7a7a; }
  .woocommerce .single-product-price .price, .woocommerce .single-product-price .price-text, .woocommerce .woocommerce-variation-price .price, .woocommerce .woocommerce-variation-price .price-text, .woocommerce .woocommerce-grouped-product-list-item__price .price, .woocommerce .woocommerce-grouped-product-list-item__price .price-text {
    font-size: 34px;
    text-transform: uppercase;
    color: #f66e5e; }
    .woocommerce .single-product-price .price > .woocommerce-Price-amount, .woocommerce .single-product-price .price-text > .woocommerce-Price-amount, .woocommerce .woocommerce-variation-price .price > .woocommerce-Price-amount, .woocommerce .woocommerce-variation-price .price-text > .woocommerce-Price-amount, .woocommerce .woocommerce-grouped-product-list-item__price .price > .woocommerce-Price-amount, .woocommerce .woocommerce-grouped-product-list-item__price .price-text > .woocommerce-Price-amount {
      padding: 40px 0 0;
      margin-bottom: 40px; }
    .woocommerce .single-product-price .price del, .woocommerce .single-product-price .price-text del, .woocommerce .woocommerce-variation-price .price del, .woocommerce .woocommerce-variation-price .price-text del, .woocommerce .woocommerce-grouped-product-list-item__price .price del, .woocommerce .woocommerce-grouped-product-list-item__price .price-text del {
      font-size: 30px; }
    .woocommerce .single-product-price .price .price-text-meta-item, .woocommerce .single-product-price .price-text .price-text-meta-item, .woocommerce .woocommerce-variation-price .price .price-text-meta-item, .woocommerce .woocommerce-variation-price .price-text .price-text-meta-item, .woocommerce .woocommerce-grouped-product-list-item__price .price .price-text-meta-item, .woocommerce .woocommerce-grouped-product-list-item__price .price-text .price-text-meta-item {
      display: block;
      margin: 0 0 15px;
      text-align: left; }
    .woocommerce .single-product-price .price .price-text-regular, .woocommerce .single-product-price .price-text .price-text-regular, .woocommerce .woocommerce-variation-price .price .price-text-regular, .woocommerce .woocommerce-variation-price .price-text .price-text-regular, .woocommerce .woocommerce-grouped-product-list-item__price .price .price-text-regular, .woocommerce .woocommerce-grouped-product-list-item__price .price-text .price-text-regular {
      font-size: 28px;
      color: #a2a2a2; }

.woocommerce .single-product-additional-buttons {
  margin-bottom: 40px; }

.woocommerce .quantity {
  position: relative; }
  .woocommerce .quantity input[type=number].qty::-webkit-inner-spin-button,
  .woocommerce .quantity input[type=number].qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .woocommerce .quantity input[type=number].qty {
    -moz-appearance: textfield; }
  .woocommerce .quantity input.qty {
    width: 28px;
    height: 42px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    border: none;
    font-size: 26px;
    text-align: left; }
  .woocommerce .quantity input.qty:focus {
    outline: 0; }
  .woocommerce .quantity .quantity-nav {
    float: left;
    position: relative;
    height: 42px;
    width: 21px; }
  .woocommerce .quantity .quantity-button {
    position: relative;
    cursor: pointer;
    width: 20px;
    text-align: center;
    color: #333;
    font-size: 14px;
    line-height: 1.7;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    color: #a2a2a2; }
  .woocommerce .quantity .quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0; }
  .woocommerce .quantity .quantity-button.quantity-down {
    position: absolute;
    bottom: -1px;
    height: 50%; }

.woocommerce .single-product-cart, .woocommerce div.product form.cart {
  margin-bottom: 20px; }
  .woocommerce .single-product-cart div.quantity, .woocommerce div.product form.cart div.quantity {
    float: none;
    display: inline-block;
    margin-right: 20px;
    vertical-align: top; }
  .woocommerce .single-product-cart .button, .woocommerce div.product form.cart .button {
    float: none;
    display: inline-block; }
  .woocommerce .single-product-cart .btn, .woocommerce .single-product-cart .elementor-widget .elementor-button, .elementor-widget .woocommerce .single-product-cart .elementor-button, .woocommerce .single-product-cart #respond input#submit, .woocommerce #respond .single-product-cart input#submit,
  .woocommerce .single-product-cart a.button, .woocommerce .single-product-cart button.button,
  .woocommerce .single-product-cart input.button, .woocommerce div.product form.cart .btn, .woocommerce div.product form.cart .elementor-widget .elementor-button, .elementor-widget .woocommerce div.product form.cart .elementor-button, .woocommerce div.product form.cart #respond input#submit, .woocommerce #respond div.product form.cart input#submit,
  .woocommerce div.product form.cart a.button, .woocommerce div.product form.cart button.button,
  .woocommerce div.product form.cart input.button {
    margin-right: 15px;
    margin-bottom: 20px; }

.woocommerce div.product form.cart .group_table {
  margin-bottom: 30px;
  padding: 25px;
  background-color: #fff;
  box-shadow: 0px 10px 15px -15px rgba(0, 0, 0, 0.25); }
  .woocommerce div.product form.cart .group_table .woocommerce-grouped-product-list-item {
    display: table;
    width: 100%;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eaeaea; }
    .woocommerce div.product form.cart .group_table .woocommerce-grouped-product-list-item:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: none; }
  .woocommerce div.product form.cart .group_table .woocommerce-grouped-product-list-item__quantity, .woocommerce div.product form.cart .group_table .woocommerce-LoopProduct-link, .woocommerce div.product form.cart .group_table .woocommerce-grouped-product-list-item__price {
    display: table-cell;
    vertical-align: middle; }
  .woocommerce div.product form.cart .group_table .woocommerce-loop-product__link {
    width: 40%;
    margin-bottom: 20px;
    padding: 0 15px; }
  .woocommerce div.product form.cart .group_table .book-series-loop-wrapper {
    display: none; }
  .woocommerce div.product form.cart .group_table .woocommerce-grouped-product-list-item__label, .woocommerce div.product form.cart .group_table .woocommerce-loop-product__link h2 {
    font-size: 19px;
    margin-bottom: 0; }
    .woocommerce div.product form.cart .group_table .woocommerce-grouped-product-list-item__label:hover, .woocommerce div.product form.cart .group_table .woocommerce-loop-product__link h2:hover {
      color: #39baaf; }
  .woocommerce div.product form.cart .group_table .price {
    display: inline-block;
    font-size: 22px;
    margin-right: 20px;
    vertical-align: middle; }
    .woocommerce div.product form.cart .group_table .price .price-text-regular {
      font-size: 18px; }
  .woocommerce div.product form.cart .group_table p.stock {
    display: inline-block;
    padding: 3px 10px;
    margin: 0;
    font-size: 13px;
    vertical-align: middle; }
  .woocommerce div.product form.cart .group_table .woocommerce-grouped-product-list-item__quantity {
    width: 16%; }
    .woocommerce div.product form.cart .group_table .woocommerce-grouped-product-list-item__quantity .button {
      padding: 7px 20px; }
  .woocommerce div.product form.cart .group_table .single_add_to_cart_button {
    margin-top: 40px; }

.woocommerce .woocommerce-variation-availability {
  margin-top: 20px; }
  .woocommerce .woocommerce-variation-availability p.stock {
    margin-bottom: 0; }

.woocommerce .woocommerce-variation-add-to-cart {
  display: inline-block;
  margin-top: 30px; }

.woocommerce div.product form.cart .variations {
  margin-bottom: 20px;
  border-collapse: separate;
  background-color: transparent;
  box-shadow: none;
  width: auto; }
  .woocommerce div.product form.cart .variations td.label, .woocommerce div.product form.cart .variations td.value {
    padding: 10px 0;
    vertical-align: middle;
    background-color: transparent; }
  .woocommerce div.product form.cart .variations td.label label {
    margin: 0 30px 0 5px;
    font-size: 18px; }
  .woocommerce div.product form.cart .variations td.value .select2-selection {
    padding-right: 45px; }
  .woocommerce div.product form.cart .variations td.value .select2-container {
    vertical-align: top; }
  .woocommerce div.product form.cart .variations td.value .reset_variations {
    position: absolute;
    top: 55%;
    right: 0;
    transform: translateY(-50%); }

.woocommerce div.product form.variations_form .single_variation_wrap .woocommerce-variation {
  display: block;
  padding: 25px;
  background-color: #fff;
  box-shadow: 0px 10px 15px -15px rgba(0, 0, 0, 0.25); }

.woocommerce div.product form.variations_form .single_variation_wrap .woocommerce-variation-description {
  font-size: 16px; }

.woocommerce div.product .woocommerce-variation-price .price {
  color: #383838;
  font-size: 24px; }

.woocommerce div.product .woocommerce-variation-price .price-text-regular {
  font-size: 22px; }

.woocommerce .single-product-summary p.cart {
  display: inline-block; }
  .woocommerce .single-product-summary p.cart .btn, .woocommerce .single-product-summary p.cart .elementor-widget .elementor-button, .elementor-widget .woocommerce .single-product-summary p.cart .elementor-button, .woocommerce .single-product-summary p.cart #respond input#submit, .woocommerce #respond .single-product-summary p.cart input#submit,
  .woocommerce .single-product-summary p.cart a.button, .woocommerce .single-product-summary p.cart button.button,
  .woocommerce .single-product-summary p.cart input.button {
    margin-right: 10px; }

.woocommerce .more-book-series {
  margin-bottom: 80px; }
  .woocommerce .more-book-series h2 {
    font-size: 34px;
    margin-bottom: 30px; }
  .woocommerce .more-book-series .more-book-series-title a {
    display: inline-block;
    margin-left: 10px;
    font-weight: 700; }
  .woocommerce .more-book-series .woocommerce ul.products.columns-3 li.product, .woocommerce .more-book-series .woocommerce ul.products.columns-4 li.product {
    margin-bottom: 0; }

.woocommerce div.product .info-box-panel {
  clear: both;
  margin-bottom: 100px; }
  .woocommerce div.product .info-box-panel > h2,
  .woocommerce div.product .info-box-panel .comment-reply-title,
  .woocommerce div.product .info-box-panel .woocommerce-Reviews-title {
    font-size: 36px; }

.woocommerce #reviews #comments {
  margin-bottom: 60px; }

.woocommerce #reviews #comments ol.commentlist {
  padding-left: 0; }

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border: none;
  padding: 30px 50px 20px;
  margin: 0 0 0 30px;
  background-color: #fff;
  border-radius: 0; }
  .woocommerce #reviews #comments ol.commentlist li .comment-text .woocommerce-review__author {
    font-size: 16px;
    color: #383838; }
  .woocommerce #reviews #comments ol.commentlist li .comment-text .woocommerce-review__dash {
    display: none; }
  .woocommerce #reviews #comments ol.commentlist li .comment-text .woocommerce-review__published-date {
    display: block;
    font-size: 12px; }

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  top: 15px;
  left: 0;
  border: none;
  border-radius: 50%;
  width: 64px;
  height: auto;
  background-color: #fff; }

.woocommerce #reviews .star-rating {
  position: absolute;
  top: 25px;
  right: 25px;
  letter-spacing: 5px;
  font-size: 27px;
  width: 166px;
  margin-bottom: 10px;
  color: #ffce0e;
  opacity: .5; }

.woocommerce #review_form #respond .comment-form-rating {
  margin-bottom: 30px;
  max-width: 270px; }
  .woocommerce #review_form #respond .comment-form-rating label {
    margin-right: 20px; }

.woocommerce #review_form #respond label {
  margin-bottom: 8px; }

.woocommerce #review_form #respond p {
  margin-bottom: 20px; }

.woocommerce #review_form #respond .stars {
  position: relative;
  display: inline-block;
  font-size: 22px;
  top: 3px;
  margin-bottom: 20px; }
  .woocommerce #review_form #respond .stars a {
    margin-right: 5px; }

.woocommerce section.products {
  margin-bottom: 20px; }
  .woocommerce section.products > h2 {
    font-size: 36px;
    margin-bottom: 50px; }
  .woocommerce section.products ul.products.columns-3 li.product {
    margin: 0 3% 2.992em 0;
    width: 31.33%; }
    .woocommerce section.products ul.products.columns-3 li.product:nth-child(3n) {
      margin-right: 0; }

/**
* ----------------------------------------------------------------------------------------
*  Product Loop
* ----------------------------------------------------------------------------------------
*/
/**
*  Product Loop
*/
.woocommerce ul.products li.product .onsale, .woocommerce ul.products li.product .out-of-stock, .woocommerce-page ul.products li.product .onsale, .woocommerce-page ul.products li.product .out-of-stock {
  top: 10px;
  left: -10px;
  right: auto;
  margin: 0; }
  .woocommerce ul.products li.product .onsale:before, .woocommerce ul.products li.product .out-of-stock:before, .woocommerce-page ul.products li.product .onsale:before, .woocommerce-page ul.products li.product .out-of-stock:before {
    box-shadow: 0px 8px 15px 2px #39baaf; }

.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
  margin: 0; }

.woocommerce ul.products li.product .woocommerce-product-image, .woocommerce-page ul.products li.product .woocommerce-product-image {
  position: relative;
  margin-top: 15%; }

.woocommerce ul.products li.product .woocommerce-product-image.woocommerce-no-image, .woocommerce-page ul.products li.product .woocommerce-product-image.woocommerce-no-image {
  width: 0;
  height: 0; }

.woocommerce ul.products li.product .woocommerce-product-meta, .woocommerce-page ul.products li.product .woocommerce-product-meta {
  position: relative;
  padding: 20px 5px;
  text-align: center; }

.woocommerce ul.products li.product .woocommerce-product-meta.product-no-image, .woocommerce-page ul.products li.product .woocommerce-product-meta.product-no-image {
  padding-top: 60px; }

.woocommerce ul.products li.product .book-series-loop-wrapper, .woocommerce-page ul.products li.product .book-series-loop-wrapper {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 20px; }
  .woocommerce ul.products li.product .book-series-loop-wrapper a, .woocommerce-page ul.products li.product .book-series-loop-wrapper a {
    font-weight: 600; }

.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  color: #7a7a7a;
  padding: 0;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title:hover, .woocommerce-page ul.products li.product .woocommerce-loop-product__title:hover {
    color: #f66e5e; }

.woocommerce ul.products li.product .star-rating, .woocommerce-page ul.products li.product .star-rating {
  color: #ffce0e;
  font-size: .7em;
  margin-bottom: 15px;
  width: 100%; }
  .woocommerce ul.products li.product .star-rating span:before, .woocommerce ul.products li.product .star-rating:before, .woocommerce-page ul.products li.product .star-rating span:before, .woocommerce-page ul.products li.product .star-rating:before {
    left: 50%;
    transform: translateX(-50%);
    letter-spacing: 1px; }

.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
  position: relative;
  color: #f66e5e;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 7px; }
  .woocommerce ul.products li.product .price .woocommerce-Price-currencySymbol, .woocommerce-page ul.products li.product .price .woocommerce-Price-currencySymbol {
    margin-right: 2px;
    font-size: 14px; }
  .woocommerce ul.products li.product .price .price-text-regular .woocommerce-Price-amount, .woocommerce-page ul.products li.product .price .price-text-regular .woocommerce-Price-amount {
    position: relative;
    color: #7a7a7a;
    opacity: .4; }
    .woocommerce ul.products li.product .price .price-text-regular .woocommerce-Price-amount:after, .woocommerce-page ul.products li.product .price .price-text-regular .woocommerce-Price-amount:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      height: 1px;
      background-color: #7a7a7a; }
  .woocommerce ul.products li.product .price .price-text-meta-item, .woocommerce-page ul.products li.product .price .price-text-meta-item {
    display: inline-block;
    color: #f66e5e; }
  .woocommerce ul.products li.product .price .price-text-regular, .woocommerce-page ul.products li.product .price .price-text-regular {
    margin-left: 10px; }

.woocommerce ul.products li.product .woocommerce-product-add-to-cart-wrapper, .woocommerce-page ul.products li.product .woocommerce-product-add-to-cart-wrapper {
  text-align: center;
  margin-top: 20px; }

.woocommerce ul.products li.product .button, .woocommerce-page ul.products li.product .button {
  margin: 0; }

/**
 * ----------------------------------------------------------------------------------------
 * Media Queries
 * ----------------------------------------------------------------------------------------
 */
@media (max-width: 1499px) {
  .woocommerce ul.products li.product .woocommerce-product-meta, .woocommerce-page ul.products li.product .woocommerce-product-meta {
    padding: 10px 5px; }
  .woocommerce div.product form.cart .variations td.label label {
    margin: 0; } }

@media (min-width: 1200px) {
  .is-main-nav-transparent ~ .ssd-main-content .ContentHeader .content-header-content {
    padding: 180px 0 160px 0; }
  .is-main-nav-transparent ~ .ssd-main-content .PageHeader {
    padding-top: 160px; }
  .is-main-nav-transparent ~ .ssd-main-content .SingleProductHeader {
    padding-top: 80px; } }

@media (max-width: 1199px) {
  .is-slicknav {
    display: none;
    overflow: hidden; }
  .js .slicknav_menu {
    display: block; }
  .menu-item-has-children:hover > .sub-menu {
    transform: none; }
  .woocommerce ul.products li.product .woocommerce-product-meta, .woocommerce-page ul.products li.product .woocommerce-product-meta {
    padding: 15px 5px; }
  .woocommerce div.product .product_title {
    margin-bottom: 40px; }
  .woocommerce .single-product-price {
    margin: 40px 0; }
  .woocommerce div.product form.cart .variations td.label, .woocommerce div.product form.cart .variations td.value {
    display: inline-block;
    min-width: 100%;
    padding: 5px 0; }
  .woocommerce div.product form.cart .variations td.value {
    margin-bottom: 5px; }
  .woocommerce div.product form.cart .variations td.value .reset_variations {
    top: -20px;
    right: 5px; }
  .Excerpt .ExcerptContentWrapper {
    padding: 100px 40px 40px;
    margin: 0; }
  .Excerpt .overlay-gradient {
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.75)); }
  .Excerpt .ExcerptContentWrapper.excerpt-no-image {
    padding: 40px; }
  .Excerpt .ExcerptContentWrapper .excerpt-header a {
    max-width: 75%; }
  .Excerpt .ExcerptContentWrapper .excerpt-date {
    max-width: 24%; }
  .Excerpt .ExcerptContentWrapper .excerpt-title h2 {
    font-size: 30px; }
  .SinglePostHeader .single-post-title h1 {
    font-size: 38px; }
  .SinglePostFooter .single-post-footer-share {
    max-width: 40%; }
  .SinglePostFooter .single-post-footer-tags {
    max-width: 60%; }
  .AdjacentPosts {
    margin-bottom: 60px; }
  .AdjacentPosts .next-post {
    margin-bottom: 30px; }
  .AdjacentPosts .prev-post .bg-image {
    left: 67%; }
  .AdjacentPosts .prev-post .bg-image + .adjacent-title-wrapper {
    margin-left: 0;
    margin-right: 33%; }
  .AdjacentPosts .adjacent-post-wrapper {
    width: 100%; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .woocommerce div.product div.images {
    width: 40%; }
  .woocommerce .single-product-summary {
    width: 60%;
    padding: 0 0 0 60px; }
  .woocommerce div.product form.cart .group_table .price {
    font-size: 20px; } }

/* All Mobile Sizes (devices and browser) */
@media (max-width: 991px) {
  body {
    font-size: 18px; }
  h1 {
    font-size: 48px; }
  h2 {
    font-size: 38px; }
  h3 {
    font-size: 34px; }
  h4 {
    font-size: 30px; }
  h5 {
    font-size: 22px; }
  h6 {
    font-size: 18px;
    font-weight: 600; }
  .woocommerce div.product div.images, .woocommerce .single-product-summary {
    width: 100%; }
  .woocommerce .woocommerce-product-gallery__image {
    width: 40%;
    margin: 0 auto; }
  .woocommerce .single-product-summary {
    padding: 40px 20px 0; }
  .woocommerce .SingleProductHeader {
    margin-bottom: 40px; }
  .woocommerce div.product form.cart .variations td.value .reset_variations {
    font-size: 16px; }
  .woocommerce table.cart td, .woocommerce table.cart.shop_attributes td, .woocommerce .cart-collaterals .cart_totals table.cart td, .woocommerce table.cart.shop_table td {
    padding: 15px; }
  .woocommerce table.cart td.product-remove, .woocommerce table.cart.shop_attributes td.product-remove, .woocommerce .cart-collaterals .cart_totals table.cart td.product-remove, .woocommerce table.cart.shop_table td.product-remove {
    width: auto; }
    .woocommerce table.cart td.product-remove a, .woocommerce table.cart.shop_attributes td.product-remove a, .woocommerce .cart-collaterals .cart_totals table.cart td.product-remove a, .woocommerce table.cart.shop_table td.product-remove a {
      margin-left: 10px; }
  .woocommerce table.cart td.product-name dl.variation dt.variation-SoldBy {
    float: none; }
  .woocommerce-account .addresses .title h3 {
    font-size: 28px; }
  .protected-post-form .protected-post-field {
    width: 100%; } }

/* Smaller than standard (devices and browser) */
@media (max-width: 768px) {
  .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    margin: 0 5px; }
  .woocommerce table.cart th, .woocommerce table.cart.shop_attributes th, .woocommerce .cart-collaterals .cart_totals table.cart th, .woocommerce table.cart.shop_table th, .woocommerce table.cart td, .woocommerce table.cart.shop_attributes td, .woocommerce .cart-collaterals .cart_totals table.cart td, .woocommerce table.cart.shop_table td {
    display: block; }
  .woocommerce table.cart td, .woocommerce table.cart.shop_attributes td, .woocommerce .cart-collaterals .cart_totals table.cart td, .woocommerce table.cart.shop_table td {
    font-size: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .woocommerce table.cart td.product-thumbnail, .woocommerce table.cart.shop_attributes td.product-thumbnail, .woocommerce .cart-collaterals .cart_totals table.cart td.product-thumbnail, .woocommerce table.cart.shop_table td.product-thumbnail {
      width: 100%; }
      .woocommerce table.cart td.product-thumbnail img, .woocommerce table.cart.shop_attributes td.product-thumbnail img, .woocommerce .cart-collaterals .cart_totals table.cart td.product-thumbnail img, .woocommerce table.cart.shop_table td.product-thumbnail img {
        width: 140px; }
    .woocommerce table.cart td .quantity, .woocommerce table.cart.shop_attributes td .quantity, .woocommerce .cart-collaterals .cart_totals table.cart td .quantity, .woocommerce table.cart.shop_table td .quantity {
      display: inline-block; }
  .woocommerce table.shop_table_responsive tbody th, .woocommerce .cart-collaterals .cart_totals table.shop_table_responsive tbody th,
  .woocommerce-page table.shop_table_responsive tbody th,
  .woocommerce-page .woocommerce .cart-collaterals .cart_totals table.shop_table_responsive tbody th,
  .woocommerce .cart-collaterals .cart_totals .woocommerce-page table.shop_table_responsive tbody th {
    display: none; }
  .woocommerce table.shop_table_responsive tr, .woocommerce .cart-collaterals .cart_totals table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr, .woocommerce-page .woocommerce .cart-collaterals .cart_totals table.shop_table_responsive tr, .woocommerce .cart-collaterals .cart_totals .woocommerce-page table.shop_table_responsive tr {
    display: table-row; }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent; }
  .Event {
    display: block; }
    .Event .event-meta, .Event .event-content {
      display: block;
      width: 100%; }
    .Event .event-meta {
      padding-top: 0; }
    .Event .event-date-year {
      display: block; }
    .Event .event-title {
      font-size: 30px; }
    .Event .event-content {
      margin-left: 0;
      padding-top: 10px; }
  .page-header-search {
    margin-top: 30px; }
  .Excerpt .ExcerptContentWrapper .excerpt-title h2 {
    font-size: 26px; }
  .PostNav .post-nav-wrapper .page-numbers {
    margin: 0 5px; }
  .SinglePostHeader .single-post-title h1 {
    font-size: 34px; }
  .SinglePostHeader.header-with-image .single-post-header-content {
    margin-top: 100px; }
  .commentlist li .comment-content .comment-body {
    padding: 35px 40px 10px; }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    text-align: center;
    width: 100%;
    margin-bottom: 40px; }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation-link {
    display: inline-block; } }

@media (max-width: 480px) {
  body {
    font-size: 16px; }
  h1 {
    font-size: 40px; }
  h2 {
    font-size: 32px; }
  h3 {
    font-size: 28px; }
  h4 {
    font-size: 24px; }
  h5 {
    font-size: 19px; }
  h6 {
    font-size: 17px; }
  body {
    font-size: 16px; }
  ul, ol {
    padding-left: 20px; }
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
    margin-right: 0; }
  .woocommerce .woocommerce-ordering {
    float: none;
    text-align: center; }
  .woocommerce .woocommerce-breadcrumb {
    margin-bottom: 20px; }
  .woocommerce .woocommerce-breadcrumb > *, .woocommerce-breadcrumb > * {
    padding: 0;
    margin: 0 5px; }
  .woocommerce div.product div.images .woocommerce-product-gallery__thumbnails_wrapper .woocommerce-product-gallery__image a {
    height: 60px; }
  .woocommerce .woocommerce-product-gallery__image {
    width: 100%; }
  .woocommerce .single-product-summary {
    padding: 20px 0 0; }
  .woocommerce div.product .product_title {
    font-size: 28px; }
  .woocommerce div.product .info-box-panel {
    margin-bottom: 40px; }
  .woocommerce div.product form.cart .group_table .woocommerce-grouped-product-list-item__quantity, .woocommerce div.product form.cart .group_table .woocommerce-LoopProduct-link, .woocommerce div.product form.cart .group_table .woocommerce-grouped-product-list-item__price {
    display: block;
    width: 100%; }
  .woocommerce div.product form.cart .group_table .woocommerce-grouped-product-list-item__quantity {
    margin-bottom: 10px; }
  .woocommerce div.product form.cart .group_table .woocommerce-LoopProduct-link {
    padding: 0; }
  .woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 50px;
    left: 0; }
  .woocommerce #reviews #comments ol.commentlist li .comment-text {
    padding: 40px 30px 20px 30px;
    margin-left: 25px; }
  .woocommerce #reviews .star-rating {
    font-size: 16px;
    width: 105px; }
  .Event .event-title {
    font-size: 22px;
    padding: 0; }
  .Event .event-link {
    position: relative;
    right: auto; }
  .Excerpt .overlay-gradient {
    background: rgba(0, 0, 0, 0.55); }
  .Excerpt .ExcerptContentWrapper .excerpt-title h2 {
    font-size: 22px; }
  .Excerpt .ExcerptContentWrapper {
    padding: 60px 20px 25px;
    text-align: center; }
    .Excerpt .ExcerptContentWrapper .excerpt-content {
      font-size: 15px;
      padding-right: 0; }
    .Excerpt .ExcerptContentWrapper .excerpt-header a, .Excerpt .ExcerptContentWrapper .excerpt-date {
      max-width: 100%;
      margin-top: 20px; }
    .Excerpt .ExcerptContentWrapper .excerpt-date, .Excerpt .ExcerptContentWrapper .excerpt-meta {
      position: relative;
      display: block; }
    .Excerpt .ExcerptContentWrapper .excerpt-meta {
      transform: none;
      top: 0;
      right: 0;
      float: none;
      margin: 20px auto; }
  .Excerpt img + .ExcerptContentWrapper {
    margin-top: 0; }
  .SinglePostHeader .single-post-title h1 {
    font-size: 24px; }
  .SinglePostHeader .single-post-meta-categories, .SinglePostHeader .single-post-meta-date {
    float: none; }
  .SinglePostFooter .single-post-footer-container:first-child {
    float: none;
    margin-bottom: 15px; }
  .SinglePostFooter .single-post-footer-container:nth-child(2n) {
    text-align: left;
    float: none; }
  .SinglePostFooter .single-post-footer-share, .SinglePostFooter .single-post-footer-tags {
    max-width: 100%; }
  .AdjacentPosts .adjacent-title-wrapper {
    padding: 15px 20px; }
  .AdjacentPosts .adjacent-post-title {
    font-size: 18px; }
  .commentlist li .comment-content .comment-avatar {
    left: -20px; }
  .commentlist li .comment-content .comment-author {
    font-size: 16px; }
  .commentlist li .comment-content .comment-body {
    padding: 25px 25px 15px 45px; }
  .commentlist li .children .comment-content .comment-avatar img {
    width: 40px; }
  .commentlist li .children .comment-content .comment-body {
    padding: 25px 25px 15px 35px; } }

/*# sourceMappingURL=master.css.map */
