@charset "UTF-8";
/*!
Theme Name: Elfie
Theme URI: https://elfwp.com/themes/elfie
Author: ElfWP
Author URI: https://elfwp.com
Description: Elfie is blogging theme that features a beautiful design and an excellent loading speed. Apart from its fast loading time, Elfie is also ready for all your customization needs and it lets you be in charge of colors, typography, blog archive and single post layouts and more. Other features that make Elfie stand out are the posts slider, featured boxes, built-in locations for subscribe forms, logo and custom header image support, invdividual post layouts etc.
Version: 1.0.12
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tested up to: 5.4
Requires PHP: 5.6
Text Domain: elfie
Tags: custom-menu, custom-logo, news, one-column, two-columns, e-commerce, right-sidebar, custom-colors, editor-style, featured-images, theme-options, threaded-comments, translation-ready, blog



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

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

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

PLEASE NOTE: Use a child theme to change your CSS. Changes made in this file will not be visible on your website.
*/
/*--------------------------------------------------------------
>>> 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
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
  font-family: 'Karla', 'sans-serif';
  color: #404040;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.72;
}

#order_review_heading,
#customer_details h3,
.cart-collaterals h2,
.single-product section > h2,
.woocommerce-tabs h2,
.widget .widget-title {
  font-family: 'Karla', 'sans-serif';
}

h1, h2, h3, h4, h5, h6, .site-title {
  font-family: 'Playfair Display', serif;
  clear: both;
  color: #000;
  line-height: 1.2;
  font-weight: 400;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .site-title a {
  color: #000;
}

.site-title,
h1 {
  font-size: 40px;
  font-size: 2.5rem;
  margin: 20px 0;
}

h2 {
  font-size: 32px;
  font-size: 2rem;
  margin: 16px 0;
}

h3 {
  font-size: 28px;
  font-size: 1.75rem;
}

h4 {
  font-size: 24px;
  font-size: 1.5rem;
}

h5 {
  font-size: 20px;
  font-size: 1.25rem;
}

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

h3, h4, h5, h6 {
  margin: 14px 0;
}

.entry-content h1 {
  margin-top: 46px;
  margin-bottom: 32px;
}
.entry-content h2 {
  margin-top: 38px;
  margin-bottom: 24px;
}
.entry-content h3 {
  margin-top: 34px;
  margin-bottom: 20px;
}
.entry-content h4 {
  margin-top: 30px;
}
.entry-content h5 {
  margin-top: 24px;
}
.entry-content h6 {
  margin-top: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 25px;
}

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

blockquote {
  padding: 0 0 0 50px;
  margin: 0 0 40px;
  position: relative;
  font-style: italic;
}
blockquote::before {
  font-family: 'fontello';
  content: '\e802';
  color: #fe7b7b;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  font-style: normal;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

cite {
  margin-top: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  color: #969696;
  display: inline-block;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #f7f7f7;
  font-family: "Courier 10 Pitch", Courier, monospace;
  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;
  background: #f7f7f7;
}

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

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

big {
  font-size: 125%;
}

@font-face {
  font-family: 'fontello';
  src: url("assets/icons/fontello_9697011.eot");
  src: url("assets/icons/fontello_9697011.eot#iefix") format("embedded-opentype"), url("assets/icons/fontello.woff") format("woff2"), url("assets/icons/fontello_9697011.woff") format("woff"), url("assets/icons/fontello_9697011.ttf") format("truetype"), url("assets/icons/fontello_9697011-fontello.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('https://thehoneycombgift.com/wp-content/themes/font/fontello.svg?9697011#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-search:before {
  content: '\e800';
}

/* '' */
.icon-cancel:before {
  content: '\e801';
}

/* '' */
.icon-quote:before {
  content: '\e802';
}

/* '' */
.icon-up-open:before {
  content: '\e803';
}

/* '' */
.icon-down-dir:before {
  content: '\e807';
}

/* '' */
.icon-right-dir:before {
  content: '\e80a';
}

/* '' */
.icon-twitter:before {
  content: '\f099';
}

/* '' */
.icon-facebook:before {
  content: '\f09a';
}

/* '' */
.icon-github-circled:before {
  content: '\f09b';
}

/* '' */
.icon-menu:before {
  content: '\f0c9';
}

/* '' */
.icon-gplus:before {
  content: '\f0d5';
}

/* '' */
.icon-linkedin:before {
  content: '\f0e1';
}

/* '' */
.icon-youtube:before {
  content: '\f167';
}

/* '' */
.icon-xing:before {
  content: '\f168';
}

/* '' */
.icon-youtube-play:before {
  content: '\f16a';
}

/* '' */
.icon-instagram:before {
  content: '\f16d';
}

/* '' */
.icon-flickr:before {
  content: '\f16e';
}

/* '' */
.icon-tumblr:before {
  content: '\f173';
}

/* '' */
.icon-dribbble:before {
  content: '\f17d';
}

/* '' */
.icon-foursquare:before {
  content: '\f180';
}

/* '' */
.icon-vkontakte:before {
  content: '\f189';
}

/* '' */
.icon-weibo:before {
  content: '\f18a';
}

/* '' */
.icon-vimeo-squared:before {
  content: '\f194';
}

/* '' */
.icon-reddit:before {
  content: '\f1a1';
}

/* '' */
.icon-stumbleupon:before {
  content: '\f1a4';
}

/* '' */
.icon-delicious:before {
  content: '\f1a5';
}

/* '' */
.icon-digg:before {
  content: '\f1a6';
}

/* '' */
.icon-behance:before {
  content: '\f1b4';
}

/* '' */
.icon-spotify:before {
  content: '\f1bc';
}

/* '' */
.icon-soundcloud:before {
  content: '\f1be';
}

/* '' */
.icon-twitch:before {
  content: '\f1e8';
}

/* '' */
.icon-cart-plus:before {
  content: '\f217';
}

/* '' */
.icon-pinterest:before {
  content: '\f231';
}

/* '' */
.icon-shopping-bag:before {
  content: '\f290';
}

/* '' */
.icon-bandcamp:before {
  content: '\f2d5';
}

/* '' */
.icon-etsy:before {
  content: '\f2d7';
}

/* '' */
/*--------------------------------------------------------------
# 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 https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 15px 0;
  padding-left: 30px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li {
  margin-bottom: 5px;
}
.entry-content li {
  padding-left: 5px;
}

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

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. */
}

figure {
  margin: 20px 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 30px;
  width: 100%;
  border-collapse: collapse;
}
table a {
  border: 0 !important;
}

th {
  background-color: #f7f7f7;
  padding: 15px;
  border: 1px solid #ebebeb;
}

td {
  padding: 15px;
  border: 1px solid #ebebeb;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button:not(.menu-toggle):not(.menu-close-button):not(.customize-partial-edit-shortcut-button), .button, input[type="button"], input[type="reset"], input[type="submit"], .wp-block-button__link, .wp-block-file .wp-block-file__button {
  border: 0;
  border-radius: 0;
  background: #fe7b7b;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  padding: 18px 35px;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
button:not(.menu-toggle):not(.menu-close-button):not(.customize-partial-edit-shortcut-button):hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:hover {
  opacity: 0.8;
  color: #fff;
}
button:not(.menu-toggle):not(.menu-close-button):not(.customize-partial-edit-shortcut-button):active, button:not(.menu-toggle):not(.menu-close-button):not(.customize-partial-edit-shortcut-button):focus,
.button:active,
.button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus,
.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-file .wp-block-file__button:active,
.wp-block-file .wp-block-file__button:focus {
  background-color: #fe7b7b;
  color: #fff;
}
.is-style-outline button:not(.menu-toggle):not(.menu-close-button):not(.customize-partial-edit-shortcut-button),
.is-style-outline .button,
.is-style-outline input[type="button"],
.is-style-outline input[type="reset"],
.is-style-outline input[type="submit"],
.is-style-outline .wp-block-button__link,
.is-style-outline .wp-block-file .wp-block-file__button {
  color: #fe7b7b;
  background: transparent;
  border: 2px solid;
}

button.menu-toggle,
button.menu-close-button {
  border: 0;
  background: transparent;
}
button.menu-toggle:focus,
button.menu-close-button:focus {
  border: 0;
  background: transparent;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #000;
  border: 1px solid #ebebeb;
  border-radius: 0;
  padding: 14px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
input {
  min-height: 51px;
  vertical-align: top;
}

.select2-container--default .select2-selection,
select {
  border: 1px solid #ebebeb;
  padding: 10px;
}

.select2-container--default .select2-selection {
  height: auto;
  line-height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
}

.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-dropdown {
  border-color: #ebebeb;
}

textarea {
  width: 100%;
}

input[type="radio"], input[type="checkbox"] {
  min-height: auto;
  vertical-align: middle;
}

#wp-comment-cookies-consent {
  min-height: auto;
  vertical-align: middle;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #fe7b7b;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover, a:focus, a:active {
  color: #fe7b7b;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  text-align: right;
  opacity: 0;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  float: left;
  position: absolute;
  top: 100%;
  padding-top: 60px;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: -20px;
  text-align: left;
}
.main-navigation ul ul ul {
  left: 100%;
  top: 0;
  padding-top: 30px;
  margin-left: 0;
}
.main-navigation ul ul li {
  background-color: #fff;
  padding: 0;
  border: 1px solid #ebebeb;
  margin-top: -1px;
  text-transform: none;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
  padding-top: 0;
  margin-left: 0;
}
.main-navigation ul ul a {
  width: 200px;
  padding: 10px 20px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
  margin-left: -20px;
  opacity: 1;
  visibility: visible;
  padding-top: 20px;
}
.main-navigation li {
  display: inline-block;
  position: relative;
  padding: 10px 20px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  margin: 0;
}
.main-navigation li:last-of-type {
  padding-right: 0;
}
.main-navigation .page_item_has_children > a::after,
.main-navigation .menu-item-has-children > a::after {
  font-family: "fontello";
  content: "\e807";
  float: right;
  margin-left: 10px;
}
.main-navigation ul ul .page_item_has_children > a::after,
.main-navigation ul ul .menu-item-has-children > a::after {
  content: "\e80a";
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: #333;
}
.main-navigation a:hover {
  color: #fe7b7b;
}

.top-bar {
  padding: 5px 40px;
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
}
.top-bar #top-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-bar #top-menu li {
  float: left;
  position: relative;
  padding: 10px 20px;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}
.top-bar #top-menu li:first-of-type {
  padding-left: 0;
}
.top-bar #top-menu li a {
  color: #000;
}
.top-bar #top-menu li a:hover {
  color: #fe7b7b;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.menu-close-button {
  display: none;
  position: absolute;
  font-size: 20px;
  top: 15px;
  right: 15px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background-color: #f7f7f7;
  border-radius: 50%;
  line-height: 30px;
}

@media screen and (min-width: 1024px) {
  .main-navigation {
    opacity: 1;
  }

  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .top-bar .col-md-8 {
    display: none;
  }
  .top-bar .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .top-bar .col-md-4 .header-social {
    text-align: center;
  }

  .menu-close-button {
    display: block;
  }

  .menu-toggle {
    color: #000;
    font-size: 20px;
    float: right;
    cursor: pointer;
  }
  .menu-top .menu-toggle, .menu-centered .menu-toggle {
    float: none;
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
#mobile-navigation {
  opacity: 0;
  position: fixed;
  left: -300px;
  top: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  width: 300px;
  height: 100%;
  overflow-y: auto;
  z-index: 999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 50px 30px 30px;
  overflow-x: visible;
}
.admin-bar #mobile-navigation {
  top: 32px;
}
#mobile-navigation.active {
  left: 0;
  opacity: 1;
}
#mobile-navigation.active > div > ul {
  display: block;
}
#mobile-navigation .page_item_has_children,
#mobile-navigation .menu-item-has-children {
  padding-bottom: 0;
}
#mobile-navigation .page_item_has_children > a::after,
#mobile-navigation .menu-item-has-children > a::after {
  display: none;
}
#mobile-navigation .page_item_has_children a,
#mobile-navigation .menu-item-has-children a {
  float: left;
}
#mobile-navigation .page_item_has_children span,
#mobile-navigation .menu-item-has-children span {
  float: right;
}
#mobile-navigation li {
  width: 100%;
  text-align: left;
}
#mobile-navigation .submenu-toggle {
  font-size: 18px;
  line-height: 1;
  margin-top: 2px;
}
#mobile-navigation ul ul {
  position: static;
  margin: 15px 0 0;
  -webkit-transition: none;
  transition: none;
  padding: 0;
  visibility: visible;
  opacity: 1;
  width: 100%;
  padding-left: 15px;
}
#mobile-navigation ul ul li {
  border: 0;
  background-color: transparent;
}
#mobile-navigation ul ul a {
  padding-left: 0;
  padding-right: 0;
  width: auto;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.site-main .post-navigation {
  background-color: #f1f1f1;
  padding: 30px;
  margin-bottom: 60px;
}
.site-main .post-navigation.post-nav-visible {
  margin-bottom: 0;
}
.site-main .post-navigation h4 {
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
}
.site-main .post-navigation .nav-links a {
  width: 100%;
}
.site-main .post-navigation .nav-links img {
  width: 30%;
  float: left;
  padding-right: 30px;
  padding-left: 0;
}
.site-main .post-navigation .nav-links .has-thumb a {
  width: 70%;
  float: left;
}
.site-main .post-navigation .nav-next {
  right: 30px;
  text-align: right;
}
.site-main .post-navigation .nav-next img {
  padding-right: 0;
  padding-left: 30px;
}
.site-main .post-navigation .nav-next .post-nav-label {
  text-align: right;
}
.site-main .post-navigation .post-nav-label {
  margin: 0 0 15px;
  color: #969696;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
}

.woocommerce-pagination ul,
.navigation.pagination {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.woocommerce-pagination ul .page-numbers,
.navigation.pagination .page-numbers {
  border: 1px solid #ebebeb;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 15px;
  color: #404040;
}
.woocommerce-pagination ul .page-numbers:last-child,
.navigation.pagination .page-numbers:last-child {
  margin-right: 0;
}
.woocommerce-pagination ul .page-numbers:hover, .woocommerce-pagination ul .page-numbers.current,
.navigation.pagination .page-numbers:hover,
.navigation.pagination .page-numbers.current {
  background-color: #fe7b7b;
  border-color: #fe7b7b;
  color: #fff;
}
.woocommerce-pagination ul .page-numbers.prev, .woocommerce-pagination ul .page-numbers.next, .woocommerce-pagination ul .page-numbers.dots,
.navigation.pagination .page-numbers.prev,
.navigation.pagination .page-numbers.next,
.navigation.pagination .page-numbers.dots {
  border-color: transparent;
  background-color: transparent;
  color: #404040;
}

.woocommerce-pagination ul {
  list-style: none;
  padding: 0;
  margin-left: 0;
}
.woocommerce-pagination ul li {
  display: inline-block;
  margin-right: 15px;
}
.woocommerce-pagination ul li:last-of-type {
  margin-right: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  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: 25px;
}

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

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

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 50px;
  /* Make sure select elements fit in widgets. */
}
.widget .post-date {
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  color: #969696;
  line-height: 1;
}
.widget .widget-title {
  margin: 0 0 30px;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  padding-left: 32px;
}
.widget .widget-title:before {
  content: '';
  width: 20px;
  height: 1px;
  background-color: #969696;
  position: absolute;
  top: 50%;
  left: 0;
}
.widget a {
  color: #404040;
}
.widget a:hover {
  color: #fe7b7b;
}
.widget ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.widget ul li {
  padding-bottom: 10px;
}
.widget ul li:last-of-type {
  padding-bottom: 0;
}
.widget ul li > ul,
.widget ul .children {
  padding-left: 20px;
}
.widget select {
  max-width: 100%;
}

/* Tagcloud */
.tagcloud,
.tags-links {
  margin-left: -5px;
  margin-right: -5px;
}
.tagcloud a,
.tags-links a {
  line-height: 1;
  padding: 10px;
  text-transform: uppercase;
  color: #757575;
  border: 1px solid #ebebeb;
  display: inline-block;
  margin: 5px;
  font-size: 13px;
  font-size: 0.8125rem;
}
.tagcloud a:hover,
.tags-links a:hover {
  background-color: #fe7b7b;
  color: #fff;
}

/* Author widget */
.widget_elfie-author-widget .avatar {
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
.widget_elfie-author-widget .author_wrap {
  text-align: center;
}

/* Custom recent posts */
.elfie_recent_entries .post-date {
  vertical-align: top;
}
.elfie_recent_entries .post-date ~ h6 {
  margin: 0;
}
.elfie_recent_entries ul {
  counter-reset: section;
  list-style-type: none;
}
.elfie_recent_entries li {
  margin-bottom: 10px;
  position: relative;
}
.elfie_recent_entries li::before {
  counter-increment: section;
  content: counters(section,".") " ";
  position: absolute;
  left: 0;
  background-color: #fe7b7b;
  text-align: center;
  line-height: 25px;
  width: 25px;
  height: 25px;
  color: #fff;
  border-radius: 50%;
  z-index: 11;
}
.elfie_recent_entries li:last-of-type {
  margin-bottom: 0;
}
.elfie_recent_entries .col-md-4 {
  padding-right: 0;
}
.elfie_recent_entries .col-md-12 {
  padding-left: 45px;
}
.elfie_recent_entries h6 {
  margin-top: 0;
}

/* Recent comments */
.widget_recent_comments li > a {
  color: #000;
}

/* Recent posts */
.widget_recent_entries a {
  color: #000;
}

/* Categories and archives */
.widget_archive li,
.widget_categories li {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 10px;
  text-align: right;
  color: #969696;
  overflow: hidden;
}
.widget_archive li a,
.widget_categories li a {
  float: left;
}
.widget_archive li:last-of-type,
.widget_categories li:last-of-type {
  margin-bottom: 0;
  border: 0;
}

/* Search */
.widget_search input[type="search"] {
  width: 100%;
}
.widget_search .search-form {
  position: relative;
}
.widget_search .search-form::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '\e800';
  font-family: 'Fontello';
  height: 100%;
  line-height: 51px;
  width: 50px;
  text-align: center;
  background-color: #fe7b7b;
  color: #fff;
  z-index: 0;
}
.widget_search .search-form .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  text-indent: -9999em;
  width: 50px;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  z-index: 11;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  padding: 25px 40px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
}
.site-header.menu-centered .site-branding,
.site-header.menu-centered .main-navigation,
.site-header.menu-centered .header-social {
  text-align: center;
}
.site-header.menu-centered .main-navigation {
  margin-top: 10px;
  margin-bottom: 10px;
}
.site-header.menu-centered .main-navigation li {
  display: inline-block;
  float: none;
}
.site-header.menu-centered .main-navigation li:last-of-type {
  padding-right: 20px;
}
.site-header.menu-centered .header-social {
  clear: both;
}
.site-header.menu-centered .header-social div:last-of-type a {
  margin-right: 12px;
}
.site-header.menu-top {
  padding: 0;
}
.site-header.menu-top .menu-bar-top {
  padding-top: 10px;
  padding-bottom: 10px;
}
.site-header.menu-top .menu-bar-top .main-navigation {
  text-align: center;
}
.site-header.menu-top .menu-bar-top .main-navigation li:last-of-type {
  padding-right: 20px;
}
.site-header.menu-top .menu-bar-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
}
.site-header.menu-top .site-branding {
  text-align: center;
}

.site-title {
  margin: 0;
}

.site-description {
  margin: 5px 0 0;
}

.custom-logo-link {
  max-width: 120px;
}
.custom-logo-link img {
  vertical-align: top;
}

.header-social {
  text-align: right;
}
.header-social div {
  display: inline-block;
}
.header-social div a {
  display: inline-block;
  color: #333;
  margin: 3px 12px;
}
.header-social div:last-of-type a {
  margin-right: 0;
}

/* Header image */
.header-image img {
  width: 100%;
  vertical-align: top;
}

/* Subscribe section */
.subscribe-section {
  margin: 30px 0;
}
.subscribe-section p:last-of-type {
  margin: 0;
}
.subscribe-section .inner-subscribe-section {
  background-color: #f7f7f7;
  padding: 30px;
}
.subscribe-section .elfie-form {
  text-align: right;
}
.subscribe-section .customize-partial-edit-shortcut {
  left: 40%;
}
.subscribe-section .container .container {
  padding: 0;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
html {
  overflow-x: hidden;
}

.v-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.site-content {
  margin: 90px 0;
}

.sticky {
  display: block;
}

.fullwidth {
  width: 100%;
}

.post-cats {
  line-height: 1;
}

.posts-loop .post {
  margin-bottom: 80px;
  width: 100%;
}
.posts-loop .entry-content {
  margin-bottom: 0;
}
.posts-loop .post-cats,
.posts-loop .entry-meta {
  text-align: center;
}
.posts-loop .post > *:not(:last-child) {
  margin-bottom: 20px;
}
.posts-loop .content-list > *:not(:last-child) {
  margin-bottom: 20px;
}

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

.posts-loop .entry-content p:last-of-type,
.entry-summary p:last-of-type {
  margin-bottom: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.site-main {
  padding-right: 30px;
}
.woocommerce-page .site-main {
  padding-right: 0;
}

.entry-header {
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
}
.single-post .entry-header {
  max-width: 100%;
  margin-bottom: 30px;
}
.page .entry-header .entry-title {
  margin-bottom: 30px;
}
.content-list .entry-header {
  max-width: 100%;
  text-align: left;
  margin-left: 0;
}
.content-list .entry-header .entry-title {
  font-size: 24px;
  font-size: 1.5rem;
}

.content-list .post-cats,
.content-list .entry-meta {
  text-align: left;
}

.entry-title {
  margin-top: 0;
  word-wrap: break-word;
}

.entry-meta {
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
}
.entry-meta a {
  color: #969696;
}
.entry-meta .author a {
  color: #000;
  font-style: normal;
  font-weight: 600;
}
.entry-meta .avatar {
  border-radius: 50%;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 7px;
  display: inline !important;
}

.page-banner {
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: -30px;
}

.entry-footer {
  margin-top: 30px;
  clear: both;
}
.entry-footer .post-edit-link {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin-left: 30px;
}

.first-cat,
.cat-links a {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

.byline {
  margin-right: 44px;
  position: relative;
  display: inline-block;
}
.byline:after {
  content: '';
  width: 20px;
  height: 1px;
  background-color: #969696;
  position: absolute;
  top: 50%;
  margin-left: 12px;
}

.no-results.not-found {
  text-align: center;
}
.no-results.not-found .page-header {
  background: transparent;
  padding: 0;
}

.post-thumbnail {
  display: block;
}
.post-thumbnail.single-thumbnail {
  margin-bottom: 30px;
}
.post-thumbnail img {
  vertical-align: top;
}

.read-more {
  color: #000;
  font-style: italic;
  margin-top: 10px;
  text-decoration: underline;
  display: table;
}
.read-more:hover {
  text-decoration: underline;
}

.no-sidebar .content-area {
  margin-left: auto;
  margin-right: auto;
}

.layout-3cols .content-area {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.layout-3cols .site-main {
  padding: 0;
}

.layout-3cols .posts-loop .entry-title,
.layout-2cols-sb .posts-loop .entry-title {
  font-size: 24px;
  font-size: 1.5rem;
}

.page-template-template_nosidebar .site-main {
  padding-right: 0;
}

.page-template-template_builder .site-content {
  margin-top: 0;
  margin-bottom: 0;
}

.layout-mixed .posts-loop .post:not(.has-post-thumbnail) .col-md-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.layout-mixed .posts-loop .post:after {
  content: '';
  position: absolute;
  left: 15px;
  bottom: -40px;
  width: calc(100% - 30px);
  border-bottom: 1px solid #ebebeb;
}

/* 404 */
.error404 .page-title {
  font-size: 140px;
  font-size: 8.75rem;
}
.error404 .error-404 {
  padding-top: 30px;
  padding-bottom: 90px;
  text-align: center;
}
.error404 .page-content {
  margin-top: 60px;
}
.error404 .page-content p {
  margin-bottom: 30px;
}
.error404 .site-main {
  padding-right: 0;
}

/* Page headers */
.page-header {
  background-color: #eaeaea;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

/* Single posts layout */
.single-post .hentry {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
.single-post .post-cats {
  margin-bottom: 10px;
}
.single-post .nosidebar {
  margin-left: 12.5%;
}
.single-post .nosidebar .site-main {
  padding-right: 0;
}

.layout-featuredbanner2 .page-banner {
  height: auto;
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
  margin-bottom: 30px;
}
.layout-featuredbanner2 .page-banner::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
}
.layout-featuredbanner2 .entry-header {
  margin: 0;
  color: #fff;
  position: relative;
  z-index: 11;
}
.layout-featuredbanner2 .entry-header .entry-meta a {
  color: #fff;
}
.layout-featuredbanner2 .entry-header .entry-title {
  color: #fff;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.layout-featuredbanner2 .entry-header .byline:after {
  background-color: #fff;
}

/* Author bio */
.author-bio {
  margin-bottom: 60px;
}
.author-bio .author-avatar {
  max-width: 60px;
  float: left;
}
.author-bio .author-avatar img {
  border-radius: 50%;
}
.author-bio .author-description {
  float: right;
  width: calc( 100% - 90px );
}
.author-bio .author-name {
  margin-top: 0;
}

.wp-block-cover {
  margin-bottom: 25px;
}

.entry-content .alignfull {
  margin-top: 50px;
  margin-bottom: 50px;
}

.wp-block-button {
  margin-bottom: 25px;
}

.entry-content .blocks-gallery-item {
  padding-left: 0;
}

.nosidebar .alignfull {
  margin-left: calc( -100vw / 2 + 100% / 2 );
  margin-right: calc( -100vw / 2 + 100% / 2 );
  width: 100vw;
  max-width: 100vw;
}

@media (min-width: 1199px) {
  .nosidebar .alignwide {
    margin-left: -100px;
    margin-right: -100px;
    width: calc( 100% + 200px );
    max-width: calc( 100% + 200px );
  }
}
.wp-block-quote.is-style-large {
  padding: 0 0 0 50px;
  margin: 0 0 40px;
  font-size: 22px;
  font-size: 1.375rem;
}

.wp-block-pullquote {
  border: 2px solid #ebebeb;
  padding: 30px;
  margin-top: 50px;
}
.wp-block-pullquote blockquote {
  margin-bottom: 0;
  padding-left: 0;
}
.wp-block-pullquote blockquote:before {
  top: -55px;
  left: calc( 50% - 25px );
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  background-color: #fff;
}
.wp-block-pullquote.is-style-solid-color blockquote {
  text-align: center;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.logged-in-as {
  color: #999999;
}
.logged-in-as a {
  color: #999999;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-author img {
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}

.comments-area .comment-author {
  color: #000;
}
.comments-area .comment-author a {
  color: #000;
}
.comments-area .comment-meta {
  margin-bottom: 15px;
}
.comments-area .comment-metadata a {
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  color: #969696;
  line-height: 1;
}
.comments-area .comment-body {
  margin-bottom: 35px;
  border: 1px solid #ebebeb;
  padding: 30px;
}
.comments-area .comment-author-name {
  margin-bottom: 15px;
}
.comments-area .comment-time {
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  color: #969696;
  line-height: 1;
  margin-bottom: 10px;
}
.comments-area ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.comments-area ol ol {
  padding-left: 50px;
  margin-bottom: 50px;
}
.comments-area ol ol .comment-text {
  border-left: 0;
}
.comments-area ol ol ol {
  padding-left: 0;
  margin-left: 0;
  border-left: 0;
}
.comments-area .comment-content p {
  margin-bottom: 15px;
}
.comments-area .comment {
  position: relative;
}
.comments-area .comment-avatar {
  position: absolute;
  margin: 0;
}
.comments-area .comment-text {
  margin-left: 100px;
  padding-left: 30px;
  border-left: 1px solid rgba(37, 37, 37, 0.1);
}
.comments-area .comment-reply-link {
  line-height: 1;
  display: inline-block;
  color: #fe7b7b;
  padding-bottom: 3px;
}
.comments-area .comment-reply-link:hover {
  color: #000;
}
.comments-area .comment-reply-link,
.comments-area .comment-edit-link {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.comment-respond {
  margin-top: 50px;
  margin-bottom: 50px;
}

.comment-form input:not(.submit):not([type=checkbox]) {
  width: 100%;
}
.comment-form .comment-form-cookies-consent input {
  margin-right: 5px;
}
.comment-form .comment-reply-title {
  font-size: 24px;
}

/*--------------------------------------------------------------
## Slider
--------------------------------------------------------------*/
/* Custom */
.hero-slider .slick-initialized .slick-slide,
.hero-slider .slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  min-height: 600px;
}
.hero-slider .slick-initialized .slick-slide:focus,
.hero-slider .slide:focus {
  outline: none;
}
.hero-slider .slick-initialized .slick-slide::after,
.hero-slider .slide::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.25;
}
.hero-slider .customize-partial-edit-shortcut button {
  left: 30px !important;
  top: 30px !important;
}
.hero-slider .slide-content {
  width: 100%;
  padding: 60px;
  position: relative;
  z-index: 11;
  text-align: center;
}
.hero-slider .entry-title {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.hero-slider .entry-title a {
  color: #fff;
}
.hero-slider .entry-meta a {
  color: #fff;
}
.hero-slider .entry-meta a:hover {
  color: #fe7b7b;
}
.hero-slider .byline:after {
  background-color: #fff;
}
.hero-slider .first-cat {
  color: #fff;
  padding: 0 5px;
  display: table;
  display: inline-block;
  position: relative;
  line-height: 1;
  margin-bottom: 20px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img:not(.avatar) {
  display: block;
}
.slick-slide.slick-loading img:not(.avatar) {
  display: none;
}
.slick-slide.dragging img:not(.avatar) {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.columns2 .slick-slide, .columns3 .slick-slide, .columns4 .slick-slide, .centermode .slick-slide {
  margin: 0 15px;
}
.columns1 .slick-slide .entry-title {
  max-width: 650px;
  margin-bottom: 20px;
  font-size: 40px;
  font-size: 2.5rem;
}

.slick-arrow.slick-hidden {
  display: none;
}

.centermode .slide-content {
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.centermode .slick-current .slide-content {
  opacity: 1;
}

.hero-slider .slider-inner {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  background: #fff url("sass/site/ajax-loader.gif") center center no-repeat;
}
.hero-slider .slider-inner.slick-initialized {
  opacity: 1;
  background: none;
}

@media (min-width: 600px) {
  .hero-slider .container.columns2,
  .hero-slider .container.columns3,
  .hero-slider .container.columns4,
  .hero-slider .container.centermode {
    padding: 0;
  }
}
/*--------------------------------------------------------------
## Featured boxes
--------------------------------------------------------------*/
.featured-boxes {
  margin-top: 30px;
}
.featured-boxes .featured-box {
  position: relative;
}
.featured-boxes .featured-box:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.25;
}
.featured-boxes .featured-box .featured-box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 260px;
  position: relative;
  overflow: hidden;
}
.featured-boxes .featured-box .featured-box-inner:before {
  content: '';
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 11;
  opacity: 0;
}
.featured-boxes .featured-box .featured-box-inner:hover:before {
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
  opacity: 1;
}
.featured-boxes .featured-box .featured-box-inner:hover span {
  background-color: #fff;
  color: #000;
}
.featured-boxes .featured-box img {
  max-width: 60px;
}
.featured-boxes .featured-box a {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  line-height: 1;
  position: relative;
  z-index: 11;
  min-height: 200px;
  width: 100%;
}
.featured-boxes .featured-box a span {
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 15px;
  display: table;
  margin: 0 auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.featured-boxes .customize-partial-edit-shortcut button {
  left: 15px;
  top: 15px;
}
.featured-boxes .customize-partial-edit-shortcut {
  z-index: 31;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #000;
  color: #fff;
}
.site-footer a {
  color: #fff;
}
.site-footer .footer-widgets {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.site-footer .widget-title {
  color: #fff;
}

.widgets-column .widget:last-of-type {
  margin-bottom: 0;
}

.site-info {
  padding: 15px 0;
}

.back-to-top {
  position: fixed;
  bottom: 0;
  right: 45px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  width: 35px;
  height: 35px;
  background-color: #fe7b7b;
  color: #fff;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.back-to-top.show {
  opacity: 1;
  bottom: 45px;
}

/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/
@media (max-width: 767px) {
  .single-post .nosidebar {
    margin-left: 0;
  }
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-block-image,
.wp-caption {
  margin-bottom: 30px;
  max-width: 100%;
}
.wp-block-image img[class*="wp-image-"],
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image figcaption,
.wp-caption figcaption {
  margin: 0.8075em 0;
  font-style: italic;
  color: #969696;
}

figcaption {
  text-align: center;
}

.wp-caption-text {
  color: #969696;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 25px;
}

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

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (min-width: 992px) {
  .shop-sidebar-left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 30px;
  }

  .shop-sidebar-right {
    padding-right: 30px;
  }
}
@media (max-width: 1024px) {
  .site-header {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-slider .slide-content {
    padding: 30px;
  }
  .hero-slider .entry-title {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .hero-slider .slick-initialized .slick-slide,
  .hero-slider .slide {
    min-height: 400px;
  }

  .header-social div:last-of-type a {
    margin-right: 12px;
  }

  .columns1 .slick-slide .entry-title {
    font-size: 26px;
    font-size: 1.625rem;
  }

  .site-title,
  h1 {
    font-size: 32px;
    font-size: 2rem;
  }

  h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }

  h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }

  h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }

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

  h6 {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .site-main {
    padding-right: 0;
  }

  .posts-loop .post {
    margin-bottom: 45px;
  }
  .posts-loop .post .v-align {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .widget-area {
    margin-top: 60px;
  }

  div.products li.product {
    text-align: center;
  }
  div.products li.product .button,
  div.products li.product .price {
    float: none;
    padding: 0;
  }
  div.products li.product .button {
    margin-top: 10px;
    display: block;
  }
  div.products li.product .star-rating {
    margin-left: auto;
    margin-right: auto;
  }

  .layout-mixed .posts-loop .post:after {
    bottom: -22px;
  }
}
@media (max-width: 767px) {
  .columns2 .slick-slide, .columns3 .slick-slide, .columns4 .slick-slide, .centermode .slick-slide {
    margin: 0 7px;
  }

  .featured-boxes {
    margin-top: 15px;
  }
  .featured-boxes .featured-box {
    margin-bottom: 15px;
  }
  .featured-boxes .featured-box a {
    min-height: 90px;
  }
  .featured-boxes .featured-box .featured-box-inner {
    min-height: 140px;
  }
  .featured-boxes .col-md-4:last-of-type .featured-box {
    margin-bottom: 0;
  }
  .featured-boxes .subscribe-section .col-md-6:first-of-type {
    margin-bottom: 15px;
  }

  .content-list .entry-header .entry-title {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .site-content {
    margin: 45px 0;
  }

  .single-product section.related li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .layout-mixed .posts-loop .post-thumbnail {
    margin-bottom: 20px;
    text-align: center;
  }
  .layout-mixed .posts-loop .content-list .entry-header .entry-title,
  .layout-mixed .posts-loop .content-list .post-cats,
  .layout-mixed .posts-loop .content-list .entry-meta {
    text-align: center;
  }

  .layout-featuredbanner2 .page-banner {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-slider .slide-content {
    padding: 15px;
  }
  .hero-slider .slick-initialized .slick-slide,
  .hero-slider .slide {
    min-height: 300px;
  }
  .hero-slider .post-cats {
    margin-bottom: 10px;
  }

  .comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous,
  .comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    float: none;
    width: 100%;
  }

  .site-main .post-navigation .nav-next {
    margin-top: 20px;
  }

  .page-header {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .page-banner {
    height: 300px;
  }

  .site-main .post-navigation {
    padding: 15px;
  }

  .single-product section.related li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .back-to-top {
    bottom: 20px;
    right: 20px;
  }
}
@media (max-width: 360px) {
  #mobile-navigation {
    width: 220px;
    padding: 50px 0 30px;
  }

  .author-bio .author-avatar {
    max-width: 100%;
  }
  .author-bio .author-description {
    width: 100%;
    float: none;
  }
}