/*********************************************************************************************

Theme Name: Derive
Theme URI: https://www.wpzoom.com/themes/derive
Version: 1.0.8
Private: true
Author: WPZOOM
Author URI: https://www.wpzoom.com
Description: Derive is a travel & photography WordPress theme, intended to help you create outstanding visual stories.
Tags:  slideshow, ecommerce, fullscreen slider, responsive, theme-options, travel
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wpzoom
Domain Path: /languages/
Requires PHP: 7.2
Tested up to: 6.3

The PHP code portions of this WPZOOM theme are subject to the GNU General Public
License, version 2. All images, cascading style sheets, and JavaScript elements are
released under the WPZOOM Proprietary Use License.


**********************************************************************************************

WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in this file. Instead
add your styles in Customizer > Additional CSS.

**********************************************************************************************

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
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; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0;
  vertical-align: top; }

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

figure {
  margin: 0; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

p {
  margin: 0; }

.sr-only, .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/*--------------------------------------------------------------
# Color Scheme
--------------------------------------------------------------*/
/* Default Color Scheme */
a {
  color: #222; }

a:hover {
  color: #222; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
  font-family: 'derive';
  src: url("fonts/derive.eot");
  src: url("fonts/derive.eot?#iefix") format("embedded-opentype"), url("fonts/derive.svg") format("svg"), url("fonts/derive.woff") format("woff"), url("fonts/derive.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'derive';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@font-face {
  font-family: 'derive';
  src: url("fonts/derive.eot?z0mg9s");
  src: url("fonts/derive.eot?z0mg9s#iefix") format("embedded-opentype"), url("fonts/derive.ttf?z0mg9s") format("truetype"), url("fonts/derive.woff?z0mg9s") format("woff"), url("fonts/derive.svg?z0mg9s#derive") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  line-height: 1.1;
  color: #000; }

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

h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

h1 small, h2 small, h3 small {
  font-size: 65%; }

h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

h4 small, h5 small, h6 small {
  font-size: 75%; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

.section-title {
  color: #222;
  font-size: 32px;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
  margin: 70px 0 20px; }

.search-results .section-title strong {
  font-weight: normal;
  text-transform: none; }

.section-title .category-name-bullet {
  font-size: 42px;
  margin: 0 10px 0 0; }

.category_description {
  font-size: 16px;
  margin: 0 0 50px; }

@media (min-width: 800px) {
  .category_description {
    max-width: 70%; } }

.archive-header.withbg {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 200px;
  margin-bottom: 70px;
  position: relative; }
  .archive-header.withbg > .inner-wrap {
    position: relative;
    z-index: 10; }

.archive-header.withbg .section-title,
.archive-header.withbg .category_description {
  color: #fff; }

.archive-header.withbg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x; }

p {
  margin-bottom: 1em; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

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

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

ul, ol {
  margin: 0 0 1.5em 1em;
  padding: 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

.floatleft {
  float: left; }

.floatright {
  float: right; }

.sticky, .bypostauthor {
  text-align: left; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wpzabb-post-grid-more,
.button,
.btn {
  font-family: "Mulish", sans-serif;
  font-weight: bold;
  display: inline-block;
  padding: 10px 30px;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  color: #fff;
  border: 0 none;
  border-radius: 100px;
  background: #101010;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
  -o-transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease; }

button,
input[type="button"]hover,
input[type="reset"]hover,
input[type="submit"]hover,
.button:hover,
.wpzabb-post-grid-more:hover,
.btn:hover,
.infinite-scroll #infinite-handle span:hover {
  text-decoration: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7); }

.side-nav button,
.side-nav input[type="button"],
.side-nav input[type="reset"],
.side-nav input[type="submit"],
.side-nav .wpzabb-post-grid-more,
.side-nav .button,
.side-nav .btn,
.side-nav .search-form .search-submit,
.site-footer button,
.site-footer input[type="button"],
.site-footer input[type="reset"],
.site-footer input[type="submit"],
.site-footer .wpzabb-post-grid-more,
.site-footer .button,
.site-footer .btn,
.site-footer .search-form .search-submit {
  color: #fff;
  background: #fea6a8; }
  .side-nav button:hover,
  .side-nav input[type="button"]:hover,
  .side-nav input[type="reset"]:hover,
  .side-nav input[type="submit"]:hover,
  .side-nav .wpzabb-post-grid-more:hover,
  .side-nav .button:hover,
  .side-nav .btn:hover,
  .side-nav .search-form .search-submit:hover,
  .site-footer button:hover,
  .site-footer input[type="button"]:hover,
  .site-footer input[type="reset"]:hover,
  .site-footer input[type="submit"]:hover,
  .site-footer .wpzabb-post-grid-more:hover,
  .site-footer .button:hover,
  .site-footer .btn:hover,
  .site-footer .search-form .search-submit:hover {
    color: #000;
    background: #fff; }

div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form .wpforms-page-button,
button, input[type=button], input[type=reset], input[type=submit] {
  font-family: "Mulish", sans-serif;
  display: inline;
  width: auto;
  padding: 12px 30px;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 16px;
  color: #fff;
  border: 0 none;
  border-radius: 100px;
  background: #101010;
  -webkit-transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
  -o-transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease; }

div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form .wpforms-page-button {
  border: none; }

div.wpforms-container-full .wpforms-form input[type=submit]:hover,
div.wpforms-container-full .wpforms-form button[type=submit]:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
  border: none; }

div.wpforms-container-full .wpforms-form input[type=submit]:hover,
div.wpforms-container-full .wpforms-form button[type=submit]:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7); }

input,
textarea {
  font-family: "Mulish", sans-serif;
  color: #444; }

label {
  margin-bottom: 5px;
  display: inline-block; }

input, textarea {
  padding: 11px 10px;
  font-size: 16px;
  background: white;
  border: 2px solid #101010;
  width: auto;
  border-radius: 0; }

input[type=text], textarea {
  -webkit-appearance: none; }

input:focus, textarea:focus {
  border-color: rgba(0, 0, 0, 0.5);
  outline: 0; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts Pagination
--------------------------------------------------------------*/
.paging-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-transform: uppercase;
  padding: 50px 0; }

.woocommerce nav.woocommerce-pagination ul {
  font-weight: 600;
  font-size: 16px; }

.derive-posts-grid .page-numbers:empty,
.woocommerce-pagination:empty,
.paging-navigation:empty {
  display: none; }

.derive-posts-grid .page-numbers,
.woocommerce-pagination .page-numbers,
.paging-navigation .page-numbers {
  font-size: 16px;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1;
  padding: 0 15px;
  -webkit-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all; }

.derive-posts-grid .page-numbers li .current,
.woocommerce-pagination .page-numbers.current,
.paging-navigation .page-numbers.current {
  text-decoration: none;
  color: #666;
  -webkit-box-shadow: none;
  box-shadow: none; }

.derive-posts-grid .page-numbers li a,
.derive-posts-grid .page-numbers li span {
  border: none; }

.paging-navigation .prev.disabled,
.paging-navigation .next.disabled {
  visibility: hidden; }

.paging-navigation .prev,
.paging-navigation .next,
.paging-navigation .prev .arrow,
.paging-navigation .next .arrow {
  display: inline-block;
  padding: 0;
  -webkit-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all; }

.paging-navigation .prev .arrow {
  margin-right: 20px; }

.paging-navigation .prev:hover .arrow {
  -webkit-transform: translateX(0.3em);
  -ms-transform: translateX(0.3em);
  -o-transform: translateX(0.3em);
  transform: translateX(0.3em); }

.paging-navigation .next .arrow {
  margin-left: 20px; }

.paging-navigation .next:hover .arrow {
  -webkit-transform: translateX(-0.3em);
  -ms-transform: translateX(-0.3em);
  -o-transform: translateX(-0.3em);
  transform: translateX(-0.3em); }

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  -webkit-transition: 0.1s ease all;
  -o-transition: 0.1s ease all;
  transition: 0.1s ease all;
  text-decoration: none;
  color: #222; }
  a:hover {
    text-decoration: none;
    color: #fea6a8; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.sf-menu,
.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none; }

.sf-menu li {
  position: relative; }

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99; }

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block; }

.sf-menu a {
  display: block;
  position: relative; }

.sf-menu ul ul {
  top: 0;
  left: 100%; }

.sf-arrows .sf-with-ul:after {
  content: "\f347";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: normal 12px/16px 'dashicons';
  vertical-align: middle;
  margin-left: 4px; }

.sf-arrows ul .sf-with-ul:after {
  content: "\f345";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: normal 12px/22px 'dashicons';
  float: right;
  vertical-align: top;
  margin: 2px 0 0 4px; }

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: white; }

.navbar a {
  color: #fff; }

.navbar-toggle {
  position: relative;
  float: right;
  margin: 0 0 0 15px;
  padding-left: 0;
  padding-right: 0;
  width: 30px;
  border-color: transparent;
  background: transparent; }

.derive--with-page-nav .navbar-toggle {
  display: block; }

.navbar-toggle:hover {
  border-color: transparent;
  background-color: transparent; }

.navbar-toggle .icon-bar {
  position: relative;
  display: block;
  width: 22px;
  height: 2px;
  background: #222;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.side-nav .navbar-toggle .icon-bar {
  background: #fff; }

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px; }

/* hamburger animation */
.navbar-toggle .icon-bar {
  -webkit-transition: width .13s ease-out, -webkit-transform .13s ease-out, opacity .13s ease-out;
  -o-transition: width .13s ease-out, -o-transform .13s ease-out, opacity .13s ease-out;
  transition: width .13s ease-out, transform .13s ease-out, opacity .13s ease-out; }

/* hamburger when side-nav is opened */
.side-nav-open .navbar-toggle .icon-bar:nth-child(2) {
  -webkit-transform: rotateZ(-45deg) translate3d(-5px, 5px, 0);
  transform: rotateZ(-45deg) translate3d(-5px, 5px, 0);
  width: 28px; }

.side-nav-open .navbar-toggle .icon-bar:nth-child(3) {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 0; }

.side-nav-open .navbar-toggle .icon-bar:nth-child(4) {
  -webkit-transform: rotateZ(45deg) translate3d(-5px, -5px, 0);
  transform: rotateZ(45deg) translate3d(-5px, -5px, 0);
  width: 28px; }

.navbar-nav {
  font-weight: 400;
  padding: 0; }

.navbar-nav ul {
  font-size: 13px; }

.navbar-nav > li {
  margin: 0; }

.navbar-nav a {
  padding: 0;
  font-family: "Mulish", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  color: #111;
  letter-spacing: 1px;
  border-bottom: 1px solid transparent;
  -webkit-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all; }

.wpz-transparent-header .navbar-nav > li > a,
.site-header.header-with-cover .navbar-nav > li > a {
  color: #fff; }

.navbar-nav > li > a:hover {
  text-decoration: none;
  color: #4a4a4a; }

.wpz-transparent-header .navbar-nav > li > a:hover,
.site-header.header-with-cover .navbar-nav > li > a:hover {
  color: #fff;
  opacity: .7;
  border-bottom-color: transparent !important; }

.navbar-nav > li:hover > a {
  border-bottom-color: transparent !important; }

.site-header.headroom--not-top .navbar-toggle .icon-bar {
  background: #000; }

@media (min-width: 1025px) {
  .navbar-nav ul {
    left: 50%;
    width: 220px;
    margin-top: 0;
    background: #101010;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    line-height: 1.5;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    white-space: normal; }
    .navbar-nav ul:before {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 7px solid #101010;
      position: absolute;
      top: -7px;
      left: 47.5%;
      z-index: 470; }
  .navbar-nav ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07); }
  .navbar-nav ul li:last-child {
    border-bottom: none; }
  .navbar-nav ul a {
    color: #b0b0b0;
    padding: 12px 15px;
    margin: 0 8px !important;
    border-bottom: none;
    font-size: 16px;
    text-transform: none;
    font-weight: 600; }
  .navbar-nav ul a:hover {
    border-bottom: none;
    color: #fff; }
  .navbar-nav ul .current-menu-item a,
  .navbar-nav ul .current_page_item a,
  .navbar-nav ul .current-menu-parent a,
  .navbar-nav ul .current_page_parent a {
    color: #fff; }
  .navbar-nav ul ul {
    right: 100%;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-top: 0; }
    .navbar-nav ul ul:before {
      display: none; }
  .navbar-nav > .current-menu-item > a,
  .navbar-nav > .current_page_item > a,
  .navbar-nav > .current-menu-parent > a,
  .navbar-nav > .current_page_parent > a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
  .wpz-transparent-header .navbar-nav > .current-menu-item > a,
  .wpz-transparent-header .navbar-nav > .current_page_item > a,
  .wpz-transparent-header .navbar-nav > .current-menu-parent > a,
  .wpz-transparent-header .navbar-nav > .current_page_parent > a,
  .site-header.header-with-cover .navbar-nav > .current-menu-item > a,
  .site-header.header-with-cover .navbar-nav > .current_page_item > a,
  .site-header.header-with-cover .navbar-nav > .current-menu-parent > a,
  .site-header.header-with-cover .navbar-nav > .current_page_parent > a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  .site-header.headroom--not-top .current-menu-item a,
  .site-header.headroom--not-top .current_page_item a,
  .site-header.headroom--not-top .current-menu-parent a,
  .site-header.headroom--not-top .current_page_parent a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3); } }

/* WooCommerce Cart Icon */
a.cart-button:before {
  font: normal 26px/25px 'dashicons';
  display: inline-block;
  margin: 0 8px 0 0;
  content: '\f174';
  vertical-align: middle;
  -webkit-font-smoothing: antialiased; }

a.cart-button {
  display: block;
  float: right; }

/* Button in menu */
.navbar .wpz-button a {
  background-color: #fea6a8;
  color: #fff !important;
  padding: 3px 16px;
  border-radius: 3px;
  -webkit-transition: .2s ease all;
  -o-transition: .2s ease all;
  transition: .2s ease all;
  font-size: 15px;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid transparent !important; }

.navbar .wpz-button a:hover {
  text-decoration: none;
  border-bottom: 1px solid transparent; }

/*--------------------------------------------------------------
## Search Bar in Main Menu
--------------------------------------------------------------*/
/* Navbar Search Form */
.site-header .sb-search {
  float: none;
  position: absolute;
  right: 1.5%;
  height: auto;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.site-header .sb-search form {
  position: relative;
  width: 50px;
  height: 45px; }

.sb-search {
  margin: 0 0 0 5px;
  z-index: 200;
  text-align: right;
  width: 35px; }
  .sb-search .sb-search-input {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    width: 20px;
    height: 40px;
    margin: 0;
    z-index: 10;
    padding: 10px 65px 10px 15px;
    font-family: inherit;
    font-size: 16px;
    color: #000;
    visibility: hidden;
    opacity: 0;
    border: none;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    background: #fff;
    -webkit-transition: width 0.6s, border-radius 0.6s, background 0.6s;
    -o-transition: width 0.6s, border-radius 0.6s, background 0.6s;
    transition: width 0.6s, border-radius 0.6s, background 0.6s;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .sb-search input[type="search"].sb-search-input {
    -webkit-appearance: none; }
  .sb-search .sb-search-input::-webkit-input-placeholder, .sb-search .sb-search-input:-moz-placeholder, .sb-search .sb-search-input::-moz-placeholder, .sb-search .sb-search-input:-ms-input-placeholder {
    color: #000; }
  .sb-search .sb-icon-search {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 43px;
    text-align: center;
    cursor: pointer; }
  .sb-search .sb-search-submit {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    background: #fff;
    opacity: 0;
    color: #3a3d40;
    border: none;
    outline: none;
    z-index: -1; }
  .sb-search .sb-icon-search {
    color: #9a9b9c;
    z-index: 90;
    font-size: 18px;
    font-family: 'derive';
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all; }
    .sb-search .sb-icon-search:before {
      content: "\e902"; }
    .sb-search .sb-icon-search:hover {
      color: #111;
      opacity: 1; }
  .sb-search.sb-search-open .sb-icon-search:before {
    color: #000;
    content: "\e901";
    font-family: 'derive';
    font-family: inherit;
    font-size: 30px;
    line-height: 40px;
    font-weight: normal; }

/* Open state */
.sb-search.sb-search-open .sb-search-input {
  visibility: visible;
  opacity: 1;
  width: 270px;
  -webkit-transition: width 0.2s ease, background 0.2s;
  -o-transition: width 0.2s ease, background 0.2s;
  transition: width 0.2s ease, background 0.2s;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
  border-radius: 50px; }

.sb-search.sb-search-open .sb-icon-search {
  background: none;
  z-index: 11; }

.no-js .sb-search .sb-icon-search {
  background: none;
  z-index: 11; }

.sb-search.sb-search-open .sb-search-submit, .no-js .sb-search .sb-search-submit {
  z-index: 90; }

.wpz-transparent-header .site-header .sb-search .sb-icon-search,
.site-header.header-with-cover .sb-search .sb-icon-search {
  color: #fff;
  opacity: .8; }

.wpz-transparent-header .site-header .sb-search .sb-search-submit,
.site-header.header-with-cover .sb-search .sb-search-submit {
  color: #fff; }

.site-header.headroom--not-top .sb-search .sb-search-input,
.site-header.headroom--not-top .sb-search .sb-icon-search,
.wpz-transparent-header .site-header.headroom--not-top .sb-search .sb-search-input,
.wpz-transparent-header .site-header.headroom--not-top .sb-search .sb-icon-search,
.site-header.header-with-cover.headroom--not-top .sb-search .sb-search-input,
.site-header.header-with-cover.headroom--not-top .sb-search .sb-icon-search {
  color: #101010; }

.site-header.headroom--not-top .sb-search .sb-search-submit,
.wpz-transparent-header .site-header.headroom--not-top .sb-search .sb-search-submit,
.site-header.header-with-cover.headroom--not-top .sb-search .sb-search-submit {
  color: #101010; }

.site-header .sb-search .sb-search-input::-webkit-input-placeholder,
.wpz-transparent-header .site-header.headroom--not-top .sb-search .sb-search-input::-webkit-input-placeholder,
.site-header.header-with-cover.headroom--not-top .sb-search .sb-search-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.8); }

.site-header .sb-search .sb-search-input::-moz-placeholder,
.wpz-transparent-header .site-header.headroom--not-top .sb-search .sb-search-input::-moz-placeholder,
.site-header.header-with-cover.headroom--not-top .sb-search .sb-search-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.8); }

.site-header .sb-search .sb-search-input::placeholder,
.wpz-transparent-header .site-header.headroom--not-top .sb-search .sb-search-input::placeholder,
.site-header.header-with-cover.headroom--not-top .sb-search .sb-search-input::placeholder {
  color: rgba(0, 0, 0, 0.8); }

.wpz-transparent-header .site-header .sb-search .sb-search-input::-webkit-input-placeholder,
.site-header.header-with-cover .sb-search .sb-search-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.wpz-transparent-header .site-header .sb-search .sb-search-input::-moz-placeholder,
.site-header.header-with-cover .sb-search .sb-search-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.wpz-transparent-header .site-header .sb-search .sb-search-input::placeholder,
.site-header.header-with-cover .sb-search .sb-search-input::placeholder {
  color: rgba(255, 255, 255, 0.8); }

/*--------------------------------------------------------------
## Social Icons in Header
--------------------------------------------------------------*/
/* Header Social Icons */
.header_social {
  float: right;
  text-align: right;
  margin: 0 0 0 10px; }

.header_social .widget {
  margin: 0; }

.header_social .widget h3.title {
  display: none; }

.header_social .widget .zoom-social-icons-list--no-labels.zoom-social-icons-list--without-canvas {
  margin: 0; }

.header_social .zoom-social-icons-list--without-canvas .socicon {
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all; }

.header_social .zoom-social-icons-list .socicon:hover {
  opacity: 0.8; }

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

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

.alignright {
  float: right;
  margin-left: 15px; }

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Infinite Scrolling
--------------------------------------------------------------*/
/* Hides navigation links and site footer when infinite scroll is active */
.infinite-scroll .navigation {
  display: none; }

.infinite-scroll:not(.infinity-end):not(.neverending) #recent-posts {
  margin-bottom: 40px;
  position: relative; }

.infinite-scroll #infinite-handle {
  left: 0;
  right: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
  transition: -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
  -o-transition: -o-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
  transition: transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875), -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
  transition: transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875), -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875); }
  .infinite-scroll #infinite-handle span {
    display: block;
    width: 100%;
    line-height: 50px;
    border-radius: 5px;
    color: #fff;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold; }
    .infinite-scroll #infinite-handle span button {
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none; }
  .infinite-scroll #infinite-handle:hover {
    color: #fff;
    border: none;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.5); }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

body {
  margin: 0;
  padding: 0;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: normal;
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  line-height: 1.7;
  color: #444; }
  body.noscroll {
    position: fixed;
    overflow: hidden;
    width: 100%; }

.wrap,
.inner-wrap {
  max-width: 1200px;
  margin: 0 auto; }

.single .page-with-cover > .inner-wrap,
.page .page-with-cover > .inner-wrap {
  max-width: none;
  margin: 0; }

.inner-wrap:before,
.inner-wrap:after {
  content: " ";
  display: table; }

.inner-wrap:after {
  clear: both; }

#main {
  background: #f6f7f9;
  padding-top: 0;
  padding-bottom: 25px; }

.page #main,
.single #main {
  background: #fff; }

#main.portfolio-with-post-cover,
#main.blog-with-post-cover,
#main.page-with-cover {
  padding-top: 0 !important; }

.home .builder-wrap .widget {
  margin-bottom: 0; }

.highlight {
  background: rgba(255, 255, 0, 0.2);
  -webkit-box-shadow: 0 0 0 1px #ff0, 0 0 5px 2px #ff0 !important;
  box-shadow: 0 0 0 1px #ff0, 0 0 5px 2px #ff0 !important; }

.hidden {
  display: none; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/* Blog Posts */
.blog-with-post-cover .blog-header-cover {
  min-height: 300px;
  position: relative;
  background: black;
  margin-bottom: 50px; }

.blog-with-post-cover .blog-header-cover-image {
  opacity: 0.8;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center; }

.blog-with-post-cover .blog-header-cover-image:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1A000000', endColorstr='#80000000', GradientType=0); }

.blog-with-post-cover .blog-header-info {
  position: relative;
  z-index: 99;
  padding: 50px 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0; }

.blog-with-post-cover .blog-header-info .entry-info {
  margin-top: 0;
  color: #fff; }

.blog-with-post-cover .blog-header-info .section-title {
  color: #fff; }

.blog-with-post-cover .section-title:after {
  background: rgba(255, 255, 255, 0.3); }

.archive #main {
  background: #f6f7f9; }

.recent-posts article {
  background-color: #fff; }

.recent-posts .post-thumb {
  display: block;
  margin-bottom: 30px; }

.recent-posts .post-thumb a:hover {
  -webkit-box-shadow: none;
  box-shadow: none; }

.recent-posts .post-thumb img {
  max-width: 100%;
  height: auto;
  width: 100%; }

.single .entry-content .reorderable-content,
.page .entry-content .reorderable-content {
  position: relative; }

.single .entry-content .reorderable-content > *,
.page .entry-content .reorderable-content > * {
  margin-top: 90px;
  margin-bottom: 90px; }

.single .entry-content .entry-meta .reorderable-content > *,
.page .entry-content .entry-meta .reorderable-content > * {
  margin-top: 10px;
  margin-bottom: 10px; }

.single .entry-content .reorderable-content > *:first-child,
.page .entry-content .reorderable-content > *:first-child {
  margin-top: 0; }

.single .entry-content .reorderable-content > *:last-child,
.page .entry-content .reorderable-content > *:last-child {
  margin-bottom: 0; }

.entry-header {
  position: relative; }

.single .entry-header,
.page .entry-header {
  margin-top: 90px;
  text-align: center; }

.single .has-post-cover .entry-header,
.page .has-post-cover .entry-header {
  max-width: 950px;
  width: 100%;
  margin-top: 0;
  z-index: 100; }

.entry-title {
  font-family: "Playfair Display", sans-serif;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.5; }

.single .entry-title,
.page .entry-title {
  margin-top: 10px; }

.recent-posts .entry-title {
  font-size: 28px;
  line-height: 1.3; }

.entry-title a {
  color: #222;
  -webkit-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; }

.entry-title a:hover {
  color: #222;
  text-decoration: underline; }

.page .has-post-cover .entry-header .entry-title:after {
  display: none; }

.entry-content:before,
.entry-content:after {
  content: " ";
  display: table; }

.entry-content:after {
  clear: both; }

.single .entry-content,
.page .entry-content {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  color: #272c30; }

.entry-content p {
  margin-bottom: 28px;
  word-wrap: break-word; }

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

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-meta {
  /*color: #999;*/ }
  .entry-meta p {
    margin-bottom: 0; }

@media (min-width: 1250px) {
  .single .entry-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: -50px;
    text-align: center;
    font-family: "Mulish", sans-serif;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); } }

.single .entry-author a {
  text-decoration: none; }

.single .entry-author .avatar {
  display: block;
  border-radius: 50%;
  margin: 0 auto 10px; }

.single .entry-author .author-name {
  font-family: "Playfair Display", sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  margin-bottom: 12px;
  display: block; }

.single .entry-meta .entry-date {
  font-size: 14px;
  line-height: 1;
  color: #999; }

.single .entry-meta .edit-link {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 30px 0 0; }

.single .entry-meta a:hover {
  opacity: 0.7;
  -webkit-box-shadow: none;
  box-shadow: none; }

.recent-posts .entry-meta {
  font-size: 16px;
  font-family: "Mulish", sans-serif;
  margin: 0 0 20px; }

.entry-meta a {
  color: #222; }

/*.recent-posts .entry-meta a {
    border-bottom: 1px solid #ccc;
    padding-bottom: 2px;
}*/
.entry-meta a:hover {
  color: #222;
  text-decoration: none; }

.recent-posts .entry-meta span {
  display: inline; }

.entry-meta .post-categories,
.entry-meta .post-categories li {
  list-style: none;
  padding: 0;
  margin: 0; }

.entry-content a {
  font-weight: 600;
  text-decoration: underline; }
  .entry-content a:hover {
    text-decoration: none; }

.more-link,
.more_link {
  font-weight: bold;
  display: table;
  text-align: center;
  margin: 10px auto 0;
  text-decoration: none !important; }
  .more-link:hover,
  .more_link:hover {
    opacity: .7;
    color: #000; }

.author_links {
  margin-top: 15px; }
  .author_links a:last-child {
    margin-right: 0; }
  .author_links a:before {
    content: "\e600";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 20px/100% 'derive';
    vertical-align: top;
    margin: 4px 8px 0;
    color: #222;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1; }
  .author_links a.author_facebook:before {
    content: "\e601"; }
  .author_links a.author_instagram:before {
    content: "\ea92"; }

/*********************************************************************************************

8.  Single posts

*********************************************************************************************/
.entry-cover {
  margin-bottom: 60px; }

.single .has-post-cover .entry-cover {
  min-height: 75vh;
  height: 100%;
  position: relative;
  background: black; }

.page .has-post-cover .entry-cover {
  min-height: 450px;
  height: 100%;
  position: relative;
  background: black; }

.page .has-post-cover .cover-fullheight.entry-cover,
.single-post .has-post-cover .cover-fullheight.entry-cover {
  height: 100vh; }

.single-post.admin-bar .has-post-cover .cover-fullheight.entry-cover,
.page.admin-bar .has-post-cover .cover-fullheight.entry-cover {
  height: -webkit-calc(100vh - 32px);
  height: calc(100vh - 32px); }

@media screen and (max-width: 782px) {
  .single-post.admin-bar .has-post-cover .cover-fullheight.entry-cover,
  .page.admin-bar .has-post-cover .cover-fullheight.entry-cover {
    height: -webkit-calc(100vh - 46px);
    height: calc(100vh - 46px); } }

.page .has-post-cover .entry-cover-image,
.single .has-post-cover .entry-cover-image {
  opacity: 0.8;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.page .has-post-cover .entry-cover-image:after,
.single .has-post-cover .entry-cover-image:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: repeat-x; }

.single .has-post-cover .no-overlay .entry-cover-image,
.page .has-post-cover .no-overlay .entry-cover-image {
  opacity: 1; }

.single .has-post-cover .no-overlay .entry-cover-image:after,
.page .has-post-cover .no-overlay .entry-cover-image:after {
  display: none; }

.page .has-post-cover .entry-header .entry-info,
.single .has-post-cover .entry-header .entry-info {
  margin-top: 0;
  color: #fff; }
  .page .has-post-cover .entry-header .entry-info .edit-link,
  .single .has-post-cover .entry-header .entry-info .edit-link {
    display: block;
    font-size: 16px; }
    .page .has-post-cover .entry-header .entry-info .edit-link a,
    .single .has-post-cover .entry-header .entry-info .edit-link a {
      color: #fff; }

.page .post-location,
.single .post-location {
  font-style: italic; }

.page .post-location .dashicons,
.single .post-location .dashicons {
  vertical-align: middle; }

.page .entry-header .entry-info .post-categories,
.single .entry-header .entry-info .post-categories,
.page .entry-header .entry-info .post-categories li,
.single .entry-header .entry-info .post-categories li {
  list-style: none;
  padding: 0;
  margin: 0; }

.page .entry-header .entry-info .post-categories,
.single .entry-header .entry-info .post-categories {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1; }

.page .has-post-cover .entry-header .entry-info .post-categories,
.single .has-post-cover .entry-header .entry-info .post-categories {
  text-align: center; }

.page .entry-header .entry-info .post-categories li,
.single .entry-header .entry-info .post-categories li {
  display: inline-block;
  margin: 0 20px 0 0; }

.page .entry-header .entry-info .post-categories li:last-child,
.single .entry-header .entry-info .post-categories li:last-child {
  margin-right: 0; }

.page .entry-header .entry-info .post-categories a,
.single .entry-header .entry-info .post-categories a {
  color: #000; }

.page .has-post-cover .entry-header .entry-info .post-categories a,
.single .has-post-cover .entry-header .entry-info .post-categories a {
  color: #fff; }

.page .entry-header .entry-info .post-categories a:hover,
.single .entry-header .entry-info .post-categories a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.7; }

.page .entry-header .entry-info .post-categories .category-color,
.single .entry-header .entry-info .post-categories .category-color {
  font-size: 24px;
  margin: 0 6px 0 0; }

.page .has-post-cover .entry-header .entry-title,
.single .has-post-cover .entry-header .entry-title {
  color: #fff;
  text-transform: none;
  font-weight: 900;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 25px;
  padding: 0;
  font-family: "Playfair Display", sans-serif; }

.page .has-post-cover .entry-header .entry-excerpt,
.single .has-post-cover .entry-header .entry-excerpt {
  font-size: 15px;
  text-align: center; }

.page .has-post-cover .entry-header .entry-meta,
.single .has-post-cover .entry-header .entry-meta {
  color: rgba(255, 255, 255, 0.7);
  opacity: 0.9;
  font-size: 16px; }

.page .has-post-cover .entry-header .entry-meta a,
.single .has-post-cover .entry-header .entry-meta a {
  color: #fff;
  font-weight: 600; }

.page .has-post-cover .entry-header .entry-meta a:hover,
.single .has-post-cover .entry-header .entry-meta a:hover {
  text-decoration: none;
  color: #fea6a8; }

.page .entry-category + .entry-date,
.single .entry-category + .entry-date {
  display: inline-block; }

/*.page .entry-content,
.single .entry-content {
    max-width: 950px;
    margin: 45px auto;
}*/
.page .full-width .entry-content,
.single .full-width .entry-content {
  max-width: 100%;
  margin: 0;
  padding: 0; }

.full-width .tiled-gallery {
  max-width: 100%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0; }

.page .full-width .entry-info {
  margin-top: 0; }

.page .full-width .entry-title {
  margin-bottom: 0; }

.page .entry-footer,
.single .entry-footer {
  max-width: 700px;
  margin: 0 auto 150px;
  padding: 0;
  text-align: center; }

.page .entry-footer .section-title,
.single .entry-footer .section-title {
  margin-top: 50px;
  margin-bottom: 20px;
  color: #666;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  font-family: "Playfair Display", sans-serif;
  text-transform: uppercase; }

.page .entry-footer .section-title:after,
.single .entry-footer .section-title:after {
  display: none; }

.page .entry-footer .section-title:before,
.single .entry-footer .section-title:before {
  display: block;
  content: " ";
  width: 200px;
  height: 1px;
  background: #E6E6E6;
  margin: 40px auto 48px; }

.page .tag_list,
.single .tag_list {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  color: #000;
  padding: 0;
  margin: 90px 0 0; }

.page .tag_list a,
.single .tag_list a {
  display: inline-block;
  padding: 5px 20px;
  border: 2px solid #ccc;
  border-radius: 50px;
  margin: 4px 10px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  text-decoration: none; }

.page .tag_list a:hover,
.single .tag_list a:hover {
  color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #222; }

.page .tag_list .separator,
.single .tag_list .separator {
  margin: 0 5px 0 0;
  color: #aaa; }

/* Author Bio */
.page .post_author,
.single .post_author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin: 90px 0 0; }
  .page .post_author .author-link,
  .single .post_author .author-link {
    display: block;
    margin: 0 0 20px; }
  .page .post_author .author-title,
  .single .post_author .author-title {
    margin: 0 0 15px; }
  .page .post_author .author-name,
  .single .post_author .author-name {
    font-family: "Playfair Display", sans-serif;
    font-size: 20px;
    font-weight: 900;
    text-transform: none;
    margin: 0; }
  .page .post_author img,
  .single .post_author img {
    margin: 0 0 20px 0;
    border-radius: 50%; }
  .page .post_author a,
  .single .post_author a {
    font-size: 18px;
    color: #222;
    line-height: 1.9;
    text-decoration: none; }
  .page .post_author a:hover,
  .single .post_author a:hover {
    text-decoration: none;
    opacity: 0.7;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .page .post_author span,
  .single .post_author span {
    margin: 0 0 5px;
    display: block;
    text-transform: uppercase; }

/* Sharing Buttons */
.page .share,
.single .share {
  text-align: center;
  margin: 90px 0 0; }

.page .share .section-title,
.single .share .section-title {
  font-size: 20px;
  font-weight: 900;
  text-transform: none;
  color: #000;
  margin: 0 0 30px; }

.page .share .section-title:before,
.single .share .section-title:before {
  display: none; }

.page .share .icons,
.single .share .icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.page .share a,
.single .share a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #000;
  padding: 0;
  margin: 0 20px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  letter-spacing: 1px; }

.page .share a:hover,
.single .share a:hover {
  opacity: 0.7;
  -webkit-box-shadow: none;
  box-shadow: none; }

.page .share .dashicons,
.single .share .dashicons {
  margin: 0 5px 0 0; }

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-bottom: 20px;
  line-height: 1.3;
  font-family: "Playfair Display", sans-serif;
  font-weight: 900; }

.entry-content .wp-block-image img,
.entry-content img.alignnone,
.entry-content img.aligncenter,
.entry-content img.alignleft,
.entry-content img.alignright,
.entry-content img.attachment-fullsize {
  margin-bottom: 20px;
  max-width: 100%;
  height: auto; }

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

.entry-content li ul:not(.wp-block-gallery),
.entry-content li ol {
  margin-bottom: 0;
  margin-left: 30px; }

.entry-content .wp-block-gallery {
  margin-left: 0; }

.entry-content .blocks-gallery-caption,
.entry-content .wp-block-embed figcaption,
.entry-content .wp-block-image figcaption {
  color: #666;
  font-style: italic;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 25px; }

.entry-content .wp-block-pullquote {
  border: none; }

.entry-content li {
  list-style-position: inside; }

.entry-content ul li {
  list-style-type: square; }

.entry-content ol li {
  list-style-type: decimal; }

.entry-content .shortcode-unorderedlist ul li,
.entry-content .shortcode-unorderedlist ul li ul {
  list-style-type: none; }

.entry-content blockquote {
  font-size: 26px;
  margin-top: 15px;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  max-width: 100%;
  color: #000;
  font-weight: 900;
  font-family: "Playfair Display", sans-serif; }

.entry-content blockquote:before,
.entry-content blockquote:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin: 50px auto;
  background: rgba(0, 0, 0, 0.1); }

/* Prev/Next Posts */
.nextprev-posts,
.nextprev-posts * {
  padding: 0;
  margin: 0; }

.nextprev-posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  width: 1200px;
  border-top: 3px solid #eee;
  padding-top: 40px;
  margin-bottom: 150px;
  margin-left: -200px;
  margin-right: -200px; }

.nextprev-posts > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }

.nextprev-posts .prev-post {
  padding-right: 15px; }

.nextprev-posts .next-post {
  padding-left: 15px; }

.nextprev-posts .prev-text,
.nextprev-posts .next-text {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 0 40px; }

.nextprev-posts .next-text {
  text-align: right; }

.nextprev-posts .prev-image,
.nextprev-posts .next-image {
  height: 585px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 0 20px; }

.nextprev-posts .prev-title,
.nextprev-posts .next-title {
  font-family: "Playfair Display", sans-serif;
  font-size: 26px;
  font-weight: 900; }

.nextprev-posts img {
  -webkit-transition: .3s ease-in-out all;
  -o-transition: .3s ease-in-out all;
  transition: .3s ease-in-out all; }

.nextprev-posts a {
  text-decoration: none; }

.nextprev-posts a:hover img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03); }

.nextprev-posts a:hover h3 {
  text-decoration: underline; }

/* Gutenberg Images */
.entry-content .alignfull {
  margin-left: -webkit-calc( -100vw / 2 + 100% / 2);
  margin-left: calc( -100vw / 2 + 100% / 2);
  margin-right: -webkit-calc( -100vw / 2 + 100% / 2);
  margin-right: calc( -100vw / 2 + 100% / 2);
  position: relative; }

.entry-content .alignfull,
.entry-content .alignfull img {
  width: 100vw;
  max-width: 100vw; }

.entry-content .alignwide.caption-align-right figcaption,
.entry-content .alignwide.caption-align-left figcaption {
  font-size: 14px;
  color: #666; }

@media only screen and (min-width: 880px) {
  .entry-content .alignwide {
    margin-left: -webkit-calc( -95vw / 2 + 100% / 2);
    margin-left: calc( -95vw / 2 + 100% / 2);
    margin-right: -webkit-calc( -95vw / 2 + 100% / 2);
    margin-right: calc( -95vw / 2 + 100% / 2);
    max-width: 95vw;
    width: 95vw;
    position: relative; }
  .entry-content .alignfull.caption-align-left figcaption,
  .entry-content .alignwide.caption-align-left figcaption {
    position: absolute;
    width: 15%;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.5;
    font-size: 14px;
    margin-top: 0;
    color: #666;
    text-align: left; }
    .entry-content .alignfull.caption-align-left figcaption:before,
    .entry-content .alignwide.caption-align-left figcaption:before {
      content: '...';
      font-family: serif;
      font-size: 40px;
      line-height: 1;
      letter-spacing: 1px;
      margin: -5px 0 15px;
      display: block;
      color: #000; }
  .entry-content .alignfull.caption-align-right figcaption,
  .entry-content .alignwide.caption-align-right figcaption {
    position: absolute;
    right: 0;
    width: 15%;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.5;
    font-size: 14px;
    margin-top: 0;
    color: #666;
    text-align: right; }
    .entry-content .alignfull.caption-align-right figcaption:before,
    .entry-content .alignwide.caption-align-right figcaption:before {
      content: '...';
      font-family: serif;
      font-size: 40px;
      line-height: 1;
      letter-spacing: 1px;
      margin: -5px 0 15px;
      display: block;
      color: #000; }
  .entry-content .alignfull.caption-align-left figcaption {
    padding-left: 2.5%;
    width: 17.5%; }
  .entry-content .alignfull.caption-align-right figcaption {
    padding-right: 2.5%;
    width: 17.5%; } }

@media only screen and (min-width: 1250px) {
  .entry-content .alignwide {
    margin-left: -webkit-calc( -95vw / 2 + 100% / 2);
    margin-left: calc( -95vw / 2 + 100% / 2);
    margin-right: -webkit-calc( -95vw / 2 + 100% / 2);
    margin-right: calc( -95vw / 2 + 100% / 2);
    max-width: 95vw;
    width: 95vw;
    position: relative; }
  .entry-content .alignfull.caption-align-left figcaption,
  .entry-content .alignwide.caption-align-left figcaption {
    position: absolute;
    width: 15%;
    padding-left: 2%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.5;
    font-size: 14px;
    margin-top: 0;
    color: #666;
    text-align: left; }
    .entry-content .alignfull.caption-align-left figcaption:before,
    .entry-content .alignwide.caption-align-left figcaption:before {
      content: '...';
      font-family: serif;
      font-size: 40px;
      line-height: 1;
      letter-spacing: 1px;
      margin: -5px 0 15px;
      display: block;
      color: #000; }
  .entry-content .alignfull.caption-align-right figcaption,
  .entry-content .alignwide.caption-align-right figcaption {
    position: absolute;
    right: 0;
    width: 15%;
    padding-right: 2%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.5;
    font-size: 14px;
    margin-top: 0;
    color: #666;
    text-align: right; }
    .entry-content .alignfull.caption-align-right figcaption:before,
    .entry-content .alignwide.caption-align-right figcaption:before {
      content: '...';
      font-family: serif;
      font-size: 40px;
      line-height: 1;
      letter-spacing: 1px;
      margin: -5px 0 15px;
      display: block;
      color: #000; } }

@media only screen and (min-width: 1550px) {
  .entry-content .alignwide {
    margin-left: -350px;
    margin-right: -350px;
    max-width: 1500px;
    width: 1500px;
    position: relative; }
  .entry-content .alignfull.caption-align-left figcaption,
  .entry-content .alignwide.caption-align-left figcaption {
    position: absolute;
    width: 300px;
    padding-left: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.5;
    font-size: 14px;
    margin-top: 0;
    color: #666;
    text-align: left; }
    .entry-content .alignfull.caption-align-left figcaption:before,
    .entry-content .alignwide.caption-align-left figcaption:before {
      content: '...';
      font-family: serif;
      font-size: 40px;
      line-height: 1;
      letter-spacing: 1px;
      margin: -5px 0 15px;
      display: block;
      color: #000; }
  .entry-content .alignfull.caption-align-right figcaption,
  .entry-content .alignwide.caption-align-right figcaption {
    position: absolute;
    right: 0;
    width: 300px;
    padding-right: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.5;
    font-size: 14px;
    margin-top: 0;
    color: #666;
    text-align: right; }
    .entry-content .alignfull.caption-align-right figcaption:before,
    .entry-content .alignwide.caption-align-right figcaption:before {
      content: '...';
      font-family: serif;
      font-size: 40px;
      line-height: 1;
      letter-spacing: 1px;
      margin: -5px 0 15px;
      display: block;
      color: #000; } }

@media screen and (max-width: 1250px) {
  .single .entry-content, .page .entry-content {
    max-width: 75%; } }

@media screen and (max-width: 880px) {
  .entry-content .alignfull.caption-align-right figcaption,
  .entry-content .alignfull.caption-align-left figcaption {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-left: 4%;
    margin-right: 4%; } }

/* Caption for images */
.entry-content .wp-caption {
  width: auto;
  text-align: center;
  font-style: italic; }

.entry-content .wp-caption img {
  background: none;
  margin: 0;
  border: 0 none;
  max-width: 100%;
  width: auto;
  height: auto; }

.wp-caption {
  width: auto; }

.wp-caption img {
  display: block; }

.wp-caption-text {
  color: #8c888c;
  font-size: 16px;
  margin: 15px 0;
  font-style: italic; }

.entry-content .wp-caption.aligncenter {
  margin: 0 auto 15px; }

img.wp-smiley {
  border: none;
  padding: 0; }

/* Galleries */
.entry-content .tiled-gallery {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }

.entry-content .gallery {
  clear: both;
  text-align: center;
  max-width: 100%; }

.entry-content .gallery a:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out; }

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-1 .gallery-item {
  max-width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-icon img {
  margin: 0 auto; }

.gallery-caption {
  color: #8c888c;
  margin: 15px 0;
  display: block;
  font-size: 12px;
  font-style: italic;
  line-height: 1.4; }

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

/* Images align */
.entry-content .aligncenter,
div.aligncenter {
  display: block;
  clear: both;
  margin-left: auto;
  margin-right: auto; }

.alignleft,
.entry-content .alignleft {
  float: left;
  margin-right: 15px; }

.alignright,
.entry-content .alignright {
  float: right;
  margin-left: 15px; }

/* WPZOOM Shortcode */
.entry-content .shortcode-unorderedlist ul li,
.entry-content .shortcode-unorderedlist ul li ul {
  list-style-type: none; }

.entry-content a.wpz-sc-button {
  text-decoration: none;
  color: #fff;
  font-weight: normal; }

.entry-content a.wpz-sc-button:hover {
  color: #fff; }

/* Jetpack Related Posts */
.single #jp-relatedposts {
  margin-bottom: 0; }

h4.jp-relatedposts-post-title {
  margin: 10px 0 5px !important;
  font-weight: bold;
  position: relative; }

.single #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3; }

.single #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title a {
  color: #171615;
  font-weight: bold; }

.single #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title a:hover {
  text-decoration: none;
  color: #fea6a8; }

.single #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a {
  text-decoration: none; }

.single div#jp-relatedposts h3.jp-relatedposts-headline {
  display: block;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
  float: none;
  color: #666;
  font-size: 16px;
  font-weight: normal;
  font-family: "Playfair Display", sans-serif;
  text-transform: uppercase; }

.single div#jp-relatedposts h3.jp-relatedposts-headline em {
  font-weight: normal; }

.single div#jp-relatedposts h3.jp-relatedposts-headline em:before {
  display: none; }

.single #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
  opacity: 1;
  margin-bottom: 0; }

.tiled-gallery {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }

.page .has-post-cover .entry-cover,
.single-post .has-post-cover .entry-cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  margin-bottom: 40px; }

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

.page .has-post-cover .entry-cover {
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }

.page .display-none {
  display: none; }

/*--------------------------------------------------------------
## Editor blocks
--------------------------------------------------------------*/
/*********************************************************************************************

    Editor Blocks

*********************************************************************************************/
.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.is-resized > figcaption {
  display: block;
  margin-top: 0;
  font-size: 14px; }

.entry-content .wp-block-button__link {
  text-decoration: none;
  margin-bottom: 15px;
  -webkit-transition: .2s ease all;
  -o-transition: .2s ease all;
  transition: .2s ease all; }
  .entry-content .wp-block-button__link:hover {
    opacity: .8; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/*********************************************************************************************

9.  Comments

*********************************************************************************************/
#comments {
  background: #f6f7f9;
  max-width: 700px;
  margin: 0 auto;
  padding: 40px 30px; }

.page #comments {
  margin-top: 50px; }

#comments > h3,
#respond > h3 {
  position: relative;
  font-family: "Playfair Display", sans-serif;
  font-size: 26px;
  font-weight: 900;
  margin: 0 0 40px; }

#respond > h3 {
  margin: 0 0 10px; }

.comment-notes {
  margin-bottom: 20px;
  font-style: italic; }

.commentlist {
  list-style-type: none;
  padding: 0;
  margin: 0; }

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

.commentlist .children {
  margin-left: 50px; }

.commentlist .comment {
  position: relative;
  list-style: none;
  margin-bottom: 30px; }

.commentlist .avatar {
  height: 60px;
  width: 60px;
  max-width: none;
  border-radius: 100%;
  float: left; }

.commentlist .comment-wrap > div {
  padding-left: 90px; }

.comment-author .fn,
.comment-author .fn a {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none; }

.comment-author .fn a:hover {
  text-decoration: none;
  color: #222;
  opacity: 0.7; }

.comment-author .comment-meta,
.comment-author .comment-meta a {
  color: #999;
  font-size: 13px;
  text-decoration: none; }

.comment-author .comment-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-style: italic;
  margin: 0 0 10px; }

.comment-author .comment-meta .bullet {
  margin: 0 5px; }

.comment-body {
  font-size: 14px;
  margin-bottom: 40px; }

#respond {
  margin-top: 40px; }

#respond .form_fields p {
  margin-bottom: 15px; }

.comment-form-comment label,
#respond .form_fields label {
  display: block;
  font-weight: 600; }

#respond input[type="text"] {
  width: 40%; }

#respond textarea {
  width: 100%; }

#respond #submit {
  width: auto; }

#respond code {
  white-space: pre-wrap; }

.form-allowed-tags {
  display: none; }

#respond .comment-form-cookies-consent label {
  display: inline;
  margin-left: 10px;
  text-transform: none;
  font-family: inherit;
  font-size: 14px; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: white;
  width: 100%;
  padding: 24px 5px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #dbdcdb; }

.wpz-transparent-header .site-header,
.site-header.header-with-cover {
  background: transparent;
  width: 100%;
  z-index: 1000;
  position: absolute;
  border-bottom: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(0, 0, 0, 0.4)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 1%, transparent 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.4) 1%, transparent 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 1%, transparent 100%);
  background-repeat: repeat-x; }

.wpz-transparent-header .site-header.headroom--top,
.site-header.header-with-cover.headroom--top {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none; }

.site-header.headroom--not-top {
  background: white; }

.site-header > * {
  position: relative;
  padding: 0;
  margin: 0 10px;
  -webkit-box-shadow: 0 0 10px 5px transparent;
  box-shadow: 0 0 10px 5px transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.wpz-transparent-header .site-header .navbar-toggle .icon-bar,
.site-header.header-with-cover .navbar-toggle .icon-bar {
  background: #fff; }

.wpz-transparent-header .navbar-toggle .icon-bar {
  background: #fff; }

.site-header.headroom--not-top .navbar-toggle .icon-bar,
.wpz-transparent-header .site-header.headroom--not-top .navbar-toggle .icon-bar,
.site-header.header-with-cover.headroom--not-top .navbar-toggle .icon-bar,
.site-header.header-with-cover.headroom--not-top .navbar-toggle .icon-bar {
  background: #000; }

.navbar-brand-wpz {
  line-height: 1;
  text-align: center;
  padding: 0; }

@media (min-width: 1240px) {
  .navbar-brand-wpz {
    margin: 0 30px 10px; } }

.navbar-brand-wpz img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

.navbar-brand-wpz h1 {
  margin: 0;
  font-weight: bold;
  font-family: "Playfair Display", sans-serif; }

.navbar-brand-wpz a {
  font-size: 52px;
  color: #101010; }

.wpz-transparent-header .site-header .navbar-brand-wpz a,
.site-header.header-with-cover .navbar-brand-wpz a {
  color: #fff; }

.navbar-brand-wpz a:hover,
.navbar-brand-wpz a:active {
  text-decoration: none;
  color: #000;
  opacity: 0.7;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* Sticky Logo */
.navbar-sticky {
  display: none;
  max-width: 300px; }

.wpz-transparent-header .site-header .navbar-brand-wpz > a,
.wpz-transparent-header .site-header .navbar-brand-wpz > h1,
.site-header.header-with-cover .navbar-brand-wpz > h1,
.site-header.header-with-cover .navbar-brand-wpz > a {
  display: none; }

.wpz-transparent-header .site-header.headroom--not-top .navbar-brand-wpz > h1,
.wpz-transparent-header .site-header.headroom--not-top .navbar-brand-wpz > a,
.site-header.header-with-cover.headroom--not-top .navbar-brand-wpz > h1,
.site-header.header-with-cover.headroom--not-top .navbar-brand-wpz > a {
  display: block; }

.wpz-transparent-header .site-header .navbar-sticky,
.site-header.header-with-cover .navbar-sticky {
  display: block; }

.wpz-transparent-header .site-header.headroom--not-top .navbar-sticky,
.site-header.header-with-cover.headroom--not-top .navbar-sticky {
  display: none; }

.site-header .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 16px;
  font-weight: 600;
  line-height: 2.5;
  white-space: nowrap;
  padding: 0;
  font-family: "Mulish", sans-serif;
  overflow: hidden; }

.site-header .nav:nth-of-type(2) {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-right: 40px; }

.site-header .nav a {
  margin: 0 15px; }

.site-header .nav a:hover {
  -webkit-box-shadow: none;
  box-shadow: none; }

.site-header .priority-plus-hidden > strong {
  display: block;
  cursor: pointer; }

.site-header .priority-plus-hidden > strong > span {
  display: inline-block;
  font-size: 16px;
  text-align: center;
  line-height: 22px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  height: 22px;
  width: 22px;
  font-weight: bold;
  border-radius: 100%;
  -webkit-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  margin: 0 15px; }

.site-header .priority-plus-hidden:hover > strong > span {
  background: #000; }

.site-header .navbar-toggle {
  display: none; }

.site-header .header_social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.site-header .zoom-social-icons-widget h3.title,
.site-header .zoom-social-icons-widget > p {
  display: none; }

.site-header .header_social ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0; }

.site-header .header_social li,
.site-header .header_social span,
.site-header .header_social a {
  padding: 0 !important;
  margin: 0 !important; }

.site-header .header_social li {
  padding: 0 10px !important; }

.site-header .header_social span {
  display: none; }

.site-header .header_social .socicon {
  display: block; }

/* Hides navigation links and site footer when infinite scroll is active */
.infinite-scroll .paging-navigation {
  display: none; }

@media screen and (min-width: 300px) {
  .wpz-transparent-header .site-header.headroom--not-top,
  .site-header.header-with-cover.headroom--not-top,
  .headroom--not-top {
    background: white;
    -webkit-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #dbdcdb; }
  .headroom--not-top .navbar {
    background: white;
    padding: 12px 0;
    -webkit-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1); }
    .headroom--not-top .navbar .navbar-brand-wpz img {
      -webkit-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
      max-height: 70px;
      width: auto; }
  .site-header.headroom {
    width: 100%;
    z-index: 1000;
    position: fixed;
    top: 0; }
    .site-header.headroom .navbar-brand-wpz h1,
    .site-header.headroom .navbar-brand-wpz h1 a,
    .site-header.headroom .main-navbar {
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .site-header.headroom .tagline {
      -webkit-transition-duration: .2s;
      -o-transition-duration: .2s;
      transition-duration: .2s; }
  .site-header.headroom--not-top {
    position: fixed;
    top: 0;
    padding-top: 13px;
    padding-bottom: 14px; }
    .site-header.headroom--not-top .navbar-brand-wpz h1 a,
    .site-header.headroom--not-top .navbar-brand-wpz h1 {
      font-size: 40px; }
    .site-header.headroom--not-top.headroom--not-top .navbar-brand-wpz a {
      color: #000; }
    .site-header.headroom--not-top.headroom--not-top .navbar-nav > li > a {
      color: #000; }
    .site-header.headroom--not-top.headroom--not-top .navbar-nav > li > a:hover {
      color: #4a4a4a; }
    .site-header.headroom--not-top .navbar-brand-wpz img {
      -webkit-transition-duration: .34s;
      -o-transition-duration: .34s;
      transition-duration: .34s;
      max-width: 80%;
      height: auto; }
  /* Compatibility with WP admin bar */
  .admin-bar .headroom {
    top: 32px; } }

@media screen and (max-width: 782px) {
  .admin-bar #header {
    margin-top: 46px; } }

@media screen and (max-width: 600px) {
  .admin-bar #header.headroom--not-top {
    margin-top: 0; } }

/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/
/* Sidebar */
body.side-nav-open {
  height: 100%; }

.site {
  position: relative;
  -webkit-transition: -webkit-transform .18s ease;
  -o-transition: -o-transform .18s ease;
  transition: transform .18s ease; }

.side-nav-open .site {
  z-index: 300;
  -webkit-transform: translateX(-380px);
  -ms-transform: translateX(-380px);
  -o-transform: translateX(-380px);
  transform: translateX(-380px); }

.side-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: -70px;
  overflow: hidden;
  width: 380px;
  z-index: -1;
  visibility: hidden;
  outline: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-overflow-scrolling: touch; }
  .side-nav a {
    color: #fff; }
    .side-nav a:hover {
      color: #fea6a8; }
  .side-nav .navbar-nav li a {
    font-family: "Arial Black", sans-serif;
    font-size: 26px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: bold; }

.side-nav-transitioning .side-nav {
  visibility: visible; }

.side-nav-open .side-nav {
  visibility: visible;
  z-index: 600; }

.side-nav-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 600; }

.side-nav-transitioning,
.side-nav-open .side-nav-overlay {
  display: block;
  right: 380px;
  z-index: 900;
  cursor: e-resize; }

.side-nav__scrollable-container {
  position: relative;
  padding-bottom: 70px;
  /* .side-nav's bottom value */
  height: 100%;
  overflow: auto;
  background-color: #101010;
  color: #78787f;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(380px);
  -ms-transform: translateX(380px);
  -o-transform: translateX(380px);
  transform: translateX(380px);
  -webkit-transition: -webkit-transform .18s ease;
  -o-transition: -o-transform .18s ease;
  transition: transform .18s ease; }

.side-nav-open .side-nav__scrollable-container {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.side-nav__scrollable-container::-webkit-scrollbar {
  display: none; }

.side-nav__wrap {
  position: relative;
  padding: 60px 30px; }

.admin-bar .side-nav__wrap {
  padding-top: 92px;
  /* 60 + 32 */ }

@media screen and (max-width: 782px) {
  .admin-bar .side-nav__wrap {
    padding-top: 106px; } }

.side-nav__wrap .navbar-toggle {
  margin: 5px 0 0;
  padding-right: 0;
  background: none;
  color: #fff; }
  .side-nav__wrap .navbar-toggle:hover {
    background: none;
    color: #fff; }

.side-nav__close-button {
  display: none; }

.side-nav__close-button:before,
.side-nav__close-button:after {
  content: " ";
  display: table; }

.side-nav__close-button:after {
  clear: both; }

.side-nav .navbar-nav {
  display: none;
  margin-bottom: 60px;
  padding: 0; }

.side-nav .widget {
  margin-bottom: 60px;
  max-width: 100%; }

.side-nav .widget:last-child {
  margin-bottom: 0; }

.side-nav .widget .title {
  font-size: 18px; }

/* shop sidebar related */
.wrap--layout-side-left .site-main,
.wrap--layout-side-right .site-main {
  width: 72.5%;
  float: left; }

.wrap--layout-side-left .site-main {
  float: right; }

.wrap--layout-side-left .sidebar--shop,
.wrap--layout-side-right .sidebar--shop {
  width: 27.5%;
  padding: 0 15px;
  float: right; }

.wrap--layout-side-left .sidebar--shop {
  float: left; }

.sidebar--shop .widget {
  margin-bottom: 40px; }

.sidebar--shop .widget:first-child h3 {
  margin-top: 0; }

.sidebar--product {
  margin: 65px 0 20px; }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  background: #1a1919;
  color: #666; }
  .site-footer a {
    color: #fff; }
  .site-footer a:hover {
    color: #fea6a8;
    text-decoration: none; }

.side-nav a:hover,
.site-footer a:hover {
  color: #fea6a8;
  text-decoration: none; }

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

.footer-widgets:before,
.footer-widgets:after {
  content: " ";
  display: table; }

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

.footer-widgets .column {
  display: inline-block;
  vertical-align: top;
  float: none;
  font-size: 16px; }

.footer-widgets.widget-columns-4 .column {
  width: 23%;
  margin-right: 2.6666%; }

.footer-widgets.widget-columns-3 .column {
  width: 31%;
  margin-right: 3.5%; }

.footer-widgets.widget-columns-2 .column {
  width: 48%;
  margin-right: 4%; }

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

.footer-widgets.widget-columns-2 .column:nth-child(2n+2),
.footer-widgets.widget-columns-3 .column:nth-child(3n+3),
.footer-widgets.widget-columns-4 .column:nth-child(4n+4) {
  margin-right: 0; }

.footer-widgets .column:last-child {
  margin-right: 0; }

.side-nav .title,
.footer-widgets .title {
  color: #fff; }

.site-footer-separator {
  font-size: 35px;
  letter-spacing: 2px;
  text-align: center;
  line-height: 1;
  color: #fff;
  opacity: 0.3;
  margin: 40px 0 0; }

.footer_social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 10%;
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px 0 0; }

.footer_social .widget {
  padding: 0;
  margin: 0; }

.site-footer .zoom-social-icons-widget h3.title,
.site-footer .zoom-social-icons-widget > p {
  display: none; }

.site-footer .footer_social ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0; }

.site-info {
  font-size: 13px;
  text-align: center;
  color: #666;
  padding: 30px 0 60px; }

.site-info p {
  padding: 0;
  margin: 0; }

.site-info a {
  color: #fff;
  font-weight: 600; }

.site-info a:hover {
  color: #fea6a8; }

/*--------------------------------------------------------------
## Homepage
--------------------------------------------------------------*/
/* Homepage widgets */
.derive-posts-grid .wpzabb-post-grid,
#recent-posts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 25px;
  padding: 0;
  margin: 0; }

.home .blog-archive {
  padding-top: 50px; }

.error404 .recent-posts {
  display: block; }

.derive-posts-grid .wpzabb-post-column,
.recent-posts article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: auto;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.08);
  border-radius: 3px 3px 4px 4px; }

.recent-posts article {
  display: block; }

@media (min-width: 880px) {
  .post-thumb-hidden {
    display: none; }
  .derive-posts-grid .wpzabb-post-column:first-child,
  body:not(.search-results) .recent-posts.wpz-featured-post article:first-child {
    grid-column-end: span 2; }
  .derive-posts-grid .wpzabb-post-column:first-child .wpzabb-post-grid-title,
  .recent-posts.wpz-featured-post article:first-child .entry-title {
    font-size: 42px; }
  .recent-posts.wpz-featured-post article:first-child .entry-meta > span.meta-comments {
    margin-left: auto; } }

.derive-posts-grid .wpzabb-post-grid-post,
.recent-posts article .post-thumb,
.recent-posts article .post-thumb a {
  margin: 0; }

.derive-posts-grid .wpzabb-post-column .wpzabb-post-grid-image a,
.recent-posts article .post-thumb a,
.recent-posts article .post-thumb-hidden a {
  display: block;
  position: relative;
  height: 510px;
  width: 100%;
  overflow: hidden; }
  .derive-posts-grid .wpzabb-post-column .wpzabb-post-grid-image a img,
  .recent-posts article .post-thumb a img,
  .recent-posts article .post-thumb-hidden a img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100% !important;
    max-width: 100% !important;
    margin: 0;
    width: auto;
    border-radius: 3px 3px 0 0; }

.recent-posts article .post-thumb.loop-landscape a {
  height: 240px; }

.derive-posts-grid .wpzabb-post-grid-post {
  border-radius: 3px; }

.derive-posts-grid .wpzabb-post-column .wpzabb-post-grid-text,
.recent-posts article .entry-body {
  padding: 20px 30px 50px; }

.derive-posts-grid .wpzabb-post-column .post-categories,
.recent-posts article .entry-meta {
  list-style: none;
  padding: 0;
  font-size: 16px;
  margin: 0 0 15px;
  color: #666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .derive-posts-grid .wpzabb-post-column .post-categories a,
  .recent-posts article .entry-meta a {
    font-weight: 600;
    color: #222;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .derive-posts-grid .wpzabb-post-column .post-categories a:hover,
    .recent-posts article .entry-meta a:hover {
      opacity: .7; }

.derive-posts-grid .wpzabb-post-column .post-categories li a,
.recent-posts article .entry-meta .post-categories li a {
  text-transform: uppercase; }
  .derive-posts-grid .wpzabb-post-column .post-categories li a:hover,
  .recent-posts article .entry-meta .post-categories li a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000; }

.recent-posts .post-categories li,
.derive-posts-grid .wpzabb-post-column .post-categories li,
.recent-posts article .entry-meta > span {
  list-style: none;
  padding: 0;
  display: inline; }

.post-categories li + li:before {
  content: " / ";
  color: #b6babb;
  margin: 0 5px;
  font-style: normal;
  opacity: .7; }

.recent-posts article .entry-meta > span.edit-link {
  margin-left: 10px; }

.recent-posts article .entry-meta > span.entry-date,
.recent-posts article .entry-meta > span.entry-author {
  margin-right: 10px; }

.derive-posts-grid .wpzabb-post-column .post-categories li:last-child,
.recent-posts article .entry-meta span:last-child {
  margin-right: 0; }

.derive-posts-grid .wpzabb-post-column .post-categories li .category-name {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.derive-posts-grid .wpzabb-post-column .post-categories .category-color,
.recent-posts .post-categories .category-color {
  font-size: 22px;
  line-height: 1;
  margin: 0 4px 0 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.derive-posts-grid .wpzabb-post-column .post-categories li a:hover .category-color,
.derive-posts-grid .wpzabb-post-column .post-categories li a:active .category-color,
.recent-posts .post-categories li a:hover .category-color,
.recent-posts .post-categories li a:active .category-color {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2); }

.derive-posts-grid .wpzabb-post-column .wpzabb-post-grid-title,
.recent-posts article .entry-meta .entry-title {
  line-height: 1.3;
  margin: 0 0 10px; }

.derive-posts-grid .wpzabb-post-column .wpzabb-post-grid-title a,
.recent-posts article .entry-meta .entry-title a {
  display: inline;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.derive-posts-grid .wpzabb-post-column .wpzabb-post-grid-title a:hover,
.derive-posts-grid .wpzabb-post-column .wpzabb-post-grid-title a:active,
.recent-posts article .entry-meta .entry-title a:hover,
.recent-posts article .entry-meta .entry-title a:active {
  text-decoration: underline; }

.derive-posts-grid .wpzabb-post-column .wpzabb-post-grid-content {
  font-size: 15px; }

.derive-posts-grid .wpzabb-post-column .wpzabb-post-grid-more,
.recent-posts .more_link {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  background: transparent;
  padding: 0;
  border: 0;
  margin: 5px 0 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.derive-posts-grid .wpzabb-post-column .wpzabb-post-grid-more::after,
.recent-posts .more_link::after {
  content: '...';
  font-size: 22px;
  font-family: serif;
  line-height: 25px;
  letter-spacing: 1px;
  vertical-align: bottom;
  margin: 0 0 0 7px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline; }

.derive-posts-grid .wpzabb-post-column .wpzabb-post-grid-more:hover,
.recent-posts .more_link:hover {
  -webkit-box-shadow: none;
  box-shadow: none; }

.derive-posts-grid .wpzabb-post-column .wpzabb-post-grid-more:hover::after,
.recent-posts .more_link:hover::after {
  margin: 0 0 0 10px;
  letter-spacing: 4px; }

.derive-posts-grid .fl-builder-pagination-load-more {
  text-align: center;
  padding: 80px 0 40px; }

.derive-posts-grid .fl-builder-pagination-load-more .wpzabb-button {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #666;
  padding: 8px 35px;
  border-color: #666;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.derive-posts-grid .fl-builder-pagination-load-more .wpzabb-button:hover,
.derive-posts-grid .fl-builder-pagination-load-more .wpzabb-button:active {
  color: #000;
  padding-left: 40px;
  padding-right: 40px;
  border-color: #000;
  -webkit-box-shadow: none;
  box-shadow: none; }

.derive-posts-grid .wpzabb-post-grid #infscr-loading,
.recent-posts .navigation,
.infinite-scroll #infinite-handle {
  position: static;
  grid-column-end: span 3; }

.wpzabb-image-grid .wpzabb-image-grid-item-title {
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase; }

.wpzabb-image-grid a:hover {
  -webkit-box-shadow: none;
  box-shadow: none; }

.wpzoom-feature-a-cat,
.wpzoom-feature-a-cat .the_category,
.wpzoom-feature-a-cat .the_category a,
.wpzoom-feature-a-cat .the_category img,
.wpzoom-feature-a-cat .the_category .category-name,
.wpzoom-feature-a-cat .the_category .category-color {
  padding: 0;
  margin: 0; }

.wpzoom-feature-a-cat .the_category {
  position: relative; }

.wpzoom-feature-a-cat .the_category a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(62%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 62%, rgba(0, 0, 0, 0.65) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 62%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 62%, rgba(0, 0, 0, 0.65) 100%);
  background-repeat: repeat-x; }

.wpzoom-feature-a-cat .the_category a {
  display: block;
  position: relative;
  height: 500px;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.wpzoom-feature-a-cat .the_category a:hover,
.wpzoom-feature-a-cat .the_category a:active {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-box-shadow: none;
  box-shadow: none; }

.wpzoom-feature-a-cat .the_category img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%; }

.wpzoom-feature-a-cat .the_category .category-name {
  display: block;
  position: absolute;
  left: 30px;
  bottom: 15px;
  z-index: 90;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff; }

.wpzoom-feature-a-cat .the_category .category-color {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  z-index: 91; }

@media screen and (max-width: 900px) {
  .wpzoom-feature-a-cat .the_category .category-name {
    font-size: 20px; }
  .wpzoom-feature-a-cat .the_category a {
    height: 400px; } }

/*--------------------------------------------------------------
## Page Templates
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin-bottom: 40px; }

.widget .title {
  margin: 0 0 25px;
  font-size: 24px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 900; }

.textwidget img {
  max-width: 100%;
  height: auto; }

.widget ul {
  clear: both;
  margin: 0;
  padding: 0; }

.widget ul li {
  list-style-type: none; }

.widget ul ul {
  margin: 0;
  padding: 0;
  border-top: none; }

.widget ul ul li {
  border: none; }

/*--------------------------------------------------------------
# Recent Posts
--------------------------------------------------------------*/
/* Recent Posts  */
.widget .feature-posts-list {
  text-align: left; }
  .widget .feature-posts-list .sharedaddy {
    display: none; }
  .widget .feature-posts-list br {
    display: none; }
  .widget .feature-posts-list img {
    margin: 0 15px 0 0;
    float: left; }
  .widget .feature-posts-list small {
    font-size: 14px;
    margin: 0 0 5px;
    display: block;
    opacity: .8; }
  .widget .feature-posts-list .post-excerpt {
    display: block;
    overflow: hidden; }
  .widget .feature-posts-list li {
    margin: 0 0 25px; }
    .widget .feature-posts-list li:last-child {
      margin: 0;
      border: none;
      padding: 0; }
    .widget .feature-posts-list li h3 {
      line-height: 1.3;
      font-size: 16px;
      margin: 0 0 5px; }
    .widget .feature-posts-list li a {
      font-weight: bold; }

/*--------------------------------------------------------------
# Instagram
--------------------------------------------------------------*/
/* Instagram Widget */
.zoom-instagram-widget li img:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out; }

.site-widgetized-section .widgets .widget {
  /* restore font size cleared because of inline-block */
  font-size: 16px;
  width: 100%;
  margin-right: 0; }

.section-footer .zoom-instagram-widget__items {
  overflow: hidden; }

.section-footer .zoom-instagram-widget {
  overflow: hidden;
  margin: 0;
  position: relative; }

.section-footer .zoom-instagram-widget .title {
  display: none; }

.section-footer .zoom-instagram-widget .zoom-instagram-widget__follow-me {
  margin-top: 1px;
  text-align: center;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.section-footer .zoom-instagram-widget a.ig-b-v-24 {
  color: #fff !important;
  border: none;
  font-weight: 600 !important;
  border-radius: 0;
  line-height: 1.5em;
  padding: 10px 18px;
  font-size: 12px;
  text-transform: uppercase;
  background: #101010;
  display: inline-block;
  margin: 0;
  letter-spacing: 2px !important; }
  .section-footer .zoom-instagram-widget a.ig-b-v-24:hover {
    color: #fea6a8 !important; }

.zoom-instagram-widget li img {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }

.section-footer .zoom-instagram-widget li img:hover {
  opacity: 0.9; }

.section-footer .zoom-instagram-widget .zoom-instagram-widget__items {
  width: 5000px; }

.section-footer .zoom-instagram-widget .zoom-instagram-widget__items .zoom-instagram-widget__item {
  margin: 0 !important; }

/*--------------------------------------------------------------
# Twitter
--------------------------------------------------------------*/
/* Twitter widget */
.zoom-twitter-widget__item-timestamp {
  display: block;
  font-size: 14px;
  font-style: normal;
  text-transform: uppercase;
  font-family: "Playfair Display", sans-serif; }

/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
/* Search widget in footer */
/*--------------------------------------------------------------
# Native widgets styling
--------------------------------------------------------------*/
.widget_search label {
  display: inline; }

.textwidget img {
  max-width: 100%;
  height: auto; }

/* RSS Widget */
.widget_rss li {
  margin: 0 0 20px; }

.widget_rss .rsswidget {
  font-weight: bold;
  margin: 0 0 7px;
  font-size: 18px; }

.widget_rss .rss-date {
  display: block;
  font-size: 14px;
  margin: 5px 0;
  color: #999; }

.widget_rss .rssSummary {
  font-size: 14px;
  margin: 0 0 5px; }

/* Calendar widget */
#wp-calendar {
  width: 100%; }

#wp-calendar caption {
  text-align: right;
  font-weight: bold;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 15px; }

#wp-calendar thead {
  font-size: 10px; }

#wp-calendar thead th {
  padding-bottom: 10px; }

#wp-calendar tbody {
  color: #aaa; }

#wp-calendar tbody td {
  background: #EFEEEE;
  text-align: center;
  padding: 8px; }

#wp-calendar tbody td:hover {
  background: #E8E8E8; }

#wp-calendar tbody .pad {
  background: none; }

#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right; }

#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px; }

/*--------------------------------------------------------------
# 3rd Party Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Slideshow
--------------------------------------------------------------*/
/*********************************************************************************************

4. Featured Slider

*********************************************************************************************/
/*
.wpzabb-slideshow .wpzabb-slideshow-slide-details {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    justify-content: left;
}

.wpzabb-slideshow .wpzabb-slideshow-slide-details .wpzabb-slideshow-slide-details-wrap {
    margin: 0 15%;
}

.wpzabb-slideshow .wpzabb-slideshow-slide-details .wpzabb-slideshow-slide-button a {
    padding: 10px 30px !important;
}

.wpzabb-slideshow .wpzabb-slideshow-slide-details .wpzabb-slideshow-slide-button a:hover,
.wpzabb-slideshow .wpzabb-slideshow-slide-details .wpzabb-slideshow-slide-button a:active {
    padding: 10px 35px !important;
}

*/
.wpzabb-slideshow .wpzabb-slideshow-slide-details .wpzabb-slideshow-slide-details-wrap {
  max-width: 1200px;
  margin: 0 auto; }

@media (min-width: 769px) {
  .wpzabb-slideshow .flickity-page-dots {
    left: auto;
    right: 13%;
    bottom: 10%;
    z-index: 4;
    width: auto; } }

@media screen and (max-width: 1360px) {
  .wpzabb-slideshow .wpzabb-slideshow-slide-details .wpzabb-slideshow-slide-details-wrap {
    max-width: 82%; } }

@media screen and (max-width: 850px) {
  .wpzabb-slideshow .wpzabb-slideshow-slide-details .wpzabb-slideshow-slide-details-wrap {
    max-width: 78%; } }

@media screen and (max-width: 650px) {
  .wpzabb-slideshow .wpzabb-slideshow-slide-details .wpzabb-slideshow-slide-details-wrap {
    max-width: 70%; } }

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
/* Galleries */
.entry-content .gallery a:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out; }

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0; }

.gallery-columns-1 .gallery-item {
  max-width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-icon img {
  margin: 0 auto; }

.wp-caption-text, .gallery-caption {
  color: #868686;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  display: block;
  font-style: italic;
  line-height: 1.4; }

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

/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/
.woocommerce.single-product #main > .inner-wrap {
  margin-top: 80px; }

.single-product .entry-content {
  max-width: 1400px;
  padding: 0 15px; }

.woocommerce-tabs h2,
.product .related h2 {
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  font-size: 20px;
  font-family: "Playfair Display", sans-serif; }

.product .related h2 {
  text-align: center; }

.product .related > h2:before {
  display: block;
  content: " ";
  width: 130px;
  height: 1px;
  background: #E6E6E6;
  margin: 40px auto 48px; }

.woocommerce #comments {
  max-width: 100%;
  padding: 0; }

.woocommerce #comments > h2 {
  font-size: 24px;
  margin: 40px 0 80px; }

.woocommerce .commentlist li {
  list-style-type: none; }

.woocommerce #reviews #comments ol.commentlist li::after {
  display: none; }

#main .woocommerce #respond h3 {
  text-transform: none;
  margin: 40px 0 80px;
  text-transform: uppercase; }

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  font-family: "Playfair Display", sans-serif;
  font-weight: bold; }

.single.woocommerce h1.entry-title {
  font-size: 30px; }

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
#main .woocommerce-page #content input.button {
  font-weight: bold;
  font-size: 12px;
  padding: 11px 25px;
  color: #444;
  border: 2px solid #444;
  background-image: none;
  background: none;
  border-radius: 0;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page #content input.button:hover {
  color: #fea6a8;
  border-color: #fea6a8;
  background: rgba(11, 180, 170, 0.05); }

#main .payment_methods li {
  list-style-type: none; }

.payment_methods label {
  display: inline-block; }

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  color: #fea6a8; }

.woocommerce #content div.product p.price,
.woocommerce #content div.product span.price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-page #content div.product p.price,
.woocommerce-page #content div.product span.price,
.woocommerce-page div.product p.price,
.woocommerce-page div.product span.price {
  color: #fea6a8; }

.woocommerce #content div.product form.cart,
.woocommerce div.product form.cart,
.woocommerce-page #content div.product form.cart,
.woocommerce-page div.product form.cart {
  margin-top: 15px; }

.woocommerce div.product form.cart .button,
.woocommerce-page div.product form.cart .button,
.woocommerce #content div.product form.cart .button,
.woocommerce-page #content div.product form.cart .button,
.woocommerce a.button.alt,
.woocommerce-page a.button.alt,
.woocommerce button.button.alt,
.woocommerce-page button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce #content input.button.alt,
#main .woocommerce-page #content input.button.alt {
  color: #000;
  border-color: #000;
  background: none;
  padding: 11px 25px; }

.woocommerce button.button.alt.disabled:hover {
  background: #000;
  color: #fff; }

.woocommerce div.product form.cart .button:hover,
.woocommerce-page div.product form.cart .button:hover,
.woocommerce-page #main a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page #main input.button:hover,
.woocommerce button.button.alt:hover {
  border-color: #fea6a8;
  background-color: transparent;
  color: #fea6a8; }

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img,
.woocommerce div.product div.images img,
.woocommerce #content div.product div.images img,
.woocommerce-page div.product div.images img,
#main .woocommerce-page #content div.product div.images img {
  -webkit-box-shadow: none;
  box-shadow: none; }

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  text-align: center !important;
  background: #fff;
  padding: 0 0 40px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.08);
  border-radius: 3px 3px 4px 4px; }

.woocommerce .related li.first,
.woocommerce-page .related li.first {
  clear: none !important; }

.woocommerce .products .star-rating,
.woocommerce-page .products .star-rating {
  display: inline-block !important; }

.woocommerce .related ul.products li.product:last-child,
.woocommerce .related ul li.product:last-child,
.woocommerce .upsells.products ul.products li.product:last-child,
.woocommerce .upsells.products ul li.product:last-child,
.woocommerce-page .related ul.products li.product:last-child,
.woocommerce-page .related ul li.product:last-child,
.woocommerce-page .upsells.products ul.products li.product:last-child,
.woocommerce-page .upsells.products ul li.product:last-child {
  margin-right: 0 !important; }

.woocommerce .quantity .plus,
#main .woocommerce .quantity .minus {
  text-shadow: none;
  background: #C4C4C9;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #222;
  border: none;
  outline: none;
  height: 18px !important; }

.woocommerce .quantity input.qty,
.woocommerce #content .quantity input.qty,
.woocommerce-page .quantity input.qty,
.woocommerce-page #content .quantity input.qty {
  padding: 0 !important;
  border: 2px solid #E2E2E2 !important;
  color: #222 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  height: 36px !important; }

.woocommerce .quantity .plus:hover,
.woocommerce .quantity .minus:hover {
  background: #fea6a8 !important;
  color: #fff !important; }

.woocommerce .quantity .plus {
  border-radius: 0 !important; }

.woocommerce .quantity .minus {
  border-radius: 0 !important; }

.woocommerce .woocommerce-breadcrumb a:hover,
.woocommerce-page .woocommerce-breadcrumb a:hover {
  color: #222; }

.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
  background: #F2F3F3 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
  background: #fff !important; }

.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before {
  display: none !important; }

.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
  display: none !important; }

.woocommerce a.button.added:before,
.woocommerce button.button.added:before,
.woocommerce input.button.added:before,
.woocommerce-page a.button.added:before,
.woocommerce-page button.button.added:before,
.woocommerce-pagination {
  margin-bottom: 25px; }

.woocommerce-pagination .page-numbers,
.woocommerce-pagination .page-numbers li {
  border: none !important;
  background: none !important; }

.woocommerce-pagination .current,
.woocommerce-pagination .page-numbers:hover {
  color: #fea6a8 !important; }

.single-product .summary table.variations .label {
  padding: 0 0 10px; }

.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb {
  margin-bottom: 0 !important; }

.woocommerce-page h1.entry-title {
  border-bottom: none !important; }

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
.woocommerce-page ul.cart_list li a,
.woocommerce-page ul.product_list_widget li a {
  font-weight: normal !important; }

.woocommerce .woocommerce-error::before,
.woocommerce .woocommerce-info::before,
.woocommerce .woocommerce-message::before,
.woocommerce-page .woocommerce-error::before,
.woocommerce-page .woocommerce-info::before,
.woocommerce-page .woocommerce-message::before {
  height: auto !important; }

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #a3a3a3; }

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

.woocommerce-cart table.cart td.actions .coupon .input-text {
  padding-top: 4px;
  padding-bottom: 4px;
  width: auto;
  font-size: 14px; }

.woocommerce-cart table.cart td.actions .coupon .input-text:focus {
  border-color: #fea6a8; }

.woocommerce-cart .cart-collaterals .cart_totals table {
  width: 100%; }

.woocommerce form .shipping-calculator-form p {
  padding: 3px; }

.woocommerce a.remove {
  line-height: 1.2; }

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-weight: normal; }

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0;
  margin: 0 5px;
  border-color: #DEE3E7;
  background: #F7F8FA; }

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 14px; }

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border-color: #DEE3E7; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
  display: none; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
  display: none; }

.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  display: none; }

.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none; }

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border-top-color: #eee; }

.woocommerce-message::before {
  color: #fea6a8; }

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #f7f6f7;
  border-radius: 0;
  border: 2px solid #eee; }

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: #e8e8e8; }

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid #e8e8e8;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent; }
