/*
Theme Name: Berry
Theme URI: http://demo.loftocean.com/berry
Author: Loft.Ocean
Author URI: http://www.loftocean.com
Description: Berry is a fresh WordPress theme for personal blog. With many customize options it is very easy to personalise your website.
Version: 1.7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: full-width-template, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: berry
Requires PHP: 5.3
Tested up to: 5.6

FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later
*/
/**
 * Table of Contents:
 *
 * 1.0 - Normalize
 * 2.0 - Elements
 * 3.0 - Typography
 * 4.0 - Alignments
 * 5.0 - Menu
 * 6.0 - Content
 * 7.0 - Widgets
 * 8.0 - Forms
 * 9.0 - Media
 * 10.0 - Blocks
 * 11.0 - WooCommerce
 */
form ul:after,
.container:after,
.featured-boxes .boxes-container:after,
.posts[class*="layout-grid-"]:after,
.posts[class*="layout-classic-grid-"]:after,
.posts[class*="layout-flip-grid-"]:after,
.posts.layout-list .post-container:after,
.post-entry:after,
.post-navigation .nav-links:after,
.related-posts-container:after,
.comments .navigation .nav-links:after,
.null-instagram-feed ul:after,
.gallery:after,
.berry-widget_instagram ul:after {
  position: relative;
  display: block;
  content: "";
  clear: both; }

/* ==========================================================================
   1.0 Normalize
   
   - Normalizing styles have been helped along thanks to the fine work of
   Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
   ========================================================================== */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

b,
strong {
  font-weight: 700; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 0; }

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

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

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

select {
  text-transform: none; }

button {
  overflow: visible; }

button,
input,
select,
textarea {
  max-width: 100%; }

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

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

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

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

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

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

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

fieldset {
  border: 1px solid #d1d1d1;
  margin: 0 0 1.75em;
  padding: 0.875em; }

fieldset > :last-child {
  margin-bottom: 0; }

legend {
  border: 0;
  padding: 0; }

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

optgroup {
  font-weight: bold; }

/* ==========================================================================
   2.0 Elements
   ========================================================================== */
* {
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word; }
  *:focus {
    outline: 0; }

html {
  width: 100%;
  min-height: 100%; }
  html.touch div {
    background-attachment: scroll !important; }

body {
  width: 100%;
  height: auto;
  min-height: 100%;
  margin: 0 auto;
  background: #F7F7F7; }
  body#tinymce {
    padding: 20px !important;
    background: #FFF; }

#page {
  position: relative;
  width: 100%;
  height: auto;
  overflow-x: hidden;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1); }

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

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

dl {
  margin: 0 0 24px; }

dt {
  font-weight: 700; }

dd {
  margin: 0 0 24px; }

figure {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin: 0; }
  figure img {
    display: block; }

img {
  height: auto;
  max-width: 100%;
  border: 0; }

hr {
  height: 1px;
  margin: 0 auto 24px;
  background-color: rgba(0, 0, 0, 0.1);
  border: none; }

.hide {
  display: none !important; }

/**
 * Clearing
 */
/**
 * Accessibility
 */
.says,
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  overflow: hidden;
  word-wrap: normal !important; }

.site .skip-link {
  top: -9999em;
  left: -9999em;
  display: block;
  padding: 15px 23px 14px;
  background-color: #F1F1F1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #21759B;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 700;
  outline: none;
  text-decoration: none;
  text-transform: none; }
  .logged-in .site .skip-link {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
    font-family: "Open Sans", sans-serif; }
  .site .skip-link:focus {
    top: 7px;
    left: 6px;
    z-index: 100000;
    width: auto;
    height: auto;
    clip: auto; }

#page .fa-angle-left,
#page .fa-angle-right {
  font: normal normal normal 16px/1 FontAwesome;
  font-weight: 400; }

/* ==========================================================================
   3.0 Typography
   ========================================================================== */
body,
button,
input,
select,
textarea,
.ui-widget {
  font-family: "PT Sans", sans-serif; }

.nav,
.page-header span,
.cat-links,
time.published,
.pagination,
.widget-title,
.widget[class*="widget_recent_"] .post-date,
.back-to-top span,
blockquote small,
blockquote cite,
.post-navigation .meta-nav,
.author-bio .author-info h4,
.related-posts .related-posts-title,
.comments h2.comments-title,
.comments ol.comment-list li .comment-author,
.comment-metadata time,
a.comment-reply-link,
.comments .navigation .nav-links,
h3.comment-reply-title,
.archive.author .page-title,
.widget.widget_rss ul li .rss-date {
  font-family: "PT Sans Narrow", sans-serif; }

body {
  color: #363636;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7; }

a {
  color: #92CC92;
  text-decoration: none;
  transition: all 0.3s; }

.no-touch .post-entry a:hover, .no-touch
.comment-content a:hover {
  text-decoration: underline; }

.post-entry,
.post-excerpt {
  color: #4E4D4D;
  font-size: 14px;
  font-size: 0.875rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.5; }

.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6 {
  margin-bottom: 20px;
  color: #363636;
  font-weight: bold; }
.post-entry h1 {
  font-size: 36px;
  font-size: 2.25rem; }
.post-entry h2 {
  font-size: 32px;
  font-size: 2rem; }
.post-entry h3 {
  font-size: 28px;
  font-size: 1.75rem; }
.post-entry h4 {
  font-size: 24px;
  font-size: 1.5rem; }
.post-entry h5 {
  font-size: 18px;
  font-size: 1.125rem; }
.post-entry h6 {
  font-size: 16px;
  font-size: 1rem; }

.widget.widget_text .textwidget h1,
.widget.widget_text .textwidget h2,
.widget.widget_text .textwidget h3,
.widget.widget_text .textwidget h4,
.widget.widget_text .textwidget h5,
.widget.widget_text .textwidget h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
  font-weight: bold;
  margin-bottom: 24px; }
.widget.widget_text .textwidget h1,
.comment-content h1 {
  font-size: 28px;
  font-size: 1.75rem; }
.widget.widget_text .textwidget h2,
.comment-content h2 {
  font-size: 24px;
  font-size: 1.5rem; }
.widget.widget_text .textwidget h3,
.comment-content h3 {
  font-size: 21px;
  font-size: 1.3125rem; }
.widget.widget_text .textwidget h4,
.comment-content h4 {
  font-size: 18px;
  font-size: 1.125rem; }
.widget.widget_text .textwidget h5,
.comment-content h5 {
  font-size: 16px;
  font-size: 1rem; }
.widget.widget_text .textwidget h6,
.comment-content h6 {
  font-size: 13px;
  font-size: 0.8125rem; }

h1.post-title,
h1.page-title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5; }

p {
  margin: 0 auto 24px;
  font-size: inherit; }

blockquote {
  position: relative;
  max-width: 700px;
  padding: 50px 0;
  margin: 0 auto;
  text-align: center; }
  blockquote:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 80px;
    margin-top: 80px;
    color: #92CC92;
    text-align: center;
    font-size: 260px;
    font-size: 16.25rem;
    font-family: Helvetica;
    line-height: 80px;
    content: "\201D";
    opacity: 0.3; }
  blockquote p {
    position: relative;
    z-index: 9;
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    font-style: italic; }
  blockquote cite,
  blockquote small {
    display: block;
    margin-top: 24px;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    opacity: 0.7; }

table {
  margin: 0 0 30px;
  width: 100%;
  max-width: 100%;
  border: 1px solid;
  border-collapse: collapse;
  border-spacing: 0; }
  table th,
  table td {
    padding: 16px 6px;
    border: none;
    border-bottom: 1px solid;
    vertical-align: top;
    line-height: 1.5; }
  table th {
    font-weight: bold;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-align: left;
    font-size: 10px;
    font-size: 0.625rem; }
  table td {
    font-size: 14px;
    font-size: 0.875rem; }
  table caption {
    margin: 12px auto;
    font-size: 12px;
    font-size: 0.75rem; }
  table.is-style-stripes {
    border: none; }

pre {
  display: block;
  padding: 25px;
  margin: 24px 0;
  background-color: #F5F5F5;
  border: 1px solid #EEE;
  border-radius: 3px;
  tab-size: 4;
  overflow: auto;
  font-size: 14px; }
  pre code {
    background: none;
    border: none; }

code {
  padding: 5px;
  background-color: #F5F5F5;
  border: 1px solid #EEE;
  border-radius: 3px;
  font-size: 13px; }

fieldset {
  padding: 0;
  margin: 0;
  border: none; }

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

address {
  margin: 0 0 24px;
  font-style: italic; }

code,
kbd,
tt,
var,
samp,
pre {
  font-family: monospace; }

abbr,
acronym {
  border-bottom: 1px dotted;
  cursor: help; }

mark,
ins {
  padding: 1.75px 3.5px;
  background: #92CC92;
  color: #FFF;
  text-decoration: none; }

big {
  font-size: 125%; }

@media screen and (min-width: 500px) {
  h1.post-title,
  h1.page-title {
    font-size: 36px;
    font-size: 2.25rem; }

  blockquote p {
    font-size: 20px;
    font-size: 1.25rem; } }
@media screen and (min-width: 769px) {
  table th,
  table td {
    padding: 16px; } }
/* ==========================================================================
   4.0 Alignments
   ========================================================================== */
.alignleft {
  float: left;
  display: inline; }

.alignleft[class*="wp-block-"] {
  margin-right: 24px; }

.alignright {
  float: right;
  display: inline; }

.alignright[class*="wp-block-"] {
  margin-left: 24px; }

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

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

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

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

figure.alignleft,
img.alignleft {
  margin: 0 24px 24px 0; }

figure.alignright,
img.alignright {
  margin: 0 0 24px 24px; }

/* ==========================================================================
   5.0 Nav Bar & Menu
   ========================================================================== */
.site-header #nav-bar {
  position: absolute;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 45px;
  padding: 0 10px; }
  .site-header #nav-bar .container {
    padding: 0 50px; }
  .site-header #nav-bar ul {
    margin: 0;
    list-style: none; }
  .site-header #nav-bar .social-navigation {
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s; }
    .site-header #nav-bar .social-navigation ul {
      position: absolute;
      left: -5px;
      display: table;
      table-layout: fixed;
      width: auto;
      padding: 23px 5px 5px;
      color: #FFF;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s; }
      .touch .site-header #nav-bar .social-navigation ul {
        left: 8px;
        max-width: calc(100vw - 30px);
        transition: all 0s; }
      .site-header #nav-bar .social-navigation ul li {
        position: relative;
        z-index: 9;
        display: table-cell;
        padding-right: 10px;
        font-size: 11px;
        font-size: 0.6875rem;
        color: inherit; }
        .touch .site-header #nav-bar .social-navigation ul li {
          display: inline-block; }
        .site-header #nav-bar .social-navigation ul li:last-child {
          padding-right: 0; }
        .site-header #nav-bar .social-navigation ul li a {
          display: block;
          width: 20px;
          height: 20px;
          padding: 0;
          border-radius: 50%;
          color: inherit;
          line-height: 22px;
          text-align: center; }
          .no-touch .site-header #nav-bar .social-navigation ul li a:hover {
            background: #FFF;
            color: #363636; }
      .site-header #nav-bar .social-navigation ul:before, .site-header #nav-bar .social-navigation ul:after {
        position: absolute;
        z-index: 1;
        display: block;
        content: ""; }
      .site-header #nav-bar .social-navigation ul:before {
        bottom: 0;
        left: 0;
        width: 100%;
        height: calc(100% - 18px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1); }
      .site-header #nav-bar .social-navigation ul:after {
        top: 16px;
        left: 10px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 10px;
        height: 10px; }
    .touch .site-header #nav-bar .social-navigation .social-nav-toggle.toggled-on + ul {
      position: relative;
      transition: opacity 0.3s; }
    .site-header #nav-bar .social-navigation .social-nav-toggle.toggled-on + ul, .no-touch .site-header #nav-bar .social-navigation:hover ul {
      visibility: visible;
      opacity: 1; }
    .site-header #nav-bar .social-navigation .social-nav-toggle {
      display: block;
      width: 20px;
      height: 20px;
      padding: 0;
      margin-top: 13px;
      background: transparent;
      border: none;
      border-radius: 50%;
      box-shadow: none;
      text-shadow: none;
      color: inherit;
      line-height: 22px;
      font-size: 0;
      text-align: center;
      transition: color 0.3s, background 0.3s; }
      .touch .site-header #nav-bar .social-navigation .social-nav-toggle {
        width: 45px; }
      .site-header #nav-bar .social-navigation .social-nav-toggle:after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 10px;
        font-size: 0.625rem;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        line-height: 20px;
        content: "\f1e0"; }
  .site-header #nav-bar #site-header-search {
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.3s; }
    .site-header #nav-bar #site-header-search .search-button {
      display: block;
      width: 20px;
      height: 20px;
      margin-top: 12px;
      padding: 0;
      border-radius: 50%;
      color: inherit;
      font-size: 10px;
      font-size: 0.625rem;
      line-height: 20px;
      text-align: center;
      cursor: pointer;
      transition: color 0.3s, background 0.3s; }
      .touch .site-header #nav-bar #site-header-search .search-button {
        width: 45px;
        height: 45px;
        margin-top: 0;
        line-height: 45px; }
    .site-header #nav-bar #site-header-search form {
      position: absolute;
      right: -5px;
      display: block;
      width: 200px;
      padding: 23px 5px 5px;
      margin: 0;
      list-style: none;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s; }
      .touch .site-header #nav-bar #site-header-search form {
        right: 8px;
        padding: 9px 5px 3px; }
      .site-header #nav-bar #site-header-search form label {
        position: relative;
        z-index: 9;
        display: block; }
      .site-header #nav-bar #site-header-search form input[type="search"] {
        background: transparent;
        height: 20px;
        color: #FFF;
        line-height: 20px; }
      .site-header #nav-bar #site-header-search form:before, .site-header #nav-bar #site-header-search form:after {
        position: absolute;
        z-index: 1;
        display: block;
        content: ""; }
      .site-header #nav-bar #site-header-search form:before {
        bottom: 0;
        left: 0;
        width: 100%;
        height: calc(100% - 18px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1); }
        .touch .site-header #nav-bar #site-header-search form:before {
          height: calc(100% - 6px); }
      .site-header #nav-bar #site-header-search form:after {
        top: 16px;
        right: 10px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 10px;
        height: 10px; }
        .touch .site-header #nav-bar #site-header-search form:after {
          top: 4px; }
    .site-header #nav-bar #site-header-search .search-button.toggled-on + form {
      opacity: 1;
      visibility: visible; }
  .site-header #nav-bar .menu-toggle {
    position: absolute;
    top: 16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9;
    width: 24px;
    height: 13px;
    background: none;
    border-radius: 0;
    border: none;
    border-top: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    box-shadow: none;
    color: inherit;
    font-size: 0;
    transition: 0.3s; }
    .no-touch .site-header #nav-bar .menu-toggle:hover, .site-header #nav-bar .menu-toggle:focus {
      outline: 0; }
    .site-header #nav-bar .menu-toggle:before, .site-header #nav-bar .menu-toggle:after {
      position: absolute;
      top: 5px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 100%;
      height: 0;
      border-top: 1px solid currentColor;
      content: "";
      transition: transform 0.3s; }
    .site-header #nav-bar .menu-toggle:after {
      opacity: 0;
      transition: transform 0.3s, opacity 0s 0.3s; }
    .site-header #nav-bar .menu-toggle.toggled-on {
      border-color: transparent; }
      .site-header #nav-bar .menu-toggle.toggled-on:before {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg); }
      .site-header #nav-bar .menu-toggle.toggled-on:after {
        -webkit-transform: translate(-50%, -50%) rotate(-135deg);
        -ms-transform: translate(-50%, -50%) rotate(-135deg);
        transform: translate(-50%, -50%) rotate(-135deg);
        transition: transform 0.3s, opacity 0s 0s;
        opacity: 1; }
  .site-header #nav-bar .site-header-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100vh;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: 50% 0;
    overflow: auto; }
    .site-header #nav-bar .site-header-menu.with-bg:before {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1;
      display: block;
      width: 100%;
      height: 1000%;
      background-color: inherit;
      opacity: 0.7;
      content: ""; }
  .site-header #nav-bar .menu-toggle.toggled-on + .site-header-menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1); }
    .site-header #nav-bar .menu-toggle.toggled-on + .site-header-menu > ul {
      display: table-cell; }
  .site-header #nav-bar a.back {
    display: none; }
  .site-header #nav-bar .nav {
    position: relative;
    z-index: 2;
    display: table;
    width: 100%;
    height: 100%; }
    .site-header #nav-bar .nav ul li {
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: 400;
      letter-spacing: 0.4em;
      text-transform: uppercase;
      line-height: 2; }
      .site-header #nav-bar .nav ul li ul.sub-menu li {
        font-size: 12px;
        font-size: 0.75rem;
        letter-spacing: 0.2em;
        line-height: 1; }
    .site-header #nav-bar .nav > ul > li.current-menu-item > a:before {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background: currentColor;
      content: ""; }
    .site-header #nav-bar .nav ul {
      display: none; }
      .site-header #nav-bar .nav ul.sub-toggled-on > li:not(.toggled-on) {
        display: none; }
      .site-header #nav-bar .nav ul li {
        position: relative;
        margin-bottom: 2px; }
        .site-header #nav-bar .nav ul li a {
          position: relative;
          display: inline-block;
          padding: 5px 28px 5px 30px;
          color: inherit; }
          .site-header #nav-bar .nav ul li a.back {
            display: none; }
        .site-header #nav-bar .nav ul li.menu-item-has-children button.dropdown-toggle {
          position: absolute;
          top: 0;
          right: auto;
          display: inline-block;
          padding: 5px;
          background: none;
          border: none;
          border-radius: 0;
          box-shadow: none;
          color: inherit;
          font-size: inherit;
          line-height: inherit;
          text-shadow: none;
          text-align: left; }
          .no-touch .site-header #nav-bar .nav ul li.menu-item-has-children button.dropdown-toggle:hover, .site-header #nav-bar .nav ul li.menu-item-has-children button.dropdown-toggle:focus {
            outline: 0; }
            .no-touch .site-header #nav-bar .nav ul li.menu-item-has-children button.dropdown-toggle:hover:after, .site-header #nav-bar .nav ul li.menu-item-has-children button.dropdown-toggle:focus:after {
              -webkit-transform: translateX(5px);
              -ms-transform: translateX(5px);
              transform: translateX(5px); }
          .site-header #nav-bar .nav ul li.menu-item-has-children button.dropdown-toggle:after {
            display: inline-block;
            margin-top: -1px;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            line-height: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\f105";
            transition: 0.3s; }
          .site-header #nav-bar .nav ul li.menu-item-has-children button.dropdown-toggle.toggled-on {
            display: none; }
            .site-header #nav-bar .nav ul li.menu-item-has-children button.dropdown-toggle.toggled-on + .site-header-menu-sub > ul.sub-menu {
              display: block; }
            .site-header #nav-bar .nav ul li.menu-item-has-children button.dropdown-toggle.toggled-on + .site-header-menu-sub > a.back {
              display: inline-block; }
              .site-header #nav-bar .nav ul li.menu-item-has-children button.dropdown-toggle.toggled-on + .site-header-menu-sub > a.back:before {
                position: absolute;
                left: 10px;
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome;
                font-size: inherit;
                line-height: inherit;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: "\f104";
                opacity: 0;
                transition: opacity 0.3s; }
              .no-touch .site-header #nav-bar .nav ul li.menu-item-has-children button.dropdown-toggle.toggled-on + .site-header-menu-sub > a.back:hover:before {
                opacity: 1; }
        .site-header #nav-bar .nav ul li.menu-item-has-children.sub-toggled-on > a,
        .site-header #nav-bar .nav ul li.menu-item-has-children.sub-toggled-on > .site-header-menu-sub > a.back {
          display: none !important; }
        .site-header #nav-bar .nav ul li.menu-item-has-children.sub-toggled-on ul.sub-toggled-on li.toggled-on {
          font-size: 14px;
          font-size: 0.875rem;
          letter-spacing: 0.4em; }
          .site-header #nav-bar .nav ul li.menu-item-has-children.sub-toggled-on ul.sub-toggled-on li.toggled-on a {
            padding: 5px 28px 5px 30px; }
          .site-header #nav-bar .nav ul li.menu-item-has-children.sub-toggled-on ul.sub-toggled-on li.toggled-on ul li a {
            padding: 10px 6px; }
      .site-header #nav-bar .nav ul.sub-menu {
        display: none;
        margin: 16px 0; }
        .site-header #nav-bar .nav ul.sub-menu li {
          display: block;
          margin-bottom: 0; }
          .site-header #nav-bar .nav ul.sub-menu li.menu-item-has-children > button.dropdown-toggle {
            width: 30px;
            margin-left: 5px;
            padding: 10px 5px; }
          .site-header #nav-bar .nav ul.sub-menu li a {
            padding: 10px 6px; }
    .site-header #nav-bar .nav > ul {
      display: table-cell;
      padding: 50px 20px 10px;
      vertical-align: middle; }
      .site-header #nav-bar .nav > ul > li > button.dropdown-toggle {
        width: 40px;
        margin-left: -24px; }
  .site-header #nav-bar.sticky {
    position: fixed;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }
    .logged-in.admin-bar .site-header #nav-bar.sticky {
      top: 32px; }
      @media screen and (max-width: 782px) {
        .logged-in.admin-bar .site-header #nav-bar.sticky {
          top: 46px; } }
      @media screen and (max-width: 600px) {
        .logged-in.admin-bar .site-header #nav-bar.sticky {
          position: absolute;
          top: 0; } }
  .site-header #nav-bar #site-header-search form:before, .site-header #nav-bar #site-header-search form:after,
  .site-header #nav-bar .social-navigation ul:before,
  .site-header #nav-bar .social-navigation ul:after {
    background-color: #363636; }
  .site-header #nav-bar.dark-scheme {
    background-color: #363636;
    color: #FFF; }
    .site-header #nav-bar.dark-scheme.off-canvas .site-header-menu {
      background-color: #363636; }
    .no-touch .site-header #nav-bar.dark-scheme .social-nav-toggle:hover, .no-touch .site-header #nav-bar.dark-scheme .social-nav-toggle:focus,
    .no-touch .site-header #nav-bar.dark-scheme #site-header-search .search-button:hover,
    .no-touch .site-header #nav-bar.dark-scheme #site-header-search .search-button:focus {
      background: #FFF;
      color: #363636; }
  .site-header #nav-bar.light-scheme {
    background-color: #FFF;
    color: #363636; }
    .site-header #nav-bar.light-scheme.off-canvas .site-header-menu {
      background-color: #FFF; }
    .no-touch .site-header #nav-bar.light-scheme .social-nav-toggle:hover, .no-touch .site-header #nav-bar.light-scheme .social-nav-toggle:focus,
    .no-touch .site-header #nav-bar.light-scheme #site-header-search .search-button:hover,
    .no-touch .site-header #nav-bar.light-scheme #site-header-search .search-button:focus {
      background: #363636;
      color: #FFF; }
    @media screen and (min-width: 980px) {
      .site-header #nav-bar.light-scheme .social-navigation.expanded ul li a:hover {
        background: #363636;
        color: #FFF; } }
  .no-touch .site-header #nav-bar.highlight-primary .social-navigation ul li a:hover, .no-touch .site-header #nav-bar.highlight-primary .social-navigation ul li a:focus,
  .no-touch .site-header #nav-bar.highlight-primary .social-nav-toggle:hover,
  .no-touch .site-header #nav-bar.highlight-primary .social-nav-toggle:focus,
  .no-touch .site-header #nav-bar.highlight-primary #site-header-search .search-button:hover,
  .no-touch .site-header #nav-bar.highlight-primary #site-header-search .search-button:focus {
    background: #92CC92; }
  .no-touch .site-header #nav-bar.highlight-primary .nav ul li a:hover, .site-header #nav-bar.highlight-primary .nav ul li a:focus,
  .no-touch .site-header #nav-bar.highlight-primary .menu-toggle:hover,
  .site-header #nav-bar.highlight-primary .menu-toggle:focus,
  .no-touch .site-header #nav-bar.highlight-primary .nav ul li.menu-item-has-children > button.dropdown-toggle:hover,
  .site-header #nav-bar.highlight-primary .nav ul li.menu-item-has-children > button.dropdown-toggle:focus {
    color: #92CC92; }
  .site-header #nav-bar.highlight-primary .nav ul li.current-menu-item > a {
    color: #92CC92; }
  .site-header #nav-bar.highlight-primary .nav > ul > li.current-menu-item > a:before {
    background: #92CC92; }
.site-header.logo-nav #nav-bar {
  position: relative; }
  .logged-in.admin-bar .site-header.logo-nav #nav-bar:not(.sticky) .menu-toggle {
    transition: transform 0.3s, color 0.3s; }
  .site-header.logo-nav #nav-bar:not(.sticky) .menu-toggle.toggled-on {
    position: fixed; }
    .logged-in.admin-bar .site-header.logo-nav #nav-bar:not(.sticky) .menu-toggle.toggled-on {
      top: 48px; }
      @media screen and (max-width: 782px) {
        .logged-in.admin-bar .site-header.logo-nav #nav-bar:not(.sticky) .menu-toggle.toggled-on {
          top: 62px; } }
      @media screen and (max-width: 600px) {
        .logged-in.admin-bar .site-header.logo-nav #nav-bar:not(.sticky) .menu-toggle.toggled-on {
          top: 16px; } }
.site-header #menu-toggle.toggled-on ~ .social-navigation,
.site-header #menu-toggle.toggled-on ~ #site-header-search,
.site-header #menu-toggle.toggled-on ~ #site-header-cart {
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }

/* Social Nav Icons */
ul.social-nav li a {
  font-size: 0; }
  ul.social-nav li a:before {
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: inherit;
    content: "\f1e0";
    /* Default share icon */ }
    .site-header ul.social-nav li a:before {
      font-size: 11px;
      font-size: 0.6875rem; }
  ul.social-nav li a[href*="twitter"]:before {
    content: "\f099"; }
  ul.social-nav li a[href*="facebook"]:before {
    content: "\f09a"; }
  ul.social-nav li a[href*="google"]:before {
    content: "\f0d5"; }
  ul.social-nav li a[href*="pinterest"]:before {
    content: "\f231"; }
  ul.social-nav li a[href*="instagram"]:before {
    content: "\f16d"; }
  ul.social-nav li a[href*="behance"]:before {
    content: "\f1b4"; }
  ul.social-nav li a[href*="vimeo"]:before {
    content: "\f27d"; }
  ul.social-nav li a[href*="youtube"]:before {
    content: "\f16a"; }
  ul.social-nav li a[href*="snapchat"]:before {
    content: "\f2ac"; }
  ul.social-nav li a[href*="medium"]:before {
    content: "\f23a"; }
  ul.social-nav li a[href*="linkedin"]:before {
    content: "\f0e1"; }
  ul.social-nav li a[href*="flickr"]:before {
    content: "\f16e"; }
  ul.social-nav li a[href*="etsy"]:before {
    content: "\f2d7"; }
  ul.social-nav li a[href*="dribbble"]:before {
    content: "\f17d"; }
  ul.social-nav li a[href*="tumblr"]:before {
    content: "\f173"; }
  ul.social-nav li a[href*="vine"]:before {
    content: "\f1ca"; }
  ul.social-nav li a[href*="bloglovin"]:before {
    content: "\f004"; }
  ul.social-nav li a[title="website"]:before {
    content: "\f0c1"; }
  ul.social-nav li a[href*="/feed/"]:before, ul.social-nav li a[href*="?feed="]:before {
    content: "\f09e"; }
  ul.social-nav li a[href*="vk"]:before {
    content: "\f189"; }
  ul.social-nav li a[href*="del.icio"]:before {
    content: "\f1a5"; }
  ul.social-nav li a[href*="reddit"]:before {
    content: "\f281"; }
  ul.social-nav li a[href*="yelp"]:before {
    content: "\f1e9"; }
  ul.social-nav li a[href*="soundcloud"]:before {
    content: "\f1be"; }
  ul.social-nav li a[href*="500px"]:before {
    content: "\f26e"; }
  ul.social-nav li a[href*="digg"]:before {
    content: "\f1a6"; }
  ul.social-nav li a[href*="foursquare"]:before {
    content: "\f180"; }
  ul.social-nav li a[href*="houzz"]:before {
    content: "\f27c"; }
  ul.social-nav li a[href*="tripadvisor"]:before {
    content: "\f262"; }
  ul.social-nav li a[href*="patreon"]:before {
    font-family: "Font Awesome 5 Brands";
    content: "\f3d9"; }
  ul.social-nav li a[href*="ello"]:before {
    font-family: "Font Awesome 5 Brands";
    content: "\f5f1"; }
  ul.social-nav li a[href*="play.google"]:before {
    font-family: "Font Awesome 5 Brands";
    content: "\f3ab"; }
  ul.social-nav li a[href*="tiktok"]:before {
    font-family: "Font Awesome 5 Brands";
    content: "\e07b"; }
  ul.social-nav li a[href*="unsplash"]:before {
    font-family: "Font Awesome 5 Brands";
    content: "\e07c"; }

#site-footer-menu-wrapper {
  position: relative;
  display: block;
  padding: 25px 0;
  font-size: 0;
  text-align: center; }
  #site-footer-menu-wrapper #site-footer-menu {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    list-style: none; }
    #site-footer-menu-wrapper #site-footer-menu li {
      display: inline-block;
      padding: 0 20px;
      font-weight: 400;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      font-size: 12px;
      font-size: 0.75rem;
      line-height: inherit; }
      #site-footer-menu-wrapper #site-footer-menu li a {
        z-index: 100;
        display: block;
        white-space: nowrap;
        color: inherit;
        line-height: 45px; }

@media screen and (min-width: 980px) {
  .site-header #nav-bar.navbar-top {
    min-height: 45px;
    height: auto; }
    .site-header #nav-bar.navbar-top .menu-toggle,
    .site-header #nav-bar.navbar-top .dropdown-toggle {
      display: none !important; }
    .site-header #nav-bar.navbar-top .site-header-menu {
      position: relative;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      height: auto;
      overflow: visible;
      background: none !important; }
      .site-header #nav-bar.navbar-top .site-header-menu.with-bg:before {
        display: none; }
    .site-header #nav-bar.navbar-top .nav {
      position: relative;
      display: block;
      font-size: 0;
      text-align: center; }
      .site-header #nav-bar.navbar-top .nav ul {
        display: block;
        padding: 0; }
        .site-header #nav-bar.navbar-top .nav ul li {
          position: relative;
          display: block;
          margin: 0;
          font-size: 12px;
          font-size: 0.75rem; }
          .site-header #nav-bar.navbar-top .nav ul li a {
            position: relative;
            color: inherit; }
          .site-header #nav-bar.navbar-top .nav ul li.menu-item-has-children > a {
            margin-right: 0; }
            .site-header #nav-bar.navbar-top .nav ul li.menu-item-has-children > a:after {
              position: absolute;
              top: 0;
              right: auto;
              display: inline-block;
              margin-left: 10px;
              font: normal normal normal 14px/1 FontAwesome;
              font-size: inherit;
              text-rendering: auto;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              content: "\f107";
              line-height: 45px; }
        .site-header #nav-bar.navbar-top .nav ul.sub-menu {
          position: absolute;
          z-index: -1;
          display: block;
          margin: 0;
          background-color: #2B2B2B;
          box-shadow: 0 1px 8px rgba(0, 0, 0, 0.15);
          color: #FFF;
          text-align: center !important;
          transition: 0.5s;
          opacity: 0;
          pointer-events: none;
          visibility: hidden; }
          .site-header #nav-bar.navbar-top .nav ul.sub-menu li {
            padding: 0;
            min-width: 110px;
            font-size: 11px;
            font-size: 0.6875rem;
            text-align: center; }
            .site-header #nav-bar.navbar-top .nav ul.sub-menu li.menu-item-has-children > a:after {
              padding: 12px 0 0 0;
              margin-left: 4px;
              line-height: 1;
              content: "\f105"; }
            .site-header #nav-bar.navbar-top .nav ul.sub-menu li a {
              display: block;
              padding: 12px 15px;
              white-space: nowrap;
              transition: all 0.15s; }
              .site-header #nav-bar.navbar-top .nav ul.sub-menu li a.back {
                display: none; }
      .site-header #nav-bar.navbar-top .nav > ul {
        display: inline-block;
        width: auto; }
        .site-header #nav-bar.navbar-top .nav > ul:after {
          position: relative;
          display: block;
          content: "";
          clear: both; }
        .site-header #nav-bar.navbar-top .nav > ul > li {
          float: left;
          padding: 0 10px;
          line-height: inherit; }
          .site-header #nav-bar.navbar-top .nav > ul > li.current-menu-item > a:before {
            height: 2px; }
          .site-header #nav-bar.navbar-top .nav > ul > li.menu-item-has-children {
            padding-right: 21px; }
          .site-header #nav-bar.navbar-top .nav > ul > li > a {
            z-index: 100;
            display: block;
            padding: 0 11px 0 16px;
            white-space: nowrap;
            line-height: 45px; }
          .site-header #nav-bar.navbar-top .nav > ul > li > .site-header-menu-sub > ul.sub-menu {
            bottom: 0;
            left: 50%;
            -webkit-transform: translate(-50%, 100%);
            -ms-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%); }
            .site-header #nav-bar.navbar-top .nav > ul > li > .site-header-menu-sub > ul.sub-menu ul.sub-menu {
              top: 0;
              left: 100%; }
          .site-header #nav-bar.navbar-top .nav > ul > li:hover > .site-header-menu-sub > ul.sub-menu,
          .site-header #nav-bar.navbar-top .nav > ul > li ul.sub-menu li:hover > .site-header-menu-sub ul.sub-menu, .site-header #nav-bar.navbar-top .nav > ul > li.focus > .site-header-menu-sub > ul.sub-menu,
          .site-header #nav-bar.navbar-top .nav > ul > li ul.sub-menu li.focus > .site-header-menu-sub ul.sub-menu {
            z-index: 99;
            opacity: 1;
            pointer-events: auto;
            visibility: visible;
            will-change: opacity; }
    .site-header #nav-bar.navbar-top:not(.highlight-primary) .nav ul.sub-menu li a {
      opacity: 0.8; }
      .no-touch .site-header #nav-bar.navbar-top:not(.highlight-primary) .nav ul.sub-menu li a:hover, .site-header #nav-bar.navbar-top:not(.highlight-primary) .nav ul.sub-menu li a:focus {
        opacity: 1; }
  .site-header #nav-bar.off-canvas .nav ul li,
  .site-header #nav-bar.off-canvas .nav ul li.menu-item-has-children.sub-toggled-on ul.sub-toggled-on li.toggled-on {
    margin: 15px 0;
    font-size: 16px;
    font-size: 1rem; }
  .site-header #nav-bar.off-canvas .nav ul.sub-menu li {
    margin: 8px 0;
    font-size: 14px;
    font-size: 0.875rem; }
  .site-header #nav-bar .social-navigation.expanded .social-nav-toggle {
    display: none; }
  .site-header #nav-bar .social-navigation.expanded ul {
    position: relative;
    left: 0;
    padding: 0;
    opacity: 1;
    visibility: visible;
    transition: 0s;
    color: inherit; }
    .site-header #nav-bar .social-navigation.expanded ul li {
      padding-top: 12px; }
    .site-header #nav-bar .social-navigation.expanded ul:before, .site-header #nav-bar .social-navigation.expanded ul:after {
      display: none; } }
/* ==========================================================================
   6.0 Content
   ========================================================================== */
.container {
  position: relative;
  max-width: 1120px;
  padding: 0 25px;
  box-sizing: content-box; }

/* Site Header
   ========================================================================== */
.site-header {
  position: relative;
  z-index: 999;
  width: 100%;
  height: auto;
  padding-top: 45px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  line-height: 1.5; }
  .site-header.logo-nav {
    padding-top: 0; }
  .site-header .container {
    height: 100%;
    text-align: center; }
  .site-header .site-branding {
    padding: 40px 0;
    color: #363636; }
    .site-header .site-branding .container {
      font-size: 0; }
      .site-header .site-branding .container a.custom-logo-link {
        display: inline-block; }
    .site-header .site-branding img {
      display: block; }
  .site-header .site-title {
    margin: 0 auto;
    font-size: 48px;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1; }
    .site-header .site-title a {
      color: inherit; }
      .no-touch .site-header .site-title a:hover {
        color: #92CC92; }
  .site-header p.site-description {
    margin-top: 12px;
    margin-bottom: 0;
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-transform: uppercase; }

/* Site Content
   ========================================================================== */
.site-content {
  position: relative;
  z-index: 9; }

#primary {
  padding-bottom: 70px; }
  #primary > *:last-child {
    margin-bottom: 0; }

.sidebar {
  max-width: 420px; }

.blog .site-header.logo-nav + .site-content > .container:first-child,
.blog .site-header.bottom-space + .site-content > .container:first-child {
  margin-top: 50px; }

/* Featured Slider
   ========================================================================== */
.featured-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%; }
  .featured-slider .container {
    padding: 0;
    max-width: 100%; }
  .featured-slider .slider-wrapper {
    position: relative;
    z-index: 9;
    height: 66vw;
    max-height: 400px;
    margin: 0;
    overflow: hidden;
    list-style: none; }
    .featured-slider .slider-wrapper li {
      position: relative;
      float: left;
      display: block;
      width: 100%;
      height: 100%;
      margin-bottom: 0; }
      .featured-slider .slider-wrapper li .slide-bg {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        display: block;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: 50% 50%; }
      .featured-slider .slider-wrapper li .slide-content {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 9;
        display: block;
        width: 70%;
        padding: 8px;
        text-align: center; }
        .featured-slider .slider-wrapper li .slide-content .post-content {
          position: relative;
          padding: 30px 20px; }
          .featured-slider .slider-wrapper li .slide-content .post-content > * {
            position: relative;
            z-index: 9;
            display: block;
            text-align: center;
            width: 100%; }
          .featured-slider .slider-wrapper li .slide-content .post-content > *:not(.post-title) {
            position: absolute;
            left: 0;
            display: none;
            opacity: 0; }
          .featured-slider .slider-wrapper li .slide-content .post-content .cat-links {
            top: 50px;
            -webkit-transform: translateY(20px);
            -ms-transform: translateY(20px);
            transform: translateY(20px); }
          .featured-slider .slider-wrapper li .slide-content .post-content .more-btn {
            bottom: 50px;
            -webkit-transform: translateY(-20px);
            -ms-transform: translateY(-20px);
            transform: translateY(-20px); }
            .featured-slider .slider-wrapper li .slide-content .post-content .more-btn .button {
              color: inherit; }
          .featured-slider .slider-wrapper li .slide-content .post-content > .post-title {
            font-size: 18px;
            font-size: 1.125rem; }
            .featured-slider .slider-wrapper li .slide-content .post-content > .post-title a {
              color: inherit; }
              .no-touch .featured-slider .slider-wrapper li .slide-content .post-content > .post-title a:hover {
                color: #92CC92; }
        .featured-slider .slider-wrapper li .slide-content:before {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          z-index: 1;
          display: block;
          width: 100%;
          height: 100%;
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
          content: "";
          opacity: 0.95; }
  .featured-slider .slider-pagination {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    cursor: pointer; }
    .featured-slider .slider-pagination.prev {
      left: 10px;
      box-shadow: 6px 0 20px -6px rgba(0, 0, 0, 0.05); }
    .featured-slider .slider-pagination.next {
      right: 10px;
      box-shadow: -6px 0 20px -6px rgba(0, 0, 0, 0.05); }
  .featured-slider.light-scheme {
    color: #363636; }
    .featured-slider.light-scheme .slide-content:before,
    .featured-slider.light-scheme .slider-pagination {
      background: #FFF; }
  .featured-slider.dark-scheme {
    color: #FFF; }
    .featured-slider.dark-scheme .slide-content:before,
    .featured-slider.dark-scheme .slider-pagination {
      background: rgba(0, 0, 0, 0.8); }

/* Featured Slider Alternative
   ========================================================================== */
.featured-alternative-wrapper > img {
  display: block;
  margin: 0 auto; }

/* Featured Boxes
   ========================================================================== */
.featured-boxes {
  padding: 50px 0;
  margin-bottom: 50px;
  background: #FFF; }
  .featured-boxes .container {
    max-width: 420px; }
  .featured-boxes .featured-box {
    width: 100%;
    height: auto;
    margin: 0 0 20px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; }
    .featured-boxes .featured-box:last-child {
      margin-bottom: 0; }
    .featured-boxes .featured-box a {
      position: relative;
      display: block;
      width: 100%;
      height: 0;
      padding-top: 65%;
      color: inherit;
      text-align: center;
      overflow: hidden; }
      .featured-boxes .featured-box a:before {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        display: block;
        width: 100%;
        height: 100%;
        background: #000;
        content: "";
        opacity: 0;
        transition: opacity 0.3s;
        will-change: opacity; }
      .no-touch .featured-boxes .featured-box a:hover:before {
        opacity: 0.5; }
      .featured-boxes .featured-box a span {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 2;
        display: block;
        min-width: 130px;
        padding: 12px 24px;
        background: #FFF;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
        font-size: 10px;
        font-size: 0.625rem;
        line-height: 20px;
        letter-spacing: 0.2em;
        font-weight: bold;
        text-transform: uppercase; }
        .featured-boxes .featured-box a span:before {
          position: absolute;
          top: 3px;
          left: 3px;
          display: block;
          background: transparent;
          border: 1px solid;
          width: calc(100% - 8px);
          height: calc(100% - 8px);
          content: ""; }

/* Button
   ========================================================================== */
.button {
  position: relative;
  display: inline-block;
  z-index: 9;
  padding: 0;
  background: none;
  border: none;
  color: #363636;
  font-size: 0;
  transition: 0s;
  overflow: hidden; }
  .button:before, .button:after {
    position: absolute;
    z-index: 1;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    content: ""; }
  .button span {
    position: relative;
    display: inline-block;
    z-index: 9;
    padding: 10px 30px;
    background: none;
    border: none;
    color: inherit;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.3;
    transition: 0.3s; }
  .btnstyle-default #page .button {
    border-right: 1px solid;
    border-left: 1px solid;
    border-color: #92CC92; }
    .btnstyle-default #page .button:before {
      top: 0;
      left: 0;
      border-top: 1px solid;
      transform-origin: 0% 0%; }
    .btnstyle-default #page .button:after {
      right: 0;
      bottom: 0;
      border-bottom: 1px solid;
      transform-origin: 100% 100%; }
    .btnstyle-default #page .button:before, .btnstyle-default #page .button:after {
      background: none;
      border-color: #92CC92;
      -webkit-transform: scaleX(0.7);
      -ms-transform: scaleX(0.7);
      transform: scaleX(0.7);
      transition: transform 0.3s cubic-bezier(0.61, -0.01, 0.69, 1.39); }
    .no-touch .btnstyle-default #page .button:hover:before, .no-touch .btnstyle-default #page .button:hover:after {
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1); }
  .btnstyle-slide #page .dark-scheme .button span {
    color: #363636; }
  .btnstyle-slide #page .light-scheme .button span {
    color: #FFF; }
  .btnstyle-slide #page .button:before, .btnstyle-slide #page .button:after {
    top: 0;
    left: -1px; }
  .btnstyle-slide #page .button:before {
    background: currentColor; }
  .btnstyle-slide #page .button:after {
    left: -20px;
    width: calc(100% + 40px);
    background: #92CC92;
    -webkit-transform: translateX(-100%) skew(-45deg);
    -ms-transform: translateX(-100%) skew(-45deg);
    transform: translateX(-100%) skew(-45deg);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.61, 0.91);
    will-change: transform; }
  .btnstyle-slide #page .button span {
    color: #FFF; }
  .no-touch .btnstyle-slide #page .button:hover:after {
    -webkit-transform: translateX(0) skew(-45deg);
    -ms-transform: translateX(0) skew(-45deg);
    transform: translateX(0) skew(-45deg); }

div.button {
  display: inline-block;
  padding: 0; }
  div.button input[type="submit"] {
    position: relative;
    z-index: 9;
    margin: 0 !important;
    padding: 10px 30px;
    background: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    line-height: 1.3;
    box-sizing: border-box;
    color: inherit;
    text-shadow: none; }
    .btnstyle-slide #page div.button input[type="submit"] {
      color: #FFF; }

/* Posts
   ========================================================================== */
.cat-links,
time.published {
  font-size: 11px;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 600; }

time.published {
  color: #92CC92; }

.post-title {
  line-height: 1.3; }
  .post-title a {
    color: inherit; }
    .no-touch .post-title a:hover {
      color: #92CC92; }

.post-like {
  font-size: 0; }
  .post-like .fav {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: left;
    cursor: pointer; }
    .post-like .fav:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f08a";
      line-height: 20px;
      font-size: 12px;
      font-size: 0.75rem; }
    .post-like .fav.liked {
      cursor: default; }
      .post-like .fav.liked:before {
        content: "\f004"; }
  .post-like .count {
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0.2em; }

#featured-slider + .container,
.featured-alternative-wrapper + .container {
  margin-top: 50px; }

.posts .post {
  margin-bottom: 50px; }
  .posts .post .post-container {
    position: relative; }
  .posts .post:last-of-type {
    margin-bottom: 0 !important; }
  .posts .post .post-title {
    font-size: 18px;
    font-size: 1.125rem; }
  .posts .post .post-content .post-header .cat-links {
    margin-bottom: 6px; }
  .posts .post .post-content .post-excerpt {
    margin-top: 12px; }
  .posts .post.sticky .sticky-icon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 50px;
    height: 50px;
    overflow: hidden;
    pointer-events: none; }
    .posts .post.sticky .sticky-icon:before {
      position: absolute;
      left: -45px;
      top: -45px;
      z-index: 9;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      display: block;
      width: 80px;
      height: 80px;
      background: #92CC92;
      content: ""; }
    .posts .post.sticky .sticky-icon:after {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 9;
      display: block;
      width: 28px;
      height: 30px;
      color: #FFF;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: 14px;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      line-height: 30px;
      text-align: center;
      content: "\f08d"; }
  .posts .post.format-gallery .gallery-img {
    position: relative;
    z-index: 1; }
    .posts .post.format-gallery .gallery-img ul {
      position: relative;
      z-index: 1;
      width: 100%;
      height: 100%;
      margin: 0;
      list-style: none; }
      .posts .post.format-gallery .gallery-img ul li {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover; }
    .posts .post.format-gallery .gallery-img .gallery-pagination {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 99;
      display: block;
      width: 30px;
      height: 30px;
      background: #FFF;
      border-radius: 50%;
      text-align: center;
      line-height: 30px;
      cursor: pointer; }
      .posts .post.format-gallery .gallery-img .gallery-pagination.prev {
        left: 10px; }
      .posts .post.format-gallery .gallery-img .gallery-pagination.next {
        right: 10px; }
.posts.dropcap-enabled .post .post-excerpt > p:first-child:first-letter {
  margin-right: 3px;
  font-size: 300%;
  line-height: 1;
  font-weight: bold;
  text-shadow: 3px 3px 0 rgba(146, 204, 146, 0.25); }
.posts.dropcap-enabled.layout-classic .post .post-excerpt > p:first-child {
  margin-top: -20px; }
.posts.dropcap-enabled.layout-list .post .post-excerpt > p:first-child:first-letter {
  float: left;
  margin: 2px 10px 0 0; }

.posts.card-style .post {
  background: #FFF;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.025); }
.posts.card-style.layout-list .post {
  margin-bottom: 50px; }
  .posts.card-style.layout-list .post .post-container {
    padding: 25px; }
.posts.card-style.layout-classic .post .featured-img,
.posts.card-style.layout-classic .post .fluid-width-video-wrapper,
.posts.card-style.layout-classic .post .wp-video-shortcode,
.posts.card-style.layout-classic .post iframe {
  margin-bottom: 0; }
.posts.card-style.layout-classic .post .post-content {
  padding: 25px 25px 33.3333333333px; }
.posts.card-style.layout-classic .post .post-content:first-child,
.posts.card-style.layout-classic .post .sticky-icon + .post-content {
  padding-top: 33.3333333333px; }

.posts[class*="layout-grid-"] {
  margin: 0 -15px; }
  .posts[class*="layout-grid-"] .post {
    position: relative;
    float: left;
    display: block;
    width: 100%;
    height: 360px;
    padding: 0 15px;
    margin-top: 30px;
    margin-bottom: 0;
    overflow: hidden; }
    .posts[class*="layout-grid-"] .post:first-of-type {
      margin-top: 0; }
    .posts[class*="layout-grid-"] .post .post-container,
    .posts[class*="layout-grid-"] .post .post-content {
      position: relative;
      z-index: 2;
      width: 100%;
      height: 100%; }
    .posts[class*="layout-grid-"] .post figure.featured-img {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      background-position: 50% 50%;
      background-size: cover; }
      .posts[class*="layout-grid-"] .post figure.featured-img img {
        display: none;
        opacity: 0; }
    .posts[class*="layout-grid-"] .post.format-gallery .gallery-img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .posts[class*="layout-grid-"] .post figure.featured-img a.post-link, .posts[class*="layout-grid-"] .post.format-gallery .gallery-img a.post-link {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 9;
      display: block;
      width: 100%;
      height: 100%; }
    .posts[class*="layout-grid-"] .post .grid-content {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 9;
      display: block;
      width: 70%;
      padding: 8px;
      text-align: center; }
      .posts[class*="layout-grid-"] .post .grid-content .post-content {
        position: relative;
        padding: 20px; }
        .posts[class*="layout-grid-"] .post .grid-content .post-content > * {
          position: relative;
          z-index: 9;
          display: block;
          text-align: center;
          width: 100%; }
        .posts[class*="layout-grid-"] .post .grid-content .post-content > *:not(.post-title) {
          position: absolute;
          left: 0;
          display: none;
          opacity: 0; }
        .posts[class*="layout-grid-"] .post .grid-content .post-content .cat-links {
          top: 20px;
          -webkit-transform: translateY(20px);
          -ms-transform: translateY(20px);
          transform: translateY(20px);
          padding: 0 10px; }
        .posts[class*="layout-grid-"] .post .grid-content .post-content .post-like {
          bottom: 20px;
          -webkit-transform: translateY(-20px);
          -ms-transform: translateY(-20px);
          transform: translateY(-20px); }
      .posts[class*="layout-grid-"] .post .grid-content:before {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 1;
        display: block;
        width: 100%;
        height: 100%;
        background: #FFF;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
        content: "";
        opacity: 0.95; }

.posts[class*="layout-classic-grid-"] {
  max-width: 420px; }
  .posts[class*="layout-classic-grid-"] .post {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 0;
    overflow: hidden; }
    .posts[class*="layout-classic-grid-"] .post:first-of-type {
      margin-top: 0; }
    .posts[class*="layout-classic-grid-"] .post figure.featured-img, .posts[class*="layout-classic-grid-"] .post.format-gallery .gallery-img {
      position: relative;
      width: 100%;
      height: 0;
      padding-top: 70%;
      margin-bottom: 20px;
      background-position: 50% 50%;
      background-size: cover; }
      .posts[class*="layout-classic-grid-"] .post figure.featured-img a, .posts[class*="layout-classic-grid-"] .post.format-gallery .gallery-img a {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        display: block;
        width: 100%;
        height: 100%; }
    .posts[class*="layout-classic-grid-"] .post.format-gallery .gallery-img ul {
      position: absolute;
      top: 0;
      z-index: 1; }
    .posts[class*="layout-classic-grid-"] .post .grid-content {
      position: relative;
      width: 100%;
      text-align: center; }
      .posts[class*="layout-classic-grid-"] .post .grid-content .post-content > * {
        position: relative;
        display: block;
        margin-bottom: 6px; }
        .posts[class*="layout-classic-grid-"] .post .grid-content .post-content > *:last-child {
          margin-bottom: 0; }

.posts[class*="layout-flip-grid-"] {
  max-width: 420px; }
  .posts[class*="layout-flip-grid-"] .post {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 0;
    -webkit-perspective: 1400; }
    .posts[class*="layout-flip-grid-"] .post:first-of-type {
      margin-top: 0; }
    .posts[class*="layout-flip-grid-"] .post .post-container {
      width: 100%;
      height: 0;
      padding-top: 70%;
      transform-style: preserve-3d;
      transition: transform 0.6s ease-out; }
    .no-touch .posts[class*="layout-flip-grid-"] .post.has-post-thumbnail:hover .post-container {
      -webkit-transform: rotateY(180deg);
      -ms-transform: rotateY(180deg);
      transform: rotateY(180deg); }
    .posts[class*="layout-flip-grid-"] .post figure.featured-img {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10;
      width: 100%;
      height: 100%;
      background-position: 50% 50%;
      background-size: cover; }
      .posts[class*="layout-flip-grid-"] .post figure.featured-img a {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        display: block;
        width: 100%;
        height: 100%; }
    .posts[class*="layout-flip-grid-"] .post .featured-img,
    .posts[class*="layout-flip-grid-"] .post .grid-content {
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      transform-style: preserve-3d; }
    .posts[class*="layout-flip-grid-"] .post .grid-content {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 9;
      width: 100%;
      height: 100%;
      text-align: center; }
      .posts[class*="layout-flip-grid-"] .post .grid-content:before {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 1;
        display: block;
        width: 100%;
        height: 100%;
        background: #92CC92;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
        content: "";
        opacity: 0.95; }
      .posts[class*="layout-flip-grid-"] .post .grid-content:after {
        position: absolute;
        top: 8px;
        left: 8px;
        z-index: 1;
        display: block;
        width: calc(100% - 16px);
        height: calc(100% - 16px);
        border: 1px solid #FFF;
        content: "";
        box-sizing: border-box;
        pointer-events: none; }
      .posts[class*="layout-flip-grid-"] .post .grid-content .post-content {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 9;
        width: 100%;
        padding: 30px; }
        .posts[class*="layout-flip-grid-"] .post .grid-content .post-content > * {
          position: relative;
          display: block;
          width: 100%;
          margin-bottom: 6px;
          color: #FFF; }
          .posts[class*="layout-flip-grid-"] .post .grid-content .post-content > *:last-child {
            margin-bottom: 0; }
        .posts[class*="layout-flip-grid-"] .post .grid-content .post-content .cat-links {
          margin-bottom: 30px; }
          .posts[class*="layout-flip-grid-"] .post .grid-content .post-content .cat-links a {
            color: inherit; }
        .posts[class*="layout-flip-grid-"] .post .grid-content .post-content .post-like {
          margin-top: 30px; }
        .no-touch .posts[class*="layout-flip-grid-"] .post .grid-content .post-content .post-title a:hover {
          color: inherit; }
    .posts[class*="layout-flip-grid-"] .post.has-post-thumbnail .grid-content {
      -webkit-transform: rotateY(180deg);
      -ms-transform: rotateY(180deg);
      transform: rotateY(180deg); }

.posts.layout-list .featured-img {
  margin-bottom: 24px; }
  .posts.layout-list .featured-img img {
    width: 100%; }
.posts.layout-list:not(.card-style) .post.sticky:not(.has-post-thumbnail) {
  background: #FFF;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.025); }
  .posts.layout-list:not(.card-style) .post.sticky:not(.has-post-thumbnail) .post-container {
    padding: 25px; }
.posts.layout-list .post.format-gallery .gallery-img ul {
  padding-top: 66.66%; }
  .posts.layout-list .post.format-gallery .gallery-img ul li {
    background-position: 50% 0%; }

.posts.layout-classic .featured-img,
.posts.layout-classic .post-excerpt,
.posts.layout-classic .mejs-audio {
  margin-bottom: 24px; }
.posts.layout-classic .post-content {
  text-align: center; }
.posts.layout-classic .post-excerpt {
  max-width: 650px; }
.posts.layout-classic .post.format-gallery .gallery-img ul {
  padding-top: 66.66%; }
  .posts.layout-classic .post.format-gallery .gallery-img ul li {
    background-position: 50% 0%; }

.post-footer {
  font-size: 0; }
  .post-footer > * {
    display: inline-block;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    line-height: 20px; }
    .post-footer > *:after {
      position: relative;
      padding: 0 20px;
      content: "|"; }
    .post-footer > *:last-child:after {
      display: none; }
    .post-footer > * a {
      color: inherit; }
  .post-footer .post-share .share-container {
    position: relative;
    display: inline-block;
    padding-bottom: 6px;
    margin-bottom: -6px;
    cursor: pointer; }
    .post-footer .post-share .share-container .share-icons {
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
      transform: translate(-50%, 100%);
      z-index: -1;
      width: auto;
      background: #363636;
      padding: 5px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.075);
      pointer-events: none;
      visibility: hidden;
      text-align: center;
      letter-spacing: 0;
      white-space: nowrap;
      opacity: 0;
      transition: all 0.3s; }
      .post-footer .post-share .share-container .share-icons a {
        margin: 0 12px;
        color: #FFF;
        line-height: 24px; }
      .post-footer .post-share .share-container .share-icons:before {
        position: absolute;
        top: -3px;
        left: 50%;
        -webkit-transform: translateX(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
        transform: translateX(-50%) rotate(45deg);
        background: #363636;
        content: "";
        display: block;
        width: 8px;
        height: 8px; }
    .post-footer .post-share .share-container:hover .share-icons {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      z-index: 9;
      will-change: opacity; }
  .post-footer .comments-link i {
    width: 20px; }
  .single .post .post-entry + .post-footer {
    margin-top: 50px; }

.posts.layout-classic .post-footer,
.single .post-footer {
  position: relative;
  display: inline-block; }
  .posts.layout-classic .post-footer:before, .posts.layout-classic .post-footer:after,
  .single .post-footer:before,
  .single .post-footer:after {
    position: absolute;
    top: 10px;
    display: block;
    width: 40px;
    height: 1px;
    background: #92CC92;
    content: ""; }
  .posts.layout-classic .post-footer:before,
  .single .post-footer:before {
    left: -55px; }
  .posts.layout-classic .post-footer:after,
  .single .post-footer:after {
    right: -55px; }

/* Post Navigation
   ========================================================================== */
.pagination {
  clear: both;
  padding: 70px 0 0;
  text-align: center; }
  .pagination .page-numbers {
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    line-height: 2;
    color: inherit; }
    .pagination .page-numbers.prev {
      margin-right: 50px; }
      .pagination .page-numbers.prev i.fa {
        margin-right: 12px;
        transition: transform 0.3s ease-out; }
      .no-touch .pagination .page-numbers.prev:hover i.fa {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px); }
    .pagination .page-numbers.next {
      margin-left: 50px; }
      .pagination .page-numbers.next i.fa {
        margin-left: 12px;
        transition: transform 0.3s ease-out; }
      .no-touch .pagination .page-numbers.next:hover i.fa {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px); }
  .pagination span.page-numbers {
    opacity: 0.3;
    pointer-events: none; }

/* Single Page/Post
   ========================================================================== */
.page-header {
  text-align: center;
  background: rgba(0, 0, 0, 0.035);
  padding: 50px 0;
  margin-bottom: 50px; }
  .page-header .container {
    max-width: 600px; }
  .page-header span {
    font-size: 11px;
    font-size: 0.6875rem;
    letter-spacing: 0.4em;
    text-transform: uppercase; }
  .page-header.large h1.page-title {
    font-size: 28px;
    font-size: 1.75rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: bold; }
    .page-header.large h1.page-title + * {
      margin-top: 10px; }
  .page-header.text-only {
    background: none;
    margin-bottom: 0 !important; }

.single .gallery-slider,
.page .gallery-slider {
  position: relative;
  z-index: 1; }
  .single .gallery-slider ul,
  .page .gallery-slider ul {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    margin: 0;
    list-style: none; }
    .single .gallery-slider ul li,
    .page .gallery-slider ul li {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: cover; }
  .single .gallery-slider .gallery-pagination,
  .page .gallery-slider .gallery-pagination {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
    display: block;
    width: 30px;
    height: 30px;
    background: #FFF;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    cursor: pointer; }
    .single .gallery-slider .gallery-pagination.prev,
    .page .gallery-slider .gallery-pagination.prev {
      left: 10px; }
    .single .gallery-slider .gallery-pagination.next,
    .page .gallery-slider .gallery-pagination.next {
      right: 10px; }
.single .top-featured-img-container,
.page .top-featured-img-container {
  position: relative;
  z-index: 1;
  height: 66vw;
  max-height: 550px;
  overflow: hidden; }
  .single .top-featured-img-container .featured-img,
  .page .top-featured-img-container .featured-img {
    width: 100%;
    height: 66vw;
    max-height: 550px;
    background-position: center;
    background-size: cover; }
    .single .top-featured-img-container .featured-img img,
    .page .top-featured-img-container .featured-img img {
      display: none;
      opacity: 0; }
  .single .top-featured-img-container .gallery-slider,
  .page .top-featured-img-container .gallery-slider {
    width: 100%;
    height: 66vw;
    max-height: 550px; }
  .single .top-featured-img-container + .container,
  .page .top-featured-img-container + .container {
    z-index: 9; }
.single #primary > article,
.page #primary > article {
  padding: 30px 25px 50px;
  margin-right: -25px;
  margin-left: -25px;
  background: #FFF;
  text-align: center; }
  .single #primary > article .post-header,
  .page #primary > article .post-header {
    margin-bottom: 24px; }
    .single #primary > article .post-header.hide-header,
    .page #primary > article .post-header.hide-header {
      display: none; }
    .single #primary > article .post-header .cat-links,
    .page #primary > article .post-header .cat-links {
      margin-bottom: 6px; }
  .single #primary > article .post-entry,
  .page #primary > article .post-entry {
    text-align: left; }
    .single #primary > article .post-entry > *:last-child,
    .page #primary > article .post-entry > *:last-child {
      margin-bottom: 0; }
    .single #primary > article .post-entry .page-links,
    .page #primary > article .post-entry .page-links {
      clear: both; }
      .single #primary > article .post-entry .page-links > *,
      .page #primary > article .post-entry .page-links > * {
        margin-right: 6px; }
  .single #primary > article > *:last-child,
  .page #primary > article > *:last-child {
    margin-bottom: 0; }
  .single #primary > article .gallery-slider,
  .page #primary > article .gallery-slider {
    margin-bottom: 24px; }
    .single #primary > article .gallery-slider ul,
    .page #primary > article .gallery-slider ul {
      padding-bottom: 66.66%; }

.single #primary .post .post-header.post-header-style-normal .featured-img,
.single #primary .post .post-header.post-header-style-normal .gallery-slider {
  margin-top: 24px; }

.post-tag-cloud {
  margin: 50px auto;
  clear: both;
  font-size: 0; }

.tagcloud a,
.wp-block-tag-cloud a {
  display: inline-block;
  padding: 6px 16px;
  margin: 0 4px 4px 0;
  background: #F3F3F3;
  border: none;
  color: inherit;
  font-size: 13px !important;
  font-size: 0.8125rem !important;
  letter-spacing: 0.05em;
  font-weight: bold; }
  .no-touch .tagcloud a:hover, .tagcloud a:focus,
  .no-touch .wp-block-tag-cloud a:hover,
  .wp-block-tag-cloud a:focus {
    background: #92CC92;
    color: #FFF;
    text-decoration: none; }

.post-navigation {
  padding: 33.3333333333px 25px;
  margin-bottom: 50px;
  margin-right: -25px;
  margin-left: -25px;
  background: #FFF;
  border-top: 4px solid rgba(0, 0, 0, 0.04);
  border-bottom: 4px solid rgba(0, 0, 0, 0.04); }
  .post-navigation .nav-links a {
    display: block;
    color: inherit; }
    .no-touch .post-navigation .nav-links a:hover .post-title {
      color: #92CC92; }
  .post-navigation .post-title {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    transition: color 0.3s; }
  .post-navigation .nav-previous + .nav-next {
    margin-top: 32px; }
  .post-navigation .meta-nav {
    display: inline-block;
    font-size: 13px;
    font-size: 0.8125rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 6px; }
    .post-navigation .meta-nav:before {
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      line-height: inherit; }
  .post-navigation .nav-previous .meta-nav:before {
    float: left;
    margin-right: 6px;
    content: "\f104"; }
  .post-navigation .nav-next .meta-nav:before {
    float: right;
    margin-left: 6px;
    content: "\f105"; }

.author-bio,
.related-posts,
.comments {
  margin-bottom: 50px; }

.author-bio .author-info h4,
.related-posts .related-posts-title,
.comments h2.comments-title,
.comment-respond h3.comment-reply-title {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.4em;
  text-transform: uppercase; }

.author-photo {
  width: 150px; }
  .author-photo img {
    border-radius: 50%; }

.author-bio {
  margin-top: 50px;
  text-align: left;
  clear: both; }
  .author-bio .author-bio-inner {
    width: 100%;
    clear: both; }
  .author-bio .author-info {
    width: 100%;
    text-align: center; }
    .author-bio .author-info h4 a {
      color: inherit; }
      .no-touch .author-bio .author-info h4 a:hover {
        color: #92CC92; }
    .author-bio .author-info h4 + p {
      margin-top: 24px; }
    .author-bio .author-info p {
      font-size: 14px;
      font-size: 0.875rem;
      text-align: left; }
    .author-bio .author-info > *:last-child {
      margin-bottom: 0; }

.related-posts .related-posts-title {
  margin-bottom: 24px; }
.related-posts .related-posts-container {
  margin: 0 -10px; }
  .related-posts .related-posts-container .related-post {
    padding: 0 10px;
    text-align: center; }
    .related-posts .related-posts-container .related-post .featured-image {
      margin-bottom: 12px; }
      .related-posts .related-posts-container .related-post .featured-image img {
        width: 100%; }
    .related-posts .related-posts-container .related-post .post-title {
      font-size: 16px;
      font-size: 1rem;
      letter-spacing: 0.05em; }
    .related-posts .related-posts-container .related-post time {
      font-size: 11px;
      font-size: 0.6875rem; }
  .related-posts .related-posts-container .related-post + .related-post {
    margin-top: 20px; }

.comments .comments-title {
  margin-bottom: 24px; }
.comments ol.comment-list {
  margin: 0 auto;
  border-bottom: 1px solid #EBEBEB;
  list-style: none; }
  .comments ol.comment-list ol.children {
    margin: 24px 0 0 50px; }
  .comments ol.comment-list li:not(.depth-1):last-of-type {
    padding-bottom: 0; }
  .comments ol.comment-list li.comment, .comments ol.comment-list li.pingback, .comments ol.comment-list li.trackback {
    position: relative;
    padding: 24px 0;
    border-top: 1px solid #EBEBEB;
    overflow: hidden; }
  .comments ol.comment-list li:last-child {
    margin-bottom: 0 !important; }
  .comments ol.comment-list li.comment .comment-body {
    position: relative;
    padding-left: 50px; }
  .comments ol.comment-list li.bypostauthor > article .comment-author .fn:after {
    display: none; }
  .comments ol.comment-list li .comment-author {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.2em;
    text-transform: uppercase; }
    .comments ol.comment-list li .comment-author.vcard img {
      position: absolute;
      top: 0;
      left: 0;
      width: 40px;
      height: 40px;
      border-radius: 50%; }
    .comments ol.comment-list li .comment-author a {
      color: inherit; }
    .comments ol.comment-list li .comment-author b {
      font-weight: normal; }
  .comments ol.comment-list li .comment-metadata {
    font-size: 11px;
    font-size: 0.6875rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: bold; }
  .comments ol.comment-list li a.comment-edit-link {
    margin-left: 5px;
    font-size: 0; }
    .comments ol.comment-list li a.comment-edit-link:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: 12px;
      font-size: 0.75rem;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f040"; }
  .comments ol.comment-list li .comment-content {
    font-size: 13px;
    font-size: 0.8125rem; }
    .comments ol.comment-list li .comment-content p {
      margin: 12px 0; }
  .comments ol.comment-list li a.comment-reply-link {
    display: inline-block;
    padding: 5px 10px 5px 12px;
    background: #EBEBEB;
    color: inherit;
    font-size: 11px;
    font-size: 0.6875rem;
    text-transform: uppercase;
    letter-spacing: 0.2em; }
    .no-touch .comments ol.comment-list li a.comment-reply-link:hover {
      background: #92CC92;
      color: #FFF; }
.comments .navigation {
  margin-top: 24px; }
  .comments .navigation .nav-links {
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.2em; }
    .comments .navigation .nav-links .nav-previous {
      float: right; }
    .comments .navigation .nav-links a {
      color: inherit; }
    .comments .navigation .nav-links > * a:before {
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      line-height: inherit; }
    .comments .navigation .nav-links .nav-previous a:before {
      float: right;
      margin-left: 6px;
      content: "\f105"; }
    .comments .navigation .nav-links .nav-next a:before {
      float: left;
      margin-right: 6px;
      content: "\f104"; }
.comments > * + .comment-respond {
  margin-top: 50px; }
.comments .comment-respond h3.comment-reply-title {
  margin-bottom: 24px;
  font-size: 16px;
  font-size: 1rem; }
.comments .comment-respond form.comment-form label {
  display: block;
  margin-bottom: 0;
  line-height: 2; }
.comments .comment-respond form.comment-form .comment-form-cookies-consent {
  clear: both; }
  .comments .comment-respond form.comment-form .comment-form-cookies-consent label {
    display: inline; }
.comments .comment-respond form.comment-form textarea {
  height: 125px; }
.comments .comment-respond form.comment-form p.form-submit {
  margin-bottom: 0; }
.comments .comment-body + .comment-respond {
  margin-top: 24px;
  padding: 30px;
  background: #FFF;
  border: 1px solid #EEE; }
  .comments .comment-body + .comment-respond .comment-reply-title small {
    font-weight: 800;
    letter-spacing: 0.15em; }

.page #primary > article + * {
  margin-top: 50px; }

/* Category Archive
   ========================================================================== */
.archive.category .page-header.with-bg {
  position: relative;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #FFF;
  overflow: hidden; }
  .archive.category .page-header.with-bg .page-header-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
	height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed; }
    .touch .archive.category .page-header.with-bg .page-header-bg {
      background-attachment: scroll; }
  .archive.category .page-header.with-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    content: ""; }
  .archive.category .page-header.with-bg .container {
    z-index: 3; }
.archive.category .page-header.hide-term-title span {
  display: none; }
.archive.category .berry-subcat .cat {
  position: relative;
  min-height: 235px;
  margin-bottom: 24px;
  background-color: rgba(146, 204, 146, 0.3);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center; }
.archive.category .berry-subcat a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  color: inherit; }
  .archive.category .berry-subcat a span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    max-width: calc(100% - 60px);
    padding: 12px 24px;
    background: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.5;
    letter-spacing: 0.2em;
    text-transform: uppercase; }
    .archive.category .berry-subcat a span:before {
      position: absolute;
      top: 3px;
      left: 3px;
      display: block;
      background: transparent;
      border: 1px solid;
      width: calc(100% - 8px);
      height: calc(100% - 8px);
      content: ""; }

/* Tag Archive
   ========================================================================== */
.archive.tag .page-header.hide-term-title span {
  display: none; }

/* Author Archive
   ========================================================================== */
.archive.author .page-header .container > span {
  display: none; }
.archive.author .page-header .container .author-photo {
  margin-bottom: 24px; }
.archive.author .page-header .container .page-title {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.4em;
  text-transform: uppercase; }
.archive.author .page-header .container .author-bio {
  max-width: 700px;
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center; }
  .archive.author .page-header .container .author-bio > *:last-child {
    margin-bottom: 0; }

/* Search Results
   ========================================================================== */
.search-results .posts.layout-list > *:not(.navigation) {
  margin-bottom: 50px; }
  .search-results .posts.layout-list > *:not(.navigation):last-child {
    margin-bottom: 0; }
.search-results .posts.layout-list .post:last-of-type {
  margin-bottom: 50px !important; }
.search-results .posts.layout-list .navigation.pagination {
  padding-top: 20px; }
.search-results .posts.layout-list .page .post-content .post-excerpt,
.search-results .posts.layout-list .product .post-content .post-excerpt {
  margin-top: 12px; }

/* Page 404
   ========================================================================== */
.post.error404 {
  padding: 50px 20px;
  background: #FFF;
  text-align: center; }
  .post.error404 .post-header .post-title {
    font-size: 100px;
    font-size: 6.25rem;
    line-height: 1;
    letter-spacing: 0.05em; }
  .post.error404 .post-entry .search input {
    width: 350px;
    text-align: center; }

/* Site Footer
   ========================================================================== */
.site-footer {
  position: relative;
  z-index: 9; }
  .site-footer .container {
    max-width: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .site-footer .footer-row {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    overflow: hidden; }
  .site-footer .footer-col {
    width: 100%;
    padding: 0 16px; }
  .site-footer .back-to-top {
    padding: 15px 20px;
    text-align: center; }
    .site-footer .back-to-top span {
      font-size: 12px;
      font-size: 0.75rem;
      letter-spacing: 0.4em;
      text-transform: uppercase;
      line-height: 1;
      cursor: pointer; }
    .site-footer .back-to-top.dark-scheme {
      background: #363636;
      color: #FFF; }
    .site-footer .back-to-top.light-scheme {
      background: #FFF;
      color: #363636; }

/* Single Attachment & Sign Up Page */
.single-attachment .entry,
#signup-content {
  text-align: center; }

/**
 * EasyRecipe - Style Fixes & Tweaks
 */
.ERComment {
  margin-bottom: 24px !important; }
  .ERComment .ERRateBG {
    margin: 5px; }
  .ERComment .ERRateStars {
    margin-left: 0; }

.ERRatingComment .ERRatingCommentInner {
  margin-left: 0; }

.vce-row-content {
  max-width: 100%; }

@media screen and (max-width: 380px) {
  .featured-slider .slider-wrapper {
    height: 80vw; }

  .posts.layout-classic .post-footer:before, .posts.layout-classic .post-footer:after,
  .single .post-footer:before,
  .single .post-footer:after {
    width: 25px; }
  .posts.layout-classic .post-footer:before,
  .single .post-footer:before {
    left: -35px; }
  .posts.layout-classic .post-footer:after,
  .single .post-footer:after {
    right: -35px; }

  .posts.layout-classic.card-style .post-footer:before, .posts.layout-classic.card-style .post-footer:after {
    display: none; }

  .posts[class*="layout-flip-grid-"] .post .grid-content .post-content .cat-links,
  .posts[class*="layout-flip-grid-"] .post .grid-content .post-content .post-like {
    display: none; } }
@media screen and (min-width: 500px) {
  .featured-slider .slider-wrapper li .slide-content {
    width: 60%; }

  .posts[class*="layout-grid-"] .post .grid-content {
    width: 60%; }

  .posts.layout-list .featured-img {
    float: left;
    width: 45%;
    padding-right: 30px;
    margin-bottom: 0; }
  .posts.layout-list .post.format-gallery .gallery-img .gallery-pagination.next {
    right: 40px; }
  .posts.layout-list .featured-img + .post-content {
    float: left;
    width: 55%; }
  .posts.layout-list.card-style .featured-img {
    width: 48%; }
  .posts.layout-list.card-style .featured-img + .post-content {
    width: 52%; }

  .single .top-featured-img-container + .container #primary > article,
  .page .top-featured-img-container + .container #primary > article {
    margin-top: -60px; }
  .single .site-header.logo-nav + .site-content > .container:first-child,
  .single .site-header.bottom-space + .site-content > .container:first-child,
  .page .site-header.logo-nav + .site-content > .container:first-child,
  .page .site-header.bottom-space + .site-content > .container:first-child {
    margin-top: 50px; }
  .single #primary > article,
  .page #primary > article {
    padding: 50px 40px;
    margin-right: 0;
    margin-left: 0; }
    .single #primary > article .post-header,
    .page #primary > article .post-header {
      margin-bottom: 50px; }
  .single .post-navigation,
  .page .post-navigation {
    padding-right: 40px;
    padding-left: 40px;
    margin-right: 0;
    margin-left: 0; }
    .single .post-navigation .nav-links > *,
    .page .post-navigation .nav-links > * {
      float: left;
      width: 48%; }
    .single .post-navigation .nav-previous + .nav-next,
    .page .post-navigation .nav-previous + .nav-next {
      margin-top: 0; }
    .single .post-navigation .nav-next,
    .page .post-navigation .nav-next {
      float: right;
      text-align: right; }

  .single #primary > article .post-header.post-header-style-normal {
    margin-bottom: 24px; }

  .author-bio .author-bio-inner {
    display: table; }
  .author-bio .author-photo {
    float: left;
    margin-right: 24px; }
  .author-bio .author-info {
    display: table-cell;
    vertical-align: middle;
    text-align: left; }

  .related-posts .related-posts-container .related-post {
    float: left;
    width: 33.33%; }
  .related-posts .related-posts-container .related-post + .related-post {
    margin-top: 0; }

  .comments ol.comment-list ol.children {
    margin-left: 100px; }
  .comments ol.comment-list li.comment .comment-body {
    padding-left: 100px; }
  .comments ol.comment-list li .comment-author.vcard img {
    width: 80px;
    height: 80px; }
  .comments ol.comment-list li a.comment-reply-link {
    position: absolute;
    top: 0;
    right: 0; } }
@media screen and (min-width: 737px) {
  .site-header .site-branding {
    padding: 50px 0; }

  #featured-slider + .container,
  .featured-alternative-wrapper + .container {
    margin-top: 70px; }

  .posts .post {
    margin-bottom: 70px; }

  .pagination .page-numbers {
    font-size: 16px;
    font-size: 1rem; }

  .featured-slider .slider-wrapper li .slide-content .post-content > .post-title,
  .posts .post .post-title {
    font-size: 24px;
    font-size: 1.5rem; }

  .single .top-featured-img-container + .container #primary > article,
  .page .top-featured-img-container + .container #primary > article {
    margin-top: -120px; }

  .page-header.large {
    padding: 130px 0; }
    .page-header.large .container {
      display: inline-block; }
      .page-header.large .container:before, .page-header.large .container:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block;
        width: 100px;
        height: 1px;
        background: currentColor;
        content: ""; }
      .page-header.large .container:before {
        left: -120px; }
      .page-header.large .container:after {
        right: -120px; }
    .page-header.large h1.page-title {
      font-size: 66px;
      font-size: 4.125rem; }
    .page-header.large span,
    .page-header.large p {
      font-size: 18px;
      font-size: 1.125rem; }

  .site-footer .container {
    padding: 40px 25px; }
  .site-footer .footer-row {
    display: table;
    table-layout: fixed; }
  .site-footer .footer-col {
    display: table-cell;
    vertical-align: middle; }
    .site-footer .footer-col.col-one-half {
      width: 50%; }
    .site-footer .footer-col.col-one-third {
      width: 33.3%; }
    .site-footer .footer-col.col-one-half:first-child, .site-footer .footer-col.col-one-third:first-child {
      padding-left: 0; }
    .site-footer .footer-col.col-one-half:last-child, .site-footer .footer-col.col-one-third:last-child {
      padding-right: 0; }

  .archive.category .berry-subcat {
    margin: 0 -15px;
    font-size: 0;
    text-align: center; }
    .archive.category .berry-subcat .cat {
      display: inline-block;
      width: calc(50% - 30px);
      max-width: 420px;
      margin: 0 15px 24px; } }
@media screen and (min-width: 769px) {
  .no-touch .featured-slider:not(.no-hover-state) .slider-wrapper li .slide-content:hover:before {
    height: 100%;
    opacity: 0.95;
    will-change: height, opacity; }
  .no-touch .featured-slider:not(.no-hover-state) .slider-wrapper li .slide-content:hover:after {
    height: 100%;
    will-change: height; }
  .no-touch .featured-slider:not(.no-hover-state) .slider-wrapper li .slide-content:hover .post-content > * {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 0.15s; }
  .no-touch .featured-slider:not(.no-hover-state) .slider-wrapper li .slide-content:hover .post-content > .post-title,
  .no-touch .featured-slider:not(.no-hover-state) .slider-wrapper li .slide-content:hover .post-content > .published {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    transition-delay: 0s; }
  .no-touch .featured-slider:not(.no-hover-state) .slider-wrapper li .slide-content:hover .post-content:after {
    height: 100%;
    opacity: 1;
    will-change: height, opacity; }
  .no-touch .featured-slider:not(.no-hover-state) .slider-wrapper li .slide-content:hover .post-content > .post-title:nth-child(1) {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
    .no-touch .featured-slider:not(.no-hover-state) .slider-wrapper li .slide-content:hover .post-content > .post-title:nth-child(1) + .published {
      -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
      transform: translateY(-30px); }
    .no-touch .featured-slider:not(.no-hover-state) .slider-wrapper li .slide-content:hover .post-content > .post-title:nth-child(1) ~ .more-btn {
      -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
      transform: translateY(-15px); }
  .featured-slider .slider-wrapper {
    height: calc(100vh - 45px);
    max-height: 600px; }
    .featured-slider .slider-wrapper li .slide-content .post-content > .post-title {
      font-size: 36px;
      font-size: 2.25rem; }
    .no-touch .featured-slider .slider-wrapper li .slide-content .post-content {
      padding: 150px 50px; }
      .no-touch .featured-slider .slider-wrapper li .slide-content .post-content > *:not(.post-title) {
        display: block;
        transition: all 0.3s; }
      .no-touch .featured-slider .slider-wrapper li .slide-content .post-content > .post-title {
        transition: transform 0.3s; }
      .no-touch .featured-slider .slider-wrapper li .slide-content .post-content:after {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 1;
        display: block;
        width: 100%;
        height: calc(100% - 200px);
        border: 1px solid;
        content: "";
        transition: all 0.3s;
        opacity: 0; }
    .no-touch .featured-slider .slider-wrapper li .slide-content:before {
      height: calc(100% - 200px);
      opacity: 0.85;
      transition: opacity 0.3s, height 0.3s; }

  .featured-boxes .container {
    max-width: 1120px; }
  .featured-boxes .boxes-container {
    margin: 0 -15px; }
  .featured-boxes .featured-box {
    float: left;
    width: calc(33.33% - 30px);
    margin: 0 15px;
    margin-top: 50px; }
  .featured-boxes .featured-box:nth-child(-n+3) {
    margin-top: 0; }

  .posts[class*="layout-grid-"].layout-grid-2col .post {
    width: 50%; }
    .posts[class*="layout-grid-"].layout-grid-2col .post:nth-of-type(2) {
      margin-top: 0; }
  .posts[class*="layout-grid-"].layout-grid-3col .post {
    width: 33.3%; }
    .posts[class*="layout-grid-"].layout-grid-3col .post:nth-of-type(-n+3) {
      margin-top: 0; }
    .posts[class*="layout-grid-"].layout-grid-3col .post .grid-content .post-content > .post-title {
      font-size: 18px;
      font-size: 1.125rem; }
  .posts[class*="layout-grid-"]:not(.layout-grid-1col) .post .grid-content {
    width: 70%; }
  .no-touch .posts[class*="layout-grid-"] .post .grid-content .post-content {
    padding: 100px 24px; }
    .no-touch .posts[class*="layout-grid-"] .post .grid-content .post-content > *:not(.post-title) {
      display: block;
      transition: all 0.3s; }
    .no-touch .posts[class*="layout-grid-"] .post .grid-content .post-content > .post-title {
      transition: transform 0.3s; }
    .no-touch .posts[class*="layout-grid-"] .post .grid-content .post-content:after {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 1;
      display: block;
      width: 100%;
      height: calc(100% - 160px);
      border: 1px solid;
      content: "";
      transition: all 0.3s;
      opacity: 0; }
  .no-touch .posts[class*="layout-grid-"] .post .grid-content:before {
    height: calc(100% - 160px);
    opacity: 0.85;
    transition: opacity 0.3s, height 0.3s;
    will-change: height, opacity; }
  .no-touch .posts[class*="layout-grid-"] .post .grid-content:hover:before {
    height: 100%;
    opacity: 0.95; }
  .no-touch .posts[class*="layout-grid-"] .post .grid-content:hover:after {
    height: 100%;
    will-change: height; }
  .no-touch .posts[class*="layout-grid-"] .post .grid-content:hover .post-content > * {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 0.15s; }
  .no-touch .posts[class*="layout-grid-"] .post .grid-content:hover .post-content > .post-title,
  .no-touch .posts[class*="layout-grid-"] .post .grid-content:hover .post-content > .published {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    transition-delay: 0s; }
  .no-touch .posts[class*="layout-grid-"] .post .grid-content:hover .post-content:after {
    height: 100%;
    opacity: 1;
    will-change: height, opacity; }

  .posts[class*="layout-classic-grid-"],
  .posts[class*="layout-flip-grid-"] {
    max-width: none;
    margin: 0 -15px; }
    .posts[class*="layout-classic-grid-"] .post,
    .posts[class*="layout-flip-grid-"] .post {
      float: left;
      padding: 0 15px; }

  .posts.layout-classic-grid-2col .post {
    width: 50%; }
    .posts.layout-classic-grid-2col .post:nth-of-type(2) {
      margin-top: 0; }
    .posts.layout-classic-grid-2col .post:nth-of-type(2n+1) {
      clear: left; }

  .posts.layout-classic-grid-3col .post {
    width: 33.3%; }
    .posts.layout-classic-grid-3col .post:nth-of-type(-n+3) {
      margin-top: 0; }
    .posts.layout-classic-grid-3col .post .grid-content .post-content .post-title {
      font-size: 18px;
      font-size: 1.125rem; }
    .posts.layout-classic-grid-3col .post:nth-of-type(3n+1) {
      clear: left; }

  .posts.layout-flip-grid-2col .post {
    width: 50%; }
    .posts.layout-flip-grid-2col .post:nth-of-type(2) {
      margin-top: 0; }

  .posts.layout-flip-grid-3col .post {
    width: 33.3%; }
    .posts.layout-flip-grid-3col .post:nth-of-type(-n+3) {
      margin-top: 0; }
    .posts.layout-flip-grid-3col .post .grid-content .post-content .post-title {
      font-size: 18px;
      font-size: 1.125rem; }
    .posts.layout-flip-grid-3col .post .grid-content .post-content .cat-links,
    .posts.layout-flip-grid-3col .post .grid-content .post-content .post-like {
      display: none; }

  .site-content[class*="with-sidebar-"] #primary .posts[class*="layout-grid-"].layout-grid-2col .post .post-title {
    font-size: 20px;
    font-size: 1.25rem; }

  .posts.layout-classic .post-title {
    font-size: 28px;
    font-size: 1.75rem; }

  .site-content:not([class*="with-sidebar-"]) .posts.layout-list .featured-img {
    width: 320px; }
  .site-content:not([class*="with-sidebar-"]) .posts.layout-list .post-content {
    width: calc(100% - 320px); } }
@media screen and (min-width: 980px) {
  #primary {
    padding-bottom: 100px; }

  #featured-slider + .container,
  .featured-alternative-wrapper + .container,
  .single .post-navigation + .related-posts {
    margin-top: 100px; }

  .pagination {
    padding-top: 100px; }

  .page-header,
  .posts .post,
  .author-bio,
  .related-posts,
  .comments {
    margin-bottom: 100px; }

  .no-touch .featured-slider.featured-carousel:not(.no-hover-state) .slider-wrapper li .slide-content .post-content {
    padding: 100px 24px; }
    .no-touch .featured-slider.featured-carousel:not(.no-hover-state) .slider-wrapper li .slide-content .post-content:after {
      height: calc(100% - 140px); }
  .no-touch .featured-slider.featured-carousel:not(.no-hover-state) .slider-wrapper li .slide-content:before {
    height: calc(100% - 140px); }
  .no-touch .featured-slider.featured-carousel:not(.no-hover-state) .slider-wrapper li .slide-content:hover:before {
    height: 100%; }
  .no-touch .featured-slider.featured-carousel:not(.no-hover-state) .slider-wrapper li .slide-content:hover .post-content:after {
    height: 100%; }
  .featured-slider.featured-carousel .slider-wrapper {
    margin-left: 5px;
    height: 400px; }
    .featured-slider.featured-carousel .slider-wrapper li {
      margin-right: 5px; }
      .featured-slider.featured-carousel .slider-wrapper li .slide-content {
        width: 65%; }
        .featured-slider.featured-carousel .slider-wrapper li .slide-content .post-content > .post-title {
          font-size: 20px;
          font-size: 1.25rem; }
        .featured-slider.featured-carousel .slider-wrapper li .slide-content .post-content .cat-links {
          top: 20px; }
        .featured-slider.featured-carousel .slider-wrapper li .slide-content .post-content .more-btn {
          bottom: 15px; }
  .featured-slider.featured-carousel.featured-2col li {
    width: calc(50% - 5px); }
  .featured-slider.featured-carousel.featured-3col li {
    width: calc(33.33% - 5px); }

  .site-content[class*="with-sidebar-"] #primary {
    float: left;
    width: calc(100% - 350px); }
  .site-content[class*="with-sidebar-"] #secondary {
    float: left;
    width: 300px; }
  .site-content.with-sidebar-left #primary {
    float: right; }
  .site-content.with-sidebar-right #secondary {
    float: right; }

  .hide-branding .site-content[class*="with-sidebar-"] .container:first-child #secondary {
    margin-top: 25px; }

  .single .top-featured-img-container + .container .sidebar,
  .page .top-featured-img-container + .container .sidebar {
    margin-top: 90px; }

  .site-content:not([class*="with-sidebar-"]) .posts.layout-flip-grid-3col .post .grid-content .post-content .cat-links,
  .site-content:not([class*="with-sidebar-"]) .posts.layout-flip-grid-3col .post .grid-content .post-content .post-like {
    display: block; }

  .archive.category .berry-subcat .cat {
    width: calc(33.33% - 30px); }

  .search-results .posts.layout-list > *:not(.navigation) {
    margin-bottom: 100px; }
    .search-results .posts.layout-list > *:not(.navigation):last-child {
      margin-bottom: 0; }
  .search-results .posts.layout-list .post:last-of-type {
    margin-bottom: 100px !important; }
  .search-results .posts.layout-list .navigation.pagination {
    padding-top: 0; } }
@media screen and (min-width: 1025px) {
  .featured-slider .slider-wrapper {
    max-height: 660px; }
  .featured-slider .slider-pagination {
    width: 40px;
    height: 40px;
    line-height: 40px;
    opacity: 0;
    transition: opacity 0.3s; }
    .featured-slider .slider-pagination.prev {
      left: 25px; }
    .featured-slider .slider-pagination.next {
      right: 25px; }
  .no-touch .featured-slider .container:hover .slider-pagination {
    opacity: 1; }

  .post.format-gallery .gallery-img .gallery-pagination {
    opacity: 0;
    transition: opacity 0.3s; }
  .no-touch .post.format-gallery .post-container:hover .gallery-img .gallery-pagination {
    opacity: 1; }

  .single .top-featured-img-container .gallery-slider .gallery-pagination.prev {
    left: 25px; }
  .single .top-featured-img-container .gallery-slider .gallery-pagination.next {
    right: 25px; } }
/* ==========================================================================
   7.0 Widgets
   ========================================================================== */
.widget {
  margin: 40px 0;
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem; }
  .widget p {
    font-size: inherit;
    margin-bottom: 12px; }
  .widget p:last-child {
    margin-bottom: 0; }
  .widget select {
    display: block;
    margin: 0 auto; }
  .widget div.button {
    color: inherit; }
  .sidebar .widget.widget_calendar {
    padding: 6px 6px 12px; }
    .sidebar .widget.widget_calendar .widget-title {
      margin-top: 29px;
      margin-bottom: 0; }
  .widget.widget_calendar table#wp-calendar {
    margin-bottom: 0;
    border: none; }
    .widget.widget_calendar table#wp-calendar th,
    .widget.widget_calendar table#wp-calendar td {
      padding: 5px;
      text-align: center;
      border: none; }
    .widget.widget_calendar table#wp-calendar th {
      background: rgba(0, 0, 0, 0.03); }
    .widget.widget_calendar table#wp-calendar td {
      font-size: 12px;
      font-size: 0.75rem; }
  .widget.widget_categories ul li a, .widget.widget_archive ul li a, .widget.widget_nav_menu ul li a, .widget.widget_meta ul li a, .widget.widget_pages ul li a, .widget.widget_rss ul li a {
    color: inherit; }
  .widget.widget_search form {
    position: relative;
    text-align: left; }
    .widget.widget_search form input[type="search"] {
      padding-right: 36px; }
    .widget.widget_search form button.search-submit {
      position: absolute;
      top: 0;
      right: 0;
      width: 36px;
      background: none;
      border: none;
      text-align: center; }
      .widget.widget_search form button.search-submit:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 11px;
        font-size: 0.6875rem;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f002";
        line-height: 36px; }
  .widget.widget_rss .widget-title a {
    color: inherit; }
  .widget.widget_rss .widget-title .rsswidget:first-child .rss-widget-icon {
    display: none; }
  .widget.widget_rss .widget-title .rsswidget:first-child:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f09e"; }
  .widget.widget_rss ul li a.rsswidget {
    font-size: 16px;
    font-size: 1rem;
    margin-right: 5px; }
  .widget.widget_rss ul li .rss-date {
    color: #92CC92;
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.2em; }
  .widget.widget_rss ul li .rssSummary {
    margin-top: 6px; }
    .widget.widget_rss ul li .rssSummary + cite {
      display: block;
      margin-top: 6px; }
  .widget.widget_tag_cloud {
    font-size: 0; }
    .widget.widget_tag_cloud .tagcloud {
      text-align: left; }
      .widget.widget_tag_cloud .tagcloud a {
        padding: 4px 10px;
        font-size: 12px !important;
        font-size: 0.75rem !important;
        font-weight: normal; }
  .widget[class*="widget_recent_"] ul li {
    text-align: left;
    letter-spacing: 0.05em;
    line-height: 1.35; }
    .widget[class*="widget_recent_"] ul li a {
      display: block !important;
      font-size: 14px;
      font-size: 0.875rem;
      color: inherit; }
    .widget[class*="widget_recent_"] ul li .post-date,
    .widget[class*="widget_recent_"] ul li .comment-author-link {
      color: #92CC92; }
    .widget[class*="widget_recent_"] ul li .post-date {
      font-size: 10px;
      font-size: 0.625rem;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 0.2em; }
    .widget[class*="widget_recent_"] ul li .comment-author-link {
      font-weight: bold; }
  .widget.widget_recent_comments ul li a {
    display: inline !important;
    font-size: 13px;
    font-size: 0.8125rem; }
  .widget.widget_media_gallery .gallery {
    display: inline-block;
    margin-bottom: 0; }
    .widget.widget_media_gallery .gallery .wp-caption-text {
      display: none; }
  .widget.widget_media_image .wp-caption {
    margin: 0 auto; }
    .widget.widget_media_image .wp-caption .wp-caption-text {
      position: relative;
      top: 0;
      left: 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      width: auto;
      height: auto;
      padding: 0;
      margin-top: 10px;
      max-height: none;
      background: none;
      box-shadow: none;
      opacity: 1; }
      .widget.widget_media_image .wp-caption .wp-caption-text:before, .widget.widget_media_image .wp-caption .wp-caption-text:after {
        display: none; }
  .widget.widget_media_video iframe,
  .widget.widget_media_video .wp-video-shortcode {
    margin: 0 auto; }
  .widget.berry-widget_recent_entries ul li {
    display: table;
    width: 100%;
    clear: both; }
    .widget.berry-widget_recent_entries ul li .thumbnail {
      float: left;
      width: 90px; }
      .widget.berry-widget_recent_entries ul li .thumbnail img {
        display: block; }
      .widget.berry-widget_recent_entries ul li .thumbnail + .recent-entry {
        padding-left: 12px; }
    .widget.berry-widget_recent_entries ul li .recent-entry {
      display: table-cell;
      width: 100%;
      vertical-align: middle; }
  .widget.berry-widget_recent_comments ul li {
    display: table;
    width: 100%;
    font-size: 13px;
    font-size: 0.8125rem;
    clear: both; }
    .widget.berry-widget_recent_comments ul li .comment-author.vcard {
      float: left;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      overflow: hidden; }
      .widget.berry-widget_recent_comments ul li .comment-author.vcard img {
        display: block; }
      .widget.berry-widget_recent_comments ul li .comment-author.vcard + .recent-comment {
        padding-left: 12px; }
    .widget.berry-widget_recent_comments ul li .recent-comment {
      display: table-cell;
      width: 100%;
      vertical-align: middle; }
    .widget.berry-widget_recent_comments ul li a {
      margin-top: 6px !important; }
  .widget.berry-widget_social .socialwidget ul {
    list-style: none;
    margin: 0; }
    .widget.berry-widget_social .socialwidget ul li {
      display: inline-block; }
  .widget.berry-widget_social .socialwidget a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: inherit; }
  .widget.berry-widget_aboutme .profile-img {
    display: block;
    margin-bottom: 24px; }
  .widget.berry-widget_aboutme .profile.rounded .profile-img {
    border-radius: 50%; }
  .widget.widget_mc4wp_form_widget form input {
    text-align: inherit; }
    .widget.widget_mc4wp_form_widget form input[type="email"] + .button {
      margin-top: 12px; }
  .widget.widget_mc4wp_form_widget p:last-of-type {
    margin-bottom: 0; }
  .widget.widget_mc4wp_form_widget p + input[type="email"],
  .widget.widget_mc4wp_form_widget .mc4wp-response > * {
    margin-top: 12px; }
  .widget.berry-widget_instagram ul {
    width: 100%;
    margin: 0;
    list-style: none; }
    .widget.berry-widget_instagram ul li {
      float: left;
      display: block; }
      .widget.berry-widget_instagram ul li a {
        display: block; }
      .widget.berry-widget_instagram ul li .feed-bg {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 100%;
        background-size: cover;
        background-position: center;
        transition: opacity 0.3s;
        will-change: opacity; }
      .no-touch .widget.berry-widget_instagram ul li a:hover .feed-bg {
        opacity: 0.7; }

.widget-title {
  position: relative;
  display: inline-block;
  margin-bottom: 24px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-transform: uppercase; }
  .widget-title:before, .widget-title:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 40px;
    height: 1px;
    background: #92CC92;
    content: ""; }
  .widget-title:before {
    left: -55px; }
  .widget-title:after {
    right: -55px; }

.site-footer #berry-instagram-feed {
  position: relative;
  margin: 0; }
  .site-footer #berry-instagram-feed .widget-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99;
    padding: 12px 24px;
    margin-bottom: 0;
    background: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    color: #222; }
    .site-footer #berry-instagram-feed .widget-title:before, .site-footer #berry-instagram-feed .widget-title:after {
      display: none; }
    .site-footer #berry-instagram-feed .widget-title:before {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 3px;
      z-index: 1;
      display: block;
      background: transparent;
      border: 1px solid #000;
      width: calc(100% - 8px);
      height: calc(100% - 8px);
      content: "";
      pointer-events: none; }
    .site-footer #berry-instagram-feed .widget-title a {
      position: relative;
      z-index: 2;
      padding: 10px 0;
      color: inherit; }
  .site-footer #berry-instagram-feed ul li {
    width: 25%;
    margin: 0; }
    .site-footer #berry-instagram-feed ul li:nth-child(4n+1) {
      clear: left; }

.sidebar .widget {
  position: relative;
  padding: 35px 30px;
  background: #FFF; }
  .sidebar .widget:before {
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 1;
    display: block;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    border: 1px solid;
    content: "";
    box-sizing: border-box;
    pointer-events: none; }
  .sidebar .widget:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid;
    content: "";
    opacity: 0.1;
    box-sizing: border-box;
    pointer-events: none; }
  .sidebar .widget:first-child {
    margin-top: 0; }
  .sidebar .widget:last-child {
    margin-bottom: 80px; }
  .sidebar .widget ul {
    list-style: none;
    margin: 0; }
    .sidebar .widget ul li {
      padding-bottom: 12px;
      margin-bottom: 12px;
      border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
      text-align: left;
      font-size: 13px;
      font-size: 0.8125rem; }
      .sidebar .widget ul li:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none; }
    .sidebar .widget ul ul {
      margin-top: 6px;
      margin-left: 20px;
      list-style: disc; }
      .sidebar .widget ul ul li {
        padding-bottom: 0;
        margin-bottom: 6px;
        border: none; }
  .sidebar .widget.widget_text ol li {
    text-align: left; }
  .sidebar .widget.widget_text ul {
    margin: 0 0 24px 24px;
    list-style: disc; }
    .sidebar .widget.widget_text ul li {
      padding-bottom: 0;
      margin-bottom: 0;
      border: none;
      text-align: left; }
  .sidebar .widget.widget_text .textwidget > *:last-child {
    margin-bottom: 0; }
  .sidebar .widget.berry-widget_recent_entries ul li, .sidebar .widget.berry-widget_recent_comments ul li {
    border-bottom: none; }
  .sidebar .widget.berry-widget_social .socialwidget ul li {
    padding: 0;
    margin: 0 auto;
    border: none;
    text-align: center; }
  .sidebar .widget.berry-widget_instagram ul {
    margin: 0 -2px; }
    .sidebar .widget.berry-widget_instagram ul li {
      width: 33.33%;
      padding: 0 2px;
      margin: 4px 0 0;
      border: none; }
      .sidebar .widget.berry-widget_instagram ul li:nth-child(-n+3) {
        margin-top: 0; }
  .sidebar .widget.berry-widget_ad, .sidebar .widget.berry-widget_cat {
    padding: 0;
    background: transparent !important; }
    .sidebar .widget.berry-widget_ad a,
    .sidebar .widget.berry-widget_ad img, .sidebar .widget.berry-widget_cat a,
    .sidebar .widget.berry-widget_cat img {
      display: block; }
    .sidebar .widget.berry-widget_ad:before, .sidebar .widget.berry-widget_ad:after, .sidebar .widget.berry-widget_cat:before, .sidebar .widget.berry-widget_cat:after {
      display: none; }
  .sidebar .widget.berry-widget_cat .cat {
    margin-bottom: 24px;
    background-color: rgba(146, 204, 146, 0.3);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; }
    .sidebar .widget.berry-widget_cat .cat a {
      padding: 100px 30px;
      color: inherit; }
      .sidebar .widget.berry-widget_cat .cat a span {
        position: relative;
        display: inline-block;
        padding: 12px 24px;
        background: #FFF;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
        font-size: 10px;
        font-size: 0.625rem;
        line-height: 1.5;
        letter-spacing: 0.2em;
        text-transform: uppercase; }
        .sidebar .widget.berry-widget_cat .cat a span:before {
          position: absolute;
          top: 3px;
          left: 3px;
          display: block;
          background: transparent;
          border: 1px solid;
          width: calc(100% - 8px);
          height: calc(100% - 8px);
          content: ""; }
  .sidebar .widget.widget_mc4wp_form_widget .button,
  .sidebar .widget.widget_mc4wp_form_widget input[type="submit"] {
    width: 100%; }
  .btnstyle-default #page .sidebar .widget.widget_mc4wp_form_widget .button:before, .btnstyle-default #page .sidebar .widget.widget_mc4wp_form_widget .button:after {
    -webkit-transform: scaleX(0.85);
    -ms-transform: scaleX(0.85);
    transform: scaleX(0.85); }
  .no-touch .btnstyle-default #page .sidebar .widget.widget_mc4wp_form_widget .button:hover:before, .no-touch .btnstyle-default #page .sidebar .widget.widget_mc4wp_form_widget .button:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1); }
  .sidebar .widget .widget-title {
    max-width: calc(100% - 110px); }
.sidebar.no-border .widget:before, .sidebar.no-border .widget:after {
  display: none; }
.sidebar.no-padding .widget {
  padding: 0; }

.post-entry .mc4wp-form input[type="email"] {
  margin-bottom: 5px;
  width: 100%; }
.post-entry .mc4wp-form .mc4wp-form-fields > *:not(:last-child) {
  margin-bottom: 12px; }

@media screen and (max-width: 380px) {
  .sidebar .widget.berry-widget_facebook {
    padding: 35px 10px; } }
@media screen and (min-width: 500px) {
  .post-entry .mc4wp-form input[type="email"] {
    float: left;
    margin-right: 5px;
    margin-bottom: 0;
    max-width: 70%; } }
@media screen and (min-width: 737px) {
  .footer-col.align-left .widget {
    text-align: left; }
  .footer-col.align-right .widget {
    text-align: right; }

  .footer-col .widget.berry-widget_social a {
    width: auto; }
  .footer-col.align-left .widget.berry-widget_social a {
    margin: 0 30px 0 0; }
  .footer-col.align-center .widget.berry-widget_social a {
    margin: 0 15px; }
  .footer-col.align-right .widget.berry-widget_social a {
    margin: 0 0 0 30px; }

  .site-footer #berry-instagram-feed ul li {
    width: 12.5%; }
    .site-footer #berry-instagram-feed ul li:nth-child(4n+1) {
      clear: none; } }
/* ==========================================================================
   8.0 Forms
   ========================================================================== */
::-webkit-input-placeholder {
  color: currentColor;
  opacity: 0.5; }

:-moz-placeholder {
  color: currentColor;
  opacity: 0.5; }

:-ms-input-placeholder {
  color: currentColor;
  opacity: 0.5; }

form * {
  outline: 0; }
form ul {
  position: relative;
  margin: 0 auto;
  list-style: none; }
  form ul > li > label {
    display: block;
    margin-bottom: 0;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2; }
form li fieldset {
  padding: 0;
  margin: 0;
  border: none; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="file"],
input[type="password"],
input[type="number"],
input[type="date"],
input[type="search"],
input[type="tel"],
textarea {
  width: 100%;
  height: 36px;
  padding: 5px 10px;
  background: #EBEBEB;
  border: none;
  -webkit-appearance: none !important;
  -webkit-border-radius: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2;
  opacity: 0.5;
  transition: opacity 0.3s; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="file"]:focus,
  input[type="password"]:focus,
  input[type="number"]:focus,
  input[type="date"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  textarea:focus {
    opacity: 1;
    outline: 0; }

textarea {
  min-height: 125px;
  resize: vertical; }

input[type="submit"] {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  background: none;
  border: none;
  background: none;
  border: none;
  color: inherit;
  font-size: 13px;
  font-size: 0.8125rem;
  transition: all 0.3s; }

select {
  height: 32px;
  padding: 2px;
  background-color: #FFF;
  border: 1px solid #DDD;
  box-shadow: none;
  color: inherit;
  outline: 0;
  line-height: 32px;
  vertical-align: middle;
  font-size: 12px !important;
  font-size: 0.75rem !important;
  letter-spacing: 0.05em;
  text-transform: none;
  -webkit-font-smoothing: subpixel-antialiased; }

form.post-password-form p {
  text-align: center; }
form.post-password-form label {
  position: relative;
  z-index: 9;
  display: inline-block;
  width: 210px;
  padding-left: 10px;
  height: 34px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 34px;
  text-align: left;
  vertical-align: bottom; }
  form.post-password-form label input[type="password"] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 34px;
    padding: 0 0 0 80px;
    line-height: 34px; }
form.post-password-form .button {
  vertical-align: bottom; }
form.post-password-form input[type="submit"] {
  width: 100%; }

/* Contact Form 7 */
div.wpcf7-response-output {
  margin: 0; }

.wpcf7 .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0; }

/* ==========================================================================
   9.0 Media
   ========================================================================== */
.site .avatar {
  border-radius: 50%; }

.post-entry .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border: none; }
.post-entry a img,
.comment-content a img,
.textwidget a img {
  display: block; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
  margin-bottom: 24px;
  max-width: 100%;
  vertical-align: middle; }
  p > embed, p >
  iframe, p >
  object, p >
  video {
    margin-bottom: 0; }

.fluid-width-video-wrapper {
  margin-bottom: 24px; }
  .fluid-width-video-wrapper iframe {
    margin-bottom: 0; }

.wp-embed-responsive .wp-block-embed.is-type-video[class*="wp-embed-aspect-"] .wp-block-embed__wrapper:before {
  display: none; }

.wp-video-shortcode {
  margin-bottom: 24px; }

#page .wp-playlist {
  margin: 0 0 24px;
  padding-bottom: 0; }
  #page .wp-playlist .wp-playlist-tracks {
    margin-top: 0; }

.wp-playlist-item .wp-playlist-caption {
  padding: 12px 0;
  margin-left: 0;
  color: inherit !important; }

.wp-playlist-item .wp-playlist-item-length {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

/**
 * Captions
 */
.wp-caption {
  margin: 24px 0;
  max-width: 100%;
  clear: both; }
  .wp-caption.aligncenter {
    text-align: center; }

.wp-caption-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  overflow: hidden;
  width: auto;
  max-height: 50%;
  padding: 12px;
  background: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  line-height: 1.5;
  opacity: 0;
  transition: opacity 0.3s; }
  .wp-caption-text span {
    position: relative;
    z-index: 1; }
  .wp-caption-text:before {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 12px;
    background: #FFF;
    content: "";
    pointer-events: none; }
  .wp-caption-text:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
    display: block;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border: 1px solid #000;
    content: "";
    pointer-events: none; }
  .no-touch .wp-caption:hover .wp-caption-text, .no-touch .gallery .gallery-item:hover .wp-caption-text {
    opacity: 1; }
  .gallery.gallery-size-thumbnail .wp-caption-text {
    width: 80%; }

img[class*="wp-image-"] {
  display: block; }

/**
 * Galleries
 */
.gallery {
  margin: 0 -2px 24px; }
  .gallery .gallery-item {
    float: left;
    display: inline-block;
    max-width: 33.33%;
    text-align: center;
    vertical-align: top; }
    .gallery .gallery-item .gallery-icon {
      font-size: 0;
      padding: 0 2px 4px; }
      .gallery .gallery-item .gallery-icon a {
        transition: 0s; }
      .gallery .gallery-item .gallery-icon img {
        margin: 0 auto; }
  .gallery.gallery-columns-1 .gallery-item {
    max-width: 100%; }
  .gallery.gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery.gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery.gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery.gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery.gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery.gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery.gallery-columns-9 .gallery-item {
    max-width: 11.11%; }
  .gallery.gallery-columns-1 .gallery-item, .gallery.gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery.gallery-columns-3 .gallery-item:nth-child(3n+1), .gallery.gallery-columns-4 .gallery-item:nth-child(4n+1), .gallery.gallery-columns-5 .gallery-item:nth-child(5n+1), .gallery.gallery-columns-6 .gallery-item:nth-child(6n+1), .gallery.gallery-columns-7 .gallery-item:nth-child(7n+1), .gallery.gallery-columns-8 .gallery-item:nth-child(8n+1), .gallery.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left; }

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

@media screen and (max-width: 380px) {
  .gallery:not(.gallery-columns-1) .gallery-item .gallery-caption {
    display: none; } }
/* ==========================================================================
   10.0 Gutenberg Blocks
   ========================================================================== */
/**
 * Gutenberg Heading Font Size
 */
.post-entry .has-small-font-size {
  font-size: .8125em; }
.post-entry .has-normal-font-size,
.post-entry .has-regular-font-size {
  font-size: 1em; }
.post-entry .has-medium-font-size {
  font-size: 1.25em; }
.post-entry .has-large-font-size {
  font-size: 2.25em; }
.post-entry .has-huge-font-size,
.post-entry .has-larger-font-size {
  font-size: 2.625em; }

/* Gutenberg Drop Cap
   ========================================================================== */
.post-entry .has-drop-cap:first-letter {
  margin-top: 0.2em !important;
  font-size: 350% !important; }

.has-drop-cap:not(:focus):after {
  position: relative;
  display: block;
  content: "";
  clear: both; }

/* Gutenberg Blockquote & Pullquote
   ========================================================================== */
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  padding: 50px 0;
  margin: 0 auto; }
  .wp-block-quote.is-large p,
  .wp-block-quote.is-style-large p {
    font-size: 28px;
    font-size: 1.75rem; }
  .wp-block-quote.is-large cite,
  .wp-block-quote.is-large footer,
  .wp-block-quote.is-style-large cite,
  .wp-block-quote.is-style-large footer {
    text-align: center; }

.wp-block-pullquote {
  margin: 50px 0;
  border-top: 4px solid;
  border-bottom: 4px solid; }
  .wp-block-pullquote blockquote {
    padding: 0;
    margin: 0 auto; }
  .wp-block-pullquote blockquote:after {
    display: none; }

/* Gutenberg Button
   ========================================================================== */
.wp-block-button {
  margin-bottom: 24px; }

.no-touch .post-entry .wp-block-button__link:hover, .no-touch .post-entry
.wp-block-file__button:hover {
  text-decoration: none; }

/* Gutenberg Audio
   ========================================================================== */
.wp-block-audio {
  margin-bottom: 24px; }
  .wp-block-audio figcaption {
    text-align: center; }

/* Gutenberg Video
   ========================================================================== */
.wp-block-video {
  margin-bottom: 24px; }
  .wp-block-video video,
  .wp-block-video figcaption {
    margin-bottom: 0; }
  .wp-block-video figcaption {
    text-align: center; }

/* Gutenberg Gallery
   ========================================================================== */
.wp-block-gallery {
  margin: 0 0 24px; }

@media screen and (min-width: 980px) {
  .site-content[class*="with-sidebar-"] .wp-block-gallery.columns-8 .blocks-gallery-item figcaption {
    display: none; } }
/* Gutenberg Image
   ========================================================================== */
.wp-block-image .alignleft {
  margin-right: 24px; }
.wp-block-image .alignright {
  margin-left: 24px; }
.wp-block-image .aligncenter, .wp-block-image.alignnone {
  clear: both; }
.wp-block-image figcaption {
  text-align: center; }

/* Gutenberg Group
   ========================================================================== */
.wp-block-group {
  margin-bottom: 24px; }
  .wp-block-group.has-background {
    padding: 30px; }
  .wp-block-group.alignfull {
    padding: 30px 0; }
    .wp-block-group.alignfull .wp-block-group__inner-container {
      max-width: 1140px;
      padding: 0 50px; }

.wp-block-group__inner-container > *:last-child {
  margin-bottom: 0; }

/* Gutenberg Cover
   ========================================================================== */
.wp-block-cover,
.wp-block-cover-image {
  padding: 0;
  margin-bottom: 24px;
  color: #fff; }
  .wp-block-cover .wp-block-cover-image-text,
  .wp-block-cover .wp-block-cover-text,
  .wp-block-cover h2,
  .wp-block-cover .wp-block-cover__inner-container,
  .wp-block-cover-image .wp-block-cover-image-text,
  .wp-block-cover-image .wp-block-cover-text,
  .wp-block-cover-image h2,
  .wp-block-cover-image .wp-block-cover__inner-container {
    width: 100%;
    max-width: 860px;
    padding: 24px; }
  .wp-block-cover .wp-block-cover__inner-container > *:last-child,
  .wp-block-cover-image .wp-block-cover__inner-container > *:last-child {
    margin-bottom: 0; }

.wp-block-column .wp-block-cover {
  height: auto; }

/* Gutenberg Media & Text
   ========================================================================== */
.wp-block-media-text {
  margin-bottom: 24px; }

.wp-block-media-text__content > *:first-child {
  margin-top: 24px; }

/* Gutenberg Widgets
   ========================================================================== */
#page .wp-block-latest-posts,
#page .wp-block-categories,
#page .wp-block-archives,
#page .wp-block-latest-comments {
  margin-right: 0;
  margin-left: 0;
  list-style: none; }
  #page .wp-block-latest-posts a,
  #page .wp-block-categories a,
  #page .wp-block-archives a,
  #page .wp-block-latest-comments a {
    padding-bottom: 0;
    border-bottom: none;
    font-weight: 600;
    text-decoration: none; }
  #page .wp-block-latest-posts li,
  #page .wp-block-categories li,
  #page .wp-block-archives li,
  #page .wp-block-latest-comments li {
    padding: 0; }
    #page .wp-block-latest-posts li a,
    #page .wp-block-categories li a,
    #page .wp-block-archives li a,
    #page .wp-block-latest-comments li a {
      display: inline-block;
      padding: 4px 0; }
      .no-touch #page .wp-block-latest-posts li a:hover,
      .no-touch #page .wp-block-categories li a:hover,
      .no-touch #page .wp-block-archives li a:hover,
      .no-touch #page .wp-block-latest-comments li a:hover {
        color: inherit; }
    #page .wp-block-latest-posts li:before,
    #page .wp-block-categories li:before,
    #page .wp-block-archives li:before,
    #page .wp-block-latest-comments li:before {
      display: none; }

.wp-block-latest-posts li {
  margin-bottom: 24px; }
.wp-block-latest-posts .wp-block-latest-posts__post-date,
.wp-block-latest-posts .wp-block-latest-posts__post-excerpt {
  margin-top: 5px; }
#page .wp-block-latest-posts li a {
  padding: 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2; }
#page .wp-block-latest-posts .wp-block-latest-posts__post-excerpt a {
  font-size: inherit; }

.wp-block-categories,
.wp-block-archives {
  margin-bottom: 24px; }

.wp-block-categories .children {
  margin-left: 20px;
  font-size: 14px;
  font-size: 0.875rem; }

.wp-block-tag-cloud {
  font-size: 0; }

.wp-block-calendar {
  margin-bottom: 24px; }
  .wp-block-calendar a {
    text-decoration: none; }
  .wp-block-calendar table#wp-calendar {
    margin-bottom: 0;
    border: none;
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem; }
    .wp-block-calendar table#wp-calendar th,
    .wp-block-calendar table#wp-calendar td {
      padding: 5px;
      border: none;
      font-size: 12px;
      font-size: 0.75rem; }
    .wp-block-calendar table#wp-calendar th {
      background: rgba(0, 0, 0, 0.03);
      font-weight: bold;
      text-align: center; }
    .wp-block-calendar table#wp-calendar tfoot a {
      color: #92CC92; }
  .wp-block-calendar .wp-calendar-nav {
    font-size: 12px;
    font-size: 0.75rem; }
    .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-prev,
    .wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next {
      display: inline-block;
      width: 42%;
      text-align: center; }
    .wp-block-calendar .wp-calendar-nav .pad {
      display: inline-block;
      width: 6%; }

.wp-block-search {
  position: relative;
  margin: 0 0 24px;
  max-width: 360px; }
  .wp-block-search input[type="search"] {
    max-width: 360px; }
  .wp-block-search .wp-block-search__button {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 36px;
    height: 36px;
    background: none;
    border: none;
    box-shadow: none;
    text-align: center;
    font-size: 0;
    line-height: 36px; }
    .wp-block-search .wp-block-search__button:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 11px;
      font-size: 0.6875rem;
      line-height: 36px;
      content: "\f002"; }

.wp-block-rss {
  margin: 0 0 24px;
  list-style: none !important; }
  .wp-block-rss .wp-block-rss__item {
    padding: 0 0 12px;
    margin-bottom: 12px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1); }
    .wp-block-rss .wp-block-rss__item:last-child {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: none; }
  .wp-block-rss .wp-block-rss__item-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5; }
    .wp-block-rss .wp-block-rss__item-title a:not(:hover) {
      color: inherit; }
    .no-touch .wp-block-rss .wp-block-rss__item-title a:hover {
      text-decoration: none; }
  .wp-block-rss .wp-block-rss__item-publish-date,
  .wp-block-rss .wp-block-rss__item-author {
    display: inline-block;
    font-size: 11px;
    font-size: 0.6875rem;
    color: #92CC92;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.05em; }
  .wp-block-rss .wp-block-rss__item-publish-date + .wp-block-rss__item-author:before {
    margin-right: 8px;
    content: ","; }
  .wp-block-rss .wp-block-rss__item-excerpt {
    font-size: 13px;
    font-size: 0.8125rem; }

.wp-block-verse {
  padding: 0 24px;
  background: none;
  border: 0; }

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

.wp-block-table {
  margin-bottom: 24px; }
  .wp-block-table table {
    margin-bottom: 0; }
  .wp-block-table.is-style-stripes table {
    border-top: none;
    border-right: none;
    border-left: none; }

.wp-social-link {
  margin-left: 0; }

.wp-block-social-links.is-style-logos-only .wp-social-link a {
  padding: 0; }

.has-text-align-center {
  clear: both; }

/* Gutenberg New Alignment
   ========================================================================== */
.post-entry > .alignfull,
.post-entry > .alignwide {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 24px 0;
  width: 100vw;
  clear: both; }

.post-entry > .alignfull {
  max-width: 100vw; }
  .post-entry > .alignfull.wp-block-cover.has-parallax {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-left: -50vw; }

.post-entry > .alignwide {
  max-width: 1120px; }
  .post-entry > .alignwide.wp-block-cover.has-parallax {
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-left: -25px; }

/* Gutenberg Columns
   ========================================================================== */
.wp-block-columns {
  margin-bottom: 0 !important; }
  .wp-block-columns.alignwide, .wp-block-columns.alignfull {
    padding-right: 25px;
    padding-left: 25px; }
  .wp-block-columns .wp-block-column {
    margin-bottom: 24px; }
    .wp-block-columns .wp-block-column > *:last-child {
      margin-bottom: 0; }
  .wp-block-columns.has-background {
    padding-top: 24px;
    padding-bottom: 0;
    margin-bottom: 24px !important; }

@media screen and (min-width: 500px) {
  .post-entry > .alignwide {
    width: calc(100vw - 50px); }

  .post-entry > .wp-block-cover.has-parallax.alignwide {
    margin-left: -40px; }

  .wp-block-cover.has-left-content .wp-block-cover-image-text,
  .wp-block-cover.has-left-content .wp-block-cover-text,
  .wp-block-cover.has-left-content h2,
  .wp-block-cover-image.has-left-content .wp-block-cover-image-text,
  .wp-block-cover-image.has-left-content .wp-block-cover-text,
  .wp-block-cover-image.has-left-content h2 {
    margin: auto; }
  .wp-block-cover:not(.alignleft):not(.alignright) .wp-block-cover-image-text,
  .wp-block-cover:not(.alignleft):not(.alignright) .wp-block-cover-text,
  .wp-block-cover:not(.alignleft):not(.alignright) h2,
  .wp-block-cover-image:not(.alignleft):not(.alignright) .wp-block-cover-image-text,
  .wp-block-cover-image:not(.alignleft):not(.alignright) .wp-block-cover-text,
  .wp-block-cover-image:not(.alignleft):not(.alignright) h2 {
    font-size: 40px;
    font-size: 2.5rem; }

  .wp-block-columns.alignwide {
    padding-right: 40px;
    padding-left: 40px; }
  .wp-block-columns.alignfull {
    padding-right: 65px;
    padding-left: 65px; } }
@media (min-width: 600px) {
  .wp-block-columns {
    flex-wrap: nowrap; } }
@media screen and (min-width: 980px) {
  .site-content[class*="with-sidebar"] .post-entry > *.alignfull,
  .site-content[class*="with-sidebar"] .post-entry > *.alignwide {
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: auto; }
    .site-content[class*="with-sidebar"] .post-entry > *.alignfull.wp-block-cover.has-parallax,
    .site-content[class*="with-sidebar"] .post-entry > *.alignwide.wp-block-cover.has-parallax {
      margin-left: 0; }
  .site-content[class*="with-sidebar"] .post-entry .wp-block-columns.alignwide, .site-content[class*="with-sidebar"] .post-entry .wp-block-columns.alignfull {
    padding-right: 0;
    padding-left: 0; }

  .site-content:not([class*="with-sidebar"]) .post-entry .wp-block-columns.alignfull {
    width: calc(100% + 80px);
    padding-right: 25px;
    padding-left: 25px; } }
@media screen and (min-width: 1025px) {
  .wp-block-group.has-background {
    padding: 50px 30px; }
  .wp-block-group.alignfull {
    padding: 80px 0; } }
/* ==========================================================================
   11.0 WooCommerce
   ========================================================================== */
/* Button Style Tweaking
   ========================================================================== */
.woocommerce .site-content .button,
.woocommerce .site-content button.button {
  margin-top: 0;
  background: none;
  border-radius: 0;
  color: inherit;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.3;
  font-weight: normal; }
  .no-touch .woocommerce .site-content .button:hover,
  .no-touch .woocommerce .site-content button.button:hover {
    color: inherit; }
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  padding: 10px 30px;
  background: none;
  border: none;
  border-radius: 0;
  color: inherit;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 1.3; }
  .woocommerce #respond input#submit span,
  .woocommerce a.button span,
  .woocommerce button.button span,
  .woocommerce input.button span {
    padding: 0; }
  .woocommerce #respond input#submit.alt, .woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit:hover,
  .woocommerce a.button.alt,
  .woocommerce a.button.alt:hover,
  .woocommerce a.button:hover,
  .woocommerce button.button.alt,
  .woocommerce button.button.alt:hover,
  .woocommerce button.button:hover,
  .woocommerce input.button.alt,
  .woocommerce input.button.alt:hover,
  .woocommerce input.button:hover {
    background: none;
    color: #363636; }
  .woocommerce #respond input#submit.loading,
  .woocommerce a.button.loading,
  .woocommerce button.button.loading,
  .woocommerce input.button.loading {
    padding-right: 30px; }
    .woocommerce #respond input#submit.loading:after,
    .woocommerce a.button.loading:after,
    .woocommerce button.button.loading:after,
    .woocommerce input.button.loading:after {
      animation: none;
      top: 0; }
.woocommerce button.button.disabled {
  padding: 10px 30px; }
.woocommerce.btnstyle-default button.button.disabled, .woocommerce.btnstyle-default button.button.disabled:hover {
  background: none;
  color: inherit; }
.woocommerce div.button input[type="submit"] {
  padding: 10px 30px !important; }
.woocommerce .wc-proceed-to-checkout .button span {
  font-size: 20px;
  font-size: 1.25rem; }
.woocommerce .checkout_coupon input[type="submit"].button {
  border: none !important;
  background: #363636;
  color: #FFF; }
  .no-touch .woocommerce .checkout_coupon input[type="submit"].button:hover {
    background: #92CC92; }

.btnstyle-slide.woocommerce #respond input#submit,
.btnstyle-slide.woocommerce a.button,
.btnstyle-slide.woocommerce button.button span,
.btnstyle-slide.woocommerce input.button,
.btnstyle-slide.woocommerce-page #respond input#submit,
.btnstyle-slide.woocommerce-page a.button,
.btnstyle-slide.woocommerce-page button.button span,
.btnstyle-slide.woocommerce-page input.button {
  color: #FFF; }
.btnstyle-slide.woocommerce.single-product a.button,
.btnstyle-slide.woocommerce.single-product button.button,
.btnstyle-slide.woocommerce.single-product input.button,
.btnstyle-slide.woocommerce-page.single-product a.button,
.btnstyle-slide.woocommerce-page.single-product button.button,
.btnstyle-slide.woocommerce-page.single-product input.button {
  color: inherit; }
.btnstyle-slide.woocommerce.woocommerce-orders .button.view,
.btnstyle-slide.woocommerce-page.woocommerce-orders .button.view {
  color: inherit; }
.btnstyle-slide.woocommerce .button,
.btnstyle-slide.woocommerce-page .button {
  overflow: hidden; }

.btnstyle-default.woocommerce #page .button input[type="submit"].button,
.btnstyle-default.woocommerce-page #page .button input[type="submit"].button {
  border: none; }

ul.products li.product .added_to_cart.wc-forward {
  z-index: 9; }
  ul.products li.product .added_to_cart.wc-forward:before, ul.products li.product .added_to_cart.wc-forward:after {
    position: absolute;
    z-index: 1;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    content: ""; }
  .btnstyle-default.woocommerce ul.products li.product .added_to_cart.wc-forward {
    border-right: 1px solid;
    border-left: 1px solid;
    border-color: #92CC92; }
    .btnstyle-default.woocommerce ul.products li.product .added_to_cart.wc-forward:before {
      top: 0;
      left: 0;
      border-top: 1px solid;
      transform-origin: 0% 0%; }
    .btnstyle-default.woocommerce ul.products li.product .added_to_cart.wc-forward:after {
      right: 0;
      bottom: 0;
      border-bottom: 1px solid;
      transform-origin: 100% 100%; }
    .btnstyle-default.woocommerce ul.products li.product .added_to_cart.wc-forward:before, .btnstyle-default.woocommerce ul.products li.product .added_to_cart.wc-forward:after {
      background: none;
      border-color: #92CC92;
      -webkit-transform: scaleX(0.7);
      -ms-transform: scaleX(0.7);
      transform: scaleX(0.7);
      transition: transform 0.3s cubic-bezier(0.61, -0.01, 0.69, 1.39); }
    .no-touch .btnstyle-default.woocommerce ul.products li.product .added_to_cart.wc-forward:hover:before, .no-touch .btnstyle-default.woocommerce ul.products li.product .added_to_cart.wc-forward:hover:after {
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1); }
  .btnstyle-slide.woocommerce ul.products li.product .added_to_cart.wc-forward {
    overflow: hidden;
    color: #FFF; }
    .btnstyle-slide.woocommerce ul.products li.product .added_to_cart.wc-forward:before, .btnstyle-slide.woocommerce ul.products li.product .added_to_cart.wc-forward:after {
      z-index: -1;
      top: 0;
      left: -1px; }
    .btnstyle-slide.woocommerce ul.products li.product .added_to_cart.wc-forward:before {
      background: #363636; }
    .btnstyle-slide.woocommerce ul.products li.product .added_to_cart.wc-forward:after {
      left: -20px;
      width: calc(100% + 40px);
      background: #92CC92;
      -webkit-transform: translateX(-100%) skew(-45deg);
      -ms-transform: translateX(-100%) skew(-45deg);
      transform: translateX(-100%) skew(-45deg);
      transition: transform 0.3s cubic-bezier(0.4, 0, 0.61, 0.91);
      will-change: transform; }
    .no-touch .btnstyle-slide.woocommerce ul.products li.product .added_to_cart.wc-forward:hover:after {
      -webkit-transform: translateX(0) skew(-45deg);
      -ms-transform: translateX(0) skew(-45deg);
      transform: translateX(0) skew(-45deg); }

.wc-variation-selection-needed {
  height: 36px; }

/**
 * Store Notice Style Tweaking
 */
.woocommerce-store-notice,
p.demo_store {
  background: #212121;
  padding: 1em;
  line-height: 26px; }
  .woocommerce-store-notice a.woocommerce-store-notice__dismiss-link,
  p.demo_store a.woocommerce-store-notice__dismiss-link {
    display: inline-block;
    background: #FFF;
    padding: 0 10px;
    color: #000;
    text-decoration: none;
    font-size: 9px;
    font-size: 0.5625rem;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase; }
    .no-touch .woocommerce-store-notice a.woocommerce-store-notice__dismiss-link:hover,
    .no-touch p.demo_store a.woocommerce-store-notice__dismiss-link:hover {
      opacity: 0.7; }

/**
 * Products List Color Tweaking
 */
.post-entry ul.products li {
  color: #363636; }

/**
 * Quantity
 */
.woocommerce .quantity .qty {
  width: 60px; }

/**
 * Star Rating
 */
.woocommerce .star-rating {
  width: 7em;
  height: 2em;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.4em;
  line-height: 2; }

/* Info Boxes
   ========================================================================== */
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 24px;
  background: #FFF;
  border: 1px solid #EBEBEB; }
  .woocommerce-error:before,
  .woocommerce-info:before,
  .woocommerce-message:before {
    display: none; }
  .woocommerce-error a,
  .woocommerce-info a,
  .woocommerce-message a {
    float: right; }

/* Form
   ========================================================================== */
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  padding: 0;
  border: none;
  border-radius: 0; }
.woocommerce form .form-row .required {
  color: inherit; }

.select2-container--default .select2-selection--single {
  background: #EBEBEB;
  border-radius: 0;
  opacity: 0.5;
  height: 36px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  padding: 5px 10px;
  border: none; }
  .select2-container--default .select2-selection--single:focus {
    opacity: 1; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #EBEBEB;
  color: inherit; }
.select2-container--default .select2-search--dropdown .select2-search__field {
  background: #FFF; }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0; }

.select2-container--open .select2-dropdown--below {
  border: none;
  border-radius: 0; }

/* Shopping Cart Icon in Menu Bar
   ========================================================================== */
.site-header #nav-bar #site-header-cart {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  display: block;
  height: 100%; }
  .site-header #nav-bar #site-header-cart .cart-contents {
    position: relative;
    display: block;
    width: 30px;
    height: 20px;
    margin-top: 10px;
    color: inherit; }
    .site-header #nav-bar #site-header-cart .cart-contents .cart-icon:after {
      font: normal normal normal 14px/1 FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: inherit;
      content: "\f07a"; }
    .site-header #nav-bar #site-header-cart .cart-contents span.count {
      position: absolute;
      top: 0;
      right: -3px;
      display: block;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: #92CC92;
      color: #FFF;
      text-align: center;
      font-size: 10px;
      font-size: 0.625rem;
      font-weight: bold;
      line-height: 12px; }
  .site-header #nav-bar #site-header-cart .widget.woocommerce.widget_shopping_cart {
    position: absolute;
    top: 45px;
    right: -20px;
    z-index: -99;
    width: 280px;
    padding: 24px;
    padding-right: 0;
    margin: 0;
    background: #2B2B2B;
    color: #FFF;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s; }
    .site-header #nav-bar #site-header-cart .widget.woocommerce.widget_shopping_cart .cart_list.product_list_widget {
      max-height: 280px;
      overflow: auto; }
      .site-header #nav-bar #site-header-cart .widget.woocommerce.widget_shopping_cart .cart_list.product_list_widget a.remove {
        color: #FFF !important; }
    .site-header #nav-bar #site-header-cart .widget.woocommerce.widget_shopping_cart .cart_list li {
      padding-right: 44px; }
      .site-header #nav-bar #site-header-cart .widget.woocommerce.widget_shopping_cart .cart_list li.empty {
        padding-right: 24px; }
      .site-header #nav-bar #site-header-cart .widget.woocommerce.widget_shopping_cart .cart_list li a.remove {
        right: 24px; }
    .btnstyle-default .site-header #nav-bar #site-header-cart .widget.woocommerce.widget_shopping_cart .buttons a.button:hover {
      color: #FFF; }
    .btnstyle-slide .site-header #nav-bar #site-header-cart .widget.woocommerce.widget_shopping_cart .buttons a.button {
      color: #363636;
      transition: 0.3s; }
      .btnstyle-slide .site-header #nav-bar #site-header-cart .widget.woocommerce.widget_shopping_cart .buttons a.button:before {
        background: #FFF !important; }
      .btnstyle-slide .site-header #nav-bar #site-header-cart .widget.woocommerce.widget_shopping_cart .buttons a.button:before, .btnstyle-slide .site-header #nav-bar #site-header-cart .widget.woocommerce.widget_shopping_cart .buttons a.button:after {
        z-index: -1; }
      .no-touch .btnstyle-slide .site-header #nav-bar #site-header-cart .widget.woocommerce.widget_shopping_cart .buttons a.button:hover {
        color: #FFF; }
    .site-header #nav-bar #site-header-cart .widget.woocommerce.widget_shopping_cart .total,
    .site-header #nav-bar #site-header-cart .widget.woocommerce.widget_shopping_cart .buttons {
      padding-right: 24px; }
  .no-touch .site-header #nav-bar #site-header-cart:hover .widget.woocommerce.widget_shopping_cart {
    z-index: 99;
    visibility: visible;
    opacity: 1;
    pointer-events: auto; }
.site-header #nav-bar #site-header-search + #site-header-cart {
  right: 40px; }
.site-header #nav-bar.dark-scheme #site-header-cart .cart-contents span.count {
  color: #363636; }

/* Shop Page Header
   ========================================================================== */
.woocommerce.archive .page-header {
  margin-bottom: 0; }
  .woocommerce.archive .page-header.with-bg {
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #FFF;
    overflow: hidden; }
    .woocommerce.archive .page-header.with-bg .page-header-bg {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      background-attachment: fixed; }
      .touch .woocommerce.archive .page-header.with-bg .page-header-bg {
        background-attachment: scroll; }
    .woocommerce.archive .page-header.with-bg:before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      display: block;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.35);
      content: ""; }
    .woocommerce.archive .page-header.with-bg .container {
      z-index: 3; }
  .woocommerce.archive .page-header .page-description p {
    margin-bottom: 0; }
.woocommerce.archive .top-featured-img-container {
  position: relative;
  z-index: 1;
  height: 66vw;
  max-height: 550px;
  overflow: hidden; }
  .woocommerce.archive .top-featured-img-container .featured-img {
    width: 100%;
    height: 66vw;
    max-height: 550px;
    background-position: center;
    background-size: cover; }
    .woocommerce.archive .top-featured-img-container .featured-img img {
      display: none;
      opacity: 0; }

/* Shop Page Main Content
   ========================================================================== */
.woocommerce.archive #content > .container {
  padding-top: 50px; }

/* On Sale Label
   ========================================================================== */
.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale {
  position: relative;
  top: auto;
  left: auto;
  z-index: 9;
  width: auto;
  height: 20px;
  min-height: 0;
  padding: 0 10px;
  margin: -20px auto 0;
  background: #111;
  border-radius: 0;
  line-height: 20px;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 0.1em;
  text-transform: uppercase; }

.woocommerce div.product .out-of-stock {
  display: inline-block;
  padding: 3px 12px;
  background: #111;
  color: #FFF; }

/* Shop Tables
   ========================================================================== */
.woocommerce table.shop_attributes {
  border: none; }
  .woocommerce table.shop_attributes td,
  .woocommerce table.shop_attributes th {
    border: none;
    vertical-align: middle; }
  .woocommerce table.shop_attributes th {
    padding: 16px; }

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  padding: 5px 10px;
  margin-right: 10px;
  border: none; }
#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
  vertical-align: middle; }

.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
  font-size: 0; }
  .woocommerce #content table.cart td.actions .input-text,
  .woocommerce table.cart td.actions .input-text,
  .woocommerce-page #content table.cart td.actions .input-text,
  .woocommerce-page table.cart td.actions .input-text {
    width: 120px; }

.woocommerce table.shop_table {
  margin-bottom: 50px; }

/* Shop Archive Page
   ========================================================================== */
.woocommerce ul.products li.product {
  text-align: center;
  overflow: hidden; }
  .woocommerce ul.products li.product a {
    color: inherit; }
    .woocommerce ul.products li.product a img {
      margin-bottom: 0; }
  .woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden; }
    .woocommerce ul.products li.product a.woocommerce-LoopProduct-link:after {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 9;
      display: block;
      width: 100%;
      height: calc(100% - 62px);
      background: #FFF;
      opacity: 0;
      content: "";
      transition: opacity 0.3s; }
    .woocommerce ul.products li.product a.woocommerce-LoopProduct-link span.onsale {
      z-index: 10;
      order: 2; }
    .woocommerce ul.products li.product a.woocommerce-LoopProduct-link img {
      order: 1; }
    .woocommerce ul.products li.product a.woocommerce-LoopProduct-link h2.woocommerce-loop-product__title {
      order: 3;
      padding-bottom: 0;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      transition: color 0.3s;
      font-size: 16px;
      font-size: 1rem;
      letter-spacing: 0.05em; }
      .no-touch .woocommerce ul.products li.product a.woocommerce-LoopProduct-link h2.woocommerce-loop-product__title:hover {
        color: #92CC92; }
    .woocommerce ul.products li.product a.woocommerce-LoopProduct-link .price {
      order: 4;
      color: #92CC92;
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: bold; }
      .woocommerce ul.products li.product a.woocommerce-LoopProduct-link .price del,
      .woocommerce ul.products li.product a.woocommerce-LoopProduct-link .price ins {
        display: inline; }
      .woocommerce ul.products li.product a.woocommerce-LoopProduct-link .price del {
        color: #363636; }
      .woocommerce ul.products li.product a.woocommerce-LoopProduct-link .price ins {
        color: inherit; }
  .woocommerce ul.products li.product h3 {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-size: 1.125rem; }
  .woocommerce ul.products li.product .star-rating {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    margin-bottom: 0;
    font-size: 11px;
    font-size: 0.6875rem; }
  .woocommerce ul.products li.product .button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: -25px;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s; }
    .woocommerce ul.products li.product .button:after {
      content: ""; }
    .woocommerce ul.products li.product .button.add_to_cart_button.ajax_add_to_cart.added {
      display: none; }
    .woocommerce ul.products li.product .button.add_to_cart_button {
      white-space: nowrap; }
    .no-touch .woocommerce ul.products li.product .button:hover {
      color: inherit; }
  .woocommerce ul.products li.product .added_to_cart.wc-forward {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 10px 30px;
    margin-top: -25px;
    background: none;
    border: none;
    border-radius: 0;
    color: inherit;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: normal;
    line-height: 1.3;
    opacity: 0;
    transition: opacity 0.3s; }
  .woocommerce ul.products li.product:hover .button,
  .woocommerce ul.products li.product:hover .added_to_cart.wc-forward {
    opacity: 1;
    will-change: opacity; }
  .woocommerce ul.products li.product:hover a.woocommerce-LoopProduct-link:after {
    opacity: 0.95; }

/* Shop Pagination
   ========================================================================== */
.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
  width: 32px;
  height: 32px;
  margin-right: 5px;
  border: none;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 32px; }
  .woocommerce .woocommerce-pagination ul.page-numbers li a.prev,
  .woocommerce .woocommerce-pagination ul.page-numbers li a.next,
  .woocommerce-page .woocommerce-pagination ul.page-numbers li a.prev,
  .woocommerce-page .woocommerce-pagination ul.page-numbers li a.next {
    font-size: 0; }
    .woocommerce .woocommerce-pagination ul.page-numbers li a.prev:after,
    .woocommerce .woocommerce-pagination ul.page-numbers li a.next:after,
    .woocommerce-page .woocommerce-pagination ul.page-numbers li a.prev:after,
    .woocommerce-page .woocommerce-pagination ul.page-numbers li a.next:after {
      display: inline-block;
      background: none !important;
      border: none !important;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: 11px;
      font-size: 0.6875rem;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      line-height: 32px; }
  .woocommerce .woocommerce-pagination ul.page-numbers li a.prev:after,
  .woocommerce-page .woocommerce-pagination ul.page-numbers li a.prev:after {
    content: "\f104"; }
  .woocommerce .woocommerce-pagination ul.page-numbers li a.next:after,
  .woocommerce-page .woocommerce-pagination ul.page-numbers li a.next:after {
    content: "\f105"; }

.woocommerce nav.woocommerce-pagination ul {
  border: none; }
  .woocommerce nav.woocommerce-pagination ul li a,
  .woocommerce nav.woocommerce-pagination ul li span {
    padding: 0;
    width: 32px;
    height: 32px;
    border: 1px solid #DDD;
    color: inherit;
    line-height: inherit; }
  .woocommerce nav.woocommerce-pagination ul li a:focus,
  .woocommerce nav.woocommerce-pagination ul li a:hover,
  .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #92CC92;
    border-color: #92CC92;
    color: #FFF; }

/* Single Product Page
   ========================================================================== */
.woocommerce.single #primary > div.product {
  padding: 30px 25px 50px;
  margin-right: -25px;
  margin-left: -25px;
  background: #FFF; }

.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
  width: 15%; }

.woocommerce div.product form.cart div.quantity {
  margin-right: 10px; }

.woocommerce.single-product .product .images .thumbnails a {
  width: 15%; }
.woocommerce.single-product .product.sale > span.onsale {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 4%; }
.woocommerce.single-product .product .woocommerce-review-link {
  color: inherit;
  opacity: 0.5; }
.woocommerce.single-product .product .entry-summary .product_title.entry-title {
  font-size: 24px;
  font-size: 1.5rem; }
.woocommerce.single-product .product .entry-summary .price {
  color: #92CC92;
  font-weight: bold; }
  .woocommerce.single-product .product .entry-summary .price del,
  .woocommerce.single-product .product .entry-summary .price ins {
    display: inline; }
  .woocommerce.single-product .product .entry-summary .price del {
    color: #363636;
    font-size: 16px;
    font-size: 1rem; }
  .woocommerce.single-product .product .entry-summary .price ins {
    color: inherit;
    font-size: 20px;
    font-size: 1.25rem; }
.woocommerce.single-product .product .entry-summary form.cart .variations {
  margin-bottom: 0; }
.woocommerce.single-product .product .woocommerce-tabs ul.tabs {
  padding: 0;
  margin-bottom: 24px;
  text-align: center; }
  .woocommerce.single-product .product .woocommerce-tabs ul.tabs:before {
    border-bottom-color: #EEE; }
  .woocommerce.single-product .product .woocommerce-tabs ul.tabs li {
    margin: 0;
    background: none;
    border: none;
    border-radius: 0; }
    .woocommerce.single-product .product .woocommerce-tabs ul.tabs li:before, .woocommerce.single-product .product .woocommerce-tabs ul.tabs li:after {
      display: none; }
    .woocommerce.single-product .product .woocommerce-tabs ul.tabs li.active {
      background: none;
      border-bottom: 2px solid; }
    .woocommerce.single-product .product .woocommerce-tabs ul.tabs li a {
      padding: 10px 0;
      font-size: 13px;
      font-size: 0.8125rem;
      letter-spacing: 0.05em;
      font-weight: bold; }
.woocommerce.single-product .product .woocommerce-tabs .entry-content {
  margin-bottom: 50px; }
  .woocommerce.single-product .product .woocommerce-tabs .entry-content > h2 {
    margin-bottom: 24px; }
.woocommerce.single-product .product .related.products > h2 {
  margin-bottom: 24px;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.4em;
  text-transform: uppercase; }

.woocommerce-product-gallery__wrapper {
  max-width: none; }

.woocommerce .product_meta,
.woocommerce .post-share {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.4em;
  text-transform: uppercase; }
  .woocommerce .product_meta > *,
  .woocommerce .post-share > * {
    display: block;
    margin-bottom: 8px; }
    .woocommerce .product_meta > * > *,
    .woocommerce .post-share > * > * {
      font-weight: 600; }
.woocommerce .post-share .share-icons {
  display: inline; }
  .woocommerce .post-share .share-icons a {
    font-size: 12px;
    font-size: 0.75rem;
    color: #363636; }
    .no-touch .woocommerce .post-share .share-icons a:hover {
      color: #92CC92; }

/* Product Reviews
   ========================================================================== */
.woocommerce-Reviews .woocommerce-Reviews-title {
  margin-bottom: 24px; }

.woocommerce #reviews h3 {
  margin-bottom: 24px; }
.woocommerce #reviews #comments {
  margin-bottom: 24px; }
  .woocommerce #reviews #comments ol.commentlist {
    margin-bottom: 24px; }
    .woocommerce #reviews #comments ol.commentlist li {
      padding: 24px 0;
      margin-bottom: 0;
      border-bottom: 1px solid #EBEBEB; }
      .woocommerce #reviews #comments ol.commentlist li .comment_container {
        position: relative; }
      .woocommerce #reviews #comments ol.commentlist li img.avatar {
        width: 40px;
        height: 40px;
        padding: 0;
        border: none;
        border-radius: 50%;
        background: none; }
      .woocommerce #reviews #comments ol.commentlist li .comment-text {
        padding: 0;
        border: none; }
        .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
          font-family: "PT Sans Narrow", sans-serif;
          text-transform: uppercase; }
          .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
            font-size: 16px;
            font-size: 1rem;
            letter-spacing: 0.2em;
            font-weight: normal;
            color: #363636; }
          .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__dash {
            display: none; }
          .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time {
            display: block;
            font-size: 11px;
            font-size: 0.6875rem;
            letter-spacing: 0.1em;
            font-weight: bold;
            color: #92CC92; }
        .woocommerce #reviews #comments ol.commentlist li .comment-text .description p {
          font-size: 13px;
          font-size: 0.8125rem; }
          .woocommerce #reviews #comments ol.commentlist li .comment-text .description p:last-child {
            margin-bottom: 6px; }

/* Cart Page
   ========================================================================== */
.woocommerce table.shop_table {
  border-color: #363636;
  border-radius: 0; }
  .woocommerce table.shop_table th {
    padding: 15px; }
  .woocommerce table.shop_table td {
    border-top: none;
    padding: 15px; }
  .woocommerce table.shop_table tbody tr:last-of-type td {
    border-bottom: none; }
  .woocommerce table.shop_table td.product-name a {
    color: #363636; }
    .no-touch .woocommerce table.shop_table td.product-name a:hover {
      color: #92CC92; }
  .woocommerce table.shop_table td.product-subtotal .woocommerce-Price-amount.amount {
    color: #92CC92;
    font-weight: bold; }
  .woocommerce table.shop_table input.button {
    border: none !important;
    background: #363636;
    color: #FFF; }
    .no-touch .woocommerce table.shop_table input.button:hover {
      background: #92CC92; }
  .woocommerce table.shop_table .woocommerce-shipping-calculator > p:first-child {
    margin-bottom: 0; }
  .woocommerce table.shop_table .woocommerce-shipping-calculator .shipping-calculator-form p:last-of-type {
    margin-bottom: 0; }
    .woocommerce table.shop_table .woocommerce-shipping-calculator .shipping-calculator-form p:last-of-type .button {
      margin: 3px; }
    .btnstyle-slide.woocommerce-page .woocommerce table.shop_table .woocommerce-shipping-calculator .shipping-calculator-form p:last-of-type .button {
      color: #FFF; }
      .btnstyle-slide.woocommerce-page .woocommerce table.shop_table .woocommerce-shipping-calculator .shipping-calculator-form p:last-of-type .button:before {
        background: #363636 !important; }

body[class*="btnstyle-"] .cart-collaterals .button.checkout-button {
  border: none !important;
  background: #363636;
  color: #FFF;
  transition: 0.3s; }
  body[class*="btnstyle-"] .cart-collaterals .button.checkout-button:before, body[class*="btnstyle-"] .cart-collaterals .button.checkout-button:after {
    display: none; }
  .no-touch body[class*="btnstyle-"] .cart-collaterals .button.checkout-button:hover {
    background: #92CC92; }

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 60px; }

.woocommerce a.remove {
  color: #363636 !important;
  font-size: 16px; }
  .woocommerce a.remove:hover {
    background: #363636; }

.woocommerce-cart table.cart input {
  line-height: 16px; }
  .woocommerce-cart table.cart input.button:disabled, .woocommerce-cart table.cart input.button:disabled[disabled] {
    padding: 10px 30px;
    color: #FFF !important; }
.woocommerce-cart .post-entry .cart-collaterals h2 {
  font-size: 20px;
  font-size: 1.25rem; }
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td {
  border-top: none; }
.woocommerce-cart .cart-collaterals .cart_totals tr:last-of-type th,
.woocommerce-cart .cart-collaterals .cart_totals tr:last-of-type td {
  border: none; }
.no-touch .woocommerce-cart .post-entry a:hover,
.no-touch .woocommerce-cart .comment-content a:hover {
  text-decoration: none; }

/* Checkout Page
   ========================================================================== */
.woocommerce-checkout .checkout.woocommerce-checkout h3 {
  font-size: 18px;
  font-size: 1.125rem; }
.woocommerce-checkout .woocommerce * + .checkout.woocommerce-checkout {
  margin-top: 50px; }

.woocommerce-page form.checkout_coupon .form-row-first {
  width: 52%; }

.woocommerce-additional-fields {
  margin-top: 24px; }

.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tbody td {
  border: none; }
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot td {
  vertical-align: middle;
  border-top-color: #363636;
  border-bottom: none; }
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
  font-weight: normal; }
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total {
  background: #F7F7F7; }

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: none; }
  #add_payment_method #payment ul.payment_methods,
  .woocommerce-cart #payment ul.payment_methods,
  .woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
    border-bottom: none; }
  #add_payment_method #payment div.payment_box,
  .woocommerce-cart #payment div.payment_box,
  .woocommerce-checkout #payment div.payment_box {
    background: #F7F7F7; }
    #add_payment_method #payment div.payment_box:before,
    .woocommerce-cart #payment div.payment_box:before,
    .woocommerce-checkout #payment div.payment_box:before {
      border-bottom-color: #F7F7F7; }
  #add_payment_method #payment .payment_method_paypal .about_paypal,
  .woocommerce-cart #payment .payment_method_paypal .about_paypal,
  .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    font-size: 13px;
    font-size: 0.8125rem; }
  #add_payment_method #payment div.form-row,
  .woocommerce-cart #payment div.form-row,
  .woocommerce-checkout #payment div.form-row {
    padding: 0;
    margin-top: 24px; }

form.checkout.woocommerce-checkout ul > li > label {
  display: inline; }

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: none;
  display: block;
  width: 100%;
  padding: 1em;
  margin-bottom: 1em;
  border: none;
  background: #363636;
  color: #FFF;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  transition: 0.3s; }
  .woocommerce #payment #place_order:hover,
  .woocommerce-page #payment #place_order:hover {
    background: #92CC92; }
  .woocommerce #payment #place_order:before, .woocommerce #payment #place_order:after,
  .woocommerce-page #payment #place_order:before,
  .woocommerce-page #payment #place_order:after {
    display: none !important; }
.woocommerce #payment .terms,
.woocommerce #payment .wc-terms-and-conditions,
.woocommerce-page #payment .terms,
.woocommerce-page #payment .wc-terms-and-conditions {
  margin-bottom: 30px; }

/* Order Received / View Order Page
   ========================================================================== */
.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody td,
.woocommerce-view-order .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody td {
  border: none; }
.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot th,
.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot td,
.woocommerce-view-order .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot th,
.woocommerce-view-order .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot td {
  vertical-align: middle;
  border-top-color: #363636;
  border-bottom: none; }
.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr td,
.woocommerce-view-order .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr td {
  font-weight: normal; }
.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr:last-child,
.woocommerce-view-order .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr:last-child {
  background: #F7F7F7; }
  .woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr:last-child td,
  .woocommerce-view-order .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr:last-child td {
    font-weight: bold; }
.woocommerce-order-received .woocommerce-table.woocommerce-table--customer-details.shop_table.customer_details tbody tr:last-of-type th,
.woocommerce-view-order .woocommerce-table.woocommerce-table--customer-details.shop_table.customer_details tbody tr:last-of-type th {
  border-bottom: none; }
.woocommerce-order-received .woocommerce-table.woocommerce-table--customer-details.shop_table.customer_details tbody th,
.woocommerce-view-order .woocommerce-table.woocommerce-table--customer-details.shop_table.customer_details tbody th {
  border: none;
  border-bottom: 1px solid;
  vertical-align: middle; }

/* Account Page
   ========================================================================== */
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper + p {
  padding: 24px 3px 0 3px;
  clear: both; }
.woocommerce-account .addresses .title .edit,
.woocommerce-account ul.digital-downloads li .count {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  margin: 10px 20px; }
.woocommerce-account .woocommerce-EditAccountForm.edit-account fieldset {
  margin-top: 50px; }
  .woocommerce-account .woocommerce-EditAccountForm.edit-account fieldset legend {
    margin: 0;
    font-weight: bold; }
  .woocommerce-account .woocommerce-EditAccountForm.edit-account fieldset ~ p {
    padding: 24px 3px 0 3px;
    clear: both; }
.woocommerce-account.woocommerce-view-order ul.wc-item-downloads {
  margin-bottom: 0; }

.woocommerce-MyAccount-navigation ul {
  margin: 0 0 24px 0;
  list-style: none; }
  .woocommerce-MyAccount-navigation ul li {
    margin-bottom: 2px; }
    .woocommerce-MyAccount-navigation ul li a {
      display: block;
      width: 100%;
      background: #F7F7F7;
      padding: 12px;
      color: #363636;
      font-size: 10px;
      font-size: 0.625rem;
      text-transform: uppercase;
      letter-spacing: 0.2em;
      font-weight: bold; }
      .no-touch .woocommerce-MyAccount-navigation ul li a:hover {
        text-decoration: none; }
    .woocommerce-MyAccount-navigation ul li.is-active a {
      background: #92CC92;
      color: #FFF; }

.woocomerce-form.woocommerce-form-login.login .form-row {
  margin-bottom: 12px; }
.woocomerce-form.woocommerce-form-login.login .button {
  float: left; }
.woocomerce-form.woocommerce-form-login.login .woocommerce-form__label.woocommerce-form__label-for-checkbox.inline {
  margin-left: 20px;
  line-height: 36px; }

/* Shop Widgets
   ========================================================================== */
.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
  padding: 0 20px 12px 0;
  text-align: left; }
  .woocommerce .widget_shopping_cart .cart_list li.empty, .woocommerce.widget_shopping_cart .cart_list li.empty {
    padding: 0;
    text-align: center; }
  .woocommerce .widget_shopping_cart .cart_list li a, .woocommerce.widget_shopping_cart .cart_list li a {
    color: inherit; }
    .no-touch .woocommerce .widget_shopping_cart .cart_list li a:hover, .no-touch .woocommerce.widget_shopping_cart .cart_list li a:hover {
      color: #92CC92; }
  .woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
    top: 3px;
    right: 0;
    left: auto; }
  .woocommerce .widget_shopping_cart .cart_list li span.quantity, .woocommerce.widget_shopping_cart .cart_list li span.quantity {
    color: #92CC92; }
.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
  padding: 24px 0;
  margin-bottom: 0;
  border: none;
  text-align: justify; }
  .woocommerce .widget_shopping_cart .total .woocommerce-Price-amount.amount, .woocommerce.widget_shopping_cart .total .woocommerce-Price-amount.amount {
    float: right; }
.woocommerce .widget_shopping_cart .buttons a.button, .woocommerce.widget_shopping_cart .buttons a.button {
  padding: 8px 24px; }
  .btnstyle-slide .woocommerce .widget_shopping_cart .buttons a.button, .btnstyle-slide .woocommerce.widget_shopping_cart .buttons a.button {
    overflow: hidden;
    color: #FFF; }
    .btnstyle-slide .woocommerce .widget_shopping_cart .buttons a.button:before, .btnstyle-slide .woocommerce.widget_shopping_cart .buttons a.button:before {
      background: #363636 !important; }
    .btnstyle-slide .woocommerce .widget_shopping_cart .buttons a.button:before, .btnstyle-slide .woocommerce .widget_shopping_cart .buttons a.button:after, .btnstyle-slide .woocommerce.widget_shopping_cart .buttons a.button:before, .btnstyle-slide .woocommerce.widget_shopping_cart .buttons a.button:after {
      z-index: -1; }
.woocommerce .widget_shopping_cart .buttons a:first-child, .woocommerce.widget_shopping_cart .buttons a:first-child {
  float: left;
  margin: 0; }
.woocommerce .widget_shopping_cart .buttons a:last-child, .woocommerce.widget_shopping_cart .buttons a:last-child {
  float: right;
  margin: 0; }
.woocommerce .widget_shopping_cart + .widget, .woocommerce.widget_shopping_cart + .widget {
  margin-top: 0; }
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  float: left;
  width: 60px;
  margin: 0 10px 0 0; }
.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
  display: none; }
.woocommerce.widget.widget_rating_filter .star-rating {
  height: 1em;
  line-height: 1; }
.woocommerce.widget.widget_price_filter .ui-slider-horizontal {
  height: 3px; }
.woocommerce.widget.widget_price_filter .price_slider_wrapper .ui-widget-content {
  margin-bottom: 24px;
  background: #EBEBEB; }
.woocommerce.widget.widget_price_filter .ui-slider .ui-slider-range,
.woocommerce.widget.widget_price_filter .ui-slider .ui-slider-handle {
  background: #363636; }
.woocommerce.widget.widget_price_filter .ui-slider .ui-slider-handle {
  width: 10px;
  height: 10px; }
.woocommerce.widget.widget_price_filter .price_label {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 37px; }
.btnstyle-slide.woocommerce .woocommerce.widget.widget_price_filter .price_slider_amount button.button {
  color: #FFF; }
  .btnstyle-slide.woocommerce .woocommerce.widget.widget_price_filter .price_slider_amount button.button:before {
    background: #363636 !important; }
  .btnstyle-slide.woocommerce .woocommerce.widget.widget_price_filter .price_slider_amount button.button:before, .btnstyle-slide.woocommerce .woocommerce.widget.widget_price_filter .price_slider_amount button.button:after {
    z-index: -1; }
.woocommerce.widget ul.cart_list li a, .woocommerce.widget ul.product_list_widget li a {
  color: inherit;
  font-size: 14px;
  font-size: 0.875rem; }
  .no-touch .woocommerce.widget ul.cart_list li a:hover, .no-touch .woocommerce.widget ul.product_list_widget li a:hover {
    color: #92CC92; }
.woocommerce.widget ul.cart_list li .star-rating, .woocommerce.widget ul.product_list_widget li .star-rating {
  margin-left: 0; }
.woocommerce.widget ul.cart_list li .reviewer,
.woocommerce.widget ul.cart_list li span.woocommerce-Price-amount.amount, .woocommerce.widget ul.product_list_widget li .reviewer,
.woocommerce.widget ul.product_list_widget li span.woocommerce-Price-amount.amount {
  color: #92CC92; }
.woocommerce.widget ul.cart_list li del, .woocommerce.widget ul.product_list_widget li del {
  color: inherit;
  opacity: 0.5; }
  .woocommerce.widget ul.cart_list li del span.woocommerce-Price-amount.amount, .woocommerce.widget ul.product_list_widget li del span.woocommerce-Price-amount.amount {
    color: inherit; }
.woocommerce.widget ul.cart_list li ins, .woocommerce.widget ul.product_list_widget li ins {
  background: none; }
.woocommerce.widget.widget_layered_nav ul li.chosen a:before, .woocommerce.widget.widget_layered_nav_filters ul li a:before {
  color: inherit; }
.woocommerce.widget.widget_product_search form {
  position: relative;
  text-align: left; }
  .woocommerce.widget.widget_product_search form input[type="search"].search-field {
    padding-right: 36px; }
  .woocommerce.widget.widget_product_search form button[type="submit"] {
    height: 36px;
    font-size: 0; }
  .woocommerce.widget.widget_product_search form button[type="submit"],
  .woocommerce.widget.widget_product_search form .button {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    background: none;
    border: none !important;
    text-align: center; }
    .woocommerce.widget.widget_product_search form button[type="submit"]:before,
    .woocommerce.widget.widget_product_search form .button:before {
      display: inline-block;
      background: none !important;
      border: none !important;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: 11px;
      font-size: 0.6875rem;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f002";
      line-height: 36px;
      transform: none !important; }
  .woocommerce.widget.widget_product_search form .button:after {
    display: none; }
  .woocommerce.widget.widget_product_search form .button input[type="submit"] {
    width: 36px;
    height: 36px;
    padding: 0 !important;
    opacity: 0; }
.woocommerce.widget.widget_product_tag_cloud .tagcloud {
  font-size: 0;
  text-align: left; }
  .woocommerce.widget.widget_product_tag_cloud .tagcloud a {
    padding: 4px 10px;
    font-size: 12px !important;
    font-size: 0.75rem !important;
    font-weight: normal; }
.woocommerce.widget.widget_layered_nav_filters ul li {
  margin-right: 24px;
  margin-bottom: 0;
  border-bottom: none; }

@media screen and (max-width: 768px) {
  .woocommerce #content table.cart td.actions .button[name="update_cart"],
  .woocommerce-page table.cart td.actions .button[name="update_cart"] {
    margin-top: 10px; }

  .woocommerce-cart table.cart td.actions .coupon .input-text {
    margin-right: 0; }

  .woocommerce table.cart td.actions .coupon .input-text + .button,
  .woocommerce-page #content table.cart td.actions .coupon .input-text + .button,
  .woocommerce-page table.cart td.actions .coupon .input-text + .button {
    padding: 10px; }

  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    border-bottom: none; }
    .woocommerce table.shop_table_responsive tr td:last-child,
    .woocommerce-page table.shop_table_responsive tr td:last-child {
      border-bottom: 1px solid; } }
@media screen and (max-width: 768px) and (min-width: 600px) {
  .woocommerce-MyAccount-navigation ul {
    margin: 0 -1.5px; }
    .woocommerce-MyAccount-navigation ul li {
      float: left;
      width: 33.33%;
      padding: 0 1.5px; }
    .woocommerce-MyAccount-navigation ul:after {
      position: relative;
      display: block;
      clear: both;
      content: ""; }

  .woocommerce-MyAccount-content {
    margin-top: 24px;
    clear: both; } }
@media screen and (max-width: 600px) {
  .woocommerce ul.order_details li {
    width: 45%;
    margin-right: 4%;
    margin-bottom: 12px; }
    .woocommerce ul.order_details li:nth-child(2n) {
      margin-right: 0;
      border-right: none; } }
@media screen and (max-width: 500px) {
  .woocommerce .woocommerce-result-count,
  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-result-count,
  .woocommerce-page .woocommerce-ordering {
    float: none;
    text-align: center; }
  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    margin-bottom: 50px; }
  .woocommerce.post-type-archive-product ul.products li.product,
  .woocommerce-page.post-type-archive-product ul.products li.product {
    float: none;
    width: 100%; }

  .woocommerce .products ul,
  .woocommerce ul.products {
    max-width: 420px;
    margin: 0 auto 1em; }

  .woocommerce-error a,
  .woocommerce-info a,
  .woocommerce-message a {
    float: none; } }
@media screen and (min-width: 500px) {
  .woocommerce.single #primary > div.product {
    padding: 50px 40px;
    margin-right: 0;
    margin-left: 0; }

  .woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 80px;
    height: 80px; }
  .woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin-left: 100px; }

  .woocommerce.single-product .product .entry-summary .product_title.entry-title {
    font-size: 36px;
    font-size: 2.25rem; } }
@media screen and (min-width: 737px) {
  .woocommerce .col2-set#customer_details,
  .woocommerce-page .col2-set#customer_details {
    float: left;
    width: 47%;
    margin-right: 6%; }
    .woocommerce .col2-set#customer_details .col-1,
    .woocommerce .col2-set#customer_details .col-2,
    .woocommerce-page .col2-set#customer_details .col-1,
    .woocommerce-page .col2-set#customer_details .col-2 {
      width: 100%;
      float: none; }
  .woocommerce #order_review,
  .woocommerce-page #order_review {
    float: right;
    width: 47%; } }
@media screen and (min-width: 769px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 20%; }
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 75%; }

  .woocommerce-store-notice,
  p.demo_store {
    padding-right: 130px;
    padding-left: 130px; }
    .woocommerce-store-notice a.woocommerce-store-notice__dismiss-link,
    p.demo_store a.woocommerce-store-notice__dismiss-link {
      position: absolute;
      top: 1.9em;
      right: 30px; } }
@media screen and (max-width: 400px) {
  .woocommerce ul.order_details li {
    width: 100%;
    margin-right: 0;
    border-right: none; }

  .woocommerce-account .addresses .title .edit,
  .woocommerce-account ul.digital-downloads li .count {
    margin-right: 0; } }



