@charset "UTF-8";
/*!
Theme Name: Travelbee
Theme URI: https://rarathemes.com/wordpress-themes/travelbee/
Author: Rara Theme
Author URI: https://rarathemes.com/
Description: Travelbee is a feature-rich and easy to use travel blog theme for professional bloggers. This theme is for you if you want to share your travel expertise, launch your fashion or lifestyle blog, share food recipes, or create beauty and makeup sites, or any other niche blog. The theme is mobile friendly, SEO optimized, Schema friendly, and loads faster to help you rank your website higher on search engines. You can easily choose from unlimited colors and 1000+ Google fonts to change your website look and feel with a single click. This theme comes with a gorgeous newsletter section that can help you generate more leads and Instagram section to flaunt your Instagram posts. Travelbee is translation ready, WooCommerce and RTL compatible. Check demo at https://rarathemes.com/previews/?theme=travelbee, read the documentation at https://docs.rarathemes.com/docs/travelbee/, and get support at https://rarathemes.com/support-ticket/.
Version: 1.0.7
Requires at least: 6.2
Requires PHP: 7.4
Tested up to: 6.7
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: travelbee
Tags: blog, one-column, two-columns, right-sidebar, left-sidebar, footer-widgets, custom-background, custom-header, custom-menu, custom-logo, featured-images, threaded-comments, full-width-template, rtl-language-support, translation-ready, theme-options, e-commerce, news

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.

Travelbee 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/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
:root {
  --primary-color: #E79372;
  --primary-color-rgb: 231,147,114;
  --font-color: #575757;
  --font-color-rgb: 87,87,87;
  --heading-color: #141414;
  --heading-color-rgb: 20,20,20;
  --background-color: #fff;
  --background-color-rgb: 255,255,255;
  --white-color: #ffffff;
  --white-color-rgb: 255,255,255;
  --black-color: #000;
  --black-color-rgb: 0,0,0;
  --primary-font: Work Sans, sans-serif;
  --secondary-font: Ovo, serif;
  --signature-font: Caveat, cursive;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | 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;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2.222em;
  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;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation li {
  position: relative;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* 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 logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* 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.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -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;
}

.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-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: rgba(var(--font-color-rgb), 0.9);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--secondary-font);
  font-weight: 400;
  margin-bottom: 0.5em;
  line-height: 1.3;
}

h1 {
  font-size: 2.66em;
}

h2 {
  font-size: 2.22em;
}

h3 {
  font-size: 1.77em;
}

h4 {
  font-size: 1.33em;
}

h5 {
  font-size: 1.11em;
}

h6 {
  font-size: 0.88em;
}

p:not(.elementor-page p) {
  margin-bottom: 1.5em;
}

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;
  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;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.page-header.header-bg-image {
  position: relative;
  padding: 16px 0 64px 0;
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .page-header.header-bg-image {
    padding: 16px 0 80px 0;
    margin-bottom: 80px;
  }
}
.page-header.header-bg-image .container {
  position: relative;
}
.page-header.header-bg-image .breadcrumb-wrapper {
  margin-bottom: 34px;
  padding: 0;
}
.page-header.header-bg-image .breadcrumb-wrapper > div#crumbs {
  background: rgba(18, 21, 26, 0.2);
  padding: 8px;
}
.page-header.header-bg-image .breadcrumb-wrapper > div#crumbs a {
  color: var(--white-color);
}
.page-header.header-bg-image .breadcrumb-wrapper > div#crumbs a:hover {
  color: var(--primary-color);
}
.page-header.header-bg-image .breadcrumb-wrapper > div > span + span::before {
  background-color: var(--white-color);
}
.page-header.header-bg-image .breadcrumb-wrapper > div > span:last-child {
  color: var(--white-color);
}
.page-header.header-bg-image .sub-title {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-align: center;
  color: var(--white-color);
  font-size: 0.889em;
  padding-bottom: 8px;
}
.page-header.header-bg-image .page-title {
  font-size: 2.667em;
  word-break: break-word;
  line-height: 1.399;
  display: block;
  font-weight: 400;
  margin: 0;
  color: var(--white-color);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-header.header-bg-image .page-title {
    font-size: 3.111em;
  }
}
.page-header.header-bg-image::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6));
  background: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6));
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.6)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6));
}

::-moz-selection { /* Code for Firefox */
  color: var(--white-color);
  background: var(--primary-color);
}

::-moz-selection {
  color: var(--white-color);
  background: var(--primary-color);
}

::selection {
  color: var(--white-color);
  background: var(--primary-color);
}

/* Elements
--------------------------------------------- */
body {
  background: var(--background-color);
  font-size: 18px;
  line-height: 1.55;
  color: rgba(var(--font-color-rgb), 0.9);
  font-family: var(--primary-font);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

body.post,
body.page {
  margin-bottom: 0;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.section-devider hr {
  margin: 0;
  height: 0;
  background: none;
  border-top: 1px solid rgba(var(--font-color-rgb), 0.1);
}

/* Elements
--------------------------------------------- */
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

.entry-content .highlight {
  background-color: rgba(var(--primary-color-rgb), 0.2);
}
.entry-content li > ul,
.entry-content li > ol {
  margin-top: 10px;
}
.entry-content ul > li, .entry-content ol > li {
  margin-bottom: 10px;
}
.entry-content p + ul, .entry-content p + ol {
  margin-top: -10px;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

img, iframe, svg {
  vertical-align: top;
}

iframe {
  margin-bottom: 60px;
  width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  text-align: left;
  border: 1px solid rgba(var(--heading-color-rgb), 0.04);
}
table tbody tr:nth-child(even) {
  background-color: rgba(var(--primary-color-rgb), 0.06);
}
table tbody tr:nth-child(odd) {
  border: 1px solid rgba(var(--heading-color-rgb), 0.04);
}
table thead {
  border-bottom: 0 !important;
  background-color: rgba(var(--primary-color-rgb), 0.06);
}
table thead th {
  font-weight: 600;
}

table,
tr {
  border-collapse: collapse;
}

td {
  color: var(--font-color);
}

th,
td {
  border: 0;
  padding: 8px;
  text-align: left;
  font-weight: normal;
}

caption,
th,
td {
  padding: 14px 30px !important;
  border: 0 !important;
}

th a {
  color: var(--font-color);
  text-decoration: none;
}
th a:hover {
  color: var(--primary-color);
}

/* Quote */
.wp-block-quote.alignleft p:last-of-type,
.wp-block-quote.alignright p:last-of-type {
  margin-bottom: 0;
}

.wp-block-quote cite {
  color: inherit;
  font-size: inherit;
}

.entry-content .wp-block-quote {
  margin: 50px 0;
  padding-left: 45px;
}

blockquote {
  margin: 50px 0;
  padding: 45px;
  background: rgba(var(--primary-color-rgb), 0.05);
  color: var(--font-color);
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-left: 6px solid var(--primary-color);
}
blockquote::before {
  content: "";
  width: 72px;
  height: 54px;
  background-image: url("data:image/svg+xml,%3Csvg width='72' height='54' viewBox='0 0 72 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.32 54C11.2 54 7.168 52.1684 4.224 48.5053C1.408 44.7158 0 39.7895 0 33.7263C0 26.5263 1.856 19.9579 5.568 14.0211C9.408 8.08422 15.104 3.41053 22.656 0L32.64 8.14737C27.392 9.91579 22.976 12.5684 19.392 16.1053C15.808 19.5158 13.44 23.3684 12.288 27.6632L13.248 28.0421C14.272 27.0316 16.064 26.5263 18.624 26.5263C21.824 26.5263 24.64 27.7263 27.072 30.1263C29.632 32.4 30.912 35.6211 30.912 39.7895C30.912 43.8316 29.504 47.2421 26.688 50.0211C23.872 52.6737 20.416 54 16.32 54ZM55.68 54C50.56 54 46.528 52.1684 43.584 48.5053C40.768 44.7158 39.36 39.7895 39.36 33.7263C39.36 26.5263 41.216 19.9579 44.928 14.0211C48.768 8.08422 54.464 3.41053 62.016 0L72 8.14737C66.752 9.91579 62.336 12.5684 58.752 16.1053C55.168 19.5158 52.8 23.3684 51.648 27.6632L52.608 28.0421C53.632 27.0316 55.424 26.5263 57.984 26.5263C61.184 26.5263 64 27.7263 66.432 30.1263C68.992 32.4 70.272 35.6211 70.272 39.7895C70.272 43.8316 68.864 47.2421 66.048 50.0211C63.232 52.6737 59.776 54 55.68 54Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 25px;
  opacity: 0.1;
  top: 32px;
  z-index: -1;
}
blockquote p {
  font-size: 1.11em;
  font-family: var(--secondary-font);
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote.wp-block-quote cite {
  font-size: 1.11em;
  font-weight: 500;
  margin-left: 10px;
}

/* Links
--------------------------------------------- */
/* Links
--------------------------------------------- */
.site a {
  color: var(--primary-color);
  text-decoration: none;
  -webkit-transition: all 0.234s ease-in-out;
  -o-transition: all 0.234s ease-in-out;
  transition: all 0.234s ease-in-out;
}
.site .entry-content a {
  color: var(--primary-color);
  text-decoration: underline;
}
.site .entry-content a:hover {
  color: var(--heading-color);
}
.site .entry-content a:focus {
  outline: thin dotted;
}
.site .entry-content a:hover, .site .entry-content a:active {
  outline: 0;
}

p a,
.textwidget a {
  text-decoration: underline;
}

/* Forms
--------------------------------------------- */
input[type=submit] {
  border-radius: 0;
  border: none;
  font-size: 1em;
  line-height: 1;
  letter-spacing: 0.36px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  padding: 14px 19px;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  white-space: nowrap;
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
  color: var(--white-color);
  cursor: pointer;
}
input[type=submit]:hover {
  background: transparent;
  color: var(--primary-color);
}

.widget_raratheme_featured_page_widget .btn-readmore,
.widget_raratheme_image_widget .readmore,
.widget_rrtc_icon_text_widget .readmore,
.widget_raratheme_featured_widget .text-holder .readmore,
.site .btn-readmore, .site .btn-link {
  border-radius: 0;
  font-size: 0.889em;
  line-height: 1;
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  padding: 12px 24px;
  color: var(--primary-color);
  background: transparent;
  border: 1px solid var(--primary-color);
  letter-spacing: 0.1em;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media screen and (min-width: 768px) {
  .widget_raratheme_featured_page_widget .btn-readmore,
  .widget_raratheme_image_widget .readmore,
  .widget_rrtc_icon_text_widget .readmore,
  .widget_raratheme_featured_widget .text-holder .readmore,
  .site .btn-readmore, .site .btn-link {
    font-size: 1em;
    padding: 17px 30px;
    width: unset;
    white-space: nowrap;
  }
}
.widget_raratheme_featured_page_widget .btn-readmore:hover,
.widget_raratheme_image_widget .readmore:hover,
.widget_rrtc_icon_text_widget .readmore:hover,
.widget_raratheme_featured_widget .text-holder .readmore:hover,
.site .btn-readmore:hover, .site .btn-link:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.site .wc-btn, .site .btn-cta {
  border-radius: 0;
  font-size: 0.889em;
  line-height: 1;
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  padding: 12px 24px;
  color: var(--white-color);
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  letter-spacing: 0.1em;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media screen and (min-width: 768px) {
  .site .wc-btn, .site .btn-cta {
    padding: 17px 30px;
    width: unset;
    white-space: nowrap;
  }
}
.site .wc-btn::after, .site .btn-cta::after {
  content: "";
}
.site .wc-btn:hover, .site .btn-cta:hover {
  color: var(--white-color);
  border-color: var(--heading-color);
  background: var(--heading-color);
}
.site .wc-btn.wc-btn-sm, .site .btn-cta.wc-btn-sm {
  font-size: 0.888em;
  padding: 15px 36.71px;
}
.site .wc-btn.wc-btn-two, .site .wc-btn.btn-2, .site .btn-cta.wc-btn-two, .site .btn-cta.btn-2 {
  color: var(--primary-color);
  background: transparent;
}
.site .wc-btn.wc-btn-two:hover, .site .wc-btn.btn-2:hover, .site .btn-cta.wc-btn-two:hover, .site .btn-cta.btn-2:hover {
  background: var(--primary-color);
  color: var(--white-color);
  border-color: var(--primary-color);
}

.toggle-btn {
  width: 22.64px;
  height: 16.79px;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.125s ease;
  -o-transition: all 0.125s ease;
  transition: all 0.125s ease;
}
.toggle-btn .toggle-bar {
  width: 22.64px;
  height: 2.29px;
  background: #141414;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 10px;
  -webkit-transition: all 0.125s ease;
  -o-transition: all 0.125s ease;
  transition: all 0.125s ease;
}
.toggle-btn .toggle-bar:first-child {
  margin-top: 0px;
}
.toggle-btn .toggle-bar:last-child {
  margin-bottom: 0px;
}
.toggle-btn:hover .toggle-bar {
  opacity: 1;
  background: var(--primary-color);
}

.submenu-toggle-btn {
  all: unset;
  cursor: pointer;
  margin-left: 10px;
  color: var(--primary-color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 15px;
  line-height: 1;
  background: none !important;
}
.submenu-toggle-btn.active {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (min-width: 1200px) {
  .submenu-toggle-btn {
    pointer-events: none;
  }
}

.close-btn {
  background: none;
  border: none;
  width: 30px;
  height: 30px;
  display: block;
  cursor: pointer;
  padding: 5px;
  position: relative;
}
.close-btn::before, .close-btn::after {
  content: "";
  width: 20px;
  height: 2px;
  background: #001A1A;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-btn::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.close-btn:hover {
  text-decoration: none;
}
.close-btn:hover::before, .close-btn:hover::after {
  background: var(--heading-color);
}

.woocommerce-Reviews #review_form input[type=submit],
.woocommerce .button,
.woocommerce .woocommerce-message .button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce-cart #primary .page .entry-content table.shop_table td.actions .button,
.woocommerce-cart #primary .page .entry-content table.shop_table td.actions .button,
.button:not(.page-template-templatesportfolio-php .button) {
  background-color: var(--primary-color) !important;
  color: var(--white-color) !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  border-radius: 0 !important;
  padding: 18px 30px 18px 30px !important;
  -webkit-transition: all 0.235s ease-in-out;
  -o-transition: all 0.235s ease-in-out;
  transition: all 0.235s ease-in-out;
  line-height: 1.1;
  text-decoration: none !important;
}
.woocommerce-Reviews #review_form input[type=submit]:hover,
.woocommerce .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover,
.woocommerce-cart #primary .page .entry-content table.shop_table td.actions .button:hover,
.woocommerce-cart #primary .page .entry-content table.shop_table td.actions .button:hover,
.button:not(.page-template-templatesportfolio-php .button):hover {
  background-color: var(--heading-color) !important;
  color: var(--white-color) !important;
}

.single_add_to_cart_button.button,
.product_type_grouped,
.btn-add-to-cart,
.product_type_external,
.added_to_cart,
.add_to_cart_button {
  background-color: var(--primary-color) !important;
  color: var(--white-color) !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  border-radius: 0 !important;
  padding: 18px 35px 18px 35px !important;
  position: relative;
  -webkit-transition: all 0.235s ease-in-out;
  -o-transition: all 0.235s ease-in-out;
  transition: all 0.235s ease-in-out;
  line-height: 1.1;
  margin-top: 0;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.single_add_to_cart_button.button::before,
.product_type_grouped::before,
.btn-add-to-cart::before,
.product_type_external::before,
.added_to_cart::before,
.add_to_cart_button::before {
  content: "";
  width: 13px;
  height: 13px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.138' height='13.575' viewBox='0 0 13.138 13.575'%3E%3Cg id='Group_8507' data-name='Group 8507' transform='translate(-9.911 -56.079)' opacity='0.8'%3E%3Cpath id='Path_29300' data-name='Path 29300' d='M16.111,89.606a.8.8,0,0,1-.806.806.806.806,0,1,1,0-1.611A.834.834,0,0,1,16.111,89.606Z' transform='translate(-2.744 -20.758)' fill='%23001a1a'/%3E%3Cpath id='Path_29301' data-name='Path 29301' d='M32.111,89.606a.8.8,0,0,1-.806.806.806.806,0,1,1,0-1.611A.834.834,0,0,1,32.111,89.606Z' transform='translate(-13.961 -20.758)' fill='%23001a1a'/%3E%3Cpath id='Path_29302' data-name='Path 29302' d='M21.138,54.5v.816H19.857c-.131.392-.328,1.077-.558,1.861-.164.49-.3,1.045-.46,1.535-.394,1.371-1.117,3.657-1.478,4.767L17.2,64a1.515,1.515,0,0,1-1.642,1.078H9.642v-.816h5.912c.624,0,.788-.163.887-.522l.164-.522c.033-.131.1-.261.131-.424H10.3c-.46,0-.657-.294-.821-.816L8,57.177H18.445c.361-1.273.755-2.384.755-2.384l.1-.294Z' transform='translate(1.911 1.579)' fill='%23ffffff'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.235s ease-in-out;
  -o-transition: all 0.235s ease-in-out;
  transition: all 0.235s ease-in-out;
  margin-right: 10px;
}
.single_add_to_cart_button.button:hover,
.product_type_grouped:hover,
.btn-add-to-cart:hover,
.product_type_external:hover,
.added_to_cart:hover,
.add_to_cart_button:hover {
  background: var(--heading-color) !important;
  color: var(--white-color) !important;
}
.single_add_to_cart_button.button:hover::before,
.product_type_grouped:hover::before,
.btn-add-to-cart:hover::before,
.product_type_external:hover::before,
.added_to_cart:hover::before,
.add_to_cart_button:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.138' height='13.575' viewBox='0 0 13.138 13.575'%3E%3Cg id='Group_8507' data-name='Group 8507' transform='translate(-9.911 -56.079)' opacity='0.8'%3E%3Cpath id='Path_29300' data-name='Path 29300' d='M16.111,89.606a.8.8,0,0,1-.806.806.806.806,0,1,1,0-1.611A.834.834,0,0,1,16.111,89.606Z' transform='translate(-2.744 -20.758)' fill='%23ffffff'/%3E%3Cpath id='Path_29301' data-name='Path 29301' d='M32.111,89.606a.8.8,0,0,1-.806.806.806.806,0,1,1,0-1.611A.834.834,0,0,1,32.111,89.606Z' transform='translate(-13.961 -20.758)' fill='%23ffffff'/%3E%3Cpath id='Path_29302' data-name='Path 29302' d='M21.138,54.5v.816H19.857c-.131.392-.328,1.077-.558,1.861-.164.49-.3,1.045-.46,1.535-.394,1.371-1.117,3.657-1.478,4.767L17.2,64a1.515,1.515,0,0,1-1.642,1.078H9.642v-.816h5.912c.624,0,.788-.163.887-.522l.164-.522c.033-.131.1-.261.131-.424H10.3c-.46,0-.657-.294-.821-.816L8,57.177H18.445c.361-1.273.755-2.384.755-2.384l.1-.294Z' transform='translate(1.911 1.579)' fill='%23ffffff'/%3E%3C/g%3E%3C/svg%3E");
}
.single_add_to_cart_button.button::after,
.product_type_grouped::after,
.btn-add-to-cart::after,
.product_type_external::after,
.added_to_cart::after,
.add_to_cart_button::after {
  content: none !important;
}

/* field
--------------------------------------------- */
input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
  width: 14px;
  height: 14px;
  border: 1px solid rgba(var(--font-color-rgb), 0.03);
  background-color: var(--white-color);
}
input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.747' height='16.42' viewBox='0 0 17.747 16.42'%3E%3Cg id='layer1' transform='translate(0)'%3E%3Cg id='layer1-2' transform='translate(0 0)'%3E%3Cpath id='path4068' d='M-838.971-494.409l5.659,6.568a51.977,51.977,0,0,1,12.088-16.42c-4.247,2.4-8.927,6.946-12.926,12.577Z' transform='translate(838.971 504.261)' fill='%2317be8a'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-background-size: 10px 10px;
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
  border-color: var(--background-color);
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.736' height='6.204' viewBox='0 0 9.736 6.204'%3E%3Cpath id='Path_26478' data-name='Path 26478' d='M5,0,0,4.164,5,8.328' transform='translate(0.704 5.704) rotate(-90)' fill='none' stroke='%231a0101' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E%0A");
  -webkit-background-size: 15px 8px;
  background-size: 15px 8px;
  background-repeat: no-repeat;
  background-position: right 22px center;
  padding: 0 20px;
  width: 100%;
}

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],
select {
  height: 52px;
}

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 {
  border: 1px solid rgba(var(--font-color-rgb), 0.07);
  background: rgba(var(--white-color-rgb), 1);
  border-radius: 0;
  padding: 14px 19px;
  width: 100%;
  margin-bottom: 15px;
  font-size: 1em;
  color: var(--font-color);
  font-family: var(--primary-font);
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=range]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=color]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #A8A8A8;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=range]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=color]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #A8A8A8;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=range]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=color]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #A8A8A8;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
textarea::placeholder {
  color: #A8A8A8;
}

.container {
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
  max-width: 530px;
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 990px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.page-grid {
  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;
}

.grid-item {
  padding: 0 15px;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .site-banner.video-banner #wp-custom-header {
    position: relative;
    height: 0;
    padding-top: 56.25%;
  }
}
.site-banner.video-banner #wp-custom-header iframe,
.site-banner.video-banner #wp-custom-header video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.site-banner.video-banner .caption-wrapper {
  position: unset;
}
.site-banner.video-banner .banner-caption {
  z-index: 99;
}

button.wp-custom-header-video-button {
  text-indent: 9999px;
  position: absolute;
  border: 0;
  margin: 0;
  overflow: hidden;
  background: transparent;
  visibility: collapse;
  z-index: 11;
  font-size: 0;
}
button.wp-custom-header-video-button.wp-custom-header-video-play {
  visibility: visible;
  content: "";
  height: 45px;
  width: 45px;
  position: absolute;
  bottom: 25px;
  right: 25px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 512 512'%3E%3Cpath d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm-16 328c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16v160zm112 0c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16v160z'/%3E%3C/svg%3E") center center no-repeat;
}
button.wp-custom-header-video-button.wp-custom-header-video-pause {
  visibility: visible;
  content: "";
  height: 45px;
  width: 45px;
  position: absolute;
  bottom: 25px;
  right: 25px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 512 512'%3E%3Cpath d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z'/%3E%3C/svg%3E") center center no-repeat;
}

/* --------------------------------------------------------------
# Components
-------------------------------------------------------------- */
/* heading
--------------------------------------------- */ /* sticky-heading
--------------------------------------------- */
.sticky-header {
  padding: 5px 0;
  background: var(--background-color);
  -webkit-box-shadow: 0 3px 5px rgba(var(--black-color-rgb), 0.05);
  box-shadow: 0 3px 5px rgba(var(--black-color-rgb), 0.05);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  display: none;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}
.sticky-header .container {
  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;
}
.sticky-header .container .nav-plus-btn-wrapper {
  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;
  grid-gap: 20px;
}
.sticky-header .container .nav-plus-btn-wrapper .toggle-btn-wrap {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.sticky-header .container .nav-plus-btn-wrapper .toggle-btn .toggle-bar {
  background-color: var(--font-color) !important;
}
@media (min-width: 1200px) {
  .sticky-header .container .nav-plus-btn-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .sticky-header .container .nav-plus-btn-wrapper .toggle-btn {
    display: none !important;
  }
  .sticky-header .container .nav-plus-btn-wrapper .main-navigation {
    grid-gap: 0;
    margin-left: 0;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .sticky-header .container .nav-plus-btn-wrapper .main-navigation .nav-menu > li:nth-last-child(3) .sub-menu, .sticky-header .container .nav-plus-btn-wrapper .main-navigation .nav-menu > li:nth-last-child(2) .sub-menu, .sticky-header .container .nav-plus-btn-wrapper .main-navigation .nav-menu > li:last-child .sub-menu {
    left: 0;
    right: auto;
  }
  .sticky-header .container .nav-plus-btn-wrapper .main-navigation .nav-menu > li:nth-last-child(3) .sub-menu .submenu-toggle-btn, .sticky-header .container .nav-plus-btn-wrapper .main-navigation .nav-menu > li:nth-last-child(2) .sub-menu .submenu-toggle-btn, .sticky-header .container .nav-plus-btn-wrapper .main-navigation .nav-menu > li:last-child .sub-menu .submenu-toggle-btn {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .sticky-header .container .nav-plus-btn-wrapper .main-navigation .nav-menu > li:nth-last-child(3) .sub-menu .sub-menu, .sticky-header .container .nav-plus-btn-wrapper .main-navigation .nav-menu > li:nth-last-child(2) .sub-menu .sub-menu, .sticky-header .container .nav-plus-btn-wrapper .main-navigation .nav-menu > li:last-child .sub-menu .sub-menu {
    left: auto;
    right: 100%;
  }
}
@media (max-width: 992px) {
  .sticky-header .container .nav-plus-btn-wrapper .header-button-wrap {
    display: none;
  }
}
.sticky-header .container .site-branding .site-logo .custom-logo-link img {
  max-width: 150px;
  width: 100%;
}
.sticky-header .container .site-branding p {
  color: var(--font-color);
}
.sticky-header.is-sticky {
  visibility: visible;
  opacity: 1;
  display: block;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media (max-width: 1200px) {
  .sticky-header {
    padding: 10px 0;
  }
  .sticky-header .container .header-button-wrap {
    display: none;
  }
  .sticky-header .container #sticky-navigation.main-navigation {
    max-width: 100%;
    display: none;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background: var(--white-color);
    -webkit-box-shadow: -5px 0 15px rgba(var(--black-color-rgb), 0.1);
    box-shadow: -5px 0 15px rgba(var(--black-color-rgb), 0.1);
    width: 320px;
    z-index: 9999;
    margin: 0;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .sticky-header .container #sticky-navigation.main-navigation > div {
    height: 100vh;
    overflow-y: scroll;
  }
  .sticky-header .container #sticky-navigation.main-navigation > div ul {
    padding: 0;
  }
  .sticky-header .container #sticky-navigation.main-navigation > div ul li a {
    white-space: nowrap;
    color: rgba(var(--nav-font-color-rgb), 0.8);
  }
  .sticky-header .container #sticky-navigation.main-navigation > div ul .sub-menu li {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1400px) {
  .sticky-header .main-navigation .nav-menu li {
    padding: 22px 15px;
  }
}

/* navigation
--------------------------------------------- */
.nav-menu {
  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;
  font-size: 0.9444444444em;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .nav-menu > li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.nav-menu li {
  position: relative;
  padding: 10px;
}
.nav-menu li .menu-subtitle {
  margin-bottom: 5px;
  color: #4F5459;
  font-size: 1em;
  display: block;
  width: 100%;
  font-family: var(--signature-font);
}
@media screen and (min-width: 1200px) {
  .nav-menu li .menu-subtitle {
    text-align: center;
  }
}
.nav-menu li .menu-subtitle + a {
  display: block;
}
.nav-menu li a {
  color: #141414;
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  font-family: var(--primary-font);
  font-size: 0.77em;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.nav-menu li a:focus {
  outline: none;
  text-decoration: none;
}
.nav-menu li a:hover {
  text-decoration: none;
}
.nav-menu li > .submenu-toggle-btn {
  color: rgba(0, 26, 26, 0.8);
}
.nav-menu li > .submenu-toggle-btn .svg-inline--fa.fa-w-10 {
  width: 0.55em;
}
@media screen and (min-width: 1200px) {
  .nav-menu li:focus, .nav-menu li.focus {
    outline: 2px solid rgba(var(--black-color-rgb), 0.8);
  }
  .nav-menu li:hover > a, .nav-menu li:focus > a, .nav-menu li.hover > a, .nav-menu li.focus > a {
    color: var(--primary-color);
  }
  .nav-menu li:hover > .submenu-toggle-btn, .nav-menu li:focus > .submenu-toggle-btn, .nav-menu li.hover > .submenu-toggle-btn, .nav-menu li.focus > .submenu-toggle-btn {
    color: var(--primary-color);
  }
  .nav-menu li:hover > .sub-menu, .nav-menu li:focus > .sub-menu, .nav-menu li.hover > .sub-menu, .nav-menu li.focus > .sub-menu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    z-index: 99998;
  }
}
.nav-menu li .sub-menu, .nav-menu li ul {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: static;
  padding-top: 20px;
  list-style: none;
}
@media screen and (min-width: 1200px) {
  .nav-menu li .sub-menu, .nav-menu li ul {
    background: var(--white-color);
    -webkit-transition: all 0.235s ease;
    -o-transition: all 0.235s ease;
    transition: all 0.235s ease;
    padding-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-box-shadow: 0 5px 15px rgba(var(--black-color-rgb), 0.05);
    box-shadow: 0 5px 15px rgba(var(--black-color-rgb), 0.05);
    visibility: hidden;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
  }
}
.nav-menu li .sub-menu li:not(:last-child), .nav-menu li ul li:not(:last-child) {
  border-bottom: 1px solid rgba(var(--black-color-rgb), 0.05);
}
@media screen and (min-width: 1200px) {
  .nav-menu li .sub-menu li.menu-item-has-children > .submenu-toggle-btn, .nav-menu li ul li.menu-item-has-children > .submenu-toggle-btn {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
.nav-menu li .sub-menu .sub-menu, .nav-menu li .sub-menu ul, .nav-menu li ul .sub-menu, .nav-menu li ul ul {
  left: 100%;
  top: 0;
}
.nav-menu li.current_page_item > a {
  color: var(--primary-color);
}

.main-navigation {
  display: none;
  z-index: 111;
  margin-left: 40px;
}
@media screen and (max-width: 1199px) {
  .main-navigation {
    max-width: 100%;
    overflow-y: auto;
    width: 320px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background: var(--primary-color);
    -webkit-box-shadow: 5px 0 25px rgba(var(--black-color-rgb), 0.1);
    box-shadow: 5px 0 25px rgba(var(--black-color-rgb), 0.1);
    padding-top: 50px;
  }
  .main-navigation .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    left: auto;
  }
  .main-navigation .nav-menu li a {
    color: var(--white-color);
  }
}
@media screen and (min-width: 1200px) {
  .main-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;
    grid-gap: 20px;
  }
  .main-navigation .close-btn {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .main-navigation {
    grid-gap: 50px;
  }
}
@media screen and (min-width: 1199px) {
  .main-navigation .nav-menu {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.main-navigation .nav-menu li {
  padding: 20px 15px;
  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-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-navigation .nav-menu li:not(:last-child) {
  border-bottom: 1px solid rgba(var(--black-color-rgb), 0.05);
}
@media screen and (min-width: 1200px) {
  .main-navigation .nav-menu li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
  }
  .main-navigation .nav-menu li:not(:last-child) {
    border: none;
  }
  .main-navigation .nav-menu li.current-menu-item {
    border-bottom: 2px solid var(--primary-color);
  }
}
@media screen and (min-width: 1400px) {
  .main-navigation .nav-menu li {
    padding: 22px 20px;
  }
}
@media screen and (max-width: 1199px) {
  .main-navigation .nav-menu li .submenu-toggle-btn {
    position: absolute;
    right: 15px;
    top: 20px;
  }
}

.site-header:not(.style-ten, .style-five, .style-two, .style-six) .secondary-nav > div {
  max-width: 100%;
  display: none;
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background: var(--white-color);
  -webkit-box-shadow: -5px 0 15px rgba(var(--black-color-rgb), 0.1);
  box-shadow: -5px 0 15px rgba(var(--black-color-rgb), 0.1);
  width: 320px;
  z-index: 99999;
}
.site-header:not(.style-ten, .style-five, .style-two, .style-six) .secondary-nav > div .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
}
.site-header:not(.style-ten, .style-five, .style-two, .style-six) .secondary-nav > div .nav-menu li:not(:last-child) {
  border-bottom: 1px solid rgba(var(--black-color-rgb), 0.05);
}
.site-header:not(.style-ten, .style-five, .style-two, .style-six) .secondary-nav > div .nav-menu li.menu-item-has-children .submenu-toggle-btn {
  position: absolute;
  right: 20px;
  top: 18px;
  pointer-events: all;
}
.site-header:not(.style-ten, .style-five, .style-two, .style-six) .secondary-nav > div .nav-menu li .sub-menu {
  all: unset;
  display: none;
}
.site-header:not(.style-ten, .style-five, .style-two, .style-six) .secondary-nav > div .nav-menu li .sub-menu .menu-item-has-children .submenu-toggle-btn {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

@media screen and (min-width: 1200px) {
  .main-navigation .submenu-toggle-btn {
    display: none;
  }
  .main-navigation .nav-menu > li.menu-item-has-children > a::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg class='svg-inline--fa fa-caret-down fa-w-10' aria-hidden='true' data-prefix='fas' data-icon='caret-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' data-fa-i2svg=''%3E%3Cpath fill='%23222222' d='M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z'%3E%3C/path%3E%3C/svg%3E");
    display: inline-block;
    width: 0.9em;
    height: 0.9em;
    background-repeat: no-repeat;
    margin-left: 13px;
    position: absolute;
    right: 0;
    top: 23px;
  }
  .main-navigation .nav-menu > li.menu-item-has-children.hover > a::after,
  .main-navigation .nav-menu > li.menu-item-has-children:hover > a::after {
    background-image: url("data:image/svg+xml,%3Csvg class='svg-inline--fa fa-caret-down fa-w-10' aria-hidden='true' data-prefix='fas' data-icon='caret-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' data-fa-i2svg=''%3E%3Cpath fill='%23e79372' d='M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z'%3E%3C/path%3E%3C/svg%3E");
  }
  .main-navigation .nav-menu li .sub-menu li.menu-item-has-children > a {
    position: relative;
  }
  .main-navigation .nav-menu li .sub-menu li.menu-item-has-children > a::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg class='svg-inline--fa fa-caret-down fa-w-10' aria-hidden='true' data-prefix='fas' data-icon='caret-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' data-fa-i2svg=''%3E%3Cpath fill='%23222222' d='M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z'%3E%3C/path%3E%3C/svg%3E");
    position: absolute;
    right: -10px;
    top: 1px;
    width: 0.9em;
    height: 0.9em;
    background-repeat: no-repeat;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .main-navigation .nav-menu li .sub-menu li.menu-item-has-children.hover > a::after,
  .main-navigation .nav-menu li .sub-menu li.menu-item-has-children:hover > a::after {
    background-image: url("data:image/svg+xml,%3Csvg class='svg-inline--fa fa-caret-down fa-w-10' aria-hidden='true' data-prefix='fas' data-icon='caret-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' data-fa-i2svg=''%3E%3Cpath fill='%23A60505' d='M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z'%3E%3C/path%3E%3C/svg%3E");
  }
  .site-header:not(.style-two, .style-four, .style-six) .main-navigation .nav-menu > li:nth-last-child(3) .sub-menu li a::after,
  .site-header:not(.style-two, .style-four, .style-six) .main-navigation .nav-menu > li:nth-last-child(2) .sub-menu li a::after,
  .site-header:not(.style-two, .style-four, .style-six) .main-navigation .nav-menu > li:last-child .sub-menu li a::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .keyboard-nav-on .footer-navigation .nav-menu .sub-menu,
  .keyboard-nav-on .secondary-nav .nav-menu .sub-menu,
  .keyboard-nav-on .main-navigation .nav-menu .sub-menu {
    visibility: visible !important;
  }
}
.mobile-menu-active .site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner {
  visibility: visible;
}

.site-branding .site-title {
  line-height: 1.3;
  margin: 0;
}
.site-branding .site-logo > a {
  line-height: 1;
}
.site-branding .site-description {
  margin-bottom: 0;
}
.site-branding a {
  text-decoration: none;
  font-weight: bold;
  color: var(--primary-color);
  display: inline-block;
}
.site-branding a:hover {
  color: var(--primary-color);
  text-decoration: none;
}
.site-branding.has-image-text {
  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;
}
.site-branding.has-image-text .site-title-wrap {
  margin-left: 18px;
}
@media (max-width: 458px) {
  .site-branding.has-image-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: 15px;
  }
  .site-branding.has-image-text .site-title-wrap {
    margin-left: 0;
  }
}

.site-header {
  position: relative;
  /* header style one
  --------------------------------------------- */
}
.site-header .header-block {
  font-size: 15px;
}
.site-header .header-block i,
.site-header .header-block .fas,
.site-header .header-block .fa,
.site-header .header-block .svg-inline--fa,
.site-header .header-block svg {
  color: #17be8a;
  margin-right: 10px;
}
.site-header .header-block .fa-phone {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.site-header .header-block a {
  text-decoration: none;
  color: #232323;
}
.site-header .header-block a:hover {
  color: var(--primary-color);
}
.site-header .header-social .social-list li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.site-header .header-social .social-list a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  color: rgba(0, 26, 26, 0.9);
}
.site-header .header-social .social-list a:hover {
  color: var(--primary-color);
}
.site-header .header-right {
  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;
}
.site-header .header-right .header-search + .header-cart {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  padding-left: 14px;
  margin-left: 14px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.site-header .header-search .search-toggle {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  color: #141414;
  line-height: 1;
}
.site-header .header-search .search-toggle path {
  fill: #141414;
  stroke: #141414;
}
.site-header .header-search .search-toggle:hover {
  color: var(--primary-color);
}
.site-header .header-search .search-toggle:hover path {
  fill: var(--primary-color);
  stroke: var(--primary-color);
}
.site-header .header-search-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(var(--white-color-rgb), 0.95);
  z-index: 999999999;
}
.site-header .header-search-wrap .header-search-inner {
  height: 100%;
  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;
}
.site-header .header-search-wrap .header-search-inner .search-form {
  max-width: 900px;
  padding: 0 15px;
}
@media screen and (min-width: 576px) {
  .site-header .header-search-wrap .header-search-inner .search-form .search-field {
    height: 80px;
    font-size: 2em;
    padding: 0 20px;
  }
  .site-header .header-search-wrap .header-search-inner .search-form .search-submit {
    width: 80px;
    padding: 16px;
    -webkit-background-size: 30px 30px;
    background-size: 30px;
  }
}
.site-header .header-search-wrap .header-search-inner .close {
  background: none;
  border: none;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  font-size: 0;
  width: 40px;
  height: 40px;
}
.site-header .header-search-wrap .header-search-inner .close::before, .site-header .header-search-wrap .header-search-inner .close::after {
  content: "";
  background: var(--font-color);
  width: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.235s ease;
  -o-transition: all 0.235s ease;
  transition: all 0.235s ease;
}
.site-header .header-search-wrap .header-search-inner .close::before {
  background: var(--font-color);
  width: 40px;
}
.site-header .header-search-wrap .header-search-inner .close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: var(--font-color);
  width: 40px;
}
.site-header .header-search-wrap .header-search-inner .close:hover::before, .site-header .header-search-wrap .header-search-inner .close:hover::after {
  background: var(--primary-color);
}
.site-header .header-cart {
  display: inline-flex;
}
.site-header .header-cart a {
  color: var(--heading-color);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  text-decoration: none;
}
.site-header .header-cart a svg {
  width: 0.9em;
}
.site-header .header-cart a path {
  fill: var(--heading-color);
}
.site-header .header-cart a .number,
.site-header .header-cart a .cart-count {
  background: rgba(var(--primary-color-rgb), 1);
  color: rgba(var(--white-color-rgb), 1);
  text-align: center;
  font-size: 12px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  right: -10px;
}
.site-header .header-cart a:hover path {
  fill: var(--primary-color);
}
.site-header .secondary-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.site-header .header-top .container,
.site-header .header-top .container > [class*=header-] {
  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;
  grid-gap: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.site-header .header-top > .container {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .site-header .header-top .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: 10px;
  }
  .site-header .header-top .container .header-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.site-header > .header-main {
  padding: 20px 0;
}
.site-header > .header-main .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .site-header > .header-main .container > .toggle-btn {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .site-header:not(.style-two, .style-four, .style-nine) .header-main .main-navigation .nav-menu > li:nth-last-child(3) .sub-menu, .site-header:not(.style-two, .style-four, .style-nine) .header-main .main-navigation .nav-menu > li:nth-last-child(2) .sub-menu, .site-header:not(.style-two, .style-four, .style-nine) .header-main .main-navigation .nav-menu > li:last-child .sub-menu {
    left: 0;
    right: auto;
  }
  .site-header:not(.style-two, .style-four, .style-nine) .header-main .main-navigation .nav-menu > li:nth-last-child(3) .sub-menu .submenu-toggle-btn, .site-header:not(.style-two, .style-four, .style-nine) .header-main .main-navigation .nav-menu > li:nth-last-child(2) .sub-menu .submenu-toggle-btn, .site-header:not(.style-two, .style-four, .style-nine) .header-main .main-navigation .nav-menu > li:last-child .sub-menu .submenu-toggle-btn {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .site-header:not(.style-two, .style-four, .style-nine) .header-main .main-navigation .nav-menu > li:nth-last-child(3) .sub-menu .sub-menu, .site-header:not(.style-two, .style-four, .style-nine) .header-main .main-navigation .nav-menu > li:nth-last-child(2) .sub-menu .sub-menu, .site-header:not(.style-two, .style-four, .style-nine) .header-main .main-navigation .nav-menu > li:last-child .sub-menu .sub-menu {
    left: auto;
    right: 100%;
  }
}
.site-header.style-one > .header-top {
  background-color: rgba(var(--primary-color-rgb), 0.05);
}
.site-header.style-one > .header-top .container {
  max-width: 100%;
  padding: 0 48px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.site-header.style-one > .header-middle {
  padding: 40px 0;
  border-bottom: 1px solid #F3F3F3;
}
.site-header.style-one > .header-middle .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-header.style-one > .header-middle .site-branding {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.site-header.style-one > .header-middle .site-branding.has-image-text {
  text-align: left;
}

/* mobile header
--------------------------------------------- */
@media (max-width: 1199px) {
  .site-header > .header-top,
  .site-header > .header-main,
  .site-header > .header-bottom,
  .site-header > .header-middle {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .site-header .mobile-header {
    display: none;
  }
  .site-header .mobile-header .toggle-btn {
    display: none;
  }
}
.site-header .mobile-header .header-top {
  background-color: unset;
}
.site-header .mobile-header .toggle-btn {
  display: inline-block;
}
.site-header .mobile-header .header-main .container {
  display: block;
}
.site-header .mobile-header .header-main .container .mob-nav-site-branding-wrap {
  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;
}
.site-header .mobile-header .header-main .container .mob-nav-site-branding-wrap .header-center {
  padding-right: 20px;
}
.site-header .mobile-header .header-main .container .mob-nav-site-branding-wrap > .header-left {
  position: relative;
  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;
}
.site-header .mobile-header .header-main .container .mob-nav-site-branding-wrap > .header-left div + div {
  margin-left: 24px;
}
.site-header .mobile-header .header-main .container .mob-nav-site-branding-wrap > .header-left .toggle-btn-wrap {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.site-header .mobile-header .header-main .container .mob-nav-site-branding-wrap > .header-left .toggle-btn-wrap .toggle-btn .toggle-bar {
  background-color: var(--heading-color);
}
.site-header .mobile-header .header-main .container .header-right .header-button-wrap {
  display: block !important;
}
@media (max-width: 500px) {
  .site-header .mobile-header .header-main .container .header-right .header-button-wrap {
    display: none !important;
  }
}
.site-header .mobile-header .header-main {
  padding: 30px 0;
}
.site-header .mobile-header .header-main .container .main-navigation {
  -webkit-box-flex: unset !important;
  -webkit-flex: unset !important;
  -ms-flex: unset !important;
  flex: unset !important;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 370px;
  height: 100%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  background-color: var(--white-color);
  -webkit-box-shadow: 10px 0 20px rgba(var(--font-color-rgb), 0.15);
  box-shadow: 10px 0 20px rgba(var(--font-color-rgb), 0.15);
  overflow-y: auto;
  z-index: 99999;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 558px) {
  .site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner {
    width: 100%;
  }
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container {
  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;
  padding: 0;
  max-width: 100%;
  min-height: 100%;
  padding-bottom: 100px;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .mobile-header-wrap {
  background: #fff;
  padding: 22px 15px 25px 15px;
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2222;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .mobile-header-wrap > .close {
  position: relative;
  padding: 0;
  padding: 0;
  width: 25px;
  height: 25px;
  min-height: auto;
  background: none;
  cursor: pointer;
  border: 0;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .mobile-header-wrap > .close::before, .site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .mobile-header-wrap > .close::after {
  content: "";
  background: var(--font-color);
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .mobile-header-wrap > .close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .mobile-header-wrapper {
  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;
  margin-top: 0;
  padding: 0 24px;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .mob-ctc-btn {
  padding: 0 15px 77px;
  margin: 39px 0;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .mob-ctc-btn .header-block {
  margin: 23px 0 23px 0;
  padding-left: 0;
  margin-left: 0;
  text-align: center;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .mob-ctc-btn .header-block:first-child {
  margin: 49px 0 0 0;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .mob-ctc-btn .header-button-wrap {
  margin-left: 0;
  text-align: center;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .mob-ctc-btn a {
  width: 100%;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-cart {
  margin-top: 25px;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-social ul li a {
  padding: unset;
  line-height: 1;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-social ul li a svg {
  -webkit-transition: all 0.03s ease;
  -o-transition: all 0.03s ease;
  transition: all 0.03s ease;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-social ul li a:hover {
  color: var(--primary-color);
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-left .close-btn,
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-left .toggle-btn {
  display: none;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-left .main-navigation {
  display: block;
  position: static;
  width: unset;
  height: unset;
  background-color: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  z-index: 3;
  padding-top: 0;
  overflow: unset;
  margin: 0;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-left .main-navigation > div .nav-menu {
  overflow: unset;
  margin-top: 0;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-left .main-navigation > div .nav-menu li {
  border: 0;
  padding: 40px 0px 0 0;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-left .main-navigation > div .nav-menu li a {
  font-family: var(--primary-font);
  font-size: 0.77em;
  font-weight: 500;
  color: #141414;
  width: unset;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-left .main-navigation > div .nav-menu li ul {
  padding-top: 0;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-left .main-navigation > div .nav-menu li .sub-menu {
  background-color: unset;
  padding-top: 0;
  padding-left: 20px;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-left .main-navigation > div .nav-menu li .submenu-toggle-btn {
  right: 0;
  top: 40px;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: unset;
  -webkit-align-items: unset;
  -ms-flex-align: unset;
  align-items: unset;
  border-top: 1px solid rgba(var(--font-color-rgb), 0.05);
  margin-top: 35px;
  width: 100%;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-right .close-btn,
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-right .toggle-btn {
  display: none;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-right .secondary-nav {
  width: 100%;
  display: block;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-right .secondary-nav > div {
  height: unset;
  display: block;
  position: static;
  width: unset;
  height: unset;
  background-color: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  z-index: 3;
  padding: 0;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-right .secondary-nav > div .nav-menu {
  width: unset;
  padding: 0;
  overflow: unset;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-right .secondary-nav > div .nav-menu li {
  border: 0;
  font-size: unset;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-right .secondary-nav > div .nav-menu li a {
  font-family: var(--primary-font);
  text-align: left;
  font-size: 0.777em;
  font-weight: 500;
  color: #141414;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-right .secondary-nav > div .nav-menu li .sub-menu {
  padding-left: 10px;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-right .secondary-nav > div .nav-menu li .submenu-toggle-btn {
  top: 33px;
  right: 0;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-right .secondary-nav > div .nav-menu > li {
  padding: 27px 0 0 0;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-right .secondary-nav > div .nav-menu > li:first-child a {
  padding-top: 0 !important;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-right .secondary-nav > div .nav-menu ul {
  padding-top: 12px;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-right .secondary-nav > div .nav-menu ul li {
  padding: 7px 14px;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-right .secondary-nav > div .nav-menu ul li:last-child {
  padding-bottom: 0;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-right .secondary-nav > div .nav-menu ul li a {
  width: auto;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-right .secondary-nav > div .nav-menu ul li .submenu-toggle-btn {
  top: 14px;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-social-wrapper {
  margin-top: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  border-top: 1px solid #F2F2F2;
  padding: 24px 0 0 24px;
}

/* Front pages
--------------------------------------------- */
.site-banner {
  position: relative;
  /*--------------------------------------------------------------
  # Slider One
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # static Cta
  --------------------------------------------------------------*/
}
.site-banner .item .banner-img-wrap svg {
  width: 100%;
  height: 100%;
}
.site-banner .caption-wrapper {
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: none;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  .site-banner .caption-wrapper {
    position: absolute;
  }
}
.site-banner .item-post {
  position: relative;
}
.site-banner .banner-caption {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .site-banner .banner-caption {
    padding: 50px;
  }
}
.site-banner .banner-caption .entry-meta {
  margin-bottom: 16px;
}
.site-banner .banner-caption .entry-meta .cat-links {
  color: var(--primary-color);
  margin-bottom: 16px;
}
.site-banner .banner-caption .entry-meta .cat-links a {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--primary-color);
}
.site-banner .banner-caption .entry-meta .cat-links a::before {
  top: 10px;
  background-color: var(--primary-color);
}
.site-banner .banner-caption .entry-meta .cat-links a:hover {
  color: var(--primary-color);
}
.site-banner .banner-caption .entry-meta .cat-links a:hover::before {
  background-color: var(--primary-color);
}
.site-banner .banner-caption .banner-title {
  font-size: 1.778em;
  line-height: 1.29;
  margin: 0;
  padding-bottom: 16px;
  font-weight: normal;
}
@media screen and (min-width: 992px) {
  .site-banner .banner-caption .banner-title {
    font-size: 3em;
  }
}
.site-banner .banner-caption .banner-title a {
  color: var(--heading-color);
  text-decoration: none;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}
.site-banner .banner-caption .banner-title a:hover {
  color: var(--primary-color);
}
.site-banner .banner-caption .banner-title span {
  font-family: var(--signature-font-one);
}
.site-banner .banner-caption .banner-description {
  font-size: 1em;
  margin-bottom: 32px;
}
.site-banner .banner-caption .banner-description p:last-child {
  margin-bottom: 0;
}
.site-banner .banner-caption .banner-button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 15px;
}
@media screen and (min-width: 576px) {
  .site-banner .banner-caption .banner-button-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.site-banner .banner-caption .entry-footer {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
}
.site-banner .banner-caption .entry-footer .byline a {
  color: var(--white-color);
}
.site-banner .banner-caption .entry-footer .byline a.fn {
  font-weight: normal;
  font-size: 0.7777em;
  color: var(--white-color);
  font-family: var(--secondary-font);
  text-transform: capitalize;
}
.site-banner .banner-caption .entry-footer .byline a.fn:hover {
  color: var(--primary-color);
}
.site-banner .banner-caption .entry-footer .posted-on {
  margin-left: 15px;
}
.site-banner .banner-caption .entry-footer .posted-on a {
  color: var(--white-color);
}
.site-banner .banner-caption .entry-footer .posted-on a::before {
  background-color: rgba(var(--white-color-rgb), 0.15);
}
.site-banner .banner-caption .entry-footer .posted-on a:hover {
  color: var(--primary-color);
}
.site-banner .banner-caption .entry-content {
  margin-bottom: 32px;
  margin-top: 0;
}
.site-banner .banner-caption .entry-content p:last-child {
  margin-bottom: 0;
}
.site-banner .banner-caption .button-wrap .btn-link {
  padding: 10px;
  font-size: 0.889em;
  letter-spacing: 0.1em;
}
.site-banner .owl-carousel .owl-item {
  overflow: hidden;
}
.site-banner .owl-carousel .owl-nav button.owl-prev,
.site-banner .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.site-banner .owl-carousel .owl-nav button.owl-prev {
  left: 0;
}
.site-banner .owl-carousel .owl-nav button.owl-next {
  right: 0;
}
.site-banner .owl-carousel .owl-dots {
  margin-top: 30px;
}
.site-banner.banner-layout-one {
  padding: 64px 0;
  background-color: rgba(var(--primary-color-rgb), 0.1);
}
@media screen and (min-width: 768px) {
  .site-banner.banner-layout-one {
    padding: 50px 0;
  }
}
.site-banner.banner-layout-one .banner-wrapper .item {
  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-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .site-banner.banner-layout-one .banner-wrapper .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .site-banner.banner-layout-one .banner-wrapper .item .banner-img-wrap {
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .site-banner.banner-layout-one .banner-wrapper .item .banner-img-wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .site-banner.banner-layout-one .banner-wrapper .item .banner-caption {
    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-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent;
    width: 100%;
  }
}
.site-banner.banner-layout-one .banner-wrapper .item .banner-img-wrap .svg-holder {
  height: 328px;
}
@media screen and (min-width: 768px) {
  .site-banner.banner-layout-one .banner-wrapper .item .banner-img-wrap .svg-holder {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.site-banner.banner-layout-one .banner-wrapper .item .banner-img-wrap .svg-holder svg {
  height: 100%;
}
.site-banner.banner-layout-one .banner-wrapper .item .banner-img-wrap .attachment-full {
  width: unset;
  height: unset;
  margin: 0 auto;
}
.site-banner.banner-layout-one .banner-wrapper .item.full .banner-img-wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.site-banner.banner-layout-one .banner-wrapper .item.full .banner-img-wrap .svg-holder {
  height: 100%;
  width: 100%;
}
.site-banner.banner-layout-one .banner-wrapper .banner-caption {
  padding: 26px 0 0px 0;
  max-width: 100%;
  background: transparent;
}
@media screen and (min-width: 768px) {
  .site-banner.banner-layout-one .banner-wrapper .banner-caption {
    padding: 0 30px;
  }
}
@media screen and (min-width: 992px) {
  .site-banner.banner-layout-one .banner-wrapper .banner-caption {
    padding: 0 60px;
  }
}
.site-banner.banner-layout-one .banner-wrapper .banner-caption .banner-title {
  padding: 0;
  max-width: 468px;
  margin-bottom: 15px;
}
.site-banner.banner-layout-one .owl-carousel .owl-nav button.owl-prev,
.site-banner.banner-layout-one .owl-carousel .owl-nav button.owl-next {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .site-banner.banner-layout-one .owl-carousel .owl-nav button.owl-prev,
  .site-banner.banner-layout-one .owl-carousel .owl-nav button.owl-next {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: unset;
  }
}
.site-banner.banner-layout-one .owl-carousel .owl-nav button.owl-prev {
  left: -15px;
}
.site-banner.banner-layout-one .owl-carousel .owl-nav button.owl-next {
  right: -15px;
}
@media screen and (min-width: 768px) {
  .site-banner.banner-layout-one .owl-carousel .owl-nav button.owl-prev {
    left: 0px;
  }
  .site-banner.banner-layout-one .owl-carousel .owl-nav button.owl-next {
    right: 0px;
    left: unset;
  }
}
@media screen and (min-width: 992px) {
  .site-banner.banner-layout-one .owl-carousel .owl-nav button.owl-prev {
    left: -10px;
  }
  .site-banner.banner-layout-one .owl-carousel .owl-nav button.owl-next {
    right: -10px;
    left: unset;
  }
}
@media screen and (min-width: 1400px) {
  .site-banner.banner-layout-one .owl-carousel .owl-nav button.owl-prev {
    left: -90px;
  }
  .site-banner.banner-layout-one .owl-carousel .owl-nav button.owl-next {
    right: -90px;
  }
}
.site-banner.banner-layout-one .owl-carousel .owl-dots {
  margin-top: 30px;
}
.site-banner.static-cta {
  background-color: rgba(var(--primary-color-rgb), 0.1);
  padding: 64px 0;
}
@media screen and (min-width: 768px) {
  .site-banner.static-cta {
    padding: 50px 0;
  }
}
.site-banner.static-cta .wp-custom-header {
  height: 323px;
}
.site-banner.static-cta .wp-custom-header img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .site-banner.static-cta .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .site-banner.static-cta .item .wp-custom-header {
    height: unset;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
  }
}
.site-banner.static-cta .container {
  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-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .site-banner.static-cta .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.site-banner.static-cta .banner-caption {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .site-banner.static-cta .banner-caption {
    padding: 30px 30px 0 30px;
  }
}
.site-banner.static-cta .banner-caption .subtitle {
  margin-bottom: 10px;
  font-size: 0.8333333333em;
  font-family: var(--primary-font);
  color: rgba(var(--primary-color-rgb), 0.8);
  letter-spacing: 2.75px;
}
.site-banner.static-cta .banner-caption .banner-desc p:last-child {
  margin-bottom: 0;
}
.site-banner.static-cta .banner-caption .btn-wrap {
  margin-top: 30px;
}
.site-banner.static-cta .banner-caption .btn-wrap a {
  margin: 10px 0;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .site-banner.static-cta .banner-caption .btn-wrap a + a {
    margin-left: 20px;
  }
}
.site-banner.static-cta .item {
  position: relative;
  width: 100%;
}
.site-banner.static-cta .item.center .banner-caption {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.site-banner.static-cta .item.right .banner-caption {
  margin-left: auto;
  margin-right: 0;
}
.site-banner.static-cta.style-one {
  padding: 0;
  background: unset;
}
.site-banner.static-cta.style-one .item.right .container {
  right: 8%;
}
.site-banner.static-cta.style-one .wp-custom-header {
  height: auto;
}
@media screen and (min-width: 1200px) {
  .site-banner.static-cta.style-one .wp-custom-header {
    height: 720px;
  }
}
@media screen and (min-width: 992px) {
  .site-banner.static-cta.style-one .wp-custom-header {
    height: 700px;
  }
}
@media screen and (min-width: 768px) {
  .site-banner.static-cta.style-one .wp-custom-header {
    height: 600px;
  }
}
.site-banner.static-cta.style-one .container {
  max-width: 100%;
  padding: 0;
}
.site-banner.static-cta.style-one .container .caption-wrapper {
  position: unset;
}
@media screen and (min-width: 768px) {
  .site-banner.static-cta.style-one .container {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: auto;
    right: unset;
    left: 8%;
  }
}
.site-banner.static-cta.style-one .banner-caption {
  max-width: 570px;
  width: 100%;
  background: var(--white-color);
  position: unset;
  padding: 40px 15px;
}
@media screen and (min-width: 992px) {
  .site-banner.static-cta.style-one .banner-caption {
    padding: 48px;
  }
}

/* Front pages
--------------------------------------------- */
/*-----------------------------
	promo section
------------------------------*/
.featured-section .featured-wrapper .widget-title {
  font-family: var(--secondary-font);
  font-size: 2.22em;
  display: block;
  margin-bottom: 24px;
  color: var(--heading-color);
}
@media screen and (min-width: 768px) {
  .featured-section .featured-wrapper .widget-title {
    text-align: center;
    margin-bottom: 50px;
  }
}
.featured-section .featured-wrapper .raratheme-itw-holder {
  list-style: none;
  margin: 0;
}
.featured-section .featured-wrapper .raratheme-itw-holder li {
  position: relative;
  margin-bottom: 40px;
}
.featured-section .featured-wrapper .raratheme-itw-holder li .btn-readmore {
  font-size: 0.88em;
  letter-spacing: 0.2em;
  font-size: var(--font-color);
  background-color: var(--white-color);
  color: var(--font-color);
  text-align: center;
  bottom: -20px;
  z-index: 2;
  top: unset;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding: 16px 40px;
  -webkit-box-shadow: 0px 5px 20px rgba(209, 126, 93, 0.1);
  box-shadow: 0px 5px 20px rgba(209, 126, 93, 0.1);
}
.featured-section .featured-wrapper .raratheme-itw-holder li .btn-readmore:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.featured-section .featured-wrapper .raratheme-itw-holder li a:not(.btn-readmore) {
  position: relative;
  overflow: hidden;
  display: block;
}
.featured-section .featured-wrapper .raratheme-itw-holder li a:not(.btn-readmore)::before, .featured-section .featured-wrapper .raratheme-itw-holder li a:not(.btn-readmore)::after {
  content: "";
  position: absolute;
  width: -webkit-calc(100% - 12px);
  width: calc(100% - 12px);
  height: -webkit-calc(100% - 19px);
  height: calc(100% - 19px);
  z-index: 1;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}
.featured-section .featured-wrapper .raratheme-itw-holder li a:not(.btn-readmore)::before {
  right: 6px;
  bottom: 10px;
  border-right: 1px solid rgba(var(--white-color-rgb), 0.8);
  border-bottom: 1px solid rgba(var(--white-color-rgb), 0.8);
}
.featured-section .featured-wrapper .raratheme-itw-holder li a:not(.btn-readmore)::after {
  left: 6px;
  top: 8px;
  border-left: 1px solid rgba(var(--white-color-rgb), 0.8);
  border-top: 1px solid rgba(var(--white-color-rgb), 0.8);
}
.featured-section .featured-wrapper .raratheme-itw-holder li img {
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}
.featured-section .featured-wrapper .raratheme-itw-holder li:hover a:not(.btn-readmore)::before, .featured-section .featured-wrapper .raratheme-itw-holder li:hover a:not(.btn-readmore):after {
  width: 36px;
  height: 36px;
}
.featured-section .featured-wrapper .raratheme-itw-holder li:hover img {
  -webkit-transform: scale(1.2) rotate(5deg);
  -ms-transform: scale(1.2) rotate(5deg);
  -o-transform: scale(1.2) rotate(5deg);
  transform: scale(1.2) rotate(5deg);
}
.featured-section .owl-nav button.owl-prev, .featured-section .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.featured-section .owl-nav button.owl-prev {
  left: 0;
}
.featured-section .owl-nav button.owl-next {
  right: 0;
}
@media screen and (min-width: 1200px) {
  .featured-section .owl-nav button.owl-prev {
    left: -75px;
  }
  .featured-section .owl-nav button.owl-next {
    right: -75px;
  }
}
.featured-section .social-networks {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(var(--primary-color-rgb), 0.1);
  padding: 15px;
  position: absolute;
  top: 60px;
  left: 0;
}
@media screen and (min-width: 992px) {
  .featured-section .social-networks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/*-----------------------------
	cta section
------------------------------*/
.advance-cta .advance-cta-wrapper {
  padding: 64px 20px;
}
@media screen and (min-width: 576px) {
  .advance-cta .advance-cta-wrapper {
    padding: 64px 64px 80px 64px;
  }
}
.advance-cta .advance-cta-wrapper .grid {
  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;
}
.advance-cta .advance-cta-wrapper .grid .grid-item {
  padding: 0;
}
.advance-cta .advance-cta-wrapper .grid .grid-item.image {
  margin-top: -85px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .advance-cta .advance-cta-wrapper .grid .grid-item.image {
    margin-top: -103px;
  }
}
.advance-cta .advance-cta-wrapper .grid .grid-item .sub-title {
  color: var(--primary-color);
  letter-spacing: 0.2em;
  font-size: 0.77em;
  line-height: 1.4;
  margin-bottom: 16px;
}
.advance-cta .advance-cta-wrapper .grid .grid-item .title {
  margin: 0;
  color: var(--heading-color);
  font-size: 1.77em;
}
.advance-cta .advance-cta-wrapper .grid .grid-item .section-desc {
  margin-top: 16px;
  margin-left: 0;
}
.advance-cta .advance-cta-wrapper .grid .grid-item .section-desc p:last-child {
  margin-bottom: 0;
}
.advance-cta .advance-cta-wrapper .grid .grid-item .button-wrapper {
  margin-top: 17px;
}
.advance-cta .advance-cta-wrapper .grid .grid-item .button-wrapper .btn-cta {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .advance-cta .advance-cta-wrapper .grid .grid-item .button-wrapper .btn-cta + .btn-cta {
    margin-left: 16px;
  }
}
@media screen and (min-width: 992px) {
  .advance-cta .advance-cta-wrapper .grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .advance-cta .advance-cta-wrapper .grid .grid-item.image {
    -webkit-box-flex: 44%;
    -webkit-flex: 44%;
    -ms-flex: 44%;
    flex: 44%;
    max-width: 44%;
    margin-top: -103px;
    margin-bottom: 0;
  }
  .advance-cta .advance-cta-wrapper .grid .grid-item + .grid-item {
    padding-left: 64px;
  }
  .advance-cta .advance-cta-wrapper .grid.right-align {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .advance-cta .advance-cta-wrapper .grid.right-align .grid-item + .grid-item {
    padding-right: 64px;
    padding-left: 0;
  }
}

/*-----------------------------
	About section
------------------------------*/
.about-section {
  padding: 120px 0 60px;
}
@media screen and (min-width: 768px) {
  .about-section {
    padding: 80px 0;
  }
}
.about-section .about-wrapper .widget-featured-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  background-color: var(--white-color);
  padding: 30px 20px;
}
.about-section .about-wrapper .widget-featured-holder .img-holder {
  margin-bottom: 30px;
  margin-top: -90px;
}
.about-section .about-wrapper .widget-featured-holder .text-holder .section-subtitle {
  display: block;
  margin-bottom: 30px;
  font-weight: normal;
  color: var(--primary-color);
}
.about-section .about-wrapper .widget-featured-holder .text-holder .widget-title {
  color: var(--heading-color);
  font-size: 3.11em;
  margin-bottom: 0;
  font-family: var(--signature-font);
}
.about-section .about-wrapper .widget-featured-holder .text-holder .featured_page_content {
  margin-top: 27px;
}
.about-section .about-wrapper .widget-featured-holder .text-holder .featured_page_content p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .about-section .about-wrapper .widget-featured-holder {
    padding: 48px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .about-section .about-wrapper .widget-featured-holder .img-holder {
    max-width: 36%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 36%;
    -ms-flex: 0 0 36%;
    flex: 0 0 36%;
    margin-bottom: 0;
  }
  .about-section .about-wrapper .widget-featured-holder .text-holder {
    padding-left: 48px;
  }
}

/*-----------------------------
	product-section
------------------------------*/
.product-section {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .product-section {
    padding: 80px 0;
  }
}
.product-section .product-section-wrapper .product-section-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-row-gap: 50px;
}
@media screen and (min-width: 768px) {
  .product-section .product-section-wrapper .product-section-grid {
    margin: -15px;
  }
}
.product-section .product-section-wrapper .product-section-grid .product-item {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .product-section .product-section-wrapper .product-section-grid .product-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    grid-gap: 0;
    padding: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .product-section .product-section-wrapper .product-section-grid .product-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media screen and (min-width: 1200px) {
  .product-section .product-section-wrapper .product-section-grid .product-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.product-section .product-section-wrapper .product-section-grid .product-item .product-image {
  position: relative;
  margin-bottom: 30px;
}
.product-section .product-section-wrapper .product-section-grid .product-item .product-image > a {
  display: block;
}
.product-section .product-section-wrapper .product-section-grid .product-item .product-image > a img {
  width: 100%;
}
.product-section .product-section-wrapper .product-section-grid .product-item .product-image .outofstock,
.product-section .product-section-wrapper .product-section-grid .product-item .product-image .onsale {
  position: absolute;
  top: 15px;
  text-transform: uppercase;
  font-family: var(--secondary-font);
  font-size: 0.8888888889em;
  font-weight: normal;
  background: var(--heading-color);
  color: var(--white-color);
  line-height: 1;
  padding: 5px 13px 5px 6px;
  text-align: center;
  z-index: 9;
  margin: 0;
  border-radius: 0;
  right: -3px;
}
.product-section .product-section-wrapper .product-section-grid .product-item .product-image .outofstock::before,
.product-section .product-section-wrapper .product-section-grid .product-item .product-image .onsale::before {
  content: "";
  background-color: var(--heading-color);
  -webkit-mask-image: url('data:image/svg+xml; utf-8, <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="bookmark" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" class="svg-inline--fa fa-bookmark fa-w-12 fa-7x"><path fill="currentColor" d="M0 512V48C0 21.49 21.49 0 48 0h288c26.51 0 48 21.49 48 48v464L192 400 0 512z" class=""></path></svg>');
  mask-image: url('data:image/svg+xml; utf-8, <svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="bookmark" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" class="svg-inline--fa fa-bookmark fa-w-12 fa-7x"><path fill="currentColor" d="M0 512V48C0 21.49 21.49 0 48 0h288c26.51 0 48 21.49 48 48v464L192 400 0 512z" class=""></path></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  width: 27px;
  height: 36px;
  position: absolute;
  top: -5px;
  left: -9px;
  z-index: -1;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.product-section .product-section-wrapper .product-section-grid .product-item .product-image .outofstock::after,
.product-section .product-section-wrapper .product-section-grid .product-item .product-image .onsale::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid var(--heading-color);
  border-bottom: 3px solid transparent;
  border-top: 3px solid var(--heading-color);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.product-section .product-section-wrapper .product-section-grid .product-item .product-image .onsale {
  background-color: var(--primary-color);
}
.product-section .product-section-wrapper .product-section-grid .product-item .product-image .onsale::before {
  background-color: var(--primary-color);
}
.product-section .product-section-wrapper .product-section-grid .product-item .product-image .onsale::after {
  border-right: 3px solid var(--primary-color);
  border-top: 3px solid var(--primary-color);
}
.product-section .product-section-wrapper .product-section-grid .product-item .product-image .product_type_external,
.product-section .product-section-wrapper .product-section-grid .product-item .product-image .product_type_grouped,
.product-section .product-section-wrapper .product-section-grid .product-item .product-image .product_type_variable,
.product-section .product-section-wrapper .product-section-grid .product-item .product-image .product_type_simple,
.product-section .product-section-wrapper .product-section-grid .product-item .product-image .added_to_cart,
.product-section .product-section-wrapper .product-section-grid .product-item .product-image .btn-add-to-cart,
.product-section .product-section-wrapper .product-section-grid .product-item .product-image .add_to_cart_button {
  position: absolute;
  bottom: 0;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  left: 50%;
  white-space: nowrap;
  opacity: 0;
  text-decoration: none;
  z-index: 3;
}
.product-section .product-section-wrapper .product-section-grid .product-item .product-image .product_type_external.added,
.product-section .product-section-wrapper .product-section-grid .product-item .product-image .product_type_grouped.added,
.product-section .product-section-wrapper .product-section-grid .product-item .product-image .product_type_variable.added,
.product-section .product-section-wrapper .product-section-grid .product-item .product-image .product_type_simple.added,
.product-section .product-section-wrapper .product-section-grid .product-item .product-image .added_to_cart.added,
.product-section .product-section-wrapper .product-section-grid .product-item .product-image .btn-add-to-cart.added,
.product-section .product-section-wrapper .product-section-grid .product-item .product-image .add_to_cart_button.added {
  display: none !important;
}
.product-section .product-section-wrapper .product-section-grid .product-item .product-detail .woocommerce-product-rating .woocommerce-review-link {
  display: none;
}
.product-section .product-section-wrapper .product-section-grid .product-item .product-detail .star-rating {
  font-size: 15px;
  margin-bottom: 14px;
  width: 7.3em;
  margin-left: auto;
  margin-right: auto;
}
.product-section .product-section-wrapper .product-section-grid .product-item .product-detail .star-rating::before {
  content: "s  s  s  s  s";
  color: #F2B405;
}
.product-section .product-section-wrapper .product-section-grid .product-item .product-detail .star-rating span {
  color: #F2B405;
}
.product-section .product-section-wrapper .product-section-grid .product-item .product-detail .star-rating span::before {
  content: "S  S  S  S  S";
}
.product-section .product-section-wrapper .product-section-grid .product-item .product-detail h3 {
  font-size: 1.33em;
  line-height: 1.4;
  color: var(--heading-color);
  margin-bottom: 0;
  font-weight: normal;
}
.product-section .product-section-wrapper .product-section-grid .product-item .product-detail h3 a {
  color: inherit;
  text-decoration: none;
}
.product-section .product-section-wrapper .product-section-grid .product-item .product-detail h3 a:hover {
  color: var(--primary-color);
}
.product-section .product-section-wrapper .product-section-grid .product-item .product-detail .price {
  margin-top: 11px;
  font-size: 1.2222222222em;
  font-family: var(--secondary-font);
  margin-bottom: 0;
}
.product-section .product-section-wrapper .product-section-grid .product-item .product-detail .price ins {
  font-size: inherit;
  color: var(--heading-color);
  background: none;
}
.product-section .product-section-wrapper .product-section-grid .product-item .product-detail .price del {
  font-size: inherit;
  color: rgba(var(--heading-color-rgb), 0.2);
}
.product-section .product-section-wrapper .product-section-grid .product-item:hover .product-image .product_type_external,
.product-section .product-section-wrapper .product-section-grid .product-item:hover .product-image .product_type_grouped,
.product-section .product-section-wrapper .product-section-grid .product-item:hover .product-image .product_type_variable,
.product-section .product-section-wrapper .product-section-grid .product-item:hover .product-image .product_type_simple,
.product-section .product-section-wrapper .product-section-grid .product-item:hover .product-image .added_to_cart,
.product-section .product-section-wrapper .product-section-grid .product-item:hover .product-image .btn-add-to-cart,
.product-section .product-section-wrapper .product-section-grid .product-item:hover .product-image .add_to_cart_button {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.product-section .product-section-wrapper .product-section-grid .product-item:hover .product-detail h3 a {
  color: var(--primary-color);
}
.product-section .button-wrap {
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .product-section .button-wrap {
    margin-top: 50px;
  }
}

/*-----------------------------
	Newsletter section
------------------------------*/
.newsletter-section {
  padding: 60px 0;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .newsletter-section {
    padding: 80px 0;
  }
}
.newsletter-section .newsletter-section-grid {
  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;
  max-width: 700px;
  margin: 0 auto;
  grid-gap: 0;
}
.newsletter-section .newsletter-section-grid .grid-item {
  padding: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.newsletter-section .newsletter-section-grid .grid-item.background-image {
  position: relative;
  z-index: 1;
}
.newsletter-section .newsletter-section-grid .grid-item.background-image img {
  border: 12px solid #FFFFFF;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}
.newsletter-section .newsletter-section-grid .grid-item.background-image::before {
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  position: absolute;
  width: 200px;
  height: 234px;
  bottom: 108px;
  left: -76px;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .newsletter-section .newsletter-section-grid .grid-item.background-image::before {
    left: -164px;
  }
}
@media screen and (min-width: 992px) {
  .newsletter-section .newsletter-section-grid .grid-item.background-image:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='148' height='41' viewBox='0 0 148 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 24.4579C31.8897 43.7472 98.653 52.3941 141.5 6' stroke='%23E79372'/%3E%3Cpath d='M131 5.93066C134.653 9.39553 141.942 5.19738 141.942 5.19738C141.942 5.19738 138.305 12.8604 141.958 16.3253' stroke='%23E79372' stroke-linejoin='round'/%3E%3C/svg%3E ");
    position: absolute;
    bottom: 2px;
    right: -94px;
    width: 146px;
    height: 40px;
    background-repeat: no-repeat;
    -webkit-animation-name: right-icon-pulse;
    -o-animation-name: right-icon-pulse;
    animation-name: right-icon-pulse;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
  }
}
@media screen and (min-width: 992px) {
  .newsletter-section .newsletter-section-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: unset;
    margin: 0;
    grid-gap: 20px;
  }
  .newsletter-section .newsletter-section-grid .grid-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
  }
  .newsletter-section .newsletter-section-grid .grid-item.background-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 38%;
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
    max-width: 38%;
  }
}
.newsletter-section .newsletter-section-grid .blossomthemes-email-newsletter-wrapper {
  padding: 32px 16px;
}
@media screen and (min-width: 992px) {
  .newsletter-section .newsletter-section-grid .blossomthemes-email-newsletter-wrapper {
    padding: 64px;
  }
}
.newsletter-section .newsletter-section-grid .blossomthemes-email-newsletter-wrapper .container {
  padding: 0;
}
.newsletter-section .newsletter-section-grid .blossomthemes-email-newsletter-wrapper .text-holder h3 {
  position: relative;
  margin-bottom: 24px;
  color: inherit;
  font-weight: normal;
  font-size: 2.5em;
}
.newsletter-section .newsletter-section-grid .blossomthemes-email-newsletter-wrapper form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.newsletter-section .newsletter-section-grid .blossomthemes-email-newsletter-wrapper form input {
  height: 52px;
}
@media screen and (min-width: 768px) {
  .newsletter-section .newsletter-section-grid .blossomthemes-email-newsletter-wrapper form input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .newsletter-section .newsletter-section-grid .blossomthemes-email-newsletter-wrapper form input[name=subscribe-fname] + input[name=subscribe-email] {
    margin-left: 15px;
  }
  .newsletter-section .newsletter-section-grid .blossomthemes-email-newsletter-wrapper form input[type=submit] {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
}
.newsletter-section .newsletter-section-grid .blossomthemes-email-newsletter-wrapper form label {
  width: 100%;
  margin-top: 16px;
}
.newsletter-section .newsletter-section-grid .blossomthemes-email-newsletter-wrapper form input[type=submit] {
  margin-top: 20px;
  width: 100%;
}
@-webkit-keyframes right-icon-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  55% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100%, 70%, 80%, 90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes right-icon-pulse {
  0% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  40% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  55% {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100%, 70%, 80%, 90% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes right-icon-pulse {
  0% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  40% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  55% {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100%, 70%, 80%, 90% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

/*-----------------------------
	instagram section
------------------------------*/
.instagram-section {
  text-align: center;
  position: relative;
}
.instagram-section .popup-gallery li a {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .instagram-section .popup-gallery.photos-4 li, .instagram-section .popup-gallery.photos-5 li, .instagram-section .popup-gallery.photos-6 li, .instagram-section .popup-gallery.photos-7 li, .instagram-section .popup-gallery.photos-8 li, .instagram-section .popup-gallery.photos-9 li, .instagram-section .popup-gallery.photos-10 li {
    width: 33.33%;
  }
}
@media (max-width: 558px) {
  .instagram-section .popup-gallery.photos-4 li, .instagram-section .popup-gallery.photos-5 li, .instagram-section .popup-gallery.photos-6 li, .instagram-section .popup-gallery.photos-7 li, .instagram-section .popup-gallery.photos-8 li, .instagram-section .popup-gallery.photos-9 li, .instagram-section .popup-gallery.photos-10 li {
    width: 50%;
  }
}
.instagram-section .profile-link {
  padding: 10px 30px;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1em;
  letter-spacing: 0.6px;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 3;
  background-color: var(--white-color);
  color: var(--heading-color);
}
@media (max-width: 767px) {
  .instagram-section .profile-link {
    bottom: -8px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: unset;
  }
}
.instagram-section .profile-link:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.instagram-section .profile-link .insta-icon {
  margin-right: 10px;
}

.single .instagram-section, .error404 .instagram-section {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .single .instagram-section, .error404 .instagram-section {
    margin-top: 80px;
  }
}

/* Posts and pages
--------------------------------------------- */
.portfolio-holder .entry-header .category .tag-title,
.portfolio-holder .entry-header .category .cat-title,
.portfolio-holder .entry-header .cat-links .tag-title,
.portfolio-holder .entry-header .cat-links .cat-title,
.portfolio-holder .entry-header .cat-tags .tag-title,
.portfolio-holder .entry-header .cat-tags .cat-title,
.related-posts .entry-header .category .tag-title,
.related-posts .entry-header .category .cat-title,
.related-posts .entry-header .cat-links .tag-title,
.related-posts .entry-header .cat-links .cat-title,
.related-posts .entry-header .cat-tags .tag-title,
.related-posts .entry-header .cat-tags .cat-title,
.single-blossom-portfolio .entry-header .category .tag-title,
.single-blossom-portfolio .entry-header .category .cat-title,
.single-blossom-portfolio .entry-header .cat-links .tag-title,
.single-blossom-portfolio .entry-header .cat-links .cat-title,
.single-blossom-portfolio .entry-header .cat-tags .tag-title,
.single-blossom-portfolio .entry-header .cat-tags .cat-title,
.entry-meta .category .tag-title,
.entry-meta .category .cat-title,
.entry-meta .cat-links .tag-title,
.entry-meta .cat-links .cat-title,
.entry-meta .cat-tags .tag-title,
.entry-meta .cat-tags .cat-title,
.entry-footer .category .tag-title,
.entry-footer .category .cat-title,
.entry-footer .cat-links .tag-title,
.entry-footer .cat-links .cat-title,
.entry-footer .cat-tags .tag-title,
.entry-footer .cat-tags .cat-title {
  font-size: 0.777em;
  font-family: var(--primary-font);
  margin-right: 15px;
}
.portfolio-holder .entry-header .category a,
.portfolio-holder .entry-header .cat-links a,
.portfolio-holder .entry-header .cat-tags a,
.related-posts .entry-header .category a,
.related-posts .entry-header .cat-links a,
.related-posts .entry-header .cat-tags a,
.single-blossom-portfolio .entry-header .category a,
.single-blossom-portfolio .entry-header .cat-links a,
.single-blossom-portfolio .entry-header .cat-tags a,
.entry-meta .category a,
.entry-meta .cat-links a,
.entry-meta .cat-tags a,
.entry-footer .category a,
.entry-footer .cat-links a,
.entry-footer .cat-tags a {
  position: relative;
  display: inline-flex;
  font-size: 0.777em;
  font-family: var(--primary-font);
  letter-spacing: 0.2em;
  -webkit-transition: all 0.234s ease-in-out;
  -o-transition: all 0.234s ease-in-out;
  transition: all 0.234s ease-in-out;
  color: var(--primary-color);
}
.portfolio-holder .entry-header .category a:hover,
.portfolio-holder .entry-header .cat-links a:hover,
.portfolio-holder .entry-header .cat-tags a:hover,
.related-posts .entry-header .category a:hover,
.related-posts .entry-header .cat-links a:hover,
.related-posts .entry-header .cat-tags a:hover,
.single-blossom-portfolio .entry-header .category a:hover,
.single-blossom-portfolio .entry-header .cat-links a:hover,
.single-blossom-portfolio .entry-header .cat-tags a:hover,
.entry-meta .category a:hover,
.entry-meta .cat-links a:hover,
.entry-meta .cat-tags a:hover,
.entry-footer .category a:hover,
.entry-footer .cat-links a:hover,
.entry-footer .cat-tags a:hover {
  color: var(--primary-color);
}
.portfolio-holder .entry-header .category a + a,
.portfolio-holder .entry-header .cat-links a + a,
.portfolio-holder .entry-header .cat-tags a + a,
.related-posts .entry-header .category a + a,
.related-posts .entry-header .cat-links a + a,
.related-posts .entry-header .cat-tags a + a,
.single-blossom-portfolio .entry-header .category a + a,
.single-blossom-portfolio .entry-header .cat-links a + a,
.single-blossom-portfolio .entry-header .cat-tags a + a,
.entry-meta .category a + a,
.entry-meta .cat-links a + a,
.entry-meta .cat-tags a + a,
.entry-footer .category a + a,
.entry-footer .cat-links a + a,
.entry-footer .cat-tags a + a {
  margin-left: 10px;
  padding-left: 16px;
}
.portfolio-holder .entry-header .category a + a::before,
.portfolio-holder .entry-header .cat-links a + a::before,
.portfolio-holder .entry-header .cat-tags a + a::before,
.related-posts .entry-header .category a + a::before,
.related-posts .entry-header .cat-links a + a::before,
.related-posts .entry-header .cat-tags a + a::before,
.single-blossom-portfolio .entry-header .category a + a::before,
.single-blossom-portfolio .entry-header .cat-links a + a::before,
.single-blossom-portfolio .entry-header .cat-tags a + a::before,
.entry-meta .category a + a::before,
.entry-meta .cat-links a + a::before,
.entry-meta .cat-tags a + a::before,
.entry-footer .category a + a::before,
.entry-footer .cat-links a + a::before,
.entry-footer .cat-tags a + a::before {
  content: "";
  position: absolute;
  top: 9.5px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: currentColor;
  opacity: 0.5;
  -webkit-transition: all 0.234s ease-in-out;
  -o-transition: all 0.234s ease-in-out;
  transition: all 0.234s ease-in-out;
}
.portfolio-holder .entry-header .category a + a:hover::before,
.portfolio-holder .entry-header .cat-links a + a:hover::before,
.portfolio-holder .entry-header .cat-tags a + a:hover::before,
.related-posts .entry-header .category a + a:hover::before,
.related-posts .entry-header .cat-links a + a:hover::before,
.related-posts .entry-header .cat-tags a + a:hover::before,
.single-blossom-portfolio .entry-header .category a + a:hover::before,
.single-blossom-portfolio .entry-header .cat-links a + a:hover::before,
.single-blossom-portfolio .entry-header .cat-tags a + a:hover::before,
.entry-meta .category a + a:hover::before,
.entry-meta .cat-links a + a:hover::before,
.entry-meta .cat-tags a + a:hover::before,
.entry-footer .category a + a:hover::before,
.entry-footer .cat-links a + a:hover::before,
.entry-footer .cat-tags a + a:hover::before {
  background-color: currentColor;
}
.portfolio-holder .entry-header span + .posted-on,
.related-posts .entry-header span + .posted-on,
.single-blossom-portfolio .entry-header span + .posted-on,
.entry-meta span + .posted-on,
.entry-footer span + .posted-on {
  position: relative;
  padding-left: 12px;
}
.portfolio-holder .entry-header span + .posted-on::before,
.related-posts .entry-header span + .posted-on::before,
.single-blossom-portfolio .entry-header span + .posted-on::before,
.entry-meta span + .posted-on::before,
.entry-footer span + .posted-on::before {
  content: "";
  display: block;
  position: absolute;
  background-color: currentColor;
  height: 6px;
  opacity: 0.5;
  width: 6px;
  top: 8px;
  left: 0;
  border-radius: 100%;
}
.portfolio-holder .entry-header .posted-on,
.related-posts .entry-header .posted-on,
.single-blossom-portfolio .entry-header .posted-on,
.entry-meta .posted-on,
.entry-footer .posted-on {
  position: relative;
  font-size: 0.888889em;
  color: rgba(var(--font-color-rgb), 0.6);
}
.portfolio-holder .entry-header .posted-on a,
.related-posts .entry-header .posted-on a,
.single-blossom-portfolio .entry-header .posted-on a,
.entry-meta .posted-on a,
.entry-footer .posted-on a {
  text-decoration: none;
  position: relative;
  color: rgba(var(--font-color-rgb), 0.6);
  font-family: var(--primary-font);
}
.portfolio-holder .entry-header .posted-on:hover a,
.related-posts .entry-header .posted-on:hover a,
.single-blossom-portfolio .entry-header .posted-on:hover a,
.entry-meta .posted-on:hover a,
.entry-footer .posted-on:hover a {
  color: var(--primary-color);
}
.portfolio-holder .entry-header .cat-links,
.related-posts .entry-header .cat-links,
.single-blossom-portfolio .entry-header .cat-links,
.entry-meta .cat-links,
.entry-footer .cat-links {
  line-height: 1.8;
}

.post-read-time {
  font-size: 0.888889em;
  color: rgba(var(--font-color-rgb), 0.6);
}

span + .post-read-time {
  margin-left: 17px;
  padding-left: 14px;
  position: relative;
}
span + .post-read-time::before {
  content: "";
  width: 6px;
  height: 6px;
  background: currentColor;
  opacity: 0.4;
  position: absolute;
  top: 8.5px;
  left: 0;
  border-radius: 50%;
}

.blog .site-content .section-header,
.home .site-content .section-header,
.archive .site-content .section-header,
.search-results .site-content .section-header {
  margin-bottom: 50px;
  text-align: left;
}
.blog .site-main article,
.home .site-main article,
.archive .site-main article,
.search-results .site-main article {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .blog .site-main article,
  .home .site-main article,
  .archive .site-main article,
  .search-results .site-main article {
    margin-bottom: 40px;
  }
}
.blog .site-main article:last-child,
.home .site-main article:last-child,
.archive .site-main article:last-child,
.search-results .site-main article:last-child {
  margin-bottom: 0;
}
.blog .site-main article .content-wrapper,
.home .site-main article .content-wrapper,
.archive .site-main article .content-wrapper,
.search-results .site-main article .content-wrapper {
  background-color: var(--white-color);
  padding: 24px;
}
@media screen and (min-width: 768px) {
  .blog .site-main article .content-wrapper,
  .home .site-main article .content-wrapper,
  .archive .site-main article .content-wrapper,
  .search-results .site-main article .content-wrapper {
    padding: 40px;
  }
}
.blog .site-main article .post-thumbnail,
.home .site-main article .post-thumbnail,
.archive .site-main article .post-thumbnail,
.search-results .site-main article .post-thumbnail {
  display: block;
  margin-bottom: 0;
}
.blog .site-main article .cat-links,
.home .site-main article .cat-links,
.archive .site-main article .cat-links,
.search-results .site-main article .cat-links {
  display: block;
  margin-bottom: 8px;
  line-height: 1.2;
}
.blog .site-main article .cat-links a,
.home .site-main article .cat-links a,
.archive .site-main article .cat-links a,
.search-results .site-main article .cat-links a {
  font-size: 0.778em;
  text-transform: uppercase;
  position: relative;
  padding-left: 15px;
  letter-spacing: 0.2em;
}
.blog .site-main article .cat-links a:first-child,
.home .site-main article .cat-links a:first-child,
.archive .site-main article .cat-links a:first-child,
.search-results .site-main article .cat-links a:first-child {
  padding-left: 0;
  margin-left: 0;
}
.blog .site-main article .cat-links a:first-child::after,
.home .site-main article .cat-links a:first-child::after,
.archive .site-main article .cat-links a:first-child::after,
.search-results .site-main article .cat-links a:first-child::after {
  content: none;
}
.blog .site-main article .cat-links a::after,
.home .site-main article .cat-links a::after,
.archive .site-main article .cat-links a::after,
.search-results .site-main article .cat-links a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: rgba(var(--primary-color-rgb), 0.15);
  border-radius: 50%;
}
.blog .site-main article .entry-meta,
.home .site-main article .entry-meta,
.archive .site-main article .entry-meta,
.search-results .site-main article .entry-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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1em;
}
.blog .site-main article .entry-meta .byline a,
.home .site-main article .entry-meta .byline a,
.archive .site-main article .entry-meta .byline a,
.search-results .site-main article .entry-meta .byline a {
  font-size: 1em;
}
.blog .site-main article .entry-meta .byline a.fn,
.home .site-main article .entry-meta .byline a.fn,
.archive .site-main article .entry-meta .byline a.fn,
.search-results .site-main article .entry-meta .byline a.fn {
  color: rgba(var(--font-color-rgb), 0.6);
  text-transform: capitalize;
}
.blog .site-main article .entry-meta .byline a.fn:hover,
.home .site-main article .entry-meta .byline a.fn:hover,
.archive .site-main article .entry-meta .byline a.fn:hover,
.search-results .site-main article .entry-meta .byline a.fn:hover {
  color: var(--primary-color);
}
.blog .site-main article .entry-meta .comments,
.home .site-main article .entry-meta .comments,
.archive .site-main article .entry-meta .comments,
.search-results .site-main article .entry-meta .comments {
  margin-left: 8px;
}
.blog .site-main article .entry-meta .comments svg,
.home .site-main article .entry-meta .comments svg,
.archive .site-main article .entry-meta .comments svg,
.search-results .site-main article .entry-meta .comments svg {
  vertical-align: middle;
  margin-right: 5px;
}
.blog .site-main article .entry-meta .comments a,
.home .site-main article .entry-meta .comments a,
.archive .site-main article .entry-meta .comments a,
.search-results .site-main article .entry-meta .comments a {
  color: rgba(var(--heading-color-rgb), 0.6);
}
.blog .site-main article .entry-meta .comments a:hover,
.home .site-main article .entry-meta .comments a:hover,
.archive .site-main article .entry-meta .comments a:hover,
.search-results .site-main article .entry-meta .comments a:hover {
  text-decoration: underline;
}
.blog .site-main article .entry-meta .byline,
.home .site-main article .entry-meta .byline,
.archive .site-main article .entry-meta .byline,
.search-results .site-main article .entry-meta .byline {
  position: relative;
  font-size: 0.8889em;
  font-family: var(--primary-font);
  margin-left: 8px;
  color: rgba(var(--font-color-rgb), 0.6);
  padding-left: 13px;
}
.blog .site-main article .entry-meta .byline::before,
.home .site-main article .entry-meta .byline::before,
.archive .site-main article .entry-meta .byline::before,
.search-results .site-main article .entry-meta .byline::before {
  content: "";
  display: block;
  position: absolute;
  background-color: currentColor;
  height: 6px;
  width: 6px;
  top: 8px;
  left: 0;
  border-radius: 100%;
}
.blog .site-main article .entry-title,
.home .site-main article .entry-title,
.archive .site-main article .entry-title,
.search-results .site-main article .entry-title {
  line-height: 1.5;
  margin: 0;
  padding-bottom: 14px;
  font-size: 1.333em;
}
@media screen and (min-width: 768px) {
  .blog .site-main article .entry-title,
  .home .site-main article .entry-title,
  .archive .site-main article .entry-title,
  .search-results .site-main article .entry-title {
    font-size: 1.778em;
  }
}
.blog .site-main article .entry-title a,
.home .site-main article .entry-title a,
.archive .site-main article .entry-title a,
.search-results .site-main article .entry-title a {
  color: var(--heading-color);
}
.blog .site-main article .entry-title a:hover,
.home .site-main article .entry-title a:hover,
.archive .site-main article .entry-title a:hover,
.search-results .site-main article .entry-title a:hover {
  color: var(--primary-color);
}
.blog .site-main article .entry-content,
.home .site-main article .entry-content,
.archive .site-main article .entry-content,
.search-results .site-main article .entry-content {
  margin-top: 0;
}
.blog .site-main article .entry-content p:last-of-type,
.home .site-main article .entry-content p:last-of-type,
.archive .site-main article .entry-content p:last-of-type,
.search-results .site-main article .entry-content p:last-of-type {
  line-height: 1.558;
  color: rgba(var(--font-color-rgb), 0.8);
  margin-bottom: 0;
}
.blog .site-main article .entry-content .entry-meta,
.home .site-main article .entry-content .entry-meta,
.archive .site-main article .entry-content .entry-meta,
.search-results .site-main article .entry-content .entry-meta {
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .blog .site-main article .entry-content .entry-meta,
  .home .site-main article .entry-content .entry-meta,
  .archive .site-main article .entry-content .entry-meta,
  .search-results .site-main article .entry-content .entry-meta {
    margin-top: 10px;
  }
}
.blog .site-main article .content-wrap,
.home .site-main article .content-wrap,
.archive .site-main article .content-wrap,
.search-results .site-main article .content-wrap {
  position: relative;
}
.blog .site-main article .content-wrap .entry-header .entry-title,
.home .site-main article .content-wrap .entry-header .entry-title,
.archive .site-main article .content-wrap .entry-header .entry-title,
.search-results .site-main article .content-wrap .entry-header .entry-title {
  font-size: 1.6666666667em;
  line-height: 1.4;
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 15px;
  font-weight: 400;
}
.blog .site-main article .content-wrap .entry-header .entry-title a,
.home .site-main article .content-wrap .entry-header .entry-title a,
.archive .site-main article .content-wrap .entry-header .entry-title a,
.search-results .site-main article .content-wrap .entry-header .entry-title a {
  color: rgba(var(--font-color-rgb), 0.9);
}
.blog .site-main article .content-wrap .entry-header .entry-title a:hover,
.home .site-main article .content-wrap .entry-header .entry-title a:hover,
.archive .site-main article .content-wrap .entry-header .entry-title a:hover,
.search-results .site-main article .content-wrap .entry-header .entry-title a:hover {
  color: var(--primary-color);
}
.blog .site-main article .content-wrap .entry-content,
.home .site-main article .content-wrap .entry-content,
.archive .site-main article .content-wrap .entry-content,
.search-results .site-main article .content-wrap .entry-content {
  margin-bottom: 0;
  margin-top: 0;
}
.blog .site-main article .content-wrap .entry-content p:last-child,
.home .site-main article .content-wrap .entry-content p:last-child,
.archive .site-main article .content-wrap .entry-content p:last-child,
.search-results .site-main article .content-wrap .entry-content p:last-child {
  margin-bottom: 0;
}
.blog .site-main article .btn-readmore,
.home .site-main article .btn-readmore,
.archive .site-main article .btn-readmore,
.search-results .site-main article .btn-readmore {
  font-size: 1em;
  background: unset;
  border: 0;
  color: var(--font-color);
  letter-spacing: unset;
  padding: 0;
}
.blog .site-main article .btn-readmore::after,
.home .site-main article .btn-readmore::after,
.archive .site-main article .btn-readmore::after,
.search-results .site-main article .btn-readmore::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -20px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='19' viewBox='0 0 16 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 14.5L10 10.5L6 6.5' stroke='%234F5459' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  height: 18px;
  width: 18px;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.blog .site-main article .btn-readmore:hover,
.home .site-main article .btn-readmore:hover,
.archive .site-main article .btn-readmore:hover,
.search-results .site-main article .btn-readmore:hover {
  color: var(--primary-color);
}
.blog .site-main article .btn-readmore:hover::after,
.home .site-main article .btn-readmore:hover::after,
.archive .site-main article .btn-readmore:hover::after,
.search-results .site-main article .btn-readmore:hover::after {
  right: -30px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='19' viewBox='0 0 16 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 14.5L10 10.5L6 6.5' stroke='%23e79372' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.blog .site-main article .post-footer,
.home .site-main article .post-footer,
.archive .site-main article .post-footer,
.search-results .site-main article .post-footer {
  margin-top: 45px;
  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;
}
.blog .site-main article .post-footer .btn-link,
.home .site-main article .post-footer .btn-link,
.archive .site-main article .post-footer .btn-link,
.search-results .site-main article .post-footer .btn-link {
  color: var(--font-color);
  background: none;
  padding: 0;
}
.blog .site-main article .post-footer .btn-link::before,
.home .site-main article .post-footer .btn-link::before,
.archive .site-main article .post-footer .btn-link::before,
.search-results .site-main article .post-footer .btn-link::before {
  right: -27px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.19' height='14.27' viewBox='0 0 14.19 14.27'%3E%3Cg id='Group_5482' data-name='Group 5482' transform='translate(-216.737 -1581.109)'%3E%3Cpath id='Path_26475' data-name='Path 26475' d='M0,0H12.821' transform='translate(217.445 1594.672) rotate(-45)' fill='none' stroke='%2301BFBF' stroke-linecap='round' stroke-width='1'/%3E%3Cpath id='Path_26476' data-name='Path 26476' d='M0,0,5.1,5.1,0,10.193' transform='translate(219.262 1585.567) rotate(-45)' fill='none' stroke='%2301BFBF' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
}
.blog .site-main article .post-footer .button-wrap,
.home .site-main article .post-footer .button-wrap,
.archive .site-main article .post-footer .button-wrap,
.search-results .site-main article .post-footer .button-wrap {
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.1);
}
.blog .site-main article .post-share,
.home .site-main article .post-share,
.archive .site-main article .post-share,
.search-results .site-main article .post-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 20px;
}
.blog .site-main article .post-share .social-networks,
.home .site-main article .post-share .social-networks,
.archive .site-main article .post-share .social-networks,
.search-results .site-main article .post-share .social-networks {
  grid-gap: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.blog .site-main article .post-share .post-share-title,
.home .site-main article .post-share .post-share-title,
.archive .site-main article .post-share .post-share-title,
.search-results .site-main article .post-share .post-share-title {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.blog .site-main article .post-share .post-share-title svg,
.home .site-main article .post-share .post-share-title svg,
.archive .site-main article .post-share .post-share-title svg,
.search-results .site-main article .post-share .post-share-title svg {
  fill: #001a1a;
}
.blog .site-main article .post-share .post-share-title svg:hover,
.home .site-main article .post-share .post-share-title svg:hover,
.archive .site-main article .post-share .post-share-title svg:hover,
.search-results .site-main article .post-share .post-share-title svg:hover {
  fill: var(--primary-color);
}

/* Search and Archive heading
--------------------------------------------- */
.page-header__content-wrapper {
  margin-bottom: 50px;
  margin-top: 39px;
  max-width: 750px;
}
@media screen and (min-width: 992px) {
  .page-header__content-wrapper {
    margin-bottom: 60px;
    margin-top: 70px;
  }
}
.page-header__content-wrapper .sub-title {
  display: inline-block;
  font-size: 1.1em;
  margin-bottom: 26px;
  font-family: var(--secondary-font);
  color: var(--primary-color);
}
.page-header__content-wrapper .search-form {
  margin-bottom: 43px;
  position: relative;
}
.page-header__content-wrapper .search-form .search-field {
  font-size: 1.111em;
  padding: 22px 60px 22px 30px;
  height: 60px;
}
.page-header__content-wrapper .page-title {
  margin: 0;
  font-size: 0.888em;
  color: rgba(var(--primary-color-rgb), 0.8);
  margin-bottom: 20px;
  font-family: var(--primary-font);
}
.page-header__content-wrapper .section-desc {
  margin-top: 37px;
}
.page-header__content-wrapper .section-desc p:last-child {
  margin-bottom: 0;
}
.page-header__content-wrapper .result-count {
  font-size: 0.888em;
  color: rgba(var(--font-color-rgb), 1);
  padding: 23px 0;
  display: block;
  font-weight: 500;
  border-top: 1px solid rgba(var(--font-color-rgb), 0.06);
  border-bottom: 1px solid rgba(var(--font-color-rgb), 0.06);
}

/* Search and Archive
--------------------------------------------- */
.search.search-results .page-header__content-wrapper .page-title,
.archive .page-header__content-wrapper .page-title {
  display: block;
  font-size: 1.66em;
  color: rgba(var(--font-color-rgb), 0.8);
  font-family: var(--secondary-font);
}
@media screen and (min-width: 768px) {
  .search.search-results .page-header__content-wrapper .page-title,
  .archive .page-header__content-wrapper .page-title {
    font-size: 2.66em;
  }
}
.search.search-results .page-header__content-wrapper .page-title::before, .search.search-results .page-header__content-wrapper .page-title::after,
.archive .page-header__content-wrapper .page-title::before,
.archive .page-header__content-wrapper .page-title::after {
  content: none;
}
.search.search-results .page-header .breadcrumb-wrapper > div,
.archive .page-header .breadcrumb-wrapper > div {
  padding-left: 0;
}
.search.search-results.author .author-content,
.archive.author .author-content {
  margin-bottom: 37px;
}

.archive .page-header {
  margin-bottom: 40px;
}

.search.search-no-results .page-header, .search.search-results .page-header {
  background: rgba(var(--heading-color-rgb), 0.03);
  padding: 16px 0 64px;
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .search.search-no-results .page-header, .search.search-results .page-header {
    padding: 16px 0 80px;
    margin-bottom: 80px;
  }
}
.search.search-no-results .page-header .breadcrumb-wrapper, .search.search-results .page-header .breadcrumb-wrapper {
  padding: 0;
}
.search.search-no-results .page-header .search-wrapper, .search.search-results .page-header .search-wrapper {
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .search.search-no-results .page-header .search-wrapper, .search.search-results .page-header .search-wrapper {
    margin-top: 80px;
  }
}
.search.search-no-results .page-header .search-wrapper span, .search.search-results .page-header .search-wrapper span {
  font-size: 1.333em;
  color: var(--black-color);
  font-weight: 400;
}
.search.search-no-results .page-header .search-wrapper .search-form, .search.search-results .page-header .search-wrapper .search-form {
  max-width: 770px;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 20px;
}
.search.search-no-results .page-header .search-wrapper .search-form input[type=submit], .search.search-results .page-header .search-wrapper .search-form input[type=submit] {
  width: unset;
  background-color: var(--primary-color);
  font-size: 0.88em;
  position: static;
  right: 29px;
  background-image: unset;
  -webkit-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
  transform: unset;
  padding: 0 24px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.search.search-no-results .page-header .search-wrapper .search-form input[type=submit]:hover, .search.search-results .page-header .search-wrapper .search-form input[type=submit]:hover {
  color: var(--white-color);
  background-color: var(--heading-color);
}
.search.search-no-results .page-header .result-count, .search.search-results .page-header .result-count {
  color: #acb5bf;
}
.search.search-no-results .page-grid .site-main .page-header {
  padding: 0;
  margin: 0;
  background-color: unset;
}

/* Author section
--------------------------------------------- */
.author-section .inner-author-section {
  border-bottom: 1px solid #f2f2f2;
}
.author-section .result-count {
  margin-top: 50px;
  display: block;
}
.author-section .author-img-title-wrap {
  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;
  grid-gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .author-section .author-img-title-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
  }
}
.author-section .author-img-title-wrap .author-img {
  margin: 0;
}
.author-section .author-img-title-wrap .author-img img {
  width: 110px;
  height: 110px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100px;
}
.author-section .author-img-title-wrap .author-title-wrap .author-name {
  font-size: 1.3333333333em;
  line-height: 1.75;
  font-weight: 500;
  margin-bottom: 15px;
}
.author-section .author-img-title-wrap .author-title-wrap .social-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 25px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 576px) {
  .author-section .author-img-title-wrap .author-title-wrap .social-list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.author-section .author-content p:last-child {
  margin-bottom: 0;
}

/* Error 404
--------------------------------------------- */
.error404 .page-header {
  background: rgba(var(--heading-color-rgb), 0.03);
}
.error404 .error-page-top-wrapper {
  background: rgba(var(--heading-color-rgb), 0.03);
}
.error404 .error-page-top-wrapper .error-404 {
  padding: 50px 0;
}
@media screen and (min-width: 992px) {
  .error404 .error-page-top-wrapper .error-404 {
    padding: 90px 0;
  }
}
.error404 .error-page-top-wrapper .error-404 .error404-grid {
  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;
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper {
  position: relative;
  z-index: 1;
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .error-img {
  margin: 0;
  text-align: center;
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .page-content {
  text-align: center;
  padding: 55px 0px;
  max-width: 770px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .page-content {
    padding: 80px 0px 0px 0px;
  }
  .error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .page-content .wc-btn {
    font-size: 0.844em;
  }
  .error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .page-content h1 + p {
    padding: 0 43px;
  }
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .page-content .error404-text {
  color: var(--primary-color);
  font-size: 0.8333333333em;
  letter-spacing: 0.02499em;
  text-transform: capitalize;
  display: block;
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .page-content .page-title {
  font-size: 2.66em;
  line-height: 1.3;
  font-weight: 500;
  font-style: normal;
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .page-content .page-title::before, .error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .page-content .page-title::after {
  content: none;
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .page-content .page-title {
  margin-bottom: 20px;
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .error-404-search {
  margin-top: 40px;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .error-404-search .search-form {
  margin-bottom: 0px;
  position: relative;
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .error-404-search .search-form .search-field {
  font-size: 0.888em;
  padding: 22px 60px 22px 30px;
  height: 60px;
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .error-404-search .search-form .search-field::-webkit-input-placeholder {
  color: rgba(var(--font-color-rgb), 0.4);
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .error-404-search .search-form .search-field::-moz-placeholder {
  color: rgba(var(--font-color-rgb), 0.4);
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .error-404-search .search-form .search-field:-ms-input-placeholder {
  color: rgba(var(--font-color-rgb), 0.4);
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .error-404-search .search-form .search-field::placeholder {
  color: rgba(var(--font-color-rgb), 0.4);
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .error-404-search .search-form .search-submit {
  width: unset;
  background-color: var(--primary-color);
  font-size: 0.88em;
  position: static;
  right: 29px;
  background-image: unset;
  -webkit-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
  transform: unset;
  padding: 0 24px;
}
.error404 .error-page-top-wrapper .error-404 .error-404-content-wrapper .error-404-search .search-form .search-submit:hover {
  background-color: var(--heading-color);
  color: var(--white-color);
}
.error404 .related-posts {
  margin-top: 50px;
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .error404 .related-posts {
    margin-top: 75px;
  }
}
.error404 .related-posts .title {
  font-size: 2.22em;
}
.error404 .related-posts .title::before {
  content: none;
}

/* Author page design 

---------------------------------------------- */
.author .author-section {
  margin: 40px 15px;
}
@media screen and (min-width: 768px) {
  .author .author-section {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.author .author-section .container {
  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-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px 20px;
  border: 1px solid rgba(var(--primary-color-rgb), 0.2);
  border-top: 5px solid rgba(var(--primary-color-rgb), 0.2);
}
@media screen and (min-width: 768px) {
  .author .author-section .container {
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 45px 40px;
  }
}
.author .author-section .container .author-img {
  max-width: 110px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 110px;
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
  margin-right: 0;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .author .author-section .container .author-img {
    margin-right: 30px;
    margin-bottom: 0;
  }
}
.author .author-section .container .author-img img {
  width: 110px;
  height: 110px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100px;
}
.author .author-section .container .author-name {
  font-size: 1.3333333333em;
  line-height: 1.75;
  font-weight: 500;
  text-transform: capitalize;
}
.author .author-section .container .author-content {
  margin-bottom: 20px;
}

.page-header__content-wrapper .search-form .search-submit {
  background-color: var(--heading-color);
  outline: none;
  border-radius: 0;
  font-size: 0;
  width: 60px;
  height: 60px;
  padding: 17px 24px;
  -webkit-transition: all 0.234s ease-in-out;
  -o-transition: all 0.234s ease-in-out;
  transition: all 0.234s ease-in-out;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath id='Path_24900' data-name='Path 24900' d='M11.572,19.163a7.532,7.532,0,0,0,4.676-1.624L20.709,22,22,20.709l-4.461-4.461a7.57,7.57,0,1,0-5.967,2.915Zm0-13.363A5.782,5.782,0,1,1,5.8,11.572,5.782,5.782,0,0,1,11.572,5.8Z' transform='translate(-4 -4)' fill='%23fff'/%3E%3C/svg%3E%0A");
  -webkit-background-size: 16px 16px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  right: 0;
}
.page-header__content-wrapper .search-form .search-submit:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath id='Path_24900' data-name='Path 24900' d='M11.572,19.163a7.532,7.532,0,0,0,4.676-1.624L20.709,22,22,20.709l-4.461-4.461a7.57,7.57,0,1,0-5.967,2.915Zm0-13.363A5.782,5.782,0,1,1,5.8,11.572,5.782,5.782,0,0,1,11.572,5.8Z' transform='translate(-4 -4)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-color: var(--primary-color);
}

/* portfolio
--------------------------------------------- */
.portfolio-sorting .button:hover,
.portfolio-sorting .button.is-checked,
.portfolio-item .portfolio-cat a:hover,
.portfolio-item .portfolio-img-title a:hover {
  color: var(--primary-color);
}

.single-rara-portfolio .entry-header {
  border-bottom: 0;
}
.single-rara-portfolio .entry-header, .single-rara-portfolio .entry-content {
  max-width: 100%;
  width: 100%;
  margin: 0;
}
.single-rara-portfolio .portfolio-holder {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .single-rara-portfolio .portfolio-holder {
    margin-top: 77px;
  }
}

.page-template-portfolio .portfolio-sorting {
  margin-bottom: 40px;
}
.page-template-portfolio .portfolio-sorting .button {
  line-height: 1.333em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 10px;
  color: #A8A8A8;
  background: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  padding: 12px 24px;
  -o-transition: ease 0.2s;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  cursor: pointer;
  outline: none;
}
.page-template-portfolio .portfolio-sorting .button.is-checked, .page-template-portfolio .portfolio-sorting .button:hover {
  background: var(--primary-color);
  color: var(--white-color);
}
.page-template-portfolio .portfolio-item .portfolio-text-holder {
  font-size: 18px;
  font-weight: 400;
}
.page-template-portfolio .portfolio-item .portfolio-cat a {
  font-size: 0.777em;
  text-transform: uppercase;
}
.page-template-portfolio .portfolio-item .portfolio-cat a + a {
  position: relative;
  padding-left: 13px;
}
.page-template-portfolio .portfolio-item .portfolio-cat a + a::before {
  content: "";
  position: absolute;
  top: 8.5px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: currentColor;
  opacity: 0.5;
  -webkit-transition: all 0.234s ease-in-out;
  -o-transition: all 0.234s ease-in-out;
  transition: all 0.234s ease-in-out;
}

.single-rara-portfolio .portfolio-holder .entry-header .category a {
  text-transform: uppercase;
}
.single-rara-portfolio .portfolio-holder .entry-header .category a + a {
  margin-left: 10px;
}
.single-rara-portfolio .portfolio-holder .entry-header .category a + a::before {
  top: 8.5px;
}
.single-rara-portfolio .navigation.post-navigation {
  max-width: 100%;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*   ==================================================
                comment /custom code
    ================================================== */
.comments-area {
  max-width: 770px;
  margin: 60px auto 0;
  position: relative;
  background: var(--white-color);
}
.comments-area .comments-title {
  font-size: 1.2222222222em;
  margin-bottom: 29px;
  font-weight: 500;
  padding-bottom: 24px;
  border-bottom: 1px solid #F2F2F2;
}
.comments-area .comment-list-wrapper {
  margin-bottom: 40px;
}
.comments-area .comment-list {
  margin-bottom: 0;
}
.comments-area .comment-list,
.comments-area ol {
  list-style: none;
  margin-left: 0;
}
.comments-area .comment-list .comment .children,
.comments-area ol .comment .children {
  margin-left: 68px;
}
.comments-area .comment-list .comment .comment-body,
.comments-area ol .comment .comment-body {
  border-top: 1px solid #F2F2F2;
  padding-bottom: 30px;
  padding-top: 30px;
  position: relative;
  padding-left: 68px;
}
.comments-area .comment-list .comment .comment-body .comment-meta,
.comments-area ol .comment .comment-body .comment-meta {
  margin-bottom: 10px;
}
.comments-area .comment-list .comment .comment-body .comment-meta a,
.comments-area ol .comment .comment-body .comment-meta a {
  text-decoration: none;
}
.comments-area .comment-list .comment .comment-body .comment-meta .comment-author img,
.comments-area ol .comment .comment-body .comment-meta .comment-author img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  background: rgba(var(--primary-color-rgb), 0.23);
  position: absolute;
  top: 43px;
  left: 0;
}
.comments-area .comment-list .comment .comment-body .text-holder .fn a,
.comments-area ol .comment .comment-body .text-holder .fn a {
  font-size: 1.1em;
  color: rgba(var(--font-color-rgb), 0.9);
  font-family: var(--secondary-font);
  font-weight: 500;
}
.comments-area .comment-list .comment .comment-body .text-holder .top,
.comments-area ol .comment .comment-body .text-holder .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.comments-area .comment-list .comment .comment-body .text-holder .says,
.comments-area ol .comment .comment-body .text-holder .says {
  display: none;
}
.comments-area .comment-list .comment .comment-body .text-holder .comment-metadata,
.comments-area ol .comment .comment-body .text-holder .comment-metadata {
  font-size: 0.888em;
  line-height: 1.5;
  font-family: var(--secondary-font);
}
.comments-area .comment-list .comment .comment-body .text-holder .comment-metadata a,
.comments-area ol .comment .comment-body .text-holder .comment-metadata a {
  color: rgba(var(--font-color-rgb), 0.9);
}
.comments-area .comment-list .comment .comment-body .comment-awaiting-moderation,
.comments-area ol .comment .comment-body .comment-awaiting-moderation {
  color: red;
  font-size: 0.7777777778em;
  margin-bottom: 0;
}
.comments-area .comment-list .comment .comment-body .comment-content,
.comments-area ol .comment .comment-body .comment-content {
  margin-top: 20px;
  margin-bottom: 10px;
}
.comments-area .comment-list .comment .comment-body .comment-content p:last-child,
.comments-area ol .comment .comment-body .comment-content p:last-child {
  margin-bottom: 0;
}
.comments-area .comment-list .comment .comment-body .comment-content a,
.comments-area ol .comment .comment-body .comment-content a {
  text-decoration: underline;
}
.comments-area .comment-list .comment .comment-body .reply .comment-reply-link,
.comments-area ol .comment .comment-body .reply .comment-reply-link {
  color: rgba(var(--heading-color-rgb), 0.4);
  font-size: 0.888em;
  position: relative;
  -webkit-transition: all 0.235s ease-in-out;
  -o-transition: all 0.235s ease-in-out;
  transition: all 0.235s ease-in-out;
  font-family: var(--primary-font);
}
.comments-area .comment-list .comment .comment-body .reply .comment-reply-link:hover,
.comments-area ol .comment .comment-body .reply .comment-reply-link:hover {
  color: var(--primary-color);
}
.comments-area .comment-list .comment.bypostauthor > .comment-body .comment-meta .comment-author::after,
.comments-area ol .comment.bypostauthor > .comment-body .comment-meta .comment-author::after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="17.96" height="17.96" viewBox="0 0 17.96 17.96"><g transform="translate(-584 -10824)"><rect width="17.96" height="17.96" rx="8.98" transform="translate(584 10824)" fill="%2300ab0b"/><path d="M5058.939,3595.743l2.417,2.418,5.32-5.32" transform="translate(-4469.439 7237.66)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-width="2"/></g></svg>');
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  position: absolute;
  top: 32px;
  left: 36px;
}
.comments-area .comment-list .alt.bypostauthor > .comment-body .comment-meta .comment-author::after,
.comments-area .comment-list .children .bypostauthor > .comment-body .comment-meta .comment-author::after,
.comments-area ol .alt.bypostauthor > .comment-body .comment-meta .comment-author::after,
.comments-area ol .children .bypostauthor > .comment-body .comment-meta .comment-author::after {
  top: 73px;
}
.comments-area .comment-list:not(.children) > .comment:first-child > .comment-body,
.comments-area ol:not(.children) > .comment:first-child > .comment-body {
  padding-top: 0;
  border-top: none;
}
.comments-area .comment-list:not(.children) > .comment:first-child > .comment-body .comment-meta .comment-author img,
.comments-area ol:not(.children) > .comment:first-child > .comment-body .comment-meta .comment-author img {
  top: 0;
}
.comments-area .comment-respond {
  background: rgba(var(--primary-color-rgb), 0.05);
  position: relative;
  z-index: 1;
  padding: 60px 20px;
}
@media screen and (min-width: 576px) {
  .comments-area .comment-respond {
    padding: 45px;
  }
}
.comments-area .comment-respond a {
  color: var(--font-color);
}
.comments-area .comment-respond a:hover {
  text-decoration: underline;
}
.comments-area .comment-respond .comment-reply-title {
  font-size: 1.2222222222em;
}
.comments-area .comment-respond .comment-reply-title a {
  margin-left: 10px;
  font-weight: 400;
}
.comments-area .comment-respond form {
  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;
  grid-gap: 20px;
}
.comments-area .comment-respond form p {
  margin: 0;
}
.comments-area .comment-respond form input,
.comments-area .comment-respond form textarea {
  margin-bottom: 0;
}
.comments-area .comment-respond form label {
  display: none;
}
.comments-area .comment-respond form .comment-form-cookies-consent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 10px;
  margin-bottom: 10px;
}
.comments-area .comment-respond form .comment-form-cookies-consent label {
  display: inline-block;
  font-size: 0.7777777778em;
  line-height: 1.25em;
}
.comments-area .comment-respond form .submit,
.comments-area .comment-respond form input[type=submit] {
  outline: none;
  background: var(--primary-color);
  color: var(--white-color);
  width: 100%;
  font-family: var(--primary-font);
}
.comments-area .comment-respond form .submit:hover,
.comments-area .comment-respond form input[type=submit]:hover {
  background: var(--heading-color);
  color: var(--white-color);
  border-color: var(--heading-color);
}

/*   ==================================================
				   Comment
		================================================== */
/* pagination
--------------------------------------------- */
nav.post-navigation {
  max-width: 755px;
  margin: 45px auto;
}
nav.post-navigation .nav-links {
  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;
  grid-row-gap: 45px;
  width: 100%;
}
nav.post-navigation .nav-links .nav-next, nav.post-navigation .nav-links .nav-previous {
  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;
}
nav.post-navigation .nav-links .nav-next .post-thumbnail, nav.post-navigation .nav-links .nav-previous .post-thumbnail {
  width: 90px;
  height: 90px;
  margin: 0 20px 0 0;
}
nav.post-navigation .nav-links .nav-next .post-thumbnail img, nav.post-navigation .nav-links .nav-previous .post-thumbnail img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
nav.post-navigation .nav-links .nav-next a, nav.post-navigation .nav-links .nav-previous a {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
nav.post-navigation .nav-links .nav-next .post-title, nav.post-navigation .nav-links .nav-previous .post-title {
  color: var(--heading-color);
  -webkit-transition: all 0.235s ease-in-out;
  -o-transition: all 0.235s ease-in-out;
  transition: all 0.235s ease-in-out;
}
nav.post-navigation .nav-links .nav-next:hover .meta-nav, nav.post-navigation .nav-links .nav-previous:hover .meta-nav {
  color: var(--primary-color);
}
nav.post-navigation .nav-links .nav-next:hover .meta-nav::before, nav.post-navigation .nav-links .nav-previous:hover .meta-nav::before {
  background-image: url("data:image/svg+xml,%3Csvg width='41' height='15' viewBox='0 0 41 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='-0.5' x2='39' y2='-0.5' transform='matrix(-1 0 0 1 40.5 8)' stroke='%23E79372'/%3E%3Cpath d='M9 0C9 5 1 7.5 1 7.5C1 7.5 9 10 9 15' stroke='%23E79372' stroke-linejoin='round'/%3E%3C/svg%3E ");
}
nav.post-navigation .nav-links .nav-next:hover .post-title, nav.post-navigation .nav-links .nav-previous:hover .post-title {
  color: var(--primary-color);
}
@media screen and (min-width: 768px) {
  nav.post-navigation .nav-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  nav.post-navigation .nav-links .nav-next, nav.post-navigation .nav-links .nav-previous {
    max-width: 50%;
  }
}
nav.post-navigation .nav-links .nav-next {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  text-align: right;
}
nav.post-navigation .nav-links .nav-next .post-thumbnail {
  margin: 0 0 0 20px;
}
nav.post-navigation .nav-links .nav-next .post .entry-header {
  text-align: right;
}
nav.post-navigation .nav-next {
  text-align: start;
}
nav.post-navigation .post {
  margin-bottom: 0;
}
nav.post-navigation .post .entry-meta .cat-links a {
  color: var(--primary-color);
}
nav.post-navigation .post .entry-header {
  margin: 0;
  text-align: left;
}
nav.post-navigation .post .entry-header .entry-title {
  margin: 0;
  font-size: 1.16em;
  font-weight: normal;
}
nav.post-navigation .meta-nav {
  font-family: var(--primary-font);
  font-size: 0.88em;
  line-height: 1.1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  display: block;
  color: rgba(var(--font-color-rgb), 0.6);
  text-decoration: none;
  position: relative;
  padding-left: 65px;
  margin-bottom: 16px;
  -webkit-transition: all 0.235s ease-in-out;
  -o-transition: all 0.235s ease-in-out;
  transition: all 0.235s ease-in-out;
}
nav.post-navigation .meta-nav::before {
  content: "";
  width: 40px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='41' height='15' viewBox='0 0 41 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='-0.5' x2='39' y2='-0.5' transform='matrix(-1 0 0 1 40.5 8)' stroke='%23A8A8A8'/%3E%3Cpath d='M9 0C9 5 1 7.5 1 7.5C1 7.5 9 10 9 15' stroke='%23A8A8A8' stroke-linejoin='round'/%3E%3C/svg%3E ");
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 2px;
  -webkit-transition: all 0.235s ease-in-out;
  -o-transition: all 0.235s ease-in-out;
  transition: all 0.235s ease-in-out;
}
nav.post-navigation .meta-nav:hover::before {
  left: -2px;
}
nav.post-navigation .nav-next .meta-nav {
  padding-left: 0;
  padding-right: 65px;
}
nav.post-navigation .nav-next .meta-nav::before {
  left: unset;
  right: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
nav.post-navigation .nav-next .meta-nav:hover::before {
  right: -2px;
}
nav.post-navigation a {
  text-decoration: none;
  color: var(--font-color);
}
nav.post-navigation a:hover {
  color: var(--primary-color);
}
@media screen and (min-width: 768px) {
  nav.post-navigation .nav-next {
    max-width: 363px;
    margin-left: auto;
    padding-left: 15px;
  }
}
@media screen and (min-width: 768px) {
  nav.post-navigation .nav-previous {
    padding-right: 15px;
    max-width: 363px;
  }
}

.pagination {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 767px) {
  .pagination {
    margin-top: 80px;
  }
}
.pagination .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 13px;
}
.pagination .nav-links a {
  color: var(--font-color);
}
.pagination .nav-links .page-numbers {
  width: 35.41px;
  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;
  height: 35.41px;
  background: rgba(var(--heading-color-rgb), 0.05);
  color: var(--font-color);
  font-family: var(--secondary-font);
  font-size: 0.8888888889em;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pagination .nav-links .page-numbers:hover {
  color: var(--white-color);
  background-color: var(--primary-color);
}
.pagination .nav-links .page-numbers.current {
  padding: 17.71px 17.71px;
  background: var(--primary-color);
  color: var(--white-color);
}
.pagination .nav-links .page-numbers.prev svg {
  margin-right: 10px;
}
.pagination .nav-links .page-numbers.next svg {
  margin-left: 10px;
}
.pagination .nav-links .page-numbers.next, .pagination .nav-links .page-numbers.prev {
  background: rgba(var(--heading-color-rgb), 0.05);
  font-size: 0;
  font-family: var(--primary-font);
}
.pagination .nav-links .page-numbers.next:hover, .pagination .nav-links .page-numbers.prev:hover {
  color: var(--heading-color);
}
.pagination .nav-links .page-numbers.next:hover svg path, .pagination .nav-links .page-numbers.prev:hover svg path {
  stroke: var(--heading-color);
}

.navigation.pagination {
  padding-top: 30px;
  margin-top: 45px;
  border-top: 1px solid rgba(var(--font-color-rgb), 0.05);
}
.navigation.pagination .nav-links .prev, .navigation.pagination .nav-links .next {
  position: relative;
  border: 0;
  background-color: rgba(var(--heading-color-rgb), 0.05);
}
.navigation.pagination .nav-links .prev::after, .navigation.pagination .nav-links .prev::before, .navigation.pagination .nav-links .next::after, .navigation.pagination .nav-links .next::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.6665 11.3332L11.9998 7.99984L8.6665 4.6665' stroke='%234F5459' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 11.3332L7.33333 7.99984L4 4.6665' stroke='%234F5459' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navigation.pagination .nav-links .prev:hover, .navigation.pagination .nav-links .next:hover {
  border: 0;
  background-color: var(--primary-color);
}
.navigation.pagination .nav-links .prev:hover::after, .navigation.pagination .nav-links .prev:hover::before, .navigation.pagination .nav-links .next:hover::after, .navigation.pagination .nav-links .next:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.6665 11.3332L11.9998 7.99984L8.6665 4.6665' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 11.3332L7.33333 7.99984L4 4.6665' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.navigation.pagination .nav-links .prev::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  -o-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
.navigation.pagination .nav-links .prev::after {
  content: none;
}
.navigation.pagination .nav-links .next::before {
  content: none;
}
.navigation.posts-navigation {
  margin-top: 50px;
}
.navigation.posts-navigation .nav-links a {
  color: var(--primary-color);
}

.custom-post-pagination .nav-links a {
  border: 1px solid rgba(var(--primary-color-rgb), 0.1);
  width: 30px;
  height: 30px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
}
.custom-post-pagination .nav-links a:hover {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.custom-post-pagination .nav-links a:hover svg path {
  stroke: var(--white-color);
}
.custom-post-pagination .nav-links a + a {
  margin-left: 14px;
}

#load-posts {
  margin-top: 50px;
  text-align: center;
}
@media (min-width: 767px) {
  #load-posts {
    margin-top: 100px;
  }
}
#load-posts a {
  display: inline-block !important;
  padding: 21px 30px;
  font-family: var(--secondary-font);
  background: none;
  color: var(--font-color);
  letter-spacing: 1px;
  border: 1px solid rgba(var(--font-color-rgb), 0.05);
  font-size: 0.8333333333em;
  line-height: 1em;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
  min-width: 200px;
  text-align: center;
  background-color: transparent;
  text-transform: uppercase;
}
#load-posts a svg {
  margin-right: 10px;
}
#load-posts a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
#load-posts a:hover svg {
  -webkit-animation: postloading 1s infinite linear;
  -o-animation: postloading 1s infinite linear;
  animation: postloading 1s infinite linear;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}
#load-posts a.disabled:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
  text-decoration: none;
}
#load-posts a.disabled:hover svg {
  -webkit-animation: unset;
  -o-animation: unset;
  animation: unset;
}

@-webkit-keyframes postloading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes postloading {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes postloading {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Widgets
--------------------------------------------- */
.search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}
.search-form label {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.search-form .search-field {
  margin: 0;
  padding-right: 42px;
  border: 1px solid rgba(var(--heading-color-rgb), 0.06);
}
.search-form .search-submit {
  width: 20px;
  font-size: 0;
  -webkit-background-size: 18.16px 18.16px;
  background-size: 18.16px;
  background-color: unset;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath id='Path_24900' data-name='Path 24900' d='M11.572,19.163a7.532,7.532,0,0,0,4.676-1.624L20.709,22,22,20.709l-4.461-4.461a7.57,7.57,0,1,0-5.967,2.915Zm0-13.363A5.782,5.782,0,1,1,5.8,11.572,5.782,5.782,0,0,1,11.572,5.8Z' transform='translate(-4 -4)' fill='%23001A1ACC'/%3E%3C/svg%3E%0A");
  position: absolute;
  background-repeat: no-repeat;
  right: 17px;
  padding: 10px;
  top: 50%;
  border: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.search-form .search-submit:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath id='Path_24900' data-name='Path 24900' d='M11.572,19.163a7.532,7.532,0,0,0,4.676-1.624L20.709,22,22,20.709l-4.461-4.461a7.57,7.57,0,1,0-5.967,2.915Zm0-13.363A5.782,5.782,0,1,1,5.8,11.572,5.782,5.782,0,0,1,11.572,5.8Z' transform='translate(-4 -4)' fill='%23A60505'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-color: unset;
}

.wp-block-search .wp-block-search__label {
  font-weight: normal !important;
}
.wp-block-search .wp-block-search__inside-wrapper {
  position: relative;
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
  margin-bottom: 0;
  border: 1px solid rgba(var(--heading-color-rgb), 0.06);
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
  width: 20px;
  border: 0;
  font-size: 0;
  -webkit-background-size: 18.16px 18.16px;
  background-size: 18.16px;
  background-color: unset;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath id='Path_24900' data-name='Path 24900' d='M11.572,19.163a7.532,7.532,0,0,0,4.676-1.624L20.709,22,22,20.709l-4.461-4.461a7.57,7.57,0,1,0-5.967,2.915Zm0-13.363A5.782,5.782,0,1,1,5.8,11.572,5.782,5.782,0,0,1,11.572,5.8Z' transform='translate(-4 -4)' fill='%23001A1ACC'/%3E%3C/svg%3E%0A");
  position: absolute;
  background-repeat: no-repeat;
  right: 35px;
  padding: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath id='Path_24900' data-name='Path 24900' d='M11.572,19.163a7.532,7.532,0,0,0,4.676-1.624L20.709,22,22,20.709l-4.461-4.461a7.57,7.57,0,1,0-5.967,2.915Zm0-13.363A5.782,5.782,0,1,1,5.8,11.572,5.782,5.782,0,0,1,11.572,5.8Z' transform='translate(-4 -4)' fill='%23A60505'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-color: unset;
}

.widget_block .wp-block-group__inner-container > h2 {
  margin-bottom: 32px;
  font-size: 1.33em;
  line-height: 1;
  color: var(--heading-color);
  display: inline-block;
  position: relative;
}
.widget_block .wp-block-group__inner-container .wp-block-latest-comments li {
  font-size: 16px;
}
.widget_block .wp-block-group__inner-container .wp-block-latest-comments li:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(var(--font-color-rgb), 0.05);
}
.widget_block .wp-block-group__inner-container .wp-block-latest-comments li .wp-block-latest-comments__comment-meta {
  color: var(--font-color);
}
.widget_block .wp-block-group__inner-container .wp-block-latest-comments li .wp-block-latest-comments__comment-meta a {
  color: var(--font-color);
  line-height: 1.9;
}
.widget_block .wp-block-group__inner-container .wp-block-latest-comments li .wp-block-latest-comments__comment-meta a:hover {
  color: var(--primary-color);
}

.widget {
  margin: 0 0 60px;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget.widget_block .wp-block-search__label,
.widget .wp-block-group__inner-container > h2,
.widget .widget-title {
  margin-bottom: 32px;
  font-size: 1.33em;
  line-height: 1;
  color: var(--heading-color);
  display: inline-block;
  position: relative;
  font-family: var(--secondary-font);
}
.widget.widget_raratheme_author_bio {
  background-color: rgba(var(--primary-color-rgb), 0.05);
  padding: 64px 24px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.widget.widget_raratheme_author_bio::before, .widget.widget_raratheme_author_bio::after {
  content: "";
  position: absolute;
  top: -31px;
  left: -38px;
  width: 64px;
  height: 64px;
  transform: rotate(-51deg);
  background-color: var(--background-color);
}
.widget.widget_raratheme_author_bio::after {
  top: unset;
  bottom: -31px;
  right: -38px;
  left: unset;
}
.widget.widget_raratheme_author_bio .widget-title {
  text-align: center;
  display: block;
}
.widget.widget_raratheme_author_bio .raratheme-author-bio-holder {
  text-align: center;
}
.widget.widget_raratheme_author_bio .raratheme-author-bio-holder .image-holder {
  margin-bottom: 20px;
}
.widget.widget_raratheme_author_bio .raratheme-author-bio-holder .image-holder img {
  width: 190px;
  height: 190px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100px;
}
.widget.widget_raratheme_author_bio .raratheme-author-bio-holder .text-holder .title-holder {
  display: block;
  font-size: 1.111em;
  line-height: 1.75;
  font-family: var(--secondary-font);
  margin-bottom: 15px;
  color: rgba(var(--font-color-rgb), 0.9);
}
.widget.widget_raratheme_author_bio .raratheme-author-bio-holder .text-holder .text-signature {
  display: inline-block;
  max-width: 100%;
  font-size: 1.7em;
  line-height: 1.8;
  color: var(--primary-color);
  font-family: var(--signature-font);
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
  position: relative;
}
.widget.widget_raratheme_author_bio .raratheme-author-bio-holder .text-holder .text-signature::after {
  content: "";
  width: 136.97px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='138.645' height='25.039' viewBox='0 0 138.645 25.039'%3E%3Cpath id='Path_336' data-name='Path 336' d='M443.439,487.565s138.8-18.617,136.948-9.467' transform='matrix(0.996, -0.087, 0.087, 0.996, -482.596, -422.631)' fill='none' stroke='%23e79372' stroke-linecap='round' stroke-width='1'/%3E%3C/svg%3E%0A");
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -5px;
  left: -4px;
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  transform: rotate(5deg);
}
.widget.widget_raratheme_author_bio .raratheme-author-bio-holder .text-holder .readmore {
  color: var(--primary-color);
  padding: 0;
  background-color: transparent;
}
.widget.widget_raratheme_author_bio .raratheme-author-bio-holder .text-holder .readmore:hover {
  color: var(--heading-color);
}
.widget.widget_raratheme_author_bio .raratheme-author-bio-holder .text-holder .author-bio-socicons {
  margin-top: 30px;
  padding: 13px 0 3px;
  border-bottom: 1px solid rgba(var(--font-color-rgb), 0.06);
  border-top: 1px solid rgba(var(--font-color-rgb), 0.06);
}
.widget.widget_raratheme_author_bio .raratheme-author-bio-holder .text-holder .author-bio-socicons .author-socicons {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 11px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.widget.widget_raratheme_author_bio .raratheme-author-bio-holder .text-holder .author-bio-socicons .author-socicons li {
  margin-bottom: 0;
}
.widget.widget_raratheme_author_bio .raratheme-author-bio-holder .text-holder .author-bio-socicons .author-socicons a {
  border-radius: 50%;
  border: 0;
  color: rgba(var(--heading-color-rgb), 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.widget.widget_raratheme_author_bio .raratheme-author-bio-holder .text-holder .author-bio-socicons .author-socicons a:hover {
  color: var(--primary-color);
}
.widget.widget_blossomthemes_email_newsletter_widget {
  overflow: hidden;
}
.widget.widget_blossomthemes_email_newsletter_widget .widget-title {
  display: none;
}
.widget.widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper {
  color: var(--white-color);
  padding: 85px 15px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.widget.widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper::before, .widget.widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper::after {
  content: "";
  position: absolute;
  top: -31px;
  left: -38px;
  width: 64px;
  height: 64px;
  transform: rotate(-51deg);
  background-color: var(--background-color);
}
.widget.widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper::after {
  top: unset;
  bottom: -31px;
  right: -38px;
  left: unset;
}
.widget.widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper .img-holder {
  margin: 0 auto 20px auto;
}
@media screen and (min-width: 768px) {
  .widget.widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper {
    padding: 85px 20px;
  }
}
.widget.widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper .text-holder {
  margin-bottom: 20px;
}
.widget.widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper .text-holder h3 {
  font-size: 1.7em;
  line-height: 1.333;
  margin-bottom: 16px;
}
.widget.widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper form input[type=submit] {
  width: 100%;
}
.widget.widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper form label {
  text-align: left;
}
.widget.widget_raratheme_recent_post ul {
  list-style: none;
  margin-left: 0;
  counter-reset: li;
}
.widget.widget_raratheme_recent_post ul li {
  margin-bottom: 35px;
  counter-increment: li;
  overflow: visible;
}
.widget.widget_raratheme_recent_post ul li .post-thumbnail {
  position: relative;
}
.widget.widget_raratheme_recent_post ul li .post-thumbnail::before {
  position: absolute;
  top: -15px;
  left: 5px;
  content: counter(li);
  width: 40px;
  height: 40px;
  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;
  background: #FAF6F4;
  color: var(--black-color);
}
.widget.widget_raratheme_recent_post ul li .entry-header .cat-links {
  margin-bottom: 10px;
}
.widget.widget_raratheme_recent_post ul li .entry-header .cat-links a {
  font-size: 15px;
  letter-spacing: 1.42px;
  line-height: 32px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-left: 20px;
  position: relative;
  margin-right: 10px;
  color: var(--primary-color);
}
.widget.widget_raratheme_recent_post ul li .entry-header .cat-links a:hover {
  color: var(--heading-color);
}
.widget.widget_raratheme_recent_post ul li .entry-header .entry-title {
  line-height: 24px;
  letter-spacing: 0.21px;
  font-weight: 400;
  font-family: var(--secondary-font);
}
.widget.widget_raratheme_recent_post ul li .entry-header .entry-title a {
  color: var(--font-color);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.widget.widget_raratheme_recent_post ul li .entry-header .entry-title a:hover {
  color: var(--primary-color);
}
.widget.widget_raratheme_recent_post ul li .entry-header .entry-meta {
  margin-top: 11px;
}
.widget.widget_raratheme_recent_post ul li .entry-header .entry-meta a {
  color: rgba(var(--font-color-rgb), 0.8);
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0.63;
}
.widget.widget_raratheme_recent_post ul li .entry-header .entry-meta .posted-on a {
  padding-left: 0;
}
.widget.widget_raratheme_recent_post ul li .entry-header .entry-meta .posted-on a::before {
  content: none;
}
.widget.widget_raratheme_recent_post ul.style-one {
  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;
}
.widget.widget_raratheme_recent_post ul.style-one li .post-thumbnail {
  margin-right: 15px;
}
.widget.widget_raratheme_recent_post ul.style-one li .entry-header .entry-meta {
  margin-top: 4px;
}
.widget.widget_raratheme_recent_post ul.style-three li .entry-header {
  padding: 13px 15px;
}
.widget.widget_raratheme_recent_post .post {
  grid-gap: 15px;
}
.widget.widget_raratheme_recent_post .post.horizontal .entry-title {
  margin-top: 0;
}
.widget.widget_raratheme_recent_post .post-thumbnail {
  margin: 0;
}
.widget.widget_raratheme_recent_post .entry-header {
  margin-bottom: 0;
}
.widget.widget_raratheme_recent_post .entry-title {
  font-size: 1em;
  line-height: 1.25;
  font-weight: 600;
  font-family: var(--secondary-font);
  letter-spacing: 0;
}
.widget.widget_media_gallery a {
  display: inline-block;
}
.widget.widget_raratheme_custom_categories .raratheme-custom-categories-wrap ul {
  list-style: none;
  margin-left: 0;
}
.widget.widget_raratheme_custom_categories .raratheme-custom-categories-wrap ul li {
  position: relative;
  height: 152px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  margin-bottom: 40px;
}
.widget.widget_raratheme_custom_categories .raratheme-custom-categories-wrap ul li::after {
  content: none;
}
.widget.widget_raratheme_custom_categories .raratheme-custom-categories-wrap ul li a {
  border-radius: 0;
  padding: 6px 15px;
  min-width: 246px;
  position: absolute;
  bottom: unset;
  left: 50%;
  top: 50%;
  font-weight: 400;
  max-width: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: var(--white-color);
  color: var(--font-color);
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.widget.widget_raratheme_custom_categories .raratheme-custom-categories-wrap ul li a .cat-title {
  color: inherit;
  font-size: 0.88em;
  font-weight: normal;
  padding-left: 0;
}
.widget.widget_raratheme_custom_categories .raratheme-custom-categories-wrap ul li a .post-count {
  height: 26px;
  float: unset;
  font-weight: normal;
  width: auto;
  font-size: 0.7777777778em;
  line-height: 0.78125em;
  padding: 8px 8px;
  background: var(--primary-color);
  border-radius: 3px;
  text-transform: capitalize;
  color: var(--white-color);
  margin-left: 10px;
  position: static;
}
.widget.widget_raratheme_custom_categories .raratheme-custom-categories-wrap ul li a:hover {
  color: var(--primary-color);
}
.widget.widget_raratheme_custom_categories .raratheme-custom-categories-wrap ul li a:hover .post-count {
  width: auto;
  background: var(--heading-color);
}
.widget.widget_raratheme_popular_post ul {
  counter-reset: li;
  list-style: none;
}
.widget.widget_raratheme_popular_post ul.style-one {
  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;
}
.widget.widget_raratheme_popular_post ul.style-one .post-thumbnail {
  width: 105px;
  height: 100px;
}
.widget.widget_raratheme_popular_post ul.style-one .entry-header .entry-meta {
  margin-top: 4px;
}
.widget.widget_raratheme_popular_post ul.style-two .entry-header {
  text-align: center;
  padding: 0;
}
.widget.widget_raratheme_popular_post ul.style-three li .entry-header {
  padding: 13px 15px;
}
.widget.widget_raratheme_popular_post ul li {
  margin-bottom: 32px;
  counter-increment: li;
  overflow: visible;
}
.widget.widget_raratheme_popular_post ul li:last-child {
  margin-bottom: 0;
}
.widget.widget_raratheme_popular_post ul li .post-thumbnail {
  position: relative;
}
.widget.widget_raratheme_popular_post ul li .post-thumbnail::before {
  position: absolute;
  top: -15px;
  left: 5px;
  content: counter(li);
  width: 40px;
  height: 40px;
  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;
  background: #FAF6F4;
  color: var(--black-color);
}
.widget.widget_raratheme_popular_post ul li .entry-header .cat-links {
  margin-bottom: 10px;
}
.widget.widget_raratheme_popular_post ul li .entry-header .cat-links a {
  font-size: 15px;
  letter-spacing: 1.42px;
  line-height: 32px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-left: 20px;
  position: relative;
  margin-right: 10px;
  text-decoration: none;
  color: var(--primary-color);
}
.widget.widget_raratheme_popular_post ul li .entry-header .cat-links a:hover {
  color: var(--heading-color);
}
.widget.widget_raratheme_popular_post ul li .entry-header .entry-title {
  line-height: 24px;
  letter-spacing: 0.21px;
  font-weight: 400;
  font-family: var(--secondary-font);
}
.widget.widget_raratheme_popular_post ul li .entry-header .entry-title a {
  color: var(--font-color);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.widget.widget_raratheme_popular_post ul li .entry-header .entry-title a:hover {
  color: var(--primary-color);
}
.widget.widget_raratheme_popular_post ul li .entry-header .entry-meta {
  margin-top: 11px;
}
.widget.widget_raratheme_popular_post ul li .entry-header .entry-meta a {
  color: rgba(var(--font-color-rgb), 0.8);
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0.63;
}
.widget.widget_raratheme_popular_post ul li .entry-header .entry-meta .posted-on a {
  padding-left: 0;
}
.widget.widget_raratheme_popular_post ul li .entry-header .entry-meta .posted-on a::before {
  content: none;
}
.widget.widget_categories ul, .widget.widget_Archive ul {
  list-style: none;
  margin: 0;
}
.widget.widget_categories ul li, .widget.widget_Archive ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: var(--secondary-font);
}
.widget.widget_categories ul li:not(:last-child), .widget.widget_Archive ul li:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(var(--font-color-rgb), 0.05);
}
.widget.widget_categories ul li:last-child a, .widget.widget_Archive ul li:last-child a {
  text-decoration: none;
  color: var(--font-color);
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.widget.widget_categories ul li:last-child a:hover, .widget.widget_Archive ul li:last-child a:hover {
  color: var(--primary-color);
}
.widget.widget_categories select, .widget.widget_Archive select {
  margin-bottom: 0;
  border: 1px solid rgba(var(--primary-color-rgb), 0.2);
}
.widget.widget_tag_cloud .tagcloud {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 12.5px;
  grid-row-gap: 20px;
}
.widget.widget_tag_cloud .tagcloud a {
  display: inline-block;
  font-size: 0.777em !important;
  line-height: 1;
  font-family: var(--secondary-font);
  color: var(--primary-color);
  text-transform: uppercase;
  -webkit-text-decoration-style: dotted;
  -moz-text-decoration-style: dotted;
  text-decoration-style: dotted;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: var(--heading-color);
  -moz-text-decoration-color: var(--heading-color);
  text-decoration-color: var(--heading-color);
}
.widget.widget_tag_cloud .tagcloud a:hover {
  color: var(--primary-color);
}
.widget.widget_tag_cloud .tagcloud a:not(:first-child) {
  padding-left: 12.5px;
  position: relative;
}
.widget.widget_tag_cloud .tagcloud a:not(:first-child)::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--heading-color);
  position: absolute;
  top: 50%;
  left: -1.5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget.widget_rtc_social_links {
  position: relative;
}
.widget.widget_rtc_social_links .social-networks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 11px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.widget.widget_rtc_social_links .social-networks a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(var(--primary-color-rgb), 0.2);
  color: var(--primary-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.widget.widget_rtc_social_links .social-networks a:hover {
  background: var(--primary-color);
  color: var(--white-color);
}
.widget.widget_rara_posts_category_slider_widget .item {
  padding: 0;
  margin: 0;
}
.widget.widget_rara_posts_category_slider_widget .item .carousel-title {
  text-align: center;
  padding-top: 24px;
}
@media screen and (min-width: 1200px) {
  .widget.widget_rara_posts_category_slider_widget .item .carousel-title {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.widget.widget_rara_posts_category_slider_widget .item .carousel-title .title {
  font-size: 1.111em;
  line-height: 1.75;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 8px;
}
.widget.widget_rara_posts_category_slider_widget .item .carousel-title .title a {
  text-decoration: none;
  color: rgba(var(--font-color-rgb), 0.9);
}
.widget.widget_rara_posts_category_slider_widget .item .carousel-title .title a:hover {
  color: var(--primary-color);
}
.widget.widget_rara_posts_category_slider_widget .item .entry-meta {
  text-align: center;
}
.widget.widget_rara_posts_category_slider_widget .owl-carousel .owl-nav button.owl-prev,
.widget.widget_rara_posts_category_slider_widget .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 23%;
  width: 33px;
  height: 33px;
  -webkit-background-size: 20.65px 4.88px;
  background-size: 20.65px 4.88px;
  background-color: transparent;
  border-color: var(--white-color);
  background-position: center;
}
.widget.widget_rara_posts_category_slider_widget .owl-carousel .owl-nav button.owl-prev:hover,
.widget.widget_rara_posts_category_slider_widget .owl-carousel .owl-nav button.owl-next:hover {
  background-color: var(--primary-color);
}
.widget.widget_rara_posts_category_slider_widget .owl-carousel .owl-nav button.owl-prev {
  left: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.649' height='4.881' viewBox='0 0 20.649 4.881'%3E%3Cg id='Group_1293' data-name='Group 1293' transform='translate(-0.748 -3.864)'%3E%3Cpath id='Path_24928' data-name='Path 24928' d='M3089.528,1523h17.035' transform='translate(-3085.166 -1516.502)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3Cpath id='path5019' d='M133.249-4.237,137.476-1.8V-6.678Z' transform='translate(-132.501 10.542)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.widget.widget_rara_posts_category_slider_widget .owl-carousel .owl-nav button.owl-next {
  right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg id='Group_1471' data-name='Group 1471' xmlns='http://www.w3.org/2000/svg' width='20.649' height='4.881' viewBox='0 0 20.649 4.881'%3E%3Cpath id='Path_24928' data-name='Path 24928' d='M3106.563,1523h-17.035' transform='translate(-3089.528 -1520.366)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3Cpath id='path5019' d='M137.476-4.237,133.249-1.8V-6.678Z' transform='translate(-116.827 6.678)' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.widget.widget_rara_posts_category_slider_widget .owl-carousel .owl-dots {
  margin-top: 20px;
}
.widget.widget_rara_posts_category_slider_widget .owl-carousel .owl-dots button span {
  display: none;
}
.widget.widget_calendar .calendar_wrap {
  padding: 0;
  position: relative;
  background: var(--white-color);
  border: 1px solid rgba(var(--font-color-rgb), 0.05);
  overflow: hidden;
  border-radius: 4px;
}
.widget.widget_calendar .calendar_wrap .wp-calendar-nav .pad {
  display: none;
}
.widget.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev,
.widget.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next {
  position: absolute;
  top: 12px;
  width: 20px;
  height: 20px;
  -webkit-background-size: 15.75px 11.12px;
  background-size: 15.75px 11.12px;
  background-repeat: no-repeat;
  background-position: center;
}
.widget.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a,
.widget.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
}
.widget.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev {
  left: 32px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.562' height='13.244' viewBox='0 0 17.562 13.244'%3E%3Cg id='Group_762' data-name='Group 762' transform='matrix(-1, 0, 0, 1, 16.812, 1.061)'%3E%3Cpath id='Path_4' data-name='Path 4' d='M3290.465,368.331l5.561,5.561-5.561,5.561' transform='translate(-3280.275 -368.331)' fill='none' stroke='%231e1e1e' stroke-linecap='round' stroke-width='1.5'/%3E%3Cline id='Line_5' data-name='Line 5' x2='14.523' transform='translate(0 6)' fill='none' stroke='%231e1e1e' stroke-linecap='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.widget.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.562' height='13.244' viewBox='0 0 17.562 13.244'%3E%3Cg id='Group_762' data-name='Group 762' transform='matrix(-1, 0, 0, 1, 16.812, 1.061)'%3E%3Cpath id='Path_4' data-name='Path 4' d='M3290.465,368.331l5.561,5.561-5.561,5.561' transform='translate(-3280.275 -368.331)' fill='none' stroke='%2317BE8A' stroke-linecap='round' stroke-width='1.5'/%3E%3Cline id='Line_5' data-name='Line 5' x2='14.523' transform='translate(0 6)' fill='none' stroke='%2317BE8A' stroke-linecap='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.widget.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next {
  right: 32px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.562' height='13.244' viewBox='0 0 17.562 13.244'%3E%3Cg id='Group_762' data-name='Group 762' transform='translate(0.75 1.061)'%3E%3Cpath id='Path_4' data-name='Path 4' d='M3290.465,368.331l5.561,5.561-5.561,5.561' transform='translate(-3280.275 -368.331)' fill='none' stroke='%231e1e1e' stroke-linecap='round' stroke-width='1.5'/%3E%3Cline id='Line_5' data-name='Line 5' x2='14.523' transform='translate(0 6)' fill='none' stroke='%231e1e1e' stroke-linecap='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.widget.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.562' height='13.244' viewBox='0 0 17.562 13.244'%3E%3Cg id='Group_762' data-name='Group 762' transform='translate(0.75 1.061)'%3E%3Cpath id='Path_4' data-name='Path 4' d='M3290.465,368.331l5.561,5.561-5.561,5.561' transform='translate(-3280.275 -368.331)' fill='none' stroke='%2317BE8A' stroke-linecap='round' stroke-width='1.5'/%3E%3Cline id='Line_5' data-name='Line 5' x2='14.523' transform='translate(0 6)' fill='none' stroke='%2317BE8A' stroke-linecap='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.widget.widget_calendar .calendar_wrap table {
  font-family: var(--secondary-font);
  text-align: center;
  border-collapse: collapse;
  margin: 0;
}
.widget.widget_calendar .calendar_wrap table caption {
  font-size: 0.888em;
  line-height: 1.3;
  background: rgba(var(--primary-color-rgb), 0.1);
  padding: 12px;
  margin: 0 -22px;
}
.widget.widget_calendar .calendar_wrap table thead tr {
  border-bottom: 1px solid rgba(var(--font-color-rgb), 0.2);
}
.widget.widget_calendar .calendar_wrap table thead th {
  font-size: 0.777em;
  font-weight: normal;
  text-transform: uppercase;
}
.widget.widget_calendar .calendar_wrap table tbody td {
  font-size: 0.833em;
  color: rgba(var(--font-color-rgb), 0.9);
}
.widget.widget_calendar .calendar_wrap table tbody td a,
.widget.widget_calendar .calendar_wrap table tbody td span {
  color: var(--font-color);
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
}
.widget.widget_calendar .calendar_wrap table tbody td a:hover {
  text-decoration: underline;
}
.widget.widget_calendar .calendar_wrap table tbody td#today {
  color: var(--primary-color);
}
.widget.widget_calendar .calendar_wrap table td,
.widget.widget_calendar .calendar_wrap table th {
  padding: 5px !important;
  text-align: center;
}
.widget.widget_raratheme_custom_categories .raratheme-custom-categories-wrap {
  list-style: none;
  margin: 0;
}
.widget.widget_raratheme_custom_categories .raratheme-custom-categories-wrap li {
  padding-top: 90px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  margin-bottom: 40px;
}
.widget.widget_raratheme_custom_categories .raratheme-custom-categories-wrap li a {
  display: inline-block;
  margin-bottom: -26px;
  background: var(--white-color);
  padding: 15px;
  min-width: 228px;
  text-decoration: none;
  font-weight: 500;
  font-size: 1em;
  color: var(--font-color);
  font-family: var(--secondary-font);
  text-align: center;
}
.widget.widget_raratheme_custom_categories .raratheme-custom-categories-wrap li a:hover {
  color: var(--primary-color);
}
.widget.widget_raratheme_custom_categories .raratheme-custom-categories-wrap li a .post-count {
  display: inline-block;
  padding: 6px 9px 3px;
  background: var(--primary-color);
  color: var(--white-color);
  font-size: 15px;
  line-height: 1;
  font-family: var(--primary-font);
  margin-left: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget.widget_raratheme_custom_categories .raratheme-custom-categories-wrap li a:hover .post-count {
  background: var(--font-color);
}
.widget.widget_custom_blog_banner {
  background: rgba(var(--heading-color-rgb), 0.1);
  padding: 30px;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .widget.widget_custom_blog_banner {
    padding: 60px 40px;
  }
}
.widget.widget_custom_blog_banner::before {
  content: "";
  width: 370px;
  height: 245.51px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='370' height='345.508' viewBox='0 0 370 345.508'%3E%3Cg id='Path_24952' data-name='Path 24952' fill='%23ffdf00' opacity='0.04'%3E%3Cpath d='M370,0V345.508H0Z' stroke='none'/%3E%3Cpath d='M 369 2.302032470703125 L 2.536102294921875 344.5077819824219 L 369 344.5077819824219 L 369 2.302032470703125 M 370 0 L 370 345.5077819824219 L 0 345.5077819824219 L 370 0 Z' stroke='none' fill='rgba(136,238,191,0.3)'/%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (min-width: 1200px) {
  .widget.widget_custom_blog_banner .banner-text-holder {
    padding: 0 30px;
  }
}
.widget.widget_custom_blog_banner .banner-title {
  font-size: 1.666em;
  line-height: 1.333;
  margin-bottom: 20px;
}
.widget.widget_custom_blog_banner .banner-desc {
  margin-bottom: 20px;
}
.widget.widget_custom_blog_banner .button-wrapper .wc-btn {
  width: 100%;
}
@media (max-width: 1199px) {
  .widget.widget_custom_blog_banner .button-wrapper .wc-btn {
    padding: 17px;
  }
}

#secondary,
.footer-t {
  /*==========================
  WIDGET social Icon
  ==========================*/
  /*==========================
  WIDGET client logo 
  ==========================*/
  /*==========================
  WIDGET TEAM
  ==========================*/
  /*==============================
  WIDGET TESTIMONIAL
  ==============================*/
  /*===============================
  WIDGET POST CATEGORY SLIDER
  ===============================*/
  /*===================================
  feature page
  ===================================*/
  /*===================================
  Product list
  ===================================*/
  /*===========================================
  Sidebar product search form
  ==========================================*/
  /*=================================
  Product categories list
  =================================*/
  /*===================================
  Widget rating filter
  ===================================*/
  /*===================================
  Sidebar layered nav dropdown
  ===================================*/
  /*=============================
     Sidebar price filter
   ============================*/
}
#secondary .widget:not(.widget_raratheme_author_bio, .widget_raratheme_companion_faqs_widget, .widget_raratheme_popular_post, .widget_raratheme_custom_categories, .widget_raratheme_recent_post, .widget_raratheme_instagram_widget, .widget_raratheme_image_text_widget, .widget_rrtc_description_widget, .widget_top_rated_products, .widget_products, .widget_rtc_social_links, .widget_rtc_contact_social_links, .widget_nav_menu, .widget_btif_instagram_widget) ul,
.footer-t .widget:not(.widget_raratheme_author_bio, .widget_raratheme_companion_faqs_widget, .widget_raratheme_popular_post, .widget_raratheme_custom_categories, .widget_raratheme_recent_post, .widget_raratheme_instagram_widget, .widget_raratheme_image_text_widget, .widget_rrtc_description_widget, .widget_top_rated_products, .widget_products, .widget_rtc_social_links, .widget_rtc_contact_social_links, .widget_nav_menu, .widget_btif_instagram_widget) ul {
  list-style: none;
  margin: 0;
  list-style: none;
  margin: 0;
}
#secondary .widget:not(.widget_raratheme_author_bio, .widget_raratheme_companion_faqs_widget, .widget_raratheme_popular_post, .widget_raratheme_custom_categories, .widget_raratheme_recent_post, .widget_raratheme_instagram_widget, .widget_raratheme_image_text_widget, .widget_rrtc_description_widget, .widget_top_rated_products, .widget_products, .widget_rtc_social_links, .widget_rtc_contact_social_links, .widget_nav_menu, .widget_btif_instagram_widget) ul li,
.footer-t .widget:not(.widget_raratheme_author_bio, .widget_raratheme_companion_faqs_widget, .widget_raratheme_popular_post, .widget_raratheme_custom_categories, .widget_raratheme_recent_post, .widget_raratheme_instagram_widget, .widget_raratheme_image_text_widget, .widget_rrtc_description_widget, .widget_top_rated_products, .widget_products, .widget_rtc_social_links, .widget_rtc_contact_social_links, .widget_nav_menu, .widget_btif_instagram_widget) ul li {
  color: rgba(var(--font-color-rgb), 1);
  padding-left: 0;
  list-style: none;
  margin-bottom: 15px;
}
#secondary .widget:not(.widget_raratheme_author_bio, .widget_raratheme_companion_faqs_widget, .widget_raratheme_popular_post, .widget_raratheme_custom_categories, .widget_raratheme_recent_post, .widget_raratheme_instagram_widget, .widget_raratheme_image_text_widget, .widget_rrtc_description_widget, .widget_top_rated_products, .widget_products, .widget_rtc_social_links, .widget_rtc_contact_social_links, .widget_nav_menu, .widget_btif_instagram_widget) ul li:not(:last-child),
.footer-t .widget:not(.widget_raratheme_author_bio, .widget_raratheme_companion_faqs_widget, .widget_raratheme_popular_post, .widget_raratheme_custom_categories, .widget_raratheme_recent_post, .widget_raratheme_instagram_widget, .widget_raratheme_image_text_widget, .widget_rrtc_description_widget, .widget_top_rated_products, .widget_products, .widget_rtc_social_links, .widget_rtc_contact_social_links, .widget_nav_menu, .widget_btif_instagram_widget) ul li:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(var(--font-color-rgb), 0.05);
}
#secondary .widget:not(.widget_raratheme_author_bio, .widget_raratheme_companion_faqs_widget, .widget_raratheme_popular_post, .widget_raratheme_custom_categories, .widget_raratheme_recent_post, .widget_raratheme_instagram_widget, .widget_raratheme_image_text_widget, .widget_rrtc_description_widget, .widget_top_rated_products, .widget_products, .widget_rtc_social_links, .widget_rtc_contact_social_links, .widget_nav_menu, .widget_btif_instagram_widget) ul li:last-child,
.footer-t .widget:not(.widget_raratheme_author_bio, .widget_raratheme_companion_faqs_widget, .widget_raratheme_popular_post, .widget_raratheme_custom_categories, .widget_raratheme_recent_post, .widget_raratheme_instagram_widget, .widget_raratheme_image_text_widget, .widget_rrtc_description_widget, .widget_top_rated_products, .widget_products, .widget_rtc_social_links, .widget_rtc_contact_social_links, .widget_nav_menu, .widget_btif_instagram_widget) ul li:last-child {
  margin-bottom: 0;
}
#secondary .widget:not(.widget_raratheme_author_bio, .widget_raratheme_companion_faqs_widget, .widget_raratheme_popular_post, .widget_raratheme_custom_categories, .widget_raratheme_recent_post, .widget_raratheme_instagram_widget, .widget_raratheme_image_text_widget, .widget_rrtc_description_widget, .widget_top_rated_products, .widget_products, .widget_rtc_social_links, .widget_rtc_contact_social_links, .widget_nav_menu, .widget_btif_instagram_widget) ul li > a,
.footer-t .widget:not(.widget_raratheme_author_bio, .widget_raratheme_companion_faqs_widget, .widget_raratheme_popular_post, .widget_raratheme_custom_categories, .widget_raratheme_recent_post, .widget_raratheme_instagram_widget, .widget_raratheme_image_text_widget, .widget_rrtc_description_widget, .widget_top_rated_products, .widget_products, .widget_rtc_social_links, .widget_rtc_contact_social_links, .widget_nav_menu, .widget_btif_instagram_widget) ul li > a {
  position: relative;
  padding-left: 0px;
}
#secondary .widget:not(.widget_raratheme_author_bio, .widget_raratheme_companion_faqs_widget, .widget_raratheme_popular_post, .widget_raratheme_custom_categories, .widget_raratheme_recent_post, .widget_raratheme_instagram_widget, .widget_raratheme_image_text_widget, .widget_rrtc_description_widget, .widget_top_rated_products, .widget_products, .widget_rtc_social_links, .widget_rtc_contact_social_links, .widget_nav_menu, .widget_btif_instagram_widget) ul li a,
.footer-t .widget:not(.widget_raratheme_author_bio, .widget_raratheme_companion_faqs_widget, .widget_raratheme_popular_post, .widget_raratheme_custom_categories, .widget_raratheme_recent_post, .widget_raratheme_instagram_widget, .widget_raratheme_image_text_widget, .widget_rrtc_description_widget, .widget_top_rated_products, .widget_products, .widget_rtc_social_links, .widget_rtc_contact_social_links, .widget_nav_menu, .widget_btif_instagram_widget) ul li a {
  color: rgba(var(--font-color-rgb), 1);
  font-size: 16px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
#secondary .widget:not(.widget_raratheme_author_bio, .widget_raratheme_companion_faqs_widget, .widget_raratheme_popular_post, .widget_raratheme_custom_categories, .widget_raratheme_recent_post, .widget_raratheme_instagram_widget, .widget_raratheme_image_text_widget, .widget_rrtc_description_widget, .widget_top_rated_products, .widget_products, .widget_rtc_social_links, .widget_rtc_contact_social_links, .widget_nav_menu, .widget_btif_instagram_widget) ul li a:hover,
.footer-t .widget:not(.widget_raratheme_author_bio, .widget_raratheme_companion_faqs_widget, .widget_raratheme_popular_post, .widget_raratheme_custom_categories, .widget_raratheme_recent_post, .widget_raratheme_instagram_widget, .widget_raratheme_image_text_widget, .widget_rrtc_description_widget, .widget_top_rated_products, .widget_products, .widget_rtc_social_links, .widget_rtc_contact_social_links, .widget_nav_menu, .widget_btif_instagram_widget) ul li a:hover {
  color: rgba(var(--primary-color-rgb), 1);
}
#secondary .widget:not(.widget_raratheme_author_bio, .widget_raratheme_companion_faqs_widget, .widget_raratheme_popular_post, .widget_raratheme_custom_categories, .widget_raratheme_recent_post, .widget_raratheme_instagram_widget, .widget_raratheme_image_text_widget, .widget_rrtc_description_widget, .widget_top_rated_products, .widget_products, .widget_rtc_social_links, .widget_rtc_contact_social_links, .widget_nav_menu, .widget_btif_instagram_widget).widget_recent_entries .post-date,
.footer-t .widget:not(.widget_raratheme_author_bio, .widget_raratheme_companion_faqs_widget, .widget_raratheme_popular_post, .widget_raratheme_custom_categories, .widget_raratheme_recent_post, .widget_raratheme_instagram_widget, .widget_raratheme_image_text_widget, .widget_rrtc_description_widget, .widget_top_rated_products, .widget_products, .widget_rtc_social_links, .widget_rtc_contact_social_links, .widget_nav_menu, .widget_btif_instagram_widget).widget_recent_entries .post-date {
  font-size: 14px;
  color: rgba(var(--font-color-rgb), 0.8);
}
#secondary .widget:not(.widget_raratheme_author_bio, .widget_raratheme_companion_faqs_widget, .widget_raratheme_popular_post, .widget_raratheme_custom_categories, .widget_raratheme_recent_post, .widget_raratheme_instagram_widget, .widget_raratheme_image_text_widget, .widget_rrtc_description_widget, .widget_top_rated_products, .widget_products, .widget_rtc_social_links, .widget_rtc_contact_social_links, .widget_nav_menu, .widget_btif_instagram_widget).widget_recent_comments ul li,
.footer-t .widget:not(.widget_raratheme_author_bio, .widget_raratheme_companion_faqs_widget, .widget_raratheme_popular_post, .widget_raratheme_custom_categories, .widget_raratheme_recent_post, .widget_raratheme_instagram_widget, .widget_raratheme_image_text_widget, .widget_rrtc_description_widget, .widget_top_rated_products, .widget_products, .widget_rtc_social_links, .widget_rtc_contact_social_links, .widget_nav_menu, .widget_btif_instagram_widget).widget_recent_comments ul li {
  position: relative;
  padding-left: 0px;
}
#secondary .widget:not(.widget_raratheme_author_bio, .widget_raratheme_companion_faqs_widget, .widget_raratheme_popular_post, .widget_raratheme_custom_categories, .widget_raratheme_recent_post, .widget_raratheme_instagram_widget, .widget_raratheme_image_text_widget, .widget_rrtc_description_widget, .widget_top_rated_products, .widget_products, .widget_rtc_social_links, .widget_rtc_contact_social_links, .widget_nav_menu, .widget_btif_instagram_widget).widget_recent_comments ul li > a::before,
.footer-t .widget:not(.widget_raratheme_author_bio, .widget_raratheme_companion_faqs_widget, .widget_raratheme_popular_post, .widget_raratheme_custom_categories, .widget_raratheme_recent_post, .widget_raratheme_instagram_widget, .widget_raratheme_image_text_widget, .widget_rrtc_description_widget, .widget_top_rated_products, .widget_products, .widget_rtc_social_links, .widget_rtc_contact_social_links, .widget_nav_menu, .widget_btif_instagram_widget).widget_recent_comments ul li > a::before {
  content: none;
}
#secondary .widget:not(.widget_raratheme_author_bio, .widget_raratheme_companion_faqs_widget, .widget_raratheme_popular_post, .widget_raratheme_custom_categories, .widget_raratheme_recent_post, .widget_raratheme_instagram_widget, .widget_raratheme_image_text_widget, .widget_rrtc_description_widget, .widget_top_rated_products, .widget_products, .widget_rtc_social_links, .widget_rtc_contact_social_links, .widget_nav_menu, .widget_btif_instagram_widget).widget_btif_instagram_widget ul li a::before,
.footer-t .widget:not(.widget_raratheme_author_bio, .widget_raratheme_companion_faqs_widget, .widget_raratheme_popular_post, .widget_raratheme_custom_categories, .widget_raratheme_recent_post, .widget_raratheme_instagram_widget, .widget_raratheme_image_text_widget, .widget_rrtc_description_widget, .widget_top_rated_products, .widget_products, .widget_rtc_social_links, .widget_rtc_contact_social_links, .widget_nav_menu, .widget_btif_instagram_widget).widget_btif_instagram_widget ul li a::before {
  content: none;
}
#secondary .widget_nav_menu ul,
.footer-t .widget_nav_menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-column-gap: 20px;
}
#secondary .widget_nav_menu ul li,
.footer-t .widget_nav_menu ul li {
  display: inline-block;
}
#secondary .widget_nav_menu ul li .submenu-toggle-btn,
.footer-t .widget_nav_menu ul li .submenu-toggle-btn {
  display: none;
}
#secondary .widget_nav_menu ul li a,
.footer-t .widget_nav_menu ul li a {
  color: rgba(var(--font-color-rgb), 1);
  font-size: 18px;
  letter-spacing: 1.42px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
#secondary .widget_nav_menu ul li a:hover,
.footer-t .widget_nav_menu ul li a:hover {
  color: rgba(var(--primary-color-rgb), 1);
}
#secondary .widget_nav_menu ul li ul,
.footer-t .widget_nav_menu ul li ul {
  margin-left: 20px;
}
#secondary .widget .cat-links a,
.footer-t .widget .cat-links a {
  position: relative;
  text-transform: uppercase;
}
#secondary .widget .cat-links a:hover,
.footer-t .widget .cat-links a:hover {
  color: var(--heading-color);
}
#secondary .widget .cat-links a:hover::before,
.footer-t .widget .cat-links a:hover::before {
  background-color: currentColor;
}
#secondary .widget .cat-links a + a,
.footer-t .widget .cat-links a + a {
  margin-left: 10px;
  padding-left: 12px;
}
#secondary .widget .cat-links a + a::before,
.footer-t .widget .cat-links a + a::before {
  content: "";
  position: absolute;
  top: 6.5px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: currentcolor;
  opacity: 0.4;
  -webkit-transition: all 0.234s ease-in-out;
  -o-transition: all 0.234s ease-in-out;
  transition: all 0.234s ease-in-out;
}
#secondary .widget_media_image a,
.footer-t .widget_media_image a {
  display: block;
}
#secondary .widget_raratheme_companion_faqs_widget .raratheme-faq-holder li:not(:last-child),
.footer-t .widget_raratheme_companion_faqs_widget .raratheme-faq-holder li:not(:last-child) {
  border-bottom: 1px solid rgba(var(--heading-color-rgb), 0.06);
  padding-bottom: 25px;
}
#secondary .widget_raratheme_companion_faqs_widget .raratheme-faq-holder li a,
.footer-t .widget_raratheme_companion_faqs_widget .raratheme-faq-holder li a {
  position: relative;
  color: var(--heading-color);
}
#secondary .widget_raratheme_companion_faqs_widget .raratheme-faq-holder li .inner,
.footer-t .widget_raratheme_companion_faqs_widget .raratheme-faq-holder li .inner {
  margin-top: 14px;
  background-color: rgba(var(--heading-color-rgb), 0.01);
  padding: 20px;
}
#secondary .widget_raratheme_companion_faqs_widget .raratheme-faq-holder li .inner p:last-child,
.footer-t .widget_raratheme_companion_faqs_widget .raratheme-faq-holder li .inner p:last-child {
  margin-bottom: 0;
}
#secondary .widget_rtc_contact_social_links .rtc-contact-widget-wrap .contact-list .contact-title,
#secondary .widget_rtc_contact_social_links .rtc-contact-widget-wrap .contact-list .address-title,
.footer-t .widget_rtc_contact_social_links .rtc-contact-widget-wrap .contact-list .contact-title,
.footer-t .widget_rtc_contact_social_links .rtc-contact-widget-wrap .contact-list .address-title {
  font-weight: bold;
  margin-bottom: 15px;
  display: inline-block;
  font-weight: 400;
  font-family: var(--secondary-font);
}
#secondary .widget_rtc_contact_social_links .rtc-contact-widget-wrap .contact-list li,
.footer-t .widget_rtc_contact_social_links .rtc-contact-widget-wrap .contact-list li {
  list-style: none;
  margin-bottom: 8px;
  font-weight: 400;
}
#secondary .widget_rtc_contact_social_links .rtc-contact-widget-wrap .contact-list li b,
.footer-t .widget_rtc_contact_social_links .rtc-contact-widget-wrap .contact-list li b {
  font-weight: normal;
}
#secondary .widget_rtc_contact_social_links .rtc-contact-widget-wrap .contact-list li a,
.footer-t .widget_rtc_contact_social_links .rtc-contact-widget-wrap .contact-list li a {
  word-break: break-all;
  color: rgba(var(--font-color-rgb), 1);
  font-weight: 400;
}
#secondary .widget_rtc_contact_social_links .rtc-contact-widget-wrap .contact-list li a::before,
.footer-t .widget_rtc_contact_social_links .rtc-contact-widget-wrap .contact-list li a::before {
  content: none;
}
#secondary .widget_rtc_contact_social_links .rtc-contact-widget-wrap .contact-list li .fa-phone,
.footer-t .widget_rtc_contact_social_links .rtc-contact-widget-wrap .contact-list li .fa-phone {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#secondary .widget_rtc_contact_social_links .rtc-contact-widget-wrap .contact-list li svg,
.footer-t .widget_rtc_contact_social_links .rtc-contact-widget-wrap .contact-list li svg {
  margin-right: 20px;
}
#secondary .widget_rtc_contact_social_links .rtc-contact-widget-wrap .contact-list li svg path,
.footer-t .widget_rtc_contact_social_links .rtc-contact-widget-wrap .contact-list li svg path {
  fill: var(--primary-color);
}
#secondary .widget_rtc_contact_social_links .rtc-contact-widget-wrap .contact-list-title,
.footer-t .widget_rtc_contact_social_links .rtc-contact-widget-wrap .contact-list-title {
  display: block;
  font-weight: bold;
  margin-bottom: 15px;
  font-weight: 400;
  font-family: var(--secondary-font);
}
#secondary .widget_rtc_contact_social_links .rtc-contact-widget-wrap .social-networks li,
.footer-t .widget_rtc_contact_social_links .rtc-contact-widget-wrap .social-networks li {
  margin-bottom: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 11px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#secondary .widget_rtc_contact_social_links .rtc-contact-widget-wrap .social-networks li a,
.footer-t .widget_rtc_contact_social_links .rtc-contact-widget-wrap .social-networks li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(var(--primary-color-rgb), 0.2);
  color: var(--primary-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#secondary .widget_rtc_contact_social_links .rtc-contact-widget-wrap .social-networks li a:hover,
.footer-t .widget_rtc_contact_social_links .rtc-contact-widget-wrap .social-networks li a:hover {
  background: var(--primary-color);
  color: var(--white-color);
}
#secondary .widget_rtc_social_links .social-networks li,
.footer-t .widget_rtc_social_links .social-networks li {
  margin-bottom: 4px;
}
#secondary .widget_rtc_social_links .social-networks li a,
.footer-t .widget_rtc_social_links .social-networks li a {
  padding-left: 0;
  background: unset;
}
#secondary .widget_rtc_social_links .social-networks li a::before,
.footer-t .widget_rtc_social_links .social-networks li a::before {
  content: none;
}
#secondary .widget_rtc_social_links .social-networks li a:hover,
.footer-t .widget_rtc_social_links .social-networks li a:hover {
  color: #fff;
  background: var(--primary-color);
}
#secondary .widget_blossom_client_logo_widget .blossom-iw-holder .blossom-iw-inner-holder .blossom-inner-wrap,
.footer-t .widget_blossom_client_logo_widget .blossom-iw-holder .blossom-iw-inner-holder .blossom-inner-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
#secondary .widget_blossom_client_logo_widget .blossom-iw-holder .blossom-iw-inner-holder .blossom-inner-wrap .image-holder img,
.footer-t .widget_blossom_client_logo_widget .blossom-iw-holder .blossom-iw-inner-holder .blossom-inner-wrap .image-holder img {
  max-width: 100%;
}
#secondary .widget_btif_instagram_widget ul,
.footer-t .widget_btif_instagram_widget ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(3, 1fr);
  grid-template-columns: repeat(3, 1fr);
}
#secondary .widget_btif_instagram_widget ul li,
.footer-t .widget_btif_instagram_widget ul li {
  margin: 0;
  width: 100%;
}
#secondary .widget_btif_instagram_widget ul li a,
.footer-t .widget_btif_instagram_widget ul li a {
  display: block;
  padding-left: 0;
}
#secondary .widget_btif_instagram_widget .profile-link,
.footer-t .widget_btif_instagram_widget .profile-link {
  padding: 10px 30px;
  max-width: 261px;
  margin: 0 auto;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  display: block;
  margin-top: 20px;
  text-decoration: none;
  text-align: center;
}
#secondary .widget_btif_instagram_widget .profile-link:hover,
.footer-t .widget_btif_instagram_widget .profile-link:hover {
  background-color: var(--primary-color);
  color: #fff;
}
#secondary .widget_btif_instagram_widget .profile-link .insta-icon,
.footer-t .widget_btif_instagram_widget .profile-link .insta-icon {
  margin-right: 10px;
}
#secondary .widget_raratheme_companion_cta_widget,
.footer-t .widget_raratheme_companion_cta_widget {
  margin: 0 0 60px;
}
#secondary .widget_raratheme_companion_cta_widget .bttk-cta-bg,
.footer-t .widget_raratheme_companion_cta_widget .bttk-cta-bg {
  padding: 0;
}
#secondary .widget_raratheme_companion_cta_widget .raratheme-cta-container,
.footer-t .widget_raratheme_companion_cta_widget .raratheme-cta-container {
  padding: 40px 20px;
  text-align: left;
}
#secondary .widget_raratheme_companion_cta_widget .raratheme-cta-container .button-wrap,
.footer-t .widget_raratheme_companion_cta_widget .raratheme-cta-container .button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 1em;
}
#secondary .widget_raratheme_companion_cta_widget .raratheme-cta-container .button-wrap .btn-2,
.footer-t .widget_raratheme_companion_cta_widget .raratheme-cta-container .button-wrap .btn-2 {
  border: 1px solid var(--primary-color);
  color: var(--white-color);
}
#secondary .widget_raratheme_companion_cta_widget .raratheme-cta-container .button-wrap .btn-2:hover,
.footer-t .widget_raratheme_companion_cta_widget .raratheme-cta-container .button-wrap .btn-2:hover {
  color: var(--white-color);
}
#secondary .widget_raratheme_companion_cta_widget .raratheme-cta-container .widget-subtitle,
#secondary .widget_raratheme_companion_cta_widget .raratheme-cta-container .text-holder,
#secondary .widget_raratheme_companion_cta_widget .raratheme-cta-container .widget-title,
.footer-t .widget_raratheme_companion_cta_widget .raratheme-cta-container .widget-subtitle,
.footer-t .widget_raratheme_companion_cta_widget .raratheme-cta-container .text-holder,
.footer-t .widget_raratheme_companion_cta_widget .raratheme-cta-container .widget-title {
  color: var(--white-color);
}
#secondary .widget_raratheme_companion_cta_widget .bttk-cta-bg,
.footer-t .widget_raratheme_companion_cta_widget .bttk-cta-bg {
  padding: 0;
  position: relative;
  z-index: 2;
}
#secondary .widget_raratheme_companion_cta_widget .bttk-cta-bg::before,
.footer-t .widget_raratheme_companion_cta_widget .bttk-cta-bg::before {
  content: "";
  position: absolute;
  background: rgba(var(--black-color-rgb), 0.6);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
}
#secondary .widget_raratheme_companion_cta_widget .bttk-cta-bg .raratheme-cta-container .text-holder,
#secondary .widget_raratheme_companion_cta_widget .bttk-cta-bg .raratheme-cta-container .widget-title,
.footer-t .widget_raratheme_companion_cta_widget .bttk-cta-bg .raratheme-cta-container .text-holder,
.footer-t .widget_raratheme_companion_cta_widget .bttk-cta-bg .raratheme-cta-container .widget-title {
  color: var(--white-color);
}
#secondary .widget_raratheme_companion_cta_widget .right .raratheme-cta-container,
.footer-t .widget_raratheme_companion_cta_widget .right .raratheme-cta-container {
  padding: 40px 20px;
  text-align: right;
}
#secondary .widget_raratheme_companion_cta_widget .right .raratheme-cta-container .button-wrap,
.footer-t .widget_raratheme_companion_cta_widget .right .raratheme-cta-container .button-wrap {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#secondary .widget_raratheme_companion_cta_widget .centered .raratheme-cta-container,
.footer-t .widget_raratheme_companion_cta_widget .centered .raratheme-cta-container {
  padding: 40px 20px;
  text-align: center;
}
#secondary .widget_raratheme_companion_cta_widget .centered .raratheme-cta-container .button-wrap,
.footer-t .widget_raratheme_companion_cta_widget .centered .raratheme-cta-container .button-wrap {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#secondary .widget_rrtc_icon_text_widget .rtc-itw-holder .rtc-itw-inner-holder,
.footer-t .widget_rrtc_icon_text_widget .rtc-itw-holder .rtc-itw-inner-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  grid-gap: 1.5em;
}
#secondary .widget_rrtc_icon_text_widget .rtc-itw-holder .rtc-itw-inner-holder .widget-title,
.footer-t .widget_rrtc_icon_text_widget .rtc-itw-holder .rtc-itw-inner-holder .widget-title {
  margin-bottom: 15px;
}
#secondary .widget_rrtc_icon_text_widget .rtc-itw-holder .rtc-itw-inner-holder .icon-holder,
.footer-t .widget_rrtc_icon_text_widget .rtc-itw-holder .rtc-itw-inner-holder .icon-holder {
  font-size: 3em;
  color: var(--primary-color);
}
#secondary .widget_raratheme_image_text_widget .raratheme-itw-holder li,
.footer-t .widget_raratheme_image_text_widget .raratheme-itw-holder li {
  margin-bottom: 42px;
  list-style: none;
}
#secondary .widget_raratheme_image_text_widget .raratheme-itw-holder li .btn-readmore,
.footer-t .widget_raratheme_image_text_widget .raratheme-itw-holder li .btn-readmore {
  top: auto;
  bottom: -19px;
  min-height: 45px;
  background: var(--white-color);
  color: var(--black-color);
  left: 50%;
  width: auto;
  min-width: 62%;
  max-width: -webkit-calc(100% - 30px);
  max-width: calc(100% - 30px);
  padding: 7px 20px;
  text-transform: none;
  font-style: italic;
  font-size: 1em;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 1.4em;
  width: 100%;
}
#secondary .widget_raratheme_image_text_widget .raratheme-itw-holder li .btn-readmore::before,
.footer-t .widget_raratheme_image_text_widget .raratheme-itw-holder li .btn-readmore::before {
  content: none;
}
#secondary .widget_raratheme_image_text_widget .raratheme-itw-holder li .btn-readmore:hover,
.footer-t .widget_raratheme_image_text_widget .raratheme-itw-holder li .btn-readmore:hover {
  background: var(--primary-color);
  color: var(--white-color);
}
#secondary .widget_raratheme_image_text_widget .raratheme-itw-holder li .btn-readmore::after,
.footer-t .widget_raratheme_image_text_widget .raratheme-itw-holder li .btn-readmore::after {
  content: none;
}
#secondary .widget_raratheme_companion_stat_counter_widget .col,
.footer-t .widget_raratheme_companion_stat_counter_widget .col {
  width: 100%;
  padding: 0;
}
#secondary .widget_raratheme_companion_stat_counter_widget .raratheme-sc-holder,
.footer-t .widget_raratheme_companion_stat_counter_widget .raratheme-sc-holder {
  position: relative;
  padding-left: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
#secondary .widget_raratheme_companion_stat_counter_widget .raratheme-sc-holder .icon-holder,
.footer-t .widget_raratheme_companion_stat_counter_widget .raratheme-sc-holder .icon-holder {
  font-size: 3em;
  position: absolute;
  top: 5px;
  left: 0;
  line-height: 1;
  color: var(--primary-color);
}
#secondary .widget_raratheme_companion_stat_counter_widget .raratheme-sc-holder .hs-counter,
.footer-t .widget_raratheme_companion_stat_counter_widget .raratheme-sc-holder .hs-counter {
  font-size: 2.6665em;
  font-weight: 700;
  line-height: 1;
}
#secondary .widget_raratheme_companion_stat_counter_widget .widget-title,
.footer-t .widget_raratheme_companion_stat_counter_widget .widget-title {
  background: none;
  padding: 0;
  font-size: 1.112em;
  margin-bottom: 0;
  text-align: left;
}
#secondary .widget_raratheme_companion_stat_counter_widget .widget-title::after,
.footer-t .widget_raratheme_companion_stat_counter_widget .widget-title::after {
  content: none;
}
#secondary .widget_raratheme_companion_stat_counter_widget .widget-title > span,
.footer-t .widget_raratheme_companion_stat_counter_widget .widget-title > span {
  background: none;
  padding: 0;
}
#secondary .widget_rrtc_description_widget .rtc-team-holder-modal,
.footer-t .widget_rrtc_description_widget .rtc-team-holder-modal {
  display: none !important;
}
#secondary .widget_rrtc_description_widget .rtc-team-holder,
.footer-t .widget_rrtc_description_widget .rtc-team-holder {
  text-align: center;
}
#secondary .widget_rrtc_description_widget .image-holder,
.footer-t .widget_rrtc_description_widget .image-holder {
  margin-bottom: 30px;
}
#secondary .widget_rrtc_description_widget .name,
.footer-t .widget_rrtc_description_widget .name {
  display: block;
  font-weight: 700;
  line-height: 1.5;
}
#secondary .widget_rrtc_description_widget .designation,
.footer-t .widget_rrtc_description_widget .designation {
  display: block;
  font-size: 0.7778em;
  color: rgba(var(--black-color-rgb), 0.5);
  margin-top: 0;
}
#secondary .widget_rrtc_description_widget .description,
.footer-t .widget_rrtc_description_widget .description {
  margin-top: 0;
  margin-bottom: 20px;
}
#secondary .widget_rrtc_description_widget .description p:last-child,
.footer-t .widget_rrtc_description_widget .description p:last-child {
  margin-bottom: 0;
}
#secondary .widget_rrtc_description_widget .social-profile,
.footer-t .widget_rrtc_description_widget .social-profile {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 11px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
#secondary .widget_rrtc_description_widget .social-profile li a,
.footer-t .widget_rrtc_description_widget .social-profile li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(var(--primary-color-rgb), 0.2);
  color: var(--primary-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#secondary .widget_rrtc_description_widget .social-profile li a:hover,
.footer-t .widget_rrtc_description_widget .social-profile li a:hover {
  background: var(--primary-color);
  color: var(--white-color);
}
#secondary .widget_rrtc_testimonial_widget .rtc-testimonial-inner-holder,
.footer-t .widget_rrtc_testimonial_widget .rtc-testimonial-inner-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* align-items: center; */
}
#secondary .widget_rrtc_testimonial_widget .rtc-testimonial-inner-holder .testimonial-heading,
.footer-t .widget_rrtc_testimonial_widget .rtc-testimonial-inner-holder .testimonial-heading {
  margin-bottom: 32px;
  font-size: 1.111em;
  line-height: 1;
  color: rgba(var(--font-color-rgb), 0.9);
  font-weight: 500;
  display: inline-block;
  position: relative;
  font-family: var(--secondary-font);
}
#secondary .widget_rrtc_testimonial_widget .rtc-testimonial-inner-holder .img-holder,
.footer-t .widget_rrtc_testimonial_widget .rtc-testimonial-inner-holder .img-holder {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin-top: -44px;
}
#secondary .widget_rrtc_testimonial_widget .rtc-testimonial-inner-holder .img-holder img,
.footer-t .widget_rrtc_testimonial_widget .rtc-testimonial-inner-holder .img-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
#secondary .widget_rrtc_testimonial_widget .text-holder,
.footer-t .widget_rrtc_testimonial_widget .text-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
#secondary .widget_rrtc_testimonial_widget .testimonial-content,
.footer-t .widget_rrtc_testimonial_widget .testimonial-content {
  font-size: 1em;
  font-family: var(--secondary-font);
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
}
#secondary .widget_rrtc_testimonial_widget .testimonial-content p,
.footer-t .widget_rrtc_testimonial_widget .testimonial-content p {
  margin-top: 0;
  margin-bottom: 20px;
}
#secondary .widget_rrtc_testimonial_widget .testimonial-content p:last-child::after, #secondary .widget_rrtc_testimonial_widget .testimonial-content p:first-child::before,
.footer-t .widget_rrtc_testimonial_widget .testimonial-content p:last-child::after,
.footer-t .widget_rrtc_testimonial_widget .testimonial-content p:first-child::before {
  content: "";
  background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="16.139" height="12.576" viewBox="0 0 16.139 12.576"><path d="M154.714,262.991c-.462.312-.9.614-1.343.9-.3.2-.612.375-.918.56a2.754,2.754,0,0,1-2.851.133,1.764,1.764,0,0,1-.771-.99,6.549,6.549,0,0,1-.335-1.111,5.386,5.386,0,0,1-.219-1.92,16.807,16.807,0,0,1,.3-1.732,2.392,2.392,0,0,1,.424-.8c.394-.534.808-1.053,1.236-1.56a3.022,3.022,0,0,1,.675-.61,2.962,2.962,0,0,0,.725-.749c.453-.576.923-1.137,1.38-1.71a3.035,3.035,0,0,0,.208-.35c.023-.038.044-.09.079-.107.391-.185.777-.383,1.179-.54.284-.11.5.141.739.234a.316.316,0,0,1-.021.2c-.216.411-.442.818-.663,1.226-.5.918-1.036,1.817-1.481,2.761a7.751,7.751,0,0,0-.915,3.069c-.009.326.038.653.053.98.009.2.143.217.288.2a1.678,1.678,0,0,0,1.006-.491c.2-.2.316-.207.537-.027.283.23.552.479.825.723a.174.174,0,0,1,.06.116,1.424,1.424,0,0,1-.327,1C154.281,262.714,154.285,262.755,154.714,262.991Z" transform="translate(-139.097 -252.358)" fill="%23ff5000"/><path d="M222.24,262.76a5.243,5.243,0,0,1-2.138,1.427,1.623,1.623,0,0,0-.455.26,3.112,3.112,0,0,1-2.406.338,1.294,1.294,0,0,1-1.021-1.2,6.527,6.527,0,0,1,.449-2.954c.015-.043.04-.083.053-.127a13.25,13.25,0,0,1,1.295-2.632,14.155,14.155,0,0,1,1.224-1.677c.084.14.132.238.2.324.133.176.3.121.414-.06a1.248,1.248,0,0,0,.1-.23c.055-.149.143-.214.315-.111-.029-.308,0-.607.3-.727.114-.045.295.079.463.131.093-.161.227-.372.335-.6.029-.06-.012-.16-.033-.238-.042-.154-.1-.3-.137-.458a1.117,1.117,0,0,1,.27-.933c.154-.207.286-.431.431-.646a.586.586,0,0,1,1.008-.108,2.225,2.225,0,0,0,.336.306.835.835,0,0,0,.356.087,1.242,1.242,0,0,0,.294-.052c-.067.145-.114.257-.17.364-.7,1.34-1.422,2.665-2.082,4.023-.488,1.005-.891,2.052-1.332,3.08a.628.628,0,0,0-.032.11c-.091.415.055.542.478.461.365-.07.607-.378.949-.463a2.8,2.8,0,0,1,.823-.064c.174.01.366.451.317.687a2.48,2.48,0,0,1-.607,1.26C222.081,262.492,222.011,262.615,222.24,262.76Z" transform="translate(-216.183 -252.301)" fill="%23ff5000"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 12px;
  position: absolute;
  top: 10px;
  left: 0;
}
#secondary .widget_rrtc_testimonial_widget .testimonial-content p:last-child::after,
.footer-t .widget_rrtc_testimonial_widget .testimonial-content p:last-child::after {
  position: relative;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  display: inline-block;
  vertical-align: 10px;
  margin-left: 15px;
}
#secondary .widget_rrtc_testimonial_widget .testimonial-meta,
.footer-t .widget_rrtc_testimonial_widget .testimonial-meta {
  padding-left: 53px;
  line-height: 1.3;
  width: -webkit-calc(100% - 76px);
  width: calc(100% - 76px);
}
#secondary .widget_rrtc_testimonial_widget .testimonial-meta .name,
.footer-t .widget_rrtc_testimonial_widget .testimonial-meta .name {
  display: block;
  font-family: var(--secondary-font);
  font-size: 1em;
  color: var(--heading-color);
  /* font-weight: 600; */
}
#secondary .widget_rrtc_testimonial_widget .testimonial-meta .designation,
.footer-t .widget_rrtc_testimonial_widget .testimonial-meta .designation {
  display: block;
  font-size: 0.8em;
  font-family: var(--primary-font);
  letter-spacing: 0.1px;
}
#secondary .widget_rara_posts_category_slider_widget .owl-nav button,
.footer-t .widget_rara_posts_category_slider_widget .owl-nav button {
  background-repeat: no-repeat !important;
}
#secondary .widget_rara_posts_category_slider_widget .owl-nav button::after,
.footer-t .widget_rara_posts_category_slider_widget .owl-nav button::after {
  content: none;
}
#secondary .widget_rara_posts_category_slider_widget .owl-dot span,
.footer-t .widget_rara_posts_category_slider_widget .owl-dot span {
  display: none;
}
#secondary .widget_rara_posts_category_slider_widget .carousel-title .cat-links,
.footer-t .widget_rara_posts_category_slider_widget .carousel-title .cat-links {
  margin-bottom: 10px;
}
#secondary .widget_rara_posts_category_slider_widget .carousel-title .cat-links a,
.footer-t .widget_rara_posts_category_slider_widget .carousel-title .cat-links a {
  font-size: 14px;
  letter-spacing: 1.42px;
  line-height: 32px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-left: 15px;
  position: relative;
  margin-right: 10px;
  color: var(--primary-color);
}
#secondary .widget_rara_posts_category_slider_widget .carousel-title .cat-links a:hover,
.footer-t .widget_rara_posts_category_slider_widget .carousel-title .cat-links a:hover {
  color: var(--primary-color);
}
#secondary .widget_rara_posts_category_slider_widget .carousel-title .title,
.footer-t .widget_rara_posts_category_slider_widget .carousel-title .title {
  line-height: 24px;
  letter-spacing: 0.21px;
  font-weight: 400;
  font-size: 1em;
  font-family: var(--secondary-font);
}
#secondary .widget_rara_posts_category_slider_widget .carousel-title .title a,
.footer-t .widget_rara_posts_category_slider_widget .carousel-title .title a {
  color: var(--font-color);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
#secondary .widget_rara_posts_category_slider_widget .carousel-title .title a:hover,
.footer-t .widget_rara_posts_category_slider_widget .carousel-title .title a:hover {
  color: var(--primary-color);
}
#secondary .widget_raratheme_featured_widget .widget-featured-alignment,
.footer-t .widget_raratheme_featured_widget .widget-featured-alignment {
  position: relative;
}
#secondary .widget_raratheme_featured_widget .widget-featured-alignment .about-bg-img,
.footer-t .widget_raratheme_featured_widget .widget-featured-alignment .about-bg-img {
  position: absolute;
  top: -27px;
  left: 152px;
}
#secondary .widget_raratheme_featured_widget .widget-featured-alignment .img-holder,
.footer-t .widget_raratheme_featured_widget .widget-featured-alignment .img-holder {
  margin-bottom: 29px;
}
#secondary .widget_raratheme_featured_widget .right,
.footer-t .widget_raratheme_featured_widget .right {
  text-align: right;
}
#secondary .widget_raratheme_featured_widget .right .wp-block-buttons,
.footer-t .widget_raratheme_featured_widget .right .wp-block-buttons {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#secondary .widget_raratheme_featured_widget .centered,
.footer-t .widget_raratheme_featured_widget .centered {
  text-align: center;
}
#secondary .widget_raratheme_featured_widget .centered .wp-block-buttons,
.footer-t .widget_raratheme_featured_widget .centered .wp-block-buttons {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#secondary .widget_raratheme_featured_widget .featured_page_content,
.footer-t .widget_raratheme_featured_widget .featured_page_content {
  margin-top: 20px;
}
#secondary .widget_raratheme_featured_page_widget .widget-featured-holder .section-subtitle,
.footer-t .widget_raratheme_featured_page_widget .widget-featured-holder .section-subtitle {
  display: block;
}
#secondary .widget_raratheme_featured_page_widget .widget-featured-holder .img-holder,
.footer-t .widget_raratheme_featured_page_widget .widget-featured-holder .img-holder {
  margin-top: 20px;
}
#secondary .woocommerce ul.product_list_widget li img,
.footer-t .woocommerce ul.product_list_widget li img {
  float: left;
  width: 75px;
  margin-left: 0;
  margin-right: 15px;
}
#secondary .woocommerce ul.product_list_widget li,
.footer-t .woocommerce ul.product_list_widget li {
  padding-top: 0;
  padding-left: 0;
  margin: 0 0 10px;
  text-transform: none;
  font-weight: 400;
  font-size: 0.8888em;
}
#secondary .woocommerce ul.product_list_widget li::before,
.footer-t .woocommerce ul.product_list_widget li::before {
  display: none;
}
#secondary .woocommerce ul.product_list_widget li a,
.footer-t .woocommerce ul.product_list_widget li a {
  font-weight: 400;
  text-decoration: none;
}
#secondary .woocommerce ul.product_list_widget li .product-title,
.footer-t .woocommerce ul.product_list_widget li .product-title {
  color: var(--black-color);
  font-family: var(--primary-font);
}
#secondary .woocommerce ul.product_list_widget li .product-title:hover,
#secondary .woocommerce ul.product_list_widget li .product-title:focus,
.footer-t .woocommerce ul.product_list_widget li .product-title:hover,
.footer-t .woocommerce ul.product_list_widget li .product-title:focus {
  color: var(--primary-color);
}
#secondary .woocommerce ul.product_list_widget li .amount,
.footer-t .woocommerce ul.product_list_widget li .amount {
  font-weight: 500;
}
#secondary .woocommerce ul.product_list_widget del,
.footer-t .woocommerce ul.product_list_widget del {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
#secondary .woocommerce ul.product_list_widget li ins,
#secondary .woocommerce ul.product_list_widget li ins .amount,
.footer-t .woocommerce ul.product_list_widget li ins,
.footer-t .woocommerce ul.product_list_widget li ins .amount {
  background: none;
  color: var(--black-color);
}
#secondary .woocommerce ul.product_list_widget li ins,
.footer-t .woocommerce ul.product_list_widget li ins {
  margin-left: 10px;
}
#secondary .woocommerce ul.product_list_widget li .star-rating,
.footer-t .woocommerce ul.product_list_widget li .star-rating {
  margin: 0 0 5px;
}
#secondary .woocommerce.widget_product_search .woocommerce-product-search,
.footer-t .woocommerce.widget_product_search .woocommerce-product-search {
  background: none;
  border-radius: 0;
  margin: 0 3px 0 0;
  width: 100%;
  padding: 0;
  border: 1px solid #e5e5e5;
}
#secondary .woocommerce.widget_product_search .woocommerce-product-search:after,
.footer-t .woocommerce.widget_product_search .woocommerce-product-search:after {
  content: "";
  display: block;
  clear: both;
}
#secondary .woocommerce.widget_product_search .woocommerce-product-search input[type=search],
.footer-t .woocommerce.widget_product_search .woocommerce-product-search input[type=search] {
  background: none;
  border: 0;
  border-radius: 0;
  float: left;
  margin: 0;
  padding: 10px 15px;
  font-size: 0.8888em;
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
  height: 50px;
  font-weight: 400;
}
#secondary .woocommerce-product-search button[type=submit],
.footer-t .woocommerce-product-search button[type=submit] {
  width: 50px;
  border-radius: 0;
  padding: 0;
  height: 50px;
  background-color: var(--black-color);
  background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23fff" d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"></path></svg>');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 20px 20px;
  background-size: 20px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-indent: 55px;
  white-space: nowrap;
  overflow: hidden;
}
#secondary .woocommerce-product-search button[type=submit]:hover,
.footer-t .woocommerce-product-search button[type=submit]:hover {
  background-color: var(--primary-color);
}
#secondary .woocommerce-cart .cart-collaterals .cross-sells .products,
.footer-t .woocommerce-cart .cart-collaterals .cross-sells .products {
  -ms-grid-columns: repeat(1, 1fr);
  grid-template-columns: repeat(1, 1fr);
}
#secondary .woocommerce .cart-collaterals .cross-sells ul.products li,
#secondary .woocommerce-page .cart-collaterals .cross-sells ul.products li,
.footer-t .woocommerce .cart-collaterals .cross-sells ul.products li,
.footer-t .woocommerce-page .cart-collaterals .cross-sells ul.products li {
  width: 100%;
}
#secondary .woocommerce-page .site-main article,
.footer-t .woocommerce-page .site-main article {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
  border-radius: 0;
}
#secondary #add_payment_method .checkout .col-2 h3#ship-to-different-address,
#secondary .woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
#secondary .woocommerce-checkout .checkout .col-2 h3#ship-to-different-address,
.footer-t #add_payment_method .checkout .col-2 h3#ship-to-different-address,
.footer-t .woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
.footer-t .woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
  font-size: 0.8888em;
  font-weight: 600;
}
#secondary #ship-to-different-address-checkbox,
.footer-t #ship-to-different-address-checkbox {
  margin-right: 5px;
}
#secondary .woocommerce-checkout-payment button.button,
.footer-t .woocommerce-checkout-payment button.button {
  margin-top: 30px;
}
#secondary .woocommerce.widget_product_categories .select2-container--default .select2-selection--single,
.footer-t .woocommerce.widget_product_categories .select2-container--default .select2-selection--single {
  height: 54px;
}
#secondary .woocommerce.widget_product_categories .select2-container--default .select2-selection--single .select2-selection__rendered,
.footer-t .woocommerce.widget_product_categories .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 54px;
}
#secondary .woocommerce.widget_product_categories .select2-container--default .select2-selection--single .select2-selection__arrow,
.footer-t .woocommerce.widget_product_categories .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 13px;
}
#secondary .woocommerce.widget_product_categories ul li.cat-parent,
.footer-t .woocommerce.widget_product_categories ul li.cat-parent {
  position: relative;
}
#secondary .woocommerce.widget_product_categories ul li.cat-parent .cat-toggle,
.footer-t .woocommerce.widget_product_categories ul li.cat-parent .cat-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  text-align: center;
  height: 25px;
  line-height: 25px;
  cursor: pointer;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}
#secondary .woocommerce.widget_product_categories ul li.cat-parent .cat-toggle:hover,
.footer-t .woocommerce.widget_product_categories ul li.cat-parent .cat-toggle:hover {
  color: var(--primary-color);
}
#secondary .woocommerce.widget_product_categories ul li.cat-parent .cat-toggle.active,
.footer-t .woocommerce.widget_product_categories ul li.cat-parent .cat-toggle.active {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#secondary .woocommerce.widget_product_categories ul li.cat-parent ul,
.footer-t .woocommerce.widget_product_categories ul li.cat-parent ul {
  display: none;
}
#secondary .woocommerce.widget_rating_filter ul li .star-rating,
.footer-t .woocommerce.widget_rating_filter ul li .star-rating {
  vertical-align: top;
  margin-top: 7px;
}
#secondary .woocommerce .select2-container--default .select2-selection--multiple .select2-selection__rendered,
.footer-t .woocommerce .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 5px;
}
#secondary #secondary .woocommerce.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-dropdown ul li.select2-selection__choice,
#secondary .woocommerce.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-dropdown ul li.select2-selection__choice,
.footer-t #secondary .woocommerce.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-dropdown ul li.select2-selection__choice,
.footer-t .woocommerce.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-dropdown ul li.select2-selection__choice {
  margin: 5px;
  padding: 0 10px;
  border-bottom: 1px solid #aaa;
}
#secondary .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item,
.footer-t .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
  position: relative;
  padding-bottom: 10px;
}
#secondary .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:last-child,
.footer-t .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:last-child {
  padding-bottom: 0;
}
#secondary .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before,
.footer-t .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before {
  width: auto;
  height: auto;
  position: static;
  background: none;
}
#secondary .woocommerce.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-dropdown ul li.select2-search--inline,
.footer-t .woocommerce.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-dropdown ul li.select2-search--inline {
  border-bottom: none;
}
#secondary .woocommerce.woocommerce-widget-layered-nav ul li input[type=text],
.footer-t .woocommerce.woocommerce-widget-layered-nav ul li input[type=text] {
  width: 100% !important;
}
#secondary .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
#secondary .woocommerce.widget_layered_nav_filters ul li a,
.footer-t .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.footer-t .woocommerce.widget_layered_nav_filters ul li a {
  position: relative;
  padding-left: 30px;
}
#secondary .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a::before,
#secondary .woocommerce.widget_layered_nav_filters ul li a:before,
.footer-t .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a::before,
.footer-t .woocommerce.widget_layered_nav_filters ul li a:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #ddd;
  border-radius: 0;
  position: absolute;
  top: 4px;
  left: 0;
  background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23fff" d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>');
  background-repeat: no-repeat;
  -webkit-background-size: 0px 0px;
  background-size: 0px;
  background-position: center;
  -webkit-transition: all ease 0.35s;
  -o-transition: all ease 0.35s;
  transition: all ease 0.35s;
}
#secondary .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:hover:before,
#secondary .woocommerce.widget_layered_nav_filters ul li a:hover:before,
.footer-t .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:hover:before,
.footer-t .woocommerce.widget_layered_nav_filters ul li a:hover:before {
  border-color: var(--primary-color);
}
#secondary .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen a::before,
#secondary .woocommerce.widget_layered_nav_filters ul li.chosen a:before,
.footer-t .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen a::before,
.footer-t .woocommerce.widget_layered_nav_filters ul li.chosen a:before {
  -webkit-background-size: 10px 10px;
  background-size: 10px;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
#secondary .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item .count,
.footer-t .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item .count {
  display: inline-block;
  float: right;
  line-height: 1.3;
  border-radius: 0;
  color: #999596;
}
#secondary .woocommerce.widget_price_filter .ui-slider-horizontal,
.footer-t .woocommerce.widget_price_filter .ui-slider-horizontal {
  height: 5px;
  background: #eee;
  margin-left: 0;
  margin-right: 0;
  border-radius: 0;
  margin-bottom: 25px;
}
#secondary .woocommerce.widget_price_filter .ui-slider .ui-slider-handle,
.footer-t .woocommerce.widget_price_filter .ui-slider .ui-slider-handle {
  background: var(--white-color);
  width: 15px;
  height: 15px;
  top: -5px;
  border-radius: 100%;
  -webkit-box-shadow: 5px 0px 15px rgba(136, 206, 208, 0.3);
  box-shadow: 5px 0px 15px rgba(136, 206, 208, 0.3);
  border: 3px solid var(--primary-color);
}
#secondary .woocommerce.widget_price_filter .ui-slider .ui-slider-handle.ui-state-hover,
#secondary .woocommerce.widget_price_filter .ui-slider .ui-slider-handle.ui-state-focus,
#secondary .woocommerce.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active,
.footer-t .woocommerce.widget_price_filter .ui-slider .ui-slider-handle.ui-state-hover,
.footer-t .woocommerce.widget_price_filter .ui-slider .ui-slider-handle.ui-state-focus,
.footer-t .woocommerce.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  width: 22px;
  height: 22px;
  top: -8px;
}
#secondary .woocommerce.widget_price_filter .ui-slider .ui-slider-range,
.footer-t .woocommerce.widget_price_filter .ui-slider .ui-slider-range {
  background: var(--primary-color);
}
#secondary .woocommerce.widget_price_filter .price_slider_amount,
.footer-t .woocommerce.widget_price_filter .price_slider_amount {
  font-size: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#secondary .woocommerce.widget_price_filter .price_slider_amount .button,
.footer-t .woocommerce.widget_price_filter .price_slider_amount .button {
  font-size: 0.7778em;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: var(--white-color);
  background: var(--primary-color);
  border-radius: 0;
  border: 2px solid var(--primary-color);
  text-transform: capitalize;
  padding: 10px 20px;
  -webkit-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  transition: linear 0.2s;
  position: relative;
  min-height: auto;
  line-height: 1.3;
}

.last-widget-sticky .widget-area .widget:last-child {
  -webkit-transition: top ease 0.35s;
  -o-transition: top ease 0.35s;
  transition: top ease 0.35s;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

/* 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 logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* image overlay
--------------------------------------------- */
/* scroll up
--------------------------------------------- */
.back-to-top {
  background: var(--primary-color);
  border-radius: 100%;
  border: 0;
  position: fixed;
  bottom: 0%;
  right: 50px;
  padding: 0;
  width: 35px;
  height: 35px;
  min-height: auto;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  cursor: pointer;
  -webkit-transition: all 0.234s ease-in-out;
  -o-transition: all 0.234s ease-in-out;
  transition: all 0.234s ease-in-out;
}
.back-to-top svg {
  display: inline-block;
  stroke: var(--white-color);
}
.back-to-top:hover {
  background: var(--heading-color);
}
.back-to-top.active {
  bottom: 3%;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
@media screen and (min-width: 767px) {
  .back-to-top {
    width: 45px;
    height: 45px;
  }
  .back-to-top svg {
    width: 18px;
    height: 18px;
    font-size: 22px;
  }
}

/* scroll bar
--------------------------------------------- */
/*   ==================================================
              Scroll bar
    ================================================== */
/*   ==================================================
              Scroll bar
    ================================================== */
/* scroll bar
--------------------------------------------- */
/*   ==================================================
              BreadCrumbs
    ================================================== */
.breadcrumb-wrapper {
  padding-top: 20px;
}
.breadcrumb-wrapper > div {
  font-size: 0.7777777778em;
  padding: 5px 13px 5px 0;
}
.breadcrumb-wrapper > div a {
  text-decoration: none;
  letter-spacing: 0.36px;
  color: #A8A8A8;
}
.breadcrumb-wrapper > div a:hover {
  color: var(--primary-color);
}
.breadcrumb-wrapper > div > span {
  color: #A8A8A8;
}
.breadcrumb-wrapper > div > span:last-child {
  color: #A8A8A8;
}
.breadcrumb-wrapper > div > span:last-child a {
  color: inherit;
  pointer-events: none;
}
.breadcrumb-wrapper > div > span:last-child a:hover {
  text-decoration: underline;
}
.breadcrumb-wrapper > div > span + span {
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
}
.breadcrumb-wrapper > div > span + span::before {
  content: "";
  width: 1px;
  height: 12.5px;
  -webkit-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  -o-transform: rotate(25deg);
  transform: rotate(25deg);
  border-right: 1px solid currentColor;
  position: absolute;
  top: 2px;
  left: -1px;
}

/*   ==================================================
              BreadCrumbs
    ================================================== */
/* 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.8075em 0;
}

.wp-block-image .alignleft > figcaption, .wp-block-image .alignright > figcaption, .wp-block-image .aligncenter > figcaption {
  display: block;
}

.wp-block-image .alignleft > figcaption {
  text-align: left;
}

.wp-block-image .alignright > figcaption {
  text-align: right;
}

.wp-block-image .aligncenter > figcaption {
  text-align: center;
}

.wp-caption-text {
  text-align: center;
}

.dropcap {
  position: absolute;
  top: -82px;
  left: -30px;
  font-weight: 600;
  font-size: 8em;
  color: #F0F0F0;
  z-index: -1;
}

/* Galleries
--------------------------------------------- */
/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: -ms-grid;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 100%;
  margin: 0;
}
.gallery-item .gallery-icon.landscape {
  height: 100%;
}
.gallery-item a {
  display: block;
}

.gallery-columns-2 {
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  -ms-grid-columns: 1fr [4];
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  -ms-grid-columns: 1fr [5];
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  -ms-grid-columns: 1fr [6];
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  -ms-grid-columns: 1fr [7];
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  -ms-grid-columns: 1fr [8];
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  -ms-grid-columns: 1fr [9];
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# layouts
--------------------------------------------------------------*/
/*==========================================
Footer
==========================================*/
.site-footer {
  background-color: var(--heading-color);
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .site-footer {
    margin-top: 100px;
  }
}
.site-footer .footer-t {
  padding: 44px 0 60px;
}
@media screen and (min-width: 768px) {
  .site-footer .footer-t {
    padding: 80px 0 120px;
  }
}
.site-footer .footer-t .grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  grid-gap: 30px;
  margin: 0;
}
.site-footer .footer-t .grid .col ul {
  margin-left: 0;
}
.site-footer .footer-t .grid .col .widget-title {
  color: var(--white-color);
}
.site-footer .footer-t .grid .col .widget ul.accordion li a.toggle::after {
  background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23fff" d="M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z"></path></svg>');
}
.site-footer .footer-t .grid .col .widget .btn-cta.btn-2 {
  background-color: var(--heading-color);
  border-color: var(--heading-color);
  color: var(--white-color);
}
.site-footer .footer-t .grid .col .widget .btn-cta.btn-2:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.site-footer .footer-t .grid .col .widget_btif_instagram_widget .profile-link {
  border: 1px solid var(--white-color);
  color: var(--white-color);
}
.site-footer .footer-t .grid .col .widget_btif_instagram_widget .profile-link svg {
  fill: var(--white-color);
}
.site-footer .footer-t .grid .col .widget_btif_instagram_widget .profile-link:hover {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
}
.site-footer .footer-b .footer-bottom-t {
  border: 1px solid #2F3947;
  padding: 10px 0;
  border-left: 0;
  border-right: 0;
  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-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.site-footer .footer-b .footer-bottom-t .nav-menu {
  padding: 5px 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.site-footer .footer-b .footer-bottom-t .nav-menu ul {
  margin: 0;
}
.site-footer .footer-b .footer-bottom-t .nav-menu ul li {
  width: 200px;
  padding: 16px 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.site-footer .footer-b .footer-bottom-t .nav-menu > li {
  padding: 0 10px;
}
.site-footer .footer-b .footer-bottom-t .nav-menu > li > a {
  color: var(--white-color);
}
.site-footer .footer-b .footer-bottom-t .nav-menu > li > a:hover {
  color: var(--primary-color);
}
.site-footer .footer-b .footer-bottom-t .nav-menu > li:first-child {
  padding-left: 0;
}
.site-footer .footer-b .footer-bottom-t .nav-menu > li > .submenu-toggle-btn {
  color: rgba(var(--white-color-rgb), 0.8);
  margin-left: 4px;
}
.site-footer .footer-b .footer-bottom-t .nav-menu > li > .sub-menu {
  top: unset;
  bottom: 100%;
}
.site-footer .footer-b .footer-bottom-t .nav-menu a {
  font-size: 0.777em;
  font-weight: 400;
  font-family: var(--primary-font);
}
.site-footer .footer-b .footer-bottom-t .social-networks {
  padding: 5px 0;
}
.site-footer .footer-b .footer-bottom-t .social-networks li a {
  color: var(--white-color);
}
.site-footer .footer-b .site-info {
  font-size: 0.777em;
  line-height: 2;
  text-align: center;
  color: var(--white-color);
  padding: 16px 0;
}
.site-footer .footer-b .site-info .copyright,
.site-footer .footer-b .site-info .author-link,
.site-footer .footer-b .site-info .wp-link {
  color: var(--white-color);
  letter-spacing: 0.2px;
}
.site-footer .footer-b .site-info .copyright a,
.site-footer .footer-b .site-info .author-link a,
.site-footer .footer-b .site-info .wp-link a {
  text-decoration: none;
  color: var(--white-color);
  letter-spacing: 0.2px;
}
.site-footer .footer-b .site-info .copyright a:hover,
.site-footer .footer-b .site-info .author-link a:hover,
.site-footer .footer-b .site-info .wp-link a:hover {
  color: var(--primary-color);
}

.site-footer .widget.widget_raratheme_author_bio::before, .site-footer .widget.widget_raratheme_author_bio::after,
.site-footer .widget.widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper::before,
.site-footer .widget.widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper::after {
  background-color: var(--heading-color);
}

.site-footer .footer-t .grid .col .widget p,
.site-footer .footer-t .grid .col .widget b,
.site-footer .footer-t .grid .col .widget:not(.widget_blossomthemes_email_newsletter_widget, .widget_raratheme_custom_categories, .widget_calendar) span,
.site-footer .footer-t .grid .col .widget h1,
.site-footer .footer-t .grid .col .widget h2,
.site-footer .footer-t .grid .col .widget:not(.widget_blossomthemes_email_newsletter_widget, .widget_raratheme_custom_categories, .widget_calendar) h3,
.site-footer .footer-t .grid .col .widget h4,
.site-footer .footer-t .grid .col .widget h5,
.site-footer .footer-t .grid .col .widget h6,
.site-footer .footer-t .grid .col .widget strong,
.site-footer .footer-t .grid .col .widget i,
.site-footer .footer-t .grid .col .widget li,
.site-footer .footer-t .grid .col .widget:not(.widget_blossomthemes_email_newsletter_widget, .widget_raratheme_custom_categories, .widget_calendar) div,
.site-footer .footer-b .site-info,
.site-footer .footer-b .site-info .copyright,
.site-footer .footer-b .site-info .author-link,
.site-footer .footer-b .site-info .wp-link,
.footer-t .widget_bttk_icon_text_widget .rtc-itw-holder .rtc-itw-inner-holder .icon-holder {
  color: var(--white-color);
}

.site-footer .footer-b .footer-bottom-t .nav-menu > li > a,
.site-footer .footer-b .site-info .copyright a,
.site-footer .footer-b .footer-bottom-right nav-menu > li > a,
.site-footer .footer-t .grid .col .widget:not(.widget_blossomthemes_email_newsletter_widget, .widget_raratheme_image_text_widget, .widget_raratheme_popular_post, .widget_raratheme_recent_post, .widget_raratheme_custom_categories, .widget_calendar) a:not(.btn-readmore, .btn-cta.btn-2),
.site-footer .widget.widget_raratheme_popular_post ul.style-one li a,
.site-footer .widget.widget_raratheme_popular_post ul.style-two li a,
.site-footer .widget.widget_raratheme_recent_post ul.style-one li a,
.site-footer .widget.widget_raratheme_recent_post ul.style-two li a,
.site-footer .footer-b .footer-bottom-t .social-networks li a {
  color: var(--white-color);
}
.site-footer .footer-b .footer-bottom-t .nav-menu > li > a:hover,
.site-footer .footer-b .site-info .copyright a:hover,
.site-footer .footer-b .footer-bottom-right nav-menu > li > a:hover,
.site-footer .footer-t .grid .col .widget:not(.widget_blossomthemes_email_newsletter_widget, .widget_raratheme_image_text_widget, .widget_raratheme_popular_post, .widget_raratheme_recent_post, .widget_raratheme_custom_categories, .widget_calendar) a:not(.btn-readmore, .btn-cta.btn-2):hover,
.site-footer .widget.widget_raratheme_popular_post ul.style-one li a:hover,
.site-footer .widget.widget_raratheme_popular_post ul.style-two li a:hover,
.site-footer .widget.widget_raratheme_recent_post ul.style-one li a:hover,
.site-footer .widget.widget_raratheme_recent_post ul.style-two li a:hover,
.site-footer .footer-b .footer-bottom-t .social-networks li a:hover {
  color: var(--primary-color);
}

.instagram-section + .site-footer, .newsletter-section + .site-footer {
  margin-top: 0;
}

/* Blog Layout
--------------------------------------------- */
.blog,
.home,
.archive,
.search-results {
  /* classic one Layout
  --------------------------------------------- */
}
.blog.classic-one .site-content .site-main article .content-wrapper,
.home.classic-one .site-content .site-main article .content-wrapper,
.archive.classic-one .site-content .site-main article .content-wrapper,
.search-results.classic-one .site-content .site-main article .content-wrapper {
  max-width: 91%;
  width: 100%;
  position: relative;
  padding: 32px;
  background-color: var(--white-color);
  margin: -40px auto 0 auto;
}
@media screen and (min-width: 768px) {
  .blog.classic-one .site-content .site-main article .content-wrapper,
  .home.classic-one .site-content .site-main article .content-wrapper,
  .archive.classic-one .site-content .site-main article .content-wrapper,
  .search-results.classic-one .site-content .site-main article .content-wrapper {
    margin: -82px auto 0 auto;
    max-width: 88%;
    width: 100%;
  }
}
.blog.full-width.classic-one.centered .site-content .section-header,
.home.full-width.classic-one.centered .site-content .section-header,
.archive.full-width.classic-one.centered .site-content .section-header,
.search-results.full-width.classic-one.centered .site-content .section-header {
  text-align: center;
}
.blog.full-width.classic-one.centered .site-content .content-area .site-main,
.home.full-width.classic-one.centered .site-content .content-area .site-main,
.archive.full-width.classic-one.centered .site-content .content-area .site-main,
.search-results.full-width.classic-one.centered .site-content .content-area .site-main {
  max-width: 755px;
  margin: 0 auto;
}

body.blog .site-content,
body.home .site-content {
  padding: 60px 0 0;
}
@media screen and (min-width: 768px) {
  body.blog .site-content,
  body.home .site-content {
    padding: 120px 0 0;
  }
}

.leftsidebar .page-grid #secondary,
.rightsidebar .page-grid #secondary {
  margin-top: 75px;
}
@media screen and (min-width: 992px) {
  .leftsidebar .page-grid,
  .rightsidebar .page-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-gap: 50px;
  }
  .leftsidebar .page-grid .content-area,
  .rightsidebar .page-grid .content-area {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }
  .leftsidebar .page-grid #secondary,
  .rightsidebar .page-grid #secondary {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25.77%;
    -ms-flex: 0 0 25.77%;
    flex: 0 0 25.77%;
    max-width: 25.77%;
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .leftsidebar .page-grid,
  .rightsidebar .page-grid {
    grid-gap: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .leftsidebar .widget-area,
  .rightsidebar .widget-area {
    min-width: 370px;
  }
}

@media screen and (min-width: 992px) {
  .leftsidebar .page-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 992px) {
  .full-width:not(.home, .blog):not(.single-post) .page-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.full-width:not(.home, .blog).centered .post-thumbnail {
  text-align: center;
}

/* Blog Layout
--------------------------------------------- */
.popular-posts .section-header {
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .popular-posts .section-header {
    text-align: center;
  }
}
.popular-posts .section-header .sub-title {
  font-size: 1em;
}

/* Single Post & page
    --------------------------------------------- */
.single .page-header .posted-on,
.single .site-main .posted-on {
  font-family: var(--secondary-font);
  text-transform: capitalize;
}
.single .entry-header + .advertisement-single {
  margin-top: 0;
}
.single .advertisement-single {
  margin-top: 40px;
  text-align: center;
}
.single .advertisement-single + .article-wrapper,
.single .advertisement-single + .content-wrap {
  margin-top: 40px;
}
.single .page-header {
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .single .page-header {
    margin-bottom: 60px;
  }
}
.single .page-header .entry-header {
  padding-top: 49px;
  margin-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .single .page-header .entry-header {
    padding-top: 80px;
  }
}
.single .page-header .entry-header .entry-meta:last-child {
  margin-bottom: 0;
}
.single .page-header .entry-header .entry-title {
  font-size: 1.666em;
}
@media screen and (min-width: 992px) {
  .single .page-header .entry-header .entry-title {
    font-size: 2.66em;
  }
}
.single .page-header .posted-on a {
  padding-left: 0;
}
.single .page-header .posted-on a::before {
  content: none;
}
@media screen and (min-width: 1200px) {
  .single.leftsidebar .site-main .container, .single.rightsidebar .site-main .container {
    max-width: 1170px;
  }
}
.single.leftsidebar .site-main .popular-posts,
.single.leftsidebar .site-main .related-posts,
.single.leftsidebar .site-main .additional-post, .single.rightsidebar .site-main .popular-posts,
.single.rightsidebar .site-main .related-posts,
.single.rightsidebar .site-main .additional-post {
  max-width: 100%;
}
.single.leftsidebar .site-main .post .entry-header, .single.rightsidebar .site-main .post .entry-header {
  text-align: start;
}
@media screen and (min-width: 1200px) {
  .single .site-content .site-main .container {
    max-width: 1000px;
  }
}
.single .site-content .site-main .content-wrap .entry-content {
  margin-top: 0;
  position: relative;
}
.single .site-content .content-header-wrap .entry-header-wrapper .entry-header,
.single .site-content .site-main .entry-header,
.single .site-content .page-header .entry-header {
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .single .site-content .content-header-wrap .entry-header-wrapper .entry-header,
  .single .site-content .site-main .entry-header,
  .single .site-content .page-header .entry-header {
    text-align: center;
  }
}
.single .site-content .content-header-wrap .entry-header-wrapper .entry-header .entry-title,
.single .site-content .site-main .entry-header .entry-title,
.single .site-content .page-header .entry-header .entry-title {
  font-size: 1.666em;
  margin-bottom: 12px;
  line-height: 1.3;
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  .single .site-content .content-header-wrap .entry-header-wrapper .entry-header .entry-title,
  .single .site-content .site-main .entry-header .entry-title,
  .single .site-content .page-header .entry-header .entry-title {
    font-size: 2.666em;
  }
}
.single .site-content .content-header-wrap .entry-header-wrapper .entry-header .entry-title + .entry-meta,
.single .site-content .site-main .entry-header .entry-title + .entry-meta,
.single .site-content .page-header .entry-header .entry-title + .entry-meta {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.single .site-content .content-header-wrap .entry-header-wrapper .entry-header .entry-title + .entry-meta .posted-on,
.single .site-content .site-main .entry-header .entry-title + .entry-meta .posted-on,
.single .site-content .page-header .entry-header .entry-title + .entry-meta .posted-on {
  margin-left: 0;
}
.single .site-content .content-header-wrap .entry-header-wrapper .entry-header .entry-title + .entry-meta .posted-on a,
.single .site-content .site-main .entry-header .entry-title + .entry-meta .posted-on a,
.single .site-content .page-header .entry-header .entry-title + .entry-meta .posted-on a {
  padding-left: 0;
}
.single .site-content .content-header-wrap .entry-header-wrapper .entry-header .entry-title + .entry-meta .posted-on a::before,
.single .site-content .site-main .entry-header .entry-title + .entry-meta .posted-on a::before,
.single .site-content .page-header .entry-header .entry-title + .entry-meta .posted-on a::before {
  content: none;
}
.single .site-content .content-header-wrap .entry-header-wrapper .entry-header .entry-title + .entry-meta .single .site-main .post .entry-header .entry-title + .entry-meta .byline,
.single .site-content .site-main .entry-header .entry-title + .entry-meta .single .site-main .post .entry-header .entry-title + .entry-meta .byline,
.single .site-content .page-header .entry-header .entry-title + .entry-meta .single .site-main .post .entry-header .entry-title + .entry-meta .byline {
  display: inline-block;
}
.single .site-content .content-header-wrap .entry-header-wrapper .entry-header .entry-title + .entry-meta .byline,
.single .site-content .site-main .entry-header .entry-title + .entry-meta .byline,
.single .site-content .page-header .entry-header .entry-title + .entry-meta .byline {
  display: inline-block;
}
.single .site-content .content-header-wrap .entry-header-wrapper .entry-header .entry-title + .entry-meta .byline .fn,
.single .site-content .site-main .entry-header .entry-title + .entry-meta .byline .fn,
.single .site-content .page-header .entry-header .entry-title + .entry-meta .byline .fn {
  font-size: 0.7777em;
}
.single .site-content .content-header-wrap .entry-header-wrapper .entry-header .entry-title + .entry-meta .byline + .posted-on,
.single .site-content .site-main .entry-header .entry-title + .entry-meta .byline + .posted-on,
.single .site-content .page-header .entry-header .entry-title + .entry-meta .byline + .posted-on {
  margin-left: 8px;
  padding-left: 8px;
  position: relative;
}
.single .site-content .content-header-wrap .entry-header-wrapper .entry-header .entry-title + .entry-meta .byline + .posted-on::before,
.single .site-content .site-main .entry-header .entry-title + .entry-meta .byline + .posted-on::before,
.single .site-content .page-header .entry-header .entry-title + .entry-meta .byline + .posted-on::before {
  content: "";
  position: absolute;
  top: 6.5px;
  left: 0;
  width: 6px;
  height: 6px;
  opacity: 0.5;
  border-radius: 50%;
  background-color: currentColor;
}
.single .site-content .content-header-wrap .entry-header-wrapper .entry-header .entry-title + .entry-meta .byline + .posted-on:hover::before,
.single .site-content .site-main .entry-header .entry-title + .entry-meta .byline + .posted-on:hover::before,
.single .site-content .page-header .entry-header .entry-title + .entry-meta .byline + .posted-on:hover::before {
  background-color: var(--primary-color);
}
.single .site-content .content-header-wrap .entry-header-wrapper .entry-header .comments,
.single .site-content .site-main .entry-header .comments,
.single .site-content .page-header .entry-header .comments {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-left: 17px;
  padding-left: 16px;
  color: rgba(var(--font-color-rgb), 0.6);
}
.single .site-content .content-header-wrap .entry-header-wrapper .entry-header .comments::before,
.single .site-content .site-main .entry-header .comments::before,
.single .site-content .page-header .entry-header .comments::before {
  content: "";
  position: absolute;
  top: 8.5px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: currentColor;
  opacity: 0.4;
  -webkit-transition: all 0.234s ease-in-out;
  -o-transition: all 0.234s ease-in-out;
  transition: all 0.234s ease-in-out;
}
.single .site-content .content-header-wrap .entry-header-wrapper .entry-header .comments svg,
.single .site-content .site-main .entry-header .comments svg,
.single .site-content .page-header .entry-header .comments svg {
  margin-right: 8px;
}
.single .site-content .content-header-wrap .entry-header-wrapper .entry-header .comments a,
.single .site-content .site-main .entry-header .comments a,
.single .site-content .page-header .entry-header .comments a {
  color: rgba(var(--heading-color-rgb), 0.6);
  font-size: 0.888em;
}
.single .site-content .content-header-wrap .entry-header-wrapper .entry-header .comments:hover,
.single .site-content .site-main .entry-header .comments:hover,
.single .site-content .page-header .entry-header .comments:hover {
  color: var(--primary-color);
}
.single .site-content .content-header-wrap .entry-header-wrapper .entry-header .comments:hover svg path,
.single .site-content .site-main .entry-header .comments:hover svg path,
.single .site-content .page-header .entry-header .comments:hover svg path {
  stroke: var(--primary-color);
}
.single .site-content .content-header-wrap .entry-header-wrapper .entry-header .comments:hover a,
.single .site-content .site-main .entry-header .comments:hover a,
.single .site-content .page-header .entry-header .comments:hover a {
  color: var(--primary-color);
}
.single .site-content .content-header-wrap .entry-header-wrapper .entry-header .cat-links a,
.single .site-content .site-main .entry-header .cat-links a,
.single .site-content .page-header .entry-header .cat-links a {
  color: var(--primary-color);
}
.single .site-content .content-header-wrap .entry-header-wrapper .entry-header .cat-links a:hover,
.single .site-content .site-main .entry-header .cat-links a:hover,
.single .site-content .page-header .entry-header .cat-links a:hover {
  color: var(--heading-color);
}
.single .site-content .content-header-wrap .entry-header-wrapper .post-thumbnail,
.single .site-content .site-main .post-thumbnail,
.single .site-content .page-header .post-thumbnail {
  margin: 35px 0;
  text-align: center;
}
.single.style-one .page-header {
  margin-bottom: 0;
}
.single.style-one .page-header .breadcrumb-wrapper {
  position: relative;
}
.single.style-one .page-grid {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .single.style-one .page-grid {
    margin-top: 77px;
  }
}
.single.style-one .page-grid .site-main .post .entry-header .entry-title {
  line-height: 1.2;
  margin-top: 13px;
}
.single.style-one .page-grid .site-main .post .post-thumbnail {
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .single.style-one .page-grid .site-main .post .post-thumbnail {
    margin-bottom: 60px;
  }
}
.single.style-one .page-grid .site-main .post.no-thumbnail .entry-header {
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .single.style-one .page-grid .site-main .post.no-thumbnail .entry-header {
    margin-bottom: 60px;
  }
}
.single.style-one .page-grid .site-main .post .article-wrapper {
  position: relative;
}
.single.style-one.single .site-content .site-main .content-wrap .advertisement-single + .entry-content {
  margin-top: 30px;
}
.single.full-width .page-header {
  position: relative;
}
.single.full-width .page-header .post-thumbnail {
  text-align: center;
}
.single.full-width .page-grid .content-area .newsletter {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.single.full-width .page-grid .content-area .content-wrap {
  max-width: 100%;
  margin-left: 0;
}
.single.full-width.style-two .post .entry-header {
  text-align: left;
}
.single.full-width.centered .page-header .entry-header {
  text-align: center;
}
.single.full-width.centered .page-header .entry-header .entry-title {
  margin-top: 0;
  margin-bottom: 21px;
}
.single.full-width.centered.style-four .page-header .entry-header {
  text-align: left;
}
.single.full-width.centered .page-grid .content-area article > .content-wrap,
.single.full-width.centered .page-grid .content-area .newsletter {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.single.full-width.centered.style-two .post .entry-header {
  text-align: center;
}
.single.full-width.centered.style-five .site-main .post .entry-header {
  max-width: 700px;
  margin: 0 auto 10px;
  text-align: left;
  width: 100%;
}
.single.full-width.centered.style-five .site-main .post .post-thumbnail {
  text-align: left;
  max-width: 700px;
  margin: 50px auto;
}
.single .single-button-wrapper {
  text-align: center;
  margin-top: 60px;
}
.single .single-button-wrapper .wc-btn {
  outline: none;
}
.single .popular-posts,
.single .related-posts,
.single .additional-post {
  margin: 60px auto 0;
}
.single .page-grid .content-area .newsletter {
  margin-top: 66px;
}
.single .page-grid .content-area .newsletter .blossomthemes-email-newsletter-wrapper {
  padding: 40px;
}
.single .page-grid .content-area .newsletter .blossomthemes-email-newsletter-wrapper > .container {
  padding: 0;
}
@media (min-width: 768px) {
  .single .page-grid .content-area .newsletter .blossomthemes-email-newsletter-wrapper {
    padding: 70px 60px;
  }
}
.single .page-grid .content-area .newsletter .blossomthemes-email-newsletter-wrapper .text-holder {
  text-align: center;
}
.single .page-grid .content-area .newsletter .blossomthemes-email-newsletter-wrapper .text-holder span {
  font-size: 1em;
}
.single .page-grid .content-area .newsletter .blossomthemes-email-newsletter-wrapper form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 17px;
}
.single .page-grid .content-area .newsletter .blossomthemes-email-newsletter-wrapper form > label {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0 10px 0;
}
.single .page-grid .content-area .newsletter .blossomthemes-email-newsletter-wrapper form > label .subscribe-inner-wrap .check-mark {
  margin-top: 5px;
}
.single .page-grid .content-area .newsletter .blossomthemes-email-newsletter-wrapper form > label .subscribe-inner-wrap .text {
  font-size: 0.8888em;
  line-height: 1.8em;
}
.single .page-grid .content-area .newsletter .blossomthemes-email-newsletter-wrapper form > label .subscribe-inner-wrap input[type=checkbox]:checked + .check-mark {
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  .single .page-grid .content-area .newsletter .blossomthemes-email-newsletter-wrapper form input[name=subscribe-fname] {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .single .page-grid .content-area .newsletter .blossomthemes-email-newsletter-wrapper form input[name=subscribe-email] {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .single .page-grid .content-area .newsletter .blossomthemes-email-newsletter-wrapper form input[type=submit] {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .single .page-grid .content-area .newsletter .blossomthemes-email-newsletter-wrapper form label {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
}
@media (min-width: 768px) {
  .single .page-grid .content-area .newsletter .blossomthemes-email-newsletter-wrapper form input:not(input[type=checkbox]) {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 370px;
  }
}
.single .author-signature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-row-gap: 1em;
  grid-column-gap: 2em;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-top: 45px;
}
.single .author-signature .social-networks {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 0;
  opacity: 0.8;
}
.single .author-signature .social-networks li {
  margin: 5px;
  padding-left: 0;
}
.single .author-signature .social-networks li::before {
  content: none;
}
.single .author-signature .social-networks li a {
  display: inline-block;
  line-height: 1.3;
  padding: 5px 7px;
  text-decoration: none;
  color: var(--font-color);
  font-size: 16px;
}
.single .author-signature .social-networks li a:hover {
  color: var(--primary-color);
}
.single .author-signature.center {
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.single .author-signature.right {
  text-align: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.page .site-main .entry-footer,
.single .site-main .entry-footer {
  margin-top: 50px;
}
.page .site-main .entry-footer .tags > span,
.single .site-main .entry-footer .tags > span {
  font-size: 1em;
}
.page .site-main .entry-footer .tags a,
.single .site-main .entry-footer .tags a {
  background-color: rgba(var(--heading-color-rgb), 0.08);
  padding: 5px 15px;
  color: var(--heading-color);
  font-size: 0.888em;
  display: inline-block;
  margin: 0 5px;
  font-family: var(--primary-font);
}
.page .site-main .entry-footer .tags a:hover,
.single .site-main .entry-footer .tags a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.page .author-section,
.single .author-section {
  max-width: 770px;
  margin: 0 auto;
  margin-top: 40px;
  background-color: rgba(var(--primary-color-rgb), 0.05);
}
.page .author-section .inner-author-section,
.single .author-section .inner-author-section {
  padding: 45px 20px 45px 20px;
  border-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page .author-section .inner-author-section,
  .single .author-section .inner-author-section {
    padding: 45px 30px 45px 30px;
  }
}
.page .author-section .result-count,
.single .author-section .result-count {
  margin-top: 50px;
  display: inline-block;
}
.page .author-section .author-img-title-wrap,
.single .author-section .author-img-title-wrap {
  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;
  grid-gap: 20px;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 576px) {
  .page .author-section .author-img-title-wrap,
  .single .author-section .author-img-title-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 0;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    text-align: left;
  }
  .page .author-section .author-img-title-wrap .author-content,
  .single .author-section .author-img-title-wrap .author-content {
    padding-left: 30px;
  }
}
.page .author-section .author-img-title-wrap .author-img,
.single .author-section .author-img-title-wrap .author-img {
  margin: 0;
}
@media screen and (min-width: 576px) {
  .page .author-section .author-img-title-wrap .author-img,
  .single .author-section .author-img-title-wrap .author-img {
    max-width: 160px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 160px;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
  }
}
.page .author-section .author-img-title-wrap .author-img img,
.single .author-section .author-img-title-wrap .author-img img {
  width: 160px;
  height: 160px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100px;
}
.page .author-section .author-img-title-wrap .author-title-wrap,
.single .author-section .author-img-title-wrap .author-title-wrap {
  margin-bottom: 15px;
}
.page .author-section .author-img-title-wrap .author-title-wrap .title,
.single .author-section .author-img-title-wrap .author-title-wrap .title {
  font-size: 0.8888888889em;
  letter-spacing: 0.2px;
  font-family: var(--primary-font);
  margin-bottom: 8px;
  line-height: 1;
}
.page .author-section .author-img-title-wrap .author-title-wrap .byline .fn,
.page .author-section .author-img-title-wrap .author-title-wrap .author-name,
.single .author-section .author-img-title-wrap .author-title-wrap .byline .fn,
.single .author-section .author-img-title-wrap .author-title-wrap .author-name {
  font-size: 1.5em;
  line-height: 1.75;
  font-family: var(--secondary-font);
  color: var(--heading-color);
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.page .author-section .author-content p:last-of-type,
.single .author-section .author-content p:last-of-type {
  margin-bottom: 0;
}
.page .author-section .author-content .social-networks,
.single .author-section .author-content .social-networks {
  margin-top: 15px;
  text-align: center;
  justify-content: center;
}
@media screen and (min-width: 576px) {
  .page .author-section .author-content .social-networks,
  .single .author-section .author-content .social-networks {
    text-align: left;
    justify-content: flex-start;
  }
}
.page .author-section .author-content .social-networks li a,
.single .author-section .author-content .social-networks li a {
  color: rgba(var(--font-color-rgb), 0.7);
}
.page .author-section .author-content .social-networks li a:hover,
.single .author-section .author-content .social-networks li a:hover {
  color: var(--primary-color);
}

.popular-posts,
.related-posts,
.additional-post {
  max-width: 770px;
}
.popular-posts .title,
.related-posts .title,
.additional-post .title {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 1.333em;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .popular-posts .title,
  .related-posts .title,
  .additional-post .title {
    margin-bottom: 32px;
  }
}
.popular-posts .title span,
.related-posts .title span,
.additional-post .title span {
  background-color: var(--background-color);
  padding: 0 10px;
}
.popular-posts .title::before,
.related-posts .title::before,
.additional-post .title::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: -1;
  background-color: #F2F2F2;
}
.popular-posts .article-wrap,
.related-posts .article-wrap,
.additional-post .article-wrap {
  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;
}
@media screen and (min-width: 576px) {
  .popular-posts .article-wrap,
  .related-posts .article-wrap,
  .additional-post .article-wrap {
    margin: -15px -15px;
  }
}
.popular-posts .article-wrap .post,
.related-posts .article-wrap .post,
.additional-post .article-wrap .post {
  margin: 15px 0;
}
.popular-posts .article-wrap .post .post-thumbnail,
.related-posts .article-wrap .post .post-thumbnail,
.additional-post .article-wrap .post .post-thumbnail {
  display: block;
  margin-bottom: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .popular-posts .article-wrap .post .post-thumbnail,
  .related-posts .article-wrap .post .post-thumbnail,
  .additional-post .article-wrap .post .post-thumbnail {
    text-align: left;
  }
}
.popular-posts .article-wrap .post .entry-header,
.related-posts .article-wrap .post .entry-header,
.additional-post .article-wrap .post .entry-header {
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
  background-color: var(--white-color);
  margin-top: -40px;
  position: relative;
  padding: 16px;
}
.popular-posts .article-wrap .post .entry-header .cat-links a:hover,
.related-posts .article-wrap .post .entry-header .cat-links a:hover,
.additional-post .article-wrap .post .entry-header .cat-links a:hover {
  text-decoration: underline;
}
.popular-posts .article-wrap .post .entry-header .entry-title,
.related-posts .article-wrap .post .entry-header .entry-title,
.additional-post .article-wrap .post .entry-header .entry-title {
  font-size: 1.166em;
  line-height: 1.4;
  margin-bottom: 0;
  margin-top: 12px;
  margin-bottom: 0;
  font-weight: normal;
}
.popular-posts .article-wrap .post .entry-header .entry-title a,
.related-posts .article-wrap .post .entry-header .entry-title a,
.additional-post .article-wrap .post .entry-header .entry-title a {
  color: rgba(var(--font-color-rgb), 0.9);
  -webkit-transition: all 0.235s ease-in-out;
  -o-transition: all 0.235s ease-in-out;
  transition: all 0.235s ease-in-out;
}
.popular-posts .article-wrap .post .entry-header .entry-title a:hover,
.related-posts .article-wrap .post .entry-header .entry-title a:hover,
.additional-post .article-wrap .post .entry-header .entry-title a:hover {
  color: var(--primary-color);
}
.popular-posts .article-wrap .post .entry-header .entry-footer .byline + .posted-on,
.related-posts .article-wrap .post .entry-header .entry-footer .byline + .posted-on,
.additional-post .article-wrap .post .entry-header .entry-footer .byline + .posted-on {
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .popular-posts .article-wrap,
  .related-posts .article-wrap,
  .additional-post .article-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .popular-posts .article-wrap .post,
  .related-posts .article-wrap .post,
  .additional-post .article-wrap .post {
    padding: 0 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media screen and (min-width: 992px) {
  .popular-posts .article-wrap .post,
  .related-posts .article-wrap .post,
  .additional-post .article-wrap .post {
    padding: 0 12px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.popular-posts .section-button-wrapper,
.related-posts .section-button-wrapper,
.additional-post .section-button-wrapper {
  margin-top: 80px;
  text-align: center;
}

.error404 .page-grid .related-posts {
  max-width: 100%;
  border-top: 0;
}
@media screen and (min-width: 992px) {
  .error404 .page-grid .related-posts .article-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .error404 .page-grid .related-posts .article-wrap .post {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

.page:not(.home, .blog).full-width:not(.woocommerce-account, .woocommerce-checkout, .woocommerce-cart, .error404).centered .page-header .page-title,
.page:not(.home, .blog).full-width:not(.woocommerce-account, .woocommerce-checkout, .woocommerce-cart, .error404).centered .content-area .site-main article.page {
  max-width: 755px;
  margin-left: auto;
  margin-right: auto;
}
.page:not(.home, .blog) .page-header {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 40px;
}
.page:not(.home, .blog) .article:not(.has-post-thumnail) .entry-content {
  margin-top: 0;
}

.single-post.leftsidebar .content-area .newsletter-section .blossomthemes-email-newsletter-wrapper .container, .single-post.rightsidebar .content-area .newsletter-section .blossomthemes-email-newsletter-wrapper .container, .single-post.full-width .content-area .newsletter-section .blossomthemes-email-newsletter-wrapper .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .single-post.leftsidebar .content-area .newsletter-section .blossomthemes-email-newsletter-wrapper, .single-post.rightsidebar .content-area .newsletter-section .blossomthemes-email-newsletter-wrapper, .single-post.full-width .content-area .newsletter-section .blossomthemes-email-newsletter-wrapper {
    padding: 60px 40px;
  }
  .single-post.leftsidebar .content-area .newsletter-section .blossomthemes-email-newsletter-wrapper .text-holder, .single-post.rightsidebar .content-area .newsletter-section .blossomthemes-email-newsletter-wrapper .text-holder, .single-post.full-width .content-area .newsletter-section .blossomthemes-email-newsletter-wrapper .text-holder {
    text-align: center;
  }
  .single-post.leftsidebar .content-area .newsletter-section .blossomthemes-email-newsletter-wrapper .text-holder h3, .single-post.rightsidebar .content-area .newsletter-section .blossomthemes-email-newsletter-wrapper .text-holder h3, .single-post.full-width .content-area .newsletter-section .blossomthemes-email-newsletter-wrapper .text-holder h3 {
    display: inline-block;
  }
  .single-post.leftsidebar .content-area .newsletter-section .blossomthemes-email-newsletter-wrapper form > label, .single-post.rightsidebar .content-area .newsletter-section .blossomthemes-email-newsletter-wrapper form > label, .single-post.full-width .content-area .newsletter-section .blossomthemes-email-newsletter-wrapper form > label {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.single-post.full-width .content-area .newsletter-section {
  max-width: 785px;
  margin-left: auto;
  margin-right: auto;
}
.single-post .content-area .newsletter-section {
  margin-top: 50px;
}
.single-post .content-area .newsletter-section .blossomthemes-email-newsletter-wrapper .container form input[name=subscribe-fname] {
  margin-right: 0;
}

/* share article
--------------------------------------------- */
.single article.has-meta {
  position: relative;
}
.single article.has-meta .article-meta .article-meta-inner {
  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;
  grid-gap: 20px;
}
@media screen and (min-width: 768px) {
  .single article.has-meta .article-meta .article-meta-inner {
    position: -webkit-sticky;
    position: sticky;
    top: 160px;
  }
}
.single article.has-meta .article-meta .author {
  margin: 0;
}
.single article.has-meta .article-meta .author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .single article.has-meta .article-meta .author img {
    width: 57px;
    height: 57px;
  }
}
.single article.has-meta .article-meta .byline {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.single article.has-meta .article-meta .byline a {
  text-decoration: none;
  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-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 10px;
  font-size: 1em;
  font-family: var(--secondary-font);
  color: rgba(var(--font-color-rgb), 0.9);
}
.single article.has-meta .article-meta .byline a:hover {
  color: var(--primary-color);
}
.single article.has-meta .article-meta .byline .fn {
  font-family: var(--secondary-font);
  font-size: 1em;
  color: var(--font-color);
  font-weight: normal;
  line-height: 1.75;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.single article.has-meta .article-meta .byline .fn:hover {
  color: var(--primary-color);
}
@media screen and (min-width: 768px) {
  .single article.has-meta {
    padding-left: 125px;
  }
  .single article.has-meta .article-meta {
    width: 104px;
    text-align: center;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
  }
  .single article.has-meta .article-meta .article-meta-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .single article.has-meta .article-meta .byline {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 8px;
    display: inline-block;
  }
  .single article.has-meta .article-meta .byline a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 1400px) {
  .single article.has-meta {
    padding-left: 0;
  }
  .single article.has-meta .article-meta {
    left: -110px;
  }
}
@media (min-width: 1550px) {
  .single article.has-meta .article-meta {
    left: -178px;
  }
}
@media screen and (max-width: 767px) {
  .single article.has-meta .article-meta {
    position: fixed;
    bottom: 0;
    top: unset !important;
    left: 0;
    z-index: 8888;
    width: 100%;
    padding: 0;
    background: var(--white-color);
    -webkit-box-shadow: -4px -4px 10px rgba(var(--black-color-rgb), 0.17);
    box-shadow: -4px -4px 10px rgba(var(--black-color-rgb), 0.17);
  }
  .single article.has-meta .article-meta .article-meta-inner {
    -ms-grid-row-align: center;
    align-self: center;
    position: unset;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 10px 15px;
    max-width: 500px;
    margin: 0 auto;
  }
  .single article.has-meta .article-meta .article-meta-inner .byline {
    margin-bottom: 0;
  }
  .single article.has-meta .article-meta .article-meta-inner .byline img {
    display: inline-block;
    margin-right: 20px;
    margin-left: 0;
  }
  .single article.has-meta .article-meta .article-meta-inner .byline a {
    grid-gap: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
.single.leftsidebar .site-main article.has-meta {
  position: relative;
}
@media screen and (min-width: 992px) {
  .single.leftsidebar .site-main article.has-meta {
    padding-left: 0;
    padding-right: 100px;
  }
  .single.leftsidebar .site-main article.has-meta .article-meta {
    right: 0;
    left: auto;
  }
}
@media screen and (min-width: 1400px) {
  .single.leftsidebar .site-main article.has-meta {
    padding-right: 0;
  }
  .single.leftsidebar .site-main article.has-meta .article-meta {
    left: auto;
    right: -110px;
  }
}
@media (min-width: 1550px) {
  .single.leftsidebar .site-main article.has-meta .article-meta {
    left: auto;
    right: -178px;
  }
}
@media screen and (min-width: 768px) {
  .single.leftsidebar.style-one.single article.has-meta {
    padding-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .single.leftsidebar.style-one.single article.has-meta {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .single.leftsidebar.style-one.single article.has-meta .article-wrapper {
    padding-right: 0;
    padding-left: 125px;
  }
}
@media screen and (min-width: 992px) {
  .single.leftsidebar.style-one.single article.has-meta .article-wrapper {
    padding-left: 0;
    padding-right: 125px;
  }
}
@media screen and (min-width: 1400px) {
  .single.leftsidebar.style-one.single article.has-meta .article-wrapper {
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .single.rightsidebar.style-one.single article.has-meta, .single.full-width.style-one.single article.has-meta {
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .single.rightsidebar.style-one.single article.has-meta .article-wrapper, .single.full-width.style-one.single article.has-meta .article-wrapper {
    padding-left: 125px;
  }
}
@media screen and (min-width: 1400px) {
  .single.rightsidebar.style-one.single article.has-meta .article-wrapper, .single.full-width.style-one.single article.has-meta .article-wrapper {
    padding-left: 0;
  }
}
@media (min-width: 1550px) {
  .single.full-width:not(.style-one).centered article.has-meta .article-meta {
    left: -80px;
  }
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
@-webkit-keyframes slideDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes slideDown {
  from {
    opacity: 0;
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes likeAnimate {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  90% {
    display: none;
  }
  100% {
    display: none;
  }
}
@-o-keyframes likeAnimate {
  0% {
    -o-transform: scale(0);
    transform: scale(0);
  }
  10% {
    -o-transform: scale(1);
    transform: scale(1);
  }
  90% {
    display: none;
  }
  100% {
    display: none;
  }
}
@keyframes likeAnimate {
  0% {
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  10% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  90% {
    display: none;
  }
  100% {
    display: none;
  }
}
@-webkit-keyframes loveAnimate {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@-o-keyframes loveAnimate {
  0% {
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@keyframes loveAnimate {
  0% {
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* -------------accessibility------------ */
.keyboard-nav-on .site input:active, .keyboard-nav-on .site input:focus, .keyboard-nav-on .site input:hover, .keyboard-nav-on .site a:active, .keyboard-nav-on .site a:focus, .keyboard-nav-on .site a:hover, .keyboard-nav-on .site button:active, .keyboard-nav-on .site button:focus, .keyboard-nav-on .site button:hover, .keyboard-nav-on .site textarea:active, .keyboard-nav-on .site textarea:focus, .keyboard-nav-on .site textarea:hover, .keyboard-nav-on .site select:active, .keyboard-nav-on .site select:focus, .keyboard-nav-on .site select:hover {
  outline: #000 dashed 3px !important;
}

/* ---------------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

@media screen and (min-width: 64em) {
  .entry-content blockquote.alignleft, .entry-content blockquote.alignright {
    width: 52%;
  }
}
@media screen and (max-width: 64em) {
  .entry-content blockquote.alignleft, .entry-content blockquote.alignright {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.wp-caption {
  margin: 50px 0;
}
.wp-caption figcaption {
  color: rgba(var(--font-color-rgb), 0.5);
  font-size: 0.833em;
}

ul.social-list, ul.author-socicons, .social-networks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.social-list a, ul.author-socicons a, .social-networks a {
  color: rgba(var(--heading-color-rgb), 1);
  display: block;
}
ul.social-list a:hover, ul.author-socicons a:hover, .social-networks a:hover {
  color: var(--primary-color);
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.skip-link, .skip-link:hover, .skip-link:visited {
  position: absolute;
  top: -999px;
  left: 20px;
  background: #f7f7f7;
  border: 1px solid rgba(var(--black-color-rgb), 0.1);
  font-size: 0.8888em;
  font-weight: 600;
  padding: 10px 20px;
  color: var(--black-color);
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 20px rgba(var(--black-color-rgb), 0.1);
  box-shadow: 0 2px 20px rgba(var(--black-color-rgb), 0.1);
  z-index: 999;
  text-decoration: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

label {
  font-size: 0.833em;
  line-height: 1.5;
}

.owl-carousel .owl-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 15px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  display: block;
  width: 45px;
  height: 45px;
  background-color: var(--primary-color);
  border: 1px solid rgba(var(--primary-color-rgb), 0.1);
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-background-size: 24px 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
}
@media screen and (min-width: 768px) {
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    width: 48px;
    height: 48px;
    -webkit-background-size: 24px 24px;
    background-size: 24px 24px;
  }
}
.owl-carousel .owl-nav button.owl-next.disabled, .owl-carousel .owl-nav button.owl-prev.disabled {
  pointer-events: none;
  background-color: rgba(var(--black-color-rgb), 0.25);
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
  background-color: rgba(var(--black-color-rgb), 0.25);
  border: 1px solid rgba(var(--black-color-rgb), 0.01);
}
.owl-carousel .owl-nav button.owl-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 12L3 12' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 18L3 12L9 6' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E ");
}
.owl-carousel .owl-nav button.owl-next {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 12L21 12' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15 6L21 12L15 18' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E ");
}
.owl-carousel .owl-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 15px;
}
.owl-carousel .owl-dots .owl-dot {
  display: block;
  width: 11px;
  height: 11px;
  background: var(--primary-color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0.1;
}
.owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot.active {
  opacity: 1;
}

.section-subtitle {
  max-width: 100%;
  display: inline-block;
  font-size: 3.3333333333em;
  line-height: 1;
  margin-bottom: 45px;
}

.page-title {
  font-size: 2.66em;
  line-height: 1.3;
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: normal;
}

.section {
  margin-top: 60px;
}
.section .section-header {
  margin-bottom: 24px;
  text-align: left;
}
.section .section-header .section-desc {
  max-width: 555px;
  font-size: 1em;
  line-height: 1.8;
  margin: 0 auto;
}
.section .section-header .section-desc p {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .section {
    margin-top: 80px;
  }
  .section .section-header {
    text-align: center;
    margin-bottom: 50px;
  }
}

.section-title {
  font-family: var(--secondary-font);
  font-size: 2.22em;
  margin-bottom: 0;
  color: var(--heading-color);
}

section .widget {
  margin-bottom: 0;
}

/*# sourceMappingURL=style.css.map */
