/*!
Theme Name: Wellness Coach Lite
Theme URI: https://blossomthemes.com/wordpress-themes/wellness-coach-lite/
Author: Blossom Themes
Author URI: https://blossomthemes.com/
Description: Wellness Coach Lite is a lead generating WordPress theme for health coaches, business owners, entrepreneurs, mentors, therapists, speakers, and leaders. The theme includes several sections like Banner with Call-to-Action, Newsletter, About, Services, Testimonials, and Instagram to showcase your services and get more leads. This speed-optimized theme is easy to use, mobile-friendly, and SEO-friendly. Wellness Coach Lite is translation-ready, Schema-friendly, and RTL script-ready. It is also WooCommerce compatible and works smoothly with LMS plugins such as LearnDash and TutorLMS. Check theme details at https://blossomthemes.com/wordpress-themes/wellness-coach-lite/, demo at https://blossomthemes.com/theme-demo/?theme=wellness-coach-lite, documentation at https://docs.blossomthemes.com/wellness-coach-lite/, and get support at https://blossomthemes.com/support-ticket/
Version: 1.0.7
Tested up to: 6.0
Requires PHP: 5.6
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: wellness-coach-lite
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

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Wellness Coach Lite is based on Underscores https://underscores.me/, (C) 2012-2020 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

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Questrial&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap");
:root {
  --primary-color: #17be8a;
  --primary-color-rgb: 23,190,138;
  --secondary-color: #ffdf00;
  --secondary-color-rgb: 255, 223, 0;
  --font-color: #232323;
  --font-color-rgb: 35, 35, 35;
  --background-color: #fff;
  --background-color-rgb: 255, 255, 255;
  --black-color: #000;
  --black-color-rgb: 0,0,0;
  --white-color: #ffffff;
  --white-color-rgb: 255, 255, 255;
  --nav-font-color-rgb: 23, 23, 23;
  --primary-font: "Questrial", sans-serif;
  --secondary-font: "Roboto Slab", serif;
}

/*--------------------------------------------------------------
# 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 {
  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;
  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 {
  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] {
  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 {
  box-sizing: inherit;
}

html {
  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: -ms-flexbox;
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -ms-flex: 1 0 50%;
      flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -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;
  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 http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  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 {
  font-family: var(--secondary-font);
  font-weight: normal;
  margin-bottom: 1em;
  line-height: 1.55;
}

h1 {
  font-size: 2.222em;
}

h2 {
  font-size: 1.945em;
}

h3 {
  font-size: 1.666em;
}

h4 {
  font-size: 1.333em;
}

h5 {
  font-size: 1.111em;
}

h6 {
  font-size: 1em;
}

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%;
}

/* Elements
--------------------------------------------- */
body {
  background: var(--background-color);
  font-size: 18px;
  line-height: 1.75;
  color: var(--font-color);
  font-family: var(--primary-font);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-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;
  box-sizing: border-box;
}

.section-devider hr {
  margin: 0;
  height: 0;
  background: none;
  border-top: 1px solid rgba(var(--primarycolor-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 li > ul,
.entry-content li > ol {
  margin-top: 10px;
}
.entry-content ul > li, .entry-content ol > li {
  margin-bottom: 10px;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  text-align: left;
}
table thead {
  border-bottom: 1px solid var(--primary-color) !important;
}

table,
tr {
  border-collapse: collapse;
}

td {
  color: var(--font-color);
}

th,
td {
  border: 0 !important;
  padding: 8px;
  text-align: left;
  font-weight: normal;
}

caption,
th,
td {
  padding: 14px 0px;
}

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;
}

blockquote {
  margin: 50px 0;
  padding: 45px 60px;
  background: linear-gradient(to bottom, var(--primary-color), rgba(var(--primary-color-rgb), 0.8));
  color: var(--white-color);
  position: relative;
  z-index: 1;
}
blockquote::before {
  content: "";
  width: 192px;
  height: 149.61px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192.936' height='150.502' viewBox='0 0 192.936 150.502'%3E%3Cg id='Group_5214' data-name='Group 5214' transform='translate(-652.562 -5714.679)'%3E%3Cpath id='Path_5841' data-name='Path 5841' d='M225.141,378.563c-5.494,3.706-10.689,7.3-15.979,10.748-3.573,2.329-7.275,4.458-10.927,6.666-11.017,6.664-22.279,7.548-33.914,1.585-4.924-2.524-7.228-7.118-9.175-11.773a77.908,77.908,0,0,1-3.979-13.218c-1.666-7.506-3.7-15.048-2.609-22.841a199.949,199.949,0,0,1,3.624-20.6c.844-3.383,2.926-6.625,5.042-9.493,4.683-6.348,9.607-12.534,14.707-18.553a35.951,35.951,0,0,1,8.03-7.258c3.7-2.324,6.044-5.633,8.624-8.912,5.388-6.846,10.983-13.529,16.42-20.337a36.162,36.162,0,0,0,2.471-4.167c.273-.457.52-1.074.942-1.274,4.649-2.2,9.245-4.562,14.032-6.421,3.377-1.311,5.911,1.673,8.8,2.78a3.751,3.751,0,0,1-.248,2.391c-2.571,4.893-5.256,9.727-7.89,14.587-5.922,10.923-12.325,21.621-17.613,32.842-5.441,11.543-10.513,23.407-10.885,36.516-.109,3.876.447,7.768.627,11.656.109,2.369,1.7,2.586,3.424,2.369a19.967,19.967,0,0,0,11.972-5.843c2.363-2.367,3.762-2.461,6.394-.322,3.372,2.741,6.572,5.7,9.81,8.6a2.067,2.067,0,0,1,.718,1.382c-.253,4.306-.59,8.62-3.891,11.924C220,375.263,220.047,375.757,225.141,378.563Z' transform='translate(613.645 5463.114)' fill='%23fff' stroke='rgba(0,0,0,0)' stroke-miterlimit='10' stroke-width='1' opacity='0.1'/%3E%3Cpath id='Path_5842' data-name='Path 5842' d='M288.237,376.729c-7.705,7.071-15.051,14.224-25.44,16.982-1.943.515-3.693,1.921-5.416,3.089-8.887,6.029-18.789,5.77-28.622,4.024-7.066-1.255-11.22-7.134-12.15-14.314-1.587-12.26,1.5-23.747,5.339-35.148.173-.514.481-.987.625-1.506,3.151-11.4,9.947-21.071,15.405-31.315,3.781-7.1,9.507-13.156,14.565-19.951,1,1.664,1.568,2.837,2.339,3.858,1.587,2.1,3.591,1.44,4.928-.715a14.827,14.827,0,0,0,1.155-2.741c.654-1.775,1.7-2.548,3.753-1.326-.348-3.659-.057-7.223,3.552-8.651,1.357-.537,3.507.934,5.508,1.555,1.1-1.912,2.7-4.422,3.987-7.079.349-.717-.141-1.9-.393-2.836-.5-1.83-1.229-3.6-1.632-5.451-.925-4.245.733-7.764,3.211-11.1,1.835-2.468,3.406-5.132,5.125-7.688,3.374-5.014,7.568-5.455,11.986-1.281a26.48,26.48,0,0,0,4,3.644,9.935,9.935,0,0,0,4.231,1.037,14.809,14.809,0,0,0,3.5-.619c-.8,1.726-1.357,3.056-2.019,4.332-8.284,15.939-16.92,31.707-24.768,47.857-5.81,11.957-10.606,24.407-15.844,36.641a7.386,7.386,0,0,0-.378,1.3c-1.088,4.936.658,6.447,5.69,5.482,4.342-.835,7.224-4.5,11.3-5.5a33.288,33.288,0,0,1,9.795-.761c2.07.118,4.357,5.367,3.767,8.175-1.169,5.57-3.185,10.828-7.222,14.993C286.353,373.532,285.512,375,288.237,376.729Z' transform='translate(436.817 5462.879)' fill='%23fff' stroke='rgba(0,0,0,0)' stroke-miterlimit='10' stroke-width='1' opacity='0.1'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 43px;
  top: 31px;
  z-index: -1;
}
blockquote p {
  font-size: 1.111em;
  font-family: var(--secondary-font);
  line-height: 1.75;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote.wp-block-quote cite {
  font-style: italic;
  font-size: 1em;
  letter-spacing: 1.5px;
  margin-left: 10px;
}

/* Links
--------------------------------------------- */
/* Links
--------------------------------------------- */
.site a {
  color: var(--primary-color);
  text-decoration: none;
}
.site .entry-content a:hover {
  text-decoration: underline;
}
.site .entry-content a:focus {
  outline: thin dotted;
}
.site .entry-content a:hover, .site .entry-content a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
input[type=submit] {
  border-radius: 0;
  border: none;
  font-size: 0.722em;
  line-height: 1;
  outline-width: 2px;
  outline-style: dotted;
  outline-offset: 1px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 19px 20px;
  color: var(--primary-color);
  transition: all 0.35s ease;
  white-space: nowrap;
  font-family: var(--secondary-font);
  background: var(--secondary-color);
  color: var(--white-color);
  outline-color: var(--secondary-color);
  cursor: pointer;
}
input[type=submit]:hover {
  background: var(--font-color);
  color: var(--white-color);
  outline-color: var(--font-color);
}
@media screen and (min-width: 768px) {
  input[type=submit] {
    font-size: 0.944em;
    padding: 17px 36.71px;
  }
}

.arrow-btn .elementor-button {
  border-radius: 0;
  border: none;
  line-height: 1;
  outline-width: 2px;
  outline-style: dotted;
  outline-offset: 1px;
  outline-color: var(--secondary-color) !important;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: var(--primary-color);
  transition: all 0.35s ease;
  white-space: nowrap;
  font-family: var(--secondary-font);
  background: var(--secondary-color);
  color: var(--font-color);
  cursor: pointer;
}
.arrow-btn .elementor-button:hover {
  background: var(--primary-color);
  color: var(--white-color);
  outline-color: var(--primary-color) !important;
}

.btn-outline-primary .elementor-button {
  outline-width: 2px;
  outline-offset: 1px;
  outline-style: dotted;
  outline-color: var(--primary-color);
}
.btn-outline-primary .elementor-button:hover {
  outline-color: var(--secondary-color);
}

.btn-outline-secondary .elementor-button {
  outline-width: 2px;
  outline-offset: 1px;
  outline-style: dotted;
  outline-color: var(--secondary-color);
}
.btn-outline-secondary .elementor-button:hover {
  outline-color: var(--primary-color);
}

.btn-readmore, .btn-link {
  font-size: 0.805em;
  line-height: 1.1;
  display: inline-block;
  color: var(--primary-color);
  text-decoration: none;
  position: relative;
  font-family: var(--secondary-font);
}
.btn-readmore::before, .btn-link::before {
  content: "";
  width: 4.66px;
  height: 5.38px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4.662' height='5.383' viewBox='0 0 4.662 5.383'%3E%3Cpath id='path5019' d='M137.911-3.986l-4.662,2.692V-6.678Z' transform='translate(-133.249 6.678)' fill='%2317be8a'/%3E%3C/svg%3E%0A");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: -1px;
  bottom: -7.75px;
  transition: all 0.235s ease-in-out;
}
.btn-readmore::after, .btn-link::after {
  content: "";
  width: 100%;
  height: 0;
  border-top: 1px dotted var(--primary-color);
  position: absolute;
  left: 0;
  bottom: -5.5px;
}
.btn-readmore:hover, .btn-link:hover {
  text-decoration: none !important;
}
.btn-readmore:hover::before, .btn-link:hover::before {
  left: 100%;
}

.wc-btn, .btn-cta {
  border-radius: 0;
  font-size: 0.722em;
  line-height: 1;
  outline-width: 2px;
  outline-style: dotted;
  outline-offset: 1px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 19px 20px;
  color: var(--primary-color);
  transition: all 0.35s ease;
  white-space: nowrap;
  font-family: var(--secondary-font);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .wc-btn, .btn-cta {
    font-size: 0.944em;
    padding: 17px 36.71px;
    width: unset;
  }
}
.wc-btn::after, .btn-cta::after {
  content: "";
}
.wc-btn:hover, .btn-cta:hover {
  background: var(--primary-color);
  color: var(--white-color);
  outline: 2px dotted var(--primary-color);
  text-decoration: none !important;
}
.wc-btn.wc-btn-sm, .btn-cta.wc-btn-sm {
  font-size: 0.888em;
  padding: 15px 36.71px;
}
.wc-btn.wc-btn-one, .wc-btn.btn-1, .btn-cta.wc-btn-one, .btn-cta.btn-1 {
  background: var(--secondary-color);
  color: var(--white-color);
  outline: 2px dotted var(--secondary-color);
}
.wc-btn.wc-btn-one:hover, .wc-btn.btn-1:hover, .btn-cta.wc-btn-one:hover, .btn-cta.btn-1:hover {
  background: var(--font-color);
  color: var(--white-color);
  outline: 2px dotted var(--font-color);
}
.wc-btn.wc-btn-two, .wc-btn.btn-2, .btn-cta.wc-btn-two, .btn-cta.btn-2 {
  background: var(--primary-color);
  outline-color: var(--primary-color);
  color: var(--white-color);
}
.wc-btn.wc-btn-two:hover, .wc-btn.btn-2:hover, .btn-cta.wc-btn-two:hover, .btn-cta.btn-2:hover {
  background: var(--secondary-color);
  color: var(--white-color);
  outline: 2px dotted var(--secondary-color);
}

.toggle-btn {
  width: 22.64px;
  height: 16.79px;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  position: relative;
  opacity: 0.6;
  cursor: pointer;
  transition: all 0.125s ease;
}
.toggle-btn:hover {
  opacity: 1;
}
.toggle-btn .toggle-bar {
  width: 22.64px;
  height: 2.29px;
  background: #232323;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.toggle-btn .toggle-bar:first-child {
  margin-top: 0px;
}
.toggle-btn .toggle-bar:last-child {
  margin-bottom: 0px;
}

.submenu-toggle-btn {
  all: unset;
  cursor: pointer;
  margin-left: 10px;
  color: var(--primary-color);
  transition: all 0.3s ease;
  height: 15px;
  line-height: 1;
  background: none !important;
}
.submenu-toggle-btn.active {
  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: #232323;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}
.close-btn::before {
  transform: rotate(-45deg);
}
.close-btn:hover {
  text-decoration: none;
}
.close-btn:hover::before, .close-btn:hover::after {
  background: var(--secondary-color);
}

.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,
.added_to_cart,
.add_to_cart_button,
.single_add_to_cart_button,
.wc-forward,
.woocommerce-Reviews #review_form input[type=submit] {
  border: none;
  min-width: unset !important;
  max-width: unset !important;
  border-radius: 0 !important;
  font-size: 0.8888888889em !important;
  line-height: 1 !important;
  white-space: nowrap;
  cursor: pointer;
  transition: all ease 0.35s;
  line-height: 1;
  outline-width: 2px;
  outline-style: dotted;
  outline-offset: 1px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 16px 35px !important;
  transition: all 0.35s ease;
  white-space: nowrap;
  font-family: var(--secondary-font);
  width: 100%;
  background: var(--primary-color) !important;
  outline-color: var(--primary-color) !important;
  color: var(--white-color) !important;
}
@media screen and (min-width: 768px) {
  .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,
.added_to_cart,
.add_to_cart_button,
.single_add_to_cart_button,
.wc-forward,
.woocommerce-Reviews #review_form input[type=submit] {
    font-size: 0.944em;
    padding: 17px 36.71px;
    width: unset;
  }
}
.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,
.added_to_cart:hover,
.add_to_cart_button:hover,
.single_add_to_cart_button:hover,
.wc-forward:hover,
.woocommerce-Reviews #review_form input[type=submit]:hover {
  background: var(--secondary-color) !important;
  color: var(--white-color) !important;
  outline: 2px dotted var(--secondary-color) !important;
  text-decoration: none !important;
}
.woocommerce .button::after,
.woocommerce .woocommerce-message .button::after,
.woocommerce #payment #place_order::after,
.woocommerce-page #payment #place_order::after,
.woocommerce-cart #primary .page .entry-content table.shop_table td.actions .button::after,
.woocommerce-cart #primary .page .entry-content table.shop_table td.actions .button::after,
.added_to_cart::after,
.add_to_cart_button::after,
.single_add_to_cart_button::after,
.wc-forward::after,
.woocommerce-Reviews #review_form input[type=submit]::after {
  content: none !important;
}

/* field
--------------------------------------------- */
.container {
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
  max-width: 450px;
}
@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;
  }
}

.section-grid, .section-inner-grid, .grid {
  margin: 0 -15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  grid-row-gap: 30px;
}
@media screen and (min-width: 768px) {
  .section-grid, .section-inner-grid, .grid {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.page-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.grid-item {
  padding: 0 15px;
  width: 100%;
}

/* --------------------------------------------------------------
# Components
-------------------------------------------------------------- */
/* heading
--------------------------------------------- */
/* sticky-t-bar
--------------------------------------------- */
/* sticky-heading
--------------------------------------------- */
.sticky-header {
  padding: 5px 0;
  background: var(--background-color);
  box-shadow: 0 3px 5px rgba(var(--black-color-rgb), 0.05);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  visibility: hidden;
  transform: translateY(-100%);
  transition: all ease 0.35s;
}
.sticky-header .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.sticky-header .container .nav-plus-btn-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  grid-gap: 20px;
}
.sticky-header .container .nav-plus-btn-wrapper .toggle-btn-wrap {
  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 {
    -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 .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 {
    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;
  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);
    box-shadow: -5px 0 15px rgba(var(--black-color-rgb), 0.1);
    width: 320px;
    z-index: 9999;
    margin: 0;
    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;
  }
}

/* navigation
--------------------------------------------- */
.nav-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  font-size: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: var(--secondary-font);
}
.nav-menu li {
  position: relative;
  padding: 10px;
}
.nav-menu li a {
  color: rgba(23, 23, 23, 0.8);
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
}
.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(23, 23, 23, 0.8);
}
@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 {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    z-index: 99998;
  }
}
.nav-menu li .sub-menu, .nav-menu li ul {
  display: none;
  -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);
    transition: all 0.235s ease;
    padding-top: 0;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    box-shadow: 0 5px 15px rgba(var(--black-color-rgb), 0.05);
    visibility: hidden;
    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 {
    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;
}
@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);
    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: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
        align-items: center;
    grid-gap: 20px;
  }
  .main-navigation .submenu-toggle-btn,
.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: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.main-navigation .nav-menu li {
  padding: 20px 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  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 {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    border: none;
  }
  .main-navigation .nav-menu li:not(:last-child) {
    border: none;
  }
}
@media screen and (min-width: 1400px) {
  .main-navigation .nav-menu li {
    padding: 22px 25px;
  }
}
@media screen and (max-width: 1199px) {
  .main-navigation .nav-menu li .submenu-toggle-btn {
    position: absolute;
    right: 15px;
    top: 20px;
  }
}

.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);
  box-shadow: -5px 0 15px rgba(var(--black-color-rgb), 0.1);
  width: 320px;
  z-index: 9999;
}
.secondary-nav > div .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
}
.secondary-nav > div .nav-menu li:not(:last-child) {
  border-bottom: 1px solid rgba(var(--black-color-rgb), 0.05);
}
.secondary-nav > div .nav-menu li.menu-item-has-children .submenu-toggle-btn {
  position: absolute;
  right: 20px;
  top: 18px;
  pointer-events: all;
}
.secondary-nav > div .nav-menu li .sub-menu {
  all: unset;
  display: none;
  position: static;
  opacity: 1;
  visibility: visible;
}
.secondary-nav > div .nav-menu li .sub-menu .menu-item-has-children .submenu-toggle-btn {
  transform: rotate(0);
}

.site-header:not(.style-three) .secondary-nav .nav-menu .sub-menu li {
  padding-bottom: 0;
  border-bottom: 0;
}

@media (min-width: 1025px) {
  .main-navigation .submenu-toggle {
    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: 22px;
  }

  .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='%2317be8a' 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: -7px;
    top: 0;
    width: 0.9em;
    height: 0.9em;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
  }

  .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='%2317be8a' 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.header-main .main-navigation > div .nav-menu > li:last-child .sub-menu li a::after,
.site-header .header-main .main-navigation > div .nav-menu > li:nth-last-child(2) .sub-menu li a::after {
    transform: rotate(90deg);
  }

  .keyboard-nav-on .footer-navigation .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;
}

.footer-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: 22px;
}

.footer-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='%2317be8a' 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;
}

.footer-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: 7px;
  top: 14px;
  width: 0.9em;
  height: 0.9em;
  background-repeat: no-repeat;
  transform: rotate(-90deg);
}

.footer-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='%2317be8a' 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");
}

/* one-page-navigation
--------------------------------------------- */
/*==========================================
sticky-t-bar
==========================================*/
.site-branding .site-title {
  line-height: 1.3;
  margin: 0;
  font-size: 30px;
}
.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: -ms-flexbox;
  display: flex;
  -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 {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    margin-right: 15px;
  }
  .site-branding.has-image-text .site-title-wrap {
    margin-left: 0;
  }
}

.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 {
  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 a {
  font-size: 16px;
  color: rgba(35, 35, 35, 0.7);
}
.site-header .header-social .social-list a:hover {
  color: var(--primary-color);
}
.site-header .header-search .search-toggle {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  color: rgba(35, 35, 35, 0.7);
  line-height: 1;
}
.site-header .header-search .search-toggle path {
  fill: rgba(35, 35, 35, 0.7);
  stroke: rgba(35, 35, 35, 0.7);
}
.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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: 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;
    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;
  transform: rotate(45deg);
  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 {
  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-block;
}
.site-header .header-cart a {
  color: rgba(var(--font-color-rgb), 0.7);
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  text-decoration: none;
}
.site-header .header-cart a path {
  fill: rgba(var(--font-color-rgb), 0.7);
}
.site-header .header-cart a .number, .site-header .header-cart a .cart-count {
  background: rgba(var(--primary-color-rgb), 0.8);
  color: var(--white-color);
  text-align: center;
  font-size: 12px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  right: -10px;
}
.site-header .secondary-nav {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 1399px) {
  .site-header .header-button-wrap .wc-btn {
    padding: 15px 20px;
  }
}
.site-header .header-top {
  background: rgba(var(--secondary-color-rgb), 0.08);
  padding: 9px 0;
}
.site-header .header-top .container,
.site-header .header-top .container > [class*=header-] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  grid-gap: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.site-header .header-top .container {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .site-header .header-top .container {
    -ms-flex-direction: column;
        flex-direction: column;
    grid-gap: 10px;
  }
  .site-header .header-top .container .header-center {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.site-header .header-main {
  background: rgba(var(--white-color-rgb), 0.1);
  padding: 20px 0;
}
@media screen and (min-width: 1200px) {
  .site-header .header-main {
    padding: 30px 0;
  }
}
.site-header .header-main .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (min-width: 1200px) {
  .site-header .header-main .container > .toggle-btn {
    display: none;
  }
}
.site-header .header-main .main-navigation {
  -ms-flex: 1;
      flex: 1;
}
@media screen and (min-width: 1400px) {
  .site-header:not(.style-one) .container {
    max-width: 1650px;
  }
}
@media screen and (min-width: 1200px) {
  .site-header:not(.style-one) .header-main .main-navigation .nav-menu > li:nth-last-child(3) .sub-menu, .site-header:not(.style-one) .header-main .main-navigation .nav-menu > li:nth-last-child(2) .sub-menu, .site-header:not(.style-one) .header-main .main-navigation .nav-menu > li:last-child .sub-menu {
    left: 0;
    right: auto;
  }
  .site-header:not(.style-one) .header-main .main-navigation .nav-menu > li:nth-last-child(3) .sub-menu .submenu-toggle-btn, .site-header:not(.style-one) .header-main .main-navigation .nav-menu > li:nth-last-child(2) .sub-menu .submenu-toggle-btn, .site-header:not(.style-one) .header-main .main-navigation .nav-menu > li:last-child .sub-menu .submenu-toggle-btn {
    transform: rotate(90deg);
  }
  .site-header:not(.style-one) .header-main .main-navigation .nav-menu > li:nth-last-child(3) .sub-menu .sub-menu, .site-header:not(.style-one) .header-main .main-navigation .nav-menu > li:nth-last-child(2) .sub-menu .sub-menu, .site-header:not(.style-one) .header-main .main-navigation .nav-menu > li:last-child .sub-menu .sub-menu {
    left: auto;
    right: 100%;
  }
}
@media screen and (max-width: 767px) {
  .site-header:not(.style-two) .header-top .container .header-center {
    grid-gap: 10px;
  }
}
.site-header.style-one .header-main .header-button-wrap {
  padding: 0 0 0 30px;
}
.site-header.style-one .header-main .main-navigation {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
@media screen and (max-width: 1199px) {
  .site-header.style-one .header-main .main-navigation .header-button-wrap {
    padding: 15px;
  }
  .site-header.style-one .header-main .main-navigation .header-button-wrap .wc-btn {
    color: var(--font-color);
    background: var(--secondary-color);
    outline-color: var(--white-color);
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.site-header .mobile-header .header-main .container .mob-nav-site-branding-wrap .header-left {
  position: relative;
}
.site-header .mobile-header .header-main .container .mob-nav-site-branding-wrap .header-left .toggle-btn-wrap {
  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(--font-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 .container .main-navigation {
  -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%;
  transform: translateX(-100%);
  background-color: var(--white-color);
  box-shadow: 10px 0 20px rgba(var(--font-color-rgb), 0.15);
  overflow-y: auto;
  visibility: hidden;
  z-index: 99999;
  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 {
  background: rgba(var(--secondary-color-rgb), 0.05);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 0;
  max-width: 100%;
  min-height: 100%;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .mobile-header-wrap {
  background: #fff;
  padding: 22px 15px 25px 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .mobile-header-wrap > .close {
  position: absolute;
  top: 23px;
  right: 18px;
  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;
  transform: rotate(45deg);
  transition: all ease 0.35s;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .mobile-header-wrap > .close:after {
  transform: rotate(-45deg);
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .mobile-header-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 48px;
  padding: 0 15px;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .mobile-header-wrapper .header-left {
  margin-top: -40px;
}
.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 {
  padding-left: 13px;
  margin-left: 13px;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-social {
  margin-right: 40px;
}
.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;
  transition: all 0.3s ease;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-social ul li a svg {
  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;
  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 20px 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(--secondary-font);
  font-size: 15px;
  color: rgba(var(--font-color-rgb), 0.9);
  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;
}
.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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
}
.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 > div {
  height: unset;
  display: block;
  position: static;
  width: unset;
  height: unset;
  background-color: 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;
  padding: 17px 20px 0 0;
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-right .secondary-nav > div .nav-menu li a {
  font-family: var(--secondary-font);
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  color: rgba(var(--font-color-rgb), 0.8);
}
.site-header .mobile-header .header-bottom-slide .header-bottom-slide-inner .container .header-right .secondary-nav > div .nav-menu li .submenu-toggle-btn {
  top: 22px;
  right: 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;
}

/* Front pages
--------------------------------------------- */
.site-banner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .site-banner .banner-wrapper .wp-custom-header {
    height: 694px;
  }
}
.site-banner .banner-wrapper .caption-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  background: none;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  padding: 0;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  .site-banner .banner-wrapper .caption-wrapper {
    position: absolute;
  }
}
.site-banner .banner-wrapper .banner-caption {
  max-width: 678px;
  background: var(--white-color);
  padding: 30px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .site-banner .banner-wrapper .banner-caption {
    padding: 80px 70px;
  }
}
.site-banner .banner-wrapper .banner-caption .banner-title {
  font-size: 1.9em;
  line-height: 1.25;
  font-weight: normal;
  margin-bottom: 33px;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .site-banner .banner-wrapper .banner-caption .banner-title {
    padding-right: 25px;
    font-size: 2.2222222222em;
    line-height: 1.5;
  }
}
.site-banner .banner-wrapper .banner-caption .banner-title span {
  font-family: var(--signature-font-one);
}
.site-banner .banner-wrapper .banner-caption .banner-desc {
  margin-bottom: 36px;
  letter-spacing: 0.2px;
}
@media screen and (min-width: 768px) {
  .site-banner .banner-wrapper .banner-caption .banner-desc {
    font-size: 1.2222222222em;
    line-height: 2;
  }
}
.site-banner .banner-wrapper .banner-caption .banner-button-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 15px;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media screen and (min-width: 576px) {
  .site-banner .banner-wrapper .banner-caption .banner-button-wrap {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.site-banner.static-cta.style-one {
  padding: 50px 15px;
  background-color: rgba(23, 190, 138, 0.03);
}
@media screen and (min-width: 768px) {
  .site-banner.static-cta.style-one {
    padding: 50px 40px;
  }
}
@media screen and (min-width: 1400px) {
  .site-banner.static-cta.style-one {
    padding: 120px 40px;
  }
}
@media screen and (min-width: 768px) {
  .site-banner.static-cta.style-one .wp-custom-header {
    height: unset;
  }
}
@media screen and (min-width: 1200px) {
  .site-banner.static-cta.style-one .wp-custom-header {
    width: 64%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    height: 694px;
  }
}
.site-banner.static-cta.style-one .wp-custom-header img {
  height: unset;
  width: unset;
  -o-object-fit: unset;
     object-fit: unset;
}
.site-banner.static-cta.style-one .caption-wrapper {
  position: static;
}
@media screen and (min-width: 1200px) {
  .site-banner.static-cta.style-one .caption-wrapper {
    position: absolute;
  }
}
.site-banner.static-cta .banner-caption {
  text-align: center;
}
@media (max-width: 1550px) {
  .site-banner.static-cta .banner-caption {
    max-width: 600px;
  }
}
.site-banner.static-cta .banner-caption .banner-title {
  margin-bottom: 25px;
}
.site-banner.static-cta .banner-button-wrap {
  -ms-flex-pack: center;
      justify-content: center;
}
.site-banner.static-cta .container {
  max-width: 1650px;
}
.site-banner.static-cta .item {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .site-banner.static-cta .item.right .banner-caption {
    margin-left: auto;
  }
}
@media screen and (min-width: 1200px) {
  .site-banner.static-cta .item.left .wp-custom-header {
    margin-left: auto;
  }
}
@media only screen and (max-width: 1200px) {
  .site-banner.static-cta .banner-caption {
    margin: auto;
    margin-top: 15px;
  }
}
.site-banner .owl-carousel .owl-nav button.owl-prev,
.site-banner .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 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.slider-one {
  background: rgba(var(--primary-color-rgb), 0.07);
  padding: 60px 0;
}
@media screen and (min-width: 992px) {
  .site-banner.slider-one {
    padding: 100px 0;
  }
}
@media screen and (min-width: 992px) {
  .site-banner.slider-one .banner-wrapper {
    position: relative;
  }
  .site-banner.slider-one .banner-wrapper::before {
    content: "";
    width: calc(100% - 200px);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: var(--white-color);
    z-index: -1;
  }
}
.site-banner.slider-one .banner-wrapper .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media screen and (min-width: 992px) {
  .site-banner.slider-one .banner-wrapper .item {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: row;
        flex-direction: row;
    padding: 100px 40px 100px 0;
  }
  .site-banner.slider-one .banner-wrapper .item .banner-img-wrap {
    -ms-flex: 0 0 45.134%;
        flex: 0 0 45.134%;
    max-width: 45.134%;
  }
  .site-banner.slider-one .banner-wrapper .item .banner-caption {
    padding: 0;
    padding-left: 80px;
  }
}
.site-banner.slider-one .banner-wrapper .item .banner-img-wrap img {
  width: 100%;
}
.site-banner.slider-one .banner-wrapper .banner-caption {
  max-width: 100%;
}
.site-banner.slider-one .banner-wrapper .banner-caption .banner-title {
  padding: 0;
  max-width: 468px;
}
.site-banner.slider-one .banner-wrapper .banner-caption .banner-title a {
  text-decoration: none;
  color: var(--font-color-rgb);
}
.site-banner.slider-one .banner-wrapper .banner-caption .banner-title a:hover {
  color: var(--primary-color);
}
@media (min-width: 1480px) {
  .site-banner.slider-one .owl-nav button.owl-prev {
    left: -130px;
  }
}
@media (min-width: 1480px) {
  .site-banner.slider-one .owl-nav button.owl-next {
    right: -130px;
  }
}

.site-banner.cta-newsletter-banner .item.right .banner-caption {
  margin-left: auto;
}
.site-banner.cta-newsletter-banner .caption-wrapper > .container {
  max-width: 1574px;
}
.site-banner.cta-newsletter-banner .banner-caption {
  background: none;
  padding: 0;
  max-width: 565px;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .site-banner.cta-newsletter-banner .banner-caption {
    margin: auto;
    background-color: rgba(23, 190, 138, 0.03);
  }
}
.site-banner.cta-newsletter-banner .container .banner-caption .blossomthemes-email-newsletter-wrapper {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .site-banner.cta-newsletter-banner .container .banner-caption .blossomthemes-email-newsletter-wrapper {
    padding: 55px 40px;
  }
}
.site-banner.cta-newsletter-banner .container .banner-caption .blossomthemes-email-newsletter-wrapper .text-holder {
  text-align: left;
}
.site-banner.cta-newsletter-banner .blossomthemes-email-newsletter-wrapper form input[type=text] {
  margin: 18px 0 0;
}
.site-banner.cta-newsletter-banner.style-two.site-banner .banner-wrapper .wp-custom-header img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-overlay .site-banner.style-four.overlay-disable .banner-wrapper::before {
  background: none;
}

/* Front pages
--------------------------------------------- */
.newsletter-section .widget_blossomthemes_email_newsletter_widget {
  padding: 0;
  margin: 0;
  border: 0;
}
.newsletter-section .widget_blossomthemes_email_newsletter_widget .widget-title {
  display: none;
}
.newsletter-section .widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper {
  padding: 60px 0;
}
@media screen and (min-width: 1025px) {
  .newsletter-section .widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper.no-icon .container {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.newsletter-section .widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  grid-gap: 20px;
  position: relative;
}
.newsletter-section .widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper .container .img-holder {
  margin: 0;
}
@media (min-width: 1200px) {
  .newsletter-section .widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper .container .img-holder {
    position: absolute;
    bottom: -60px;
    left: -0.3%;
    height: auto;
    border-radius: 0;
    margin: 0;
    overflow: visible;
  }
}
@media (min-width: 1367px) {
  .newsletter-section .widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper .container .img-holder {
    left: -5.3%;
    max-width: 236px;
  }
}
@media (min-width: 1700px) {
  .newsletter-section .widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper .container .img-holder {
    left: -235px;
  }
}
@media screen and (min-width: 1025px) {
  .newsletter-section .widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper .container {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    grid-gap: 40px;
  }
  .newsletter-section .widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper .container .img-holder {
    max-width: 200px;
  }
  .newsletter-section .widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper .container .text-holder {
    text-align: left;
    width: 390px;
    margin-bottom: 0;
  }
  .newsletter-section .widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper .container form {
    max-width: calc(100% - 625px);
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-column-gap: 17px;
  }
  .newsletter-section .widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper .container form input:not(input[type=checkbox], input[type=submit]) {
    -ms-flex: 1;
        flex: 1;
    max-width: 370px;
  }
  .newsletter-section .widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper .container form > label {
    width: 100%;
    margin: 5px 0 5px 0;
  }
  .newsletter-section .widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper .container form input[type=submit] {
    max-width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .newsletter-section .widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper .container {
    -ms-flex-pack: end;
        justify-content: flex-end;
    grid-gap: 75px;
  }
  .newsletter-section .widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper .container .img-holder {
    width: unset;
    transform: translate(0px, 50px);
  }
  .newsletter-section .widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper .container form {
    max-width: calc(100% - 682px);
  }
}
@media screen and (min-width: 1367px) {
  .newsletter-section .widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper .container {
    -ms-flex-pack: center;
        justify-content: center;
    grid-gap: 122px;
  }
  .newsletter-section .widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper .container .text-holder {
    width: 390px;
  }
  .newsletter-section .widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper .container form {
    max-width: calc(100% - 773px);
  }
}
@media (min-width: 1700px) {
  .newsletter-section .widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper .container {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .newsletter-section .widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper .container .text-holder {
    max-width: 506px;
    text-align: left;
    width: 100%;
  }
  .newsletter-section .widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper .container .img-holder {
    max-width: 236px;
  }
  .newsletter-section .widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper .container form {
    max-width: calc(100% - 520px);
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-column-gap: 17px;
  }
  .newsletter-section .widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper .container form input:not(input[type=checkbox], input[type=submit]) {
    -ms-flex: 1;
        flex: 1;
    max-width: 370px;
  }
  .newsletter-section .widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper .container form > label {
    width: 100%;
    margin: 5px 0 5px 0;
  }
  .newsletter-section .widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper .container form input[type=submit] {
    max-width: 100%;
  }
}
.newsletter-section .widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper .text-holder {
  text-align: left;
}
.newsletter-section .widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper .text-holder h3 {
  font-size: 1.6666666667em;
  margin-bottom: 15px;
}
.newsletter-section .widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper form > [class*=subscribe-] {
  margin-bottom: 10px;
}
.newsletter-section .widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper form input[type=submit] {
  margin-bottom: 0;
  width: 100%;
}
.newsletter-section .widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper form > label {
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
}
.newsletter-section .widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper form > label .subscribe-inner-wrap {
  -ms-flex-align: start;
      align-items: flex-start;
}
.newsletter-section .widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper form > label .subscribe-inner-wrap .check-mark {
  margin-top: 3px;
}
.newsletter-section .widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper form > label .subscribe-inner-wrap input[type=checkbox]:checked + .check-mark {
  background-color: #fff;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .newsletter-section .widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper .container {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-align: center;
        align-items: center;
  }
  .newsletter-section .widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper .container .img-holder {
    max-width: 200px;
  }
  .newsletter-section .widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper .container .text-holder {
    max-width: calc(100% - 232px);
    padding-left: 0px;
    margin-bottom: 0;
  }
  .newsletter-section .widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper .container form {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-column-gap: 17px;
  }
  .newsletter-section .widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper .container form input:not(input[type=checkbox], input[type=submit]) {
    -ms-flex: 1;
        flex: 1;
    max-width: 370px;
  }
  .newsletter-section .widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper .container form > label {
    width: 100%;
    margin: 5px 0 5px 0;
  }
  .newsletter-section .widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper .container form input[type=submit] {
    max-width: 100%;
  }
}

.client-section {
  padding: 80px 0 70px;
  background: var(--background-color);
  position: relative;
}
.client-section::after {
  content: "";
  border-top: 24px solid var(--background-color);
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  z-index: 99;
}
.client-section .client-sec__content-wrapper .widget_blossom_client_logo_widget .blossom-iw-inner-holder {
  text-align: center;
}
.client-section .client-sec__content-wrapper .widget_blossom_client_logo_widget .blossom-iw-inner-holder .widget-title {
  margin-bottom: 19px;
  font-size: 1em;
  line-height: 1;
  font-family: var(--primary-font);
  font-weight: normal;
  z-index: 1;
  display: block;
}
.client-section .client-sec__content-wrapper .widget_blossom_client_logo_widget .blossom-iw-inner-holder .widget-title::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(var(--primary-color-rgb), 0.1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.client-section .client-sec__content-wrapper .widget_blossom_client_logo_widget .blossom-iw-inner-holder .widget-title::after {
  content: none;
}
.client-section .client-sec__content-wrapper .widget_blossom_client_logo_widget .blossom-iw-inner-holder .widget-title span {
  display: inline-block;
  padding: 10px 50px;
  background: var(--background-color);
}
.client-section .client-sec__content-wrapper .widget_blossom_client_logo_widget .blossom-iw-inner-holder .blossom-inner-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (max-width: 767px) {
  .client-section .client-sec__content-wrapper .widget_blossom_client_logo_widget .blossom-iw-inner-holder .blossom-inner-wrap {
    display: block;
  }
}
.client-section .client-sec__content-wrapper .widget_blossom_client_logo_widget .blossom-iw-inner-holder .blossom-inner-wrap:hover .image-holder img {
  opacity: 0.3;
}
.client-section .client-sec__content-wrapper .widget_blossom_client_logo_widget .blossom-iw-inner-holder .blossom-inner-wrap .owl-stage {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  transition-timing-function: ease-in-out !important;
}
.client-section .client-sec__content-wrapper .widget_blossom_client_logo_widget .blossom-iw-inner-holder .blossom-inner-wrap .owl-nav {
  margin: 0;
}
.client-section .client-sec__content-wrapper .widget_blossom_client_logo_widget .blossom-iw-inner-holder .blossom-inner-wrap .owl-nav button {
  border: none;
  background-color: none;
  position: absolute;
  top: 50%;
}
.client-section .client-sec__content-wrapper .widget_blossom_client_logo_widget .blossom-iw-inner-holder .blossom-inner-wrap .owl-nav button:hover {
  background-color: unset;
}
.client-section .client-sec__content-wrapper .widget_blossom_client_logo_widget .blossom-iw-inner-holder .blossom-inner-wrap .owl-nav button.owl-prev {
  left: 0;
  transform: translate(-100%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.408' height='5.05' viewBox='0 0 28.408 5.05'%3E%3Cg id='Group_1332' data-name='Group 1332' transform='translate(28.408 5.05) rotate(180)'%3E%3Cpath id='Path_24928' data-name='Path 24928' d='M3114.726,1523h-25.2' transform='translate(-3089.529 -1520.477)' fill='none' stroke='%2317be8a' stroke-width='1'/%3E%3Cpath id='path5019' d='M137.623-4.153l-4.374,2.525v-5.05Z' transform='translate(-109.215 6.678)' fill='%2317be8a'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.client-section .client-sec__content-wrapper .widget_blossom_client_logo_widget .blossom-iw-inner-holder .blossom-inner-wrap .owl-nav button.owl-prev:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.408' height='5.05' viewBox='0 0 28.408 5.05'%3E%3Cg id='Group_1332' data-name='Group 1332' transform='translate(28.408 5.05) rotate(180)'%3E%3Cpath id='Path_24928' data-name='Path 24928' d='M3114.726,1523h-25.2' transform='translate(-3089.529 -1520.477)' fill='none' stroke='%23ffdf00' stroke-width='1'/%3E%3Cpath id='path5019' d='M137.623-4.153l-4.374,2.525v-5.05Z' transform='translate(-109.215 6.678)' fill='%23ffdf00'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.client-section .client-sec__content-wrapper .widget_blossom_client_logo_widget .blossom-iw-inner-holder .blossom-inner-wrap .owl-nav button.owl-next {
  right: 0;
  transform: translate(100%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg id='Group_1332' data-name='Group 1332' xmlns='http://www.w3.org/2000/svg' width='28.408' height='5.05' viewBox='0 0 28.408 5.05'%3E%3Cpath id='Path_24928' data-name='Path 24928' d='M3114.726,1523h-25.2' transform='translate(-3089.529 -1520.477)' fill='none' stroke='%2317be8a' stroke-width='1'/%3E%3Cpath id='path5019' d='M137.623-4.153l-4.374,2.525v-5.05Z' transform='translate(-109.215 6.678)' fill='%2317be8a'/%3E%3C/svg%3E");
}
.client-section .client-sec__content-wrapper .widget_blossom_client_logo_widget .blossom-iw-inner-holder .blossom-inner-wrap .owl-nav button.owl-next:hover {
  background-image: url("data:image/svg+xml,%3Csvg id='Group_1332' data-name='Group 1332' xmlns='http://www.w3.org/2000/svg' width='28.408' height='5.05' viewBox='0 0 28.408 5.05'%3E%3Cpath id='Path_24928' data-name='Path 24928' d='M3114.726,1523h-25.2' transform='translate(-3089.529 -1520.477)' fill='none' stroke='%23ffdf00' stroke-width='1'/%3E%3Cpath id='path5019' d='M137.623-4.153l-4.374,2.525v-5.05Z' transform='translate(-109.215 6.678)' fill='%23ffdf00'/%3E%3C/svg%3E");
}
.client-section .client-sec__content-wrapper .widget_blossom_client_logo_widget .blossom-iw-inner-holder .blossom-inner-wrap .image-holder {
  padding: 15px;
}
.client-section .client-sec__content-wrapper .widget_blossom_client_logo_widget .blossom-iw-inner-holder .blossom-inner-wrap .image-holder img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  transition: all 0.3s ease;
}
.client-section .client-sec__content-wrapper .widget_blossom_client_logo_widget .blossom-iw-inner-holder .blossom-inner-wrap .image-holder:hover img {
  opacity: 1;
  transform: translateY(-5px);
}

.feature-section {
  background: rgba(var(--primary-color-rgb), 0.05);
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .feature-section {
    padding-top: 120px;
  }
}
.feature-section::after {
  content: "";
  width: 100%;
  height: 40%;
  background: var(--background-color);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (min-width: 576px) {
  .feature-section::after {
    height: 265px;
  }
}
@media screen and (min-width: 768px) {
  .feature-section::after {
    height: 220px;
  }
}
@media screen and (min-width: 992px) {
  .feature-section::after {
    height: 195px;
  }
}
@media screen and (min-width: 1200px) {
  .feature-section::after {
    height: 248px;
  }
}
.feature-section .feature-sec__content-wrapper .widget_bttk_image_text_widget .widget-title {
  display: none;
}
.feature-section .feature-sec__content-wrapper .widget_bttk_image_text_widget .bttk-itw-holder {
  padding: 0;
  margin: 0;
  list-style: none;
}
.feature-section .feature-sec__content-wrapper .widget_bttk_image_text_widget .bttk-itw-holder li {
  position: relative;
}
.feature-section .feature-sec__content-wrapper .widget_bttk_image_text_widget .bttk-itw-holder li a {
  display: block;
  text-decoration: none;
  overflow: hidden;
  font-size: 1em;
  font-family: var(--secondary-font);
  color: var(--font-color);
  text-align: center;
  transition: all 0.2s ease;
}
.feature-section .feature-sec__content-wrapper .widget_bttk_image_text_widget .bttk-itw-holder li a img {
  transition: all 0.5s ease-in-out;
}
.feature-section .feature-sec__content-wrapper .widget_bttk_image_text_widget .bttk-itw-holder li a.btn-readmore {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 80px);
  transform: translate(0);
  top: unset;
  text-transform: none;
  background: var(--white-color);
  padding: 21px 30px 21px;
}
.feature-section .feature-sec__content-wrapper .widget_bttk_image_text_widget .bttk-itw-holder li:hover img {
  transform: scale(1.2) rotate(5deg);
}
.feature-section .feature-sec__content-wrapper .widget_bttk_image_text_widget .bttk-itw-holder li:hover a {
  color: var(--primary-color);
}
.feature-section .feature-sec__content-wrapper .widget_bttk_image_text_widget .bttk-itw-holder li:hover a span::before {
  margin-left: -13px;
}
.feature-section .feature-sec__content-wrapper .widget_bttk_image_text_widget .bttk-itw-holder li:hover a span::after {
  margin-left: 13px;
}
.feature-section .owl-nav button.owl-prev, .feature-section .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.feature-section .owl-nav button.owl-prev {
  left: 0;
}
.feature-section .owl-nav button.owl-next {
  right: 0;
}
@media screen and (min-width: 1200px) {
  .feature-section .owl-nav button.owl-prev {
    left: -25px;
  }
  .feature-section .owl-nav button.owl-next {
    right: -25px;
  }
}

.about-section {
  padding: 60px 0 0;
}
@media screen and (min-width: 768px) {
  .about-section {
    padding: 120px 0;
  }
}
@media screen and (min-width: 768px) {
  .about-section {
    padding-bottom: 0;
  }
}
.about-section .about-sec__content-wrapper .widget_blossomtheme_featured_page_widget {
  border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.1);
  padding-bottom: 90px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .about-section .about-sec__content-wrapper .widget_blossomtheme_featured_page_widget {
    padding-bottom: 166px;
  }
}
@media screen and (min-width: 1200px) {
  .about-section .about-sec__content-wrapper .widget_blossomtheme_featured_page_widget {
    padding-bottom: 167px;
  }
}
.about-section .about-sec__content-wrapper .widget_blossomtheme_featured_page_widget .widget-featured-alignment.no-image.right .about-bg-img {
  right: unset;
  left: unset;
}
.about-section .about-sec__content-wrapper .widget_blossomtheme_featured_page_widget .widget-featured-alignment.no-image .about-bg-img {
  position: unset;
  width: 100%;
  height: 100%;
  top: 20px;
  left: 0;
}
@media screen and (min-width: 992px) {
  .about-section .about-sec__content-wrapper .widget_blossomtheme_featured_page_widget .widget-featured-alignment.no-image .about-bg-img {
    position: absolute;
  }
}
@media screen and (min-width: 992px) {
  .about-section .about-sec__content-wrapper .widget_blossomtheme_featured_page_widget .widget-featured-alignment.no-image .widget-featured-holder {
    max-width: 60%;
    display: block;
    margin-left: 30px;
  }
}
.about-section .about-sec__content-wrapper .widget_blossomtheme_featured_page_widget .about-bg-img {
  top: 0;
  left: 204px;
  z-index: -1;
  position: absolute;
}
@media (min-width: 768px) {
  .about-section .about-sec__content-wrapper .widget_blossomtheme_featured_page_widget .about-bg-img {
    height: 698px;
    width: 523px;
  }
}
@media (max-width: 1024px) {
  .about-section .about-sec__content-wrapper .widget_blossomtheme_featured_page_widget .about-bg-img {
    right: 0 !important;
    left: unset !important;
  }
}
@media (min-width: 1025px) {
  .about-section .about-sec__content-wrapper .widget_blossomtheme_featured_page_widget .widget-featured-alignment.centered .about-bg-img {
    left: 50%;
    transform: translateX(-50%);
  }
}
.about-section .about-sec__content-wrapper .widget_blossomtheme_featured_page_widget .widget-featured-alignment.right .about-bg-img {
  right: 217px;
  left: auto;
}
.about-section .about-sec__content-wrapper .widget_blossomtheme_featured_page_widget .widget-featured-holder {
  display: grid;
  grid-template-columns: 1fr;
  padding-top: 45px;
  grid-gap: 30px;
}
@media screen and (min-width: 992px) {
  .about-section .about-sec__content-wrapper .widget_blossomtheme_featured_page_widget .widget-featured-holder {
    grid-gap: 50px;
    grid-template-columns: 350px auto;
  }
  .about-section .about-sec__content-wrapper .widget_blossomtheme_featured_page_widget .widget-featured-holder .img-holder {
    -ms-flex: 0 39.5%;
        flex: 0 39.5%;
  }
  .about-section .about-sec__content-wrapper .widget_blossomtheme_featured_page_widget .widget-featured-holder .text-holder {
    -ms-flex: 0 60.5%;
        flex: 0 60.5%;
    padding: 60px 28px 60px 60px;
  }
}
@media screen and (min-width: 1200px) {
  .about-section .about-sec__content-wrapper .widget_blossomtheme_featured_page_widget .widget-featured-holder {
    grid-gap: 80px;
    grid-template-columns: 450px auto;
  }
}
.about-section .about-sec__content-wrapper .widget_blossomtheme_featured_page_widget .widget-featured-holder .img-holder {
  -ms-flex-item-align: center;
      align-self: center;
  position: relative;
}
.about-section .about-sec__content-wrapper .widget_blossomtheme_featured_page_widget .widget-featured-holder .img-holder::before {
  content: "";
  width: 36.35px;
  height: 33px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36.348' height='33' viewBox='0 0 36.348 33'%3E%3Cg id='Group_5216' data-name='Group 5216' transform='translate(-362 -2847)'%3E%3Cg id='Group_5215' data-name='Group 5215'%3E%3Crect id='Rectangle_1029' data-name='Rectangle 1029' width='31' height='33' transform='translate(362 2847)' fill='%2317be8a'/%3E%3Cg id='layer1' transform='translate(273.721 2422.578)'%3E%3Crect id='rect2816' width='9.372' height='9.372' transform='translate(103.237 435.069) rotate(45)' fill='%23fff'/%3E%3Cpath id='path2820' d='M186.75,288.594a4.8,4.8,0,1,1-4.8-4.8A4.8,4.8,0,0,1,186.75,288.594Z' transform='translate(-81.952 149.692)' fill='%23fff'/%3E%3Cpath id='path2822' d='M186.75,288.594a4.8,4.8,0,1,1-4.8-4.8A4.8,4.8,0,0,1,186.75,288.594Z' transform='translate(-75.404 149.631)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3Cpath id='Polygon_32' data-name='Polygon 32' d='M4.774,0,9.548,5.808H0Z' transform='translate(398.348 2858) rotate(90)' fill='%2317be8a'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: -13px;
  top: 50%;
  transform: translateY(-50%);
  animation: loveAnimate 5s linear infinite;
  animation-direction: alternate;
  transform-origin: right center;
}
.about-section .about-sec__content-wrapper .widget_blossomtheme_featured_page_widget .widget-featured-holder .img-holder::after {
  content: "";
  width: 39px;
  height: 38px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39' height='38' viewBox='0 0 39 38'%3E%3Cg id='Group_5214' data-name='Group 5214' transform='translate(-647 -2544)'%3E%3Crect id='Rectangle_1030' data-name='Rectangle 1030' width='38' height='39' transform='translate(686 2544) rotate(90)' fill='%23ffdf00'/%3E%3Cpath id='Path_30462' data-name='Path 30462' d='M-99.977,328.824V318.779c1.1,0,2.181,0,3.264.005a.361.361,0,0,1,.254.11c.411.532.707.213,1.046-.1a7.084,7.084,0,0,0,1.684-2.648,9.233,9.233,0,0,1,1.976-3.069,7.783,7.783,0,0,0,2.309-4.488,5.159,5.159,0,0,1,.25-.926c.232-.693.7-.855,1.3-.423a2.962,2.962,0,0,1,1.139,2.131,4.839,4.839,0,0,1-.674,3.468,12.477,12.477,0,0,0-.868,1.647c-.244.526-.113.845.453.971a13.317,13.317,0,0,0,1.844.226c1.144.09,2.3.069,3.432.249a2.052,2.052,0,0,1,1.635,3.15,1.163,1.163,0,0,0,.038,1.3,1.567,1.567,0,0,1-.12,1.9,1.58,1.58,0,0,0-.249,1.581,1.58,1.58,0,0,1-.448,1.61,1.5,1.5,0,0,0-.356,1.307,1.28,1.28,0,0,1-.9,1.656,17.063,17.063,0,0,1-3.159.8,15.624,15.624,0,0,1-6.658-.474,10.7,10.7,0,0,0-2.269-.425,5.752,5.752,0,0,0-1.5.283,4.727,4.727,0,0,1-.814.19C-98.232,328.84-99.094,328.824-99.977,328.824Z' transform='translate(756.977 2245.002)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: 139px;
  top: -19px;
  animation: likeAnimate 5s ease-in-out infinite;
  animation-direction: normal;
}
.about-section .about-sec__content-wrapper .widget_blossomtheme_featured_page_widget .widget-featured-holder .img-holder a {
  display: block;
}
.about-section .about-sec__content-wrapper .widget_blossomtheme_featured_page_widget .widget-featured-holder .text-holder {
  background: var(--white-color);
}
.about-section .about-sec__content-wrapper .widget_blossomtheme_featured_page_widget .widget-featured-holder .section-subtitle {
  margin-bottom: 35px;
}
.about-section .about-sec__content-wrapper .widget_blossomtheme_featured_page_widget .widget-featured-holder .widget-title {
  font-size: 1.9444444444em;
  line-height: 1.8;
  margin-bottom: 21px;
  display: block;
}
.about-section .about-sec__content-wrapper .widget_blossomtheme_featured_page_widget .widget-featured-holder .btn-readmore {
  font-size: 0.722em;
  line-height: 1;
  outline-width: 2px;
  outline-style: dotted;
  outline-offset: 1px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 19px 20px;
  color: var(--primary-color);
  transition: all 0.35s ease;
  white-space: nowrap;
  font-family: var(--secondary-font);
  width: 100%;
  background: var(--secondary-color);
  background: var(--secondary-color);
  color: var(--white-color);
  outline-color: var(--secondary-color);
}
.about-section .about-sec__content-wrapper .widget_blossomtheme_featured_page_widget .widget-featured-holder .btn-readmore::before, .about-section .about-sec__content-wrapper .widget_blossomtheme_featured_page_widget .widget-featured-holder .btn-readmore::after {
  content: none;
}
@media screen and (min-width: 768px) {
  .about-section .about-sec__content-wrapper .widget_blossomtheme_featured_page_widget .widget-featured-holder .btn-readmore {
    width: auto;
    font-size: 0.944em;
    padding: 17px 36.71px;
  }
}
.about-section .about-sec__content-wrapper .widget_blossomtheme_featured_page_widget .widget-featured-holder .btn-readmore:hover {
  background: var(--font-color);
  color: var(--white-color);
  outline-color: var(--font-color);
}
.about-section .about-sec__content-wrapper .widget_blossomtheme_featured_page_widget .widget-featured-holder .btn-readmore.btn-one {
  background: var(--secondary-color);
  color: var(--font-color);
  outline-color: var(--secondary-color);
}
.about-section .about-sec__content-wrapper .widget_blossomtheme_featured_page_widget .widget-featured-holder .btn-readmore.btn-one:hover {
  background: var(--font-color);
  color: var(--white-color);
  outline-color: var(--font-color);
}
.about-section .about-sec__content-wrapper .widget_blossomtheme_featured_page_widget .widget-featured-holder .btn-readmore.btn-two {
  background: var(--primary-color);
  outline-color: var(--primary-color);
  color: var(--white-color);
}
.about-section .about-sec__content-wrapper .widget_blossomtheme_featured_page_widget .widget-featured-holder .btn-readmore.btn-two:hover {
  background: var(--secondary-color);
  color: var(--font-color);
  outline-color: var(--secondary-color);
}
.about-section .about-sec__content-wrapper .widget_blossomtheme_featured_page_widget .widget-featured-holder .btn-one + .btn-two {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .about-section .about-sec__content-wrapper .widget_blossomtheme_featured_page_widget .widget-featured-holder .btn-one + .btn-two {
    margin-left: 25px;
    margin-top: 0;
  }
}
.about-section .about-sec__content-wrapper .widget_blossomtheme_featured_page_widget .widget-featured-holder .sub-content {
  font-family: var(--secondary-font);
  font-size: 1.2222222222em;
  line-height: 1.8;
}

.service-section {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .service-section {
    padding: 120px 0;
  }
}
.service-section .section-header {
  margin-bottom: 70px;
}
.service-section .service-sec__content-wrapper .section-button-wrapper {
  margin-top: 50px;
  text-align: center;
}
.service-section .service-sec__content-wrapper .section-grid.layout-two .grid-item.grid__main-content, .service-section .service-sec__content-wrapper .section-grid.layout-three .grid-item.grid__main-content {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}
.service-section .service-sec__content-wrapper .section-grid.layout-two .grid-item.grid__side-content, .service-section .service-sec__content-wrapper .section-grid.layout-three .grid-item.grid__side-content {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
  padding-top: 32px;
}
.service-section .service-sec__content-wrapper .section-grid.layout-two .grid-item.grid__side-content .widget_blossomtheme_companion_cta_widget .right .blossomtheme-cta-container, .service-section .service-sec__content-wrapper .section-grid.layout-three .grid-item.grid__side-content .widget_blossomtheme_companion_cta_widget .right .blossomtheme-cta-container {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .service-section .service-sec__content-wrapper .section-grid.layout-two .grid-item.grid__side-content .widget_blossomtheme_companion_cta_widget .right .blossomtheme-cta-container .text-holder, .service-section .service-sec__content-wrapper .section-grid.layout-three .grid-item.grid__side-content .widget_blossomtheme_companion_cta_widget .right .blossomtheme-cta-container .text-holder {
    width: 62%;
    padding-right: 30px;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .service-section .service-sec__content-wrapper .section-grid.layout-two .grid-item.grid__side-content .widget_blossomtheme_companion_cta_widget .right .blossomtheme-cta-container .button-wrap, .service-section .service-sec__content-wrapper .section-grid.layout-three .grid-item.grid__side-content .widget_blossomtheme_companion_cta_widget .right .blossomtheme-cta-container .button-wrap {
    position: absolute;
    top: 50%;
    width: 38%;
    right: 45px;
    text-align: right;
    transform: translateY(-50%);
    margin-top: 0;
  }
}
@media screen and (min-width: 576px) {
  .service-section .service-sec__content-wrapper .section-grid.layout-two .grid-item.grid__side-content .widget_blossomtheme_companion_cta_widget .centered .blossomtheme-cta-container .button-wrap, .service-section .service-sec__content-wrapper .section-grid.layout-three .grid-item.grid__side-content .widget_blossomtheme_companion_cta_widget .centered .blossomtheme-cta-container .button-wrap {
    margin-top: 30px;
  }
}
.service-section .service-sec__content-wrapper .section-grid.layout-two .grid-item .section-inner-grid, .service-section .service-sec__content-wrapper .section-grid.layout-three .grid-item .section-inner-grid {
  border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.3);
  padding-bottom: 50px;
}
.service-section .service-sec__content-wrapper .section-grid.layout-two .grid-item .section-inner-grid .widget_bttk_icon_text_widget, .service-section .service-sec__content-wrapper .section-grid.layout-three .grid-item .section-inner-grid .widget_bttk_icon_text_widget {
  -ms-flex: 0 0 44.8%;
      flex: 0 0 44.8%;
}
@media screen and (min-width: 992px) {
  .service-section .service-sec__content-wrapper .section-grid.layout-two .grid-item .section-inner-grid .widget_bttk_icon_text_widget, .service-section .service-sec__content-wrapper .section-grid.layout-three .grid-item .section-inner-grid .widget_bttk_icon_text_widget {
    -ms-flex: 0 0 30%;
        flex: 0 0 30%;
  }
}
.service-section .service-sec__content-wrapper .section-grid.layout-three .grid-item.grid__main-content .section-inner-grid {
  grid-row-gap: 37px;
}
.service-section .service-sec__content-wrapper .section-grid.layout-three .grid-item.grid__main-content .widget.widget_bttk_icon_text_widget {
  padding: 0;
  border: 0;
}
@media screen and (min-width: 992px) {
  .service-section .service-sec__content-wrapper .section-grid.layout-three .grid-item.grid__main-content .widget.widget_bttk_icon_text_widget {
    -ms-flex: 0 0 46.5%;
        flex: 0 0 46.5%;
  }
}
.service-section .service-sec__content-wrapper .section-grid.layout-three .grid-item.grid__main-content .widget.widget_bttk_icon_text_widget:hover {
  box-shadow: none;
  background: none;
}
.service-section .service-sec__content-wrapper .section-grid.layout-three .grid-item.grid__main-content .widget.widget_bttk_icon_text_widget .rtc-itw-inner-holder {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: baseline;
      align-items: baseline;
  grid-gap: 30px;
}
@media screen and (min-width: 992px) {
  .service-section .service-sec__content-wrapper .section-grid.layout-three .grid-item.grid__main-content .widget.widget_bttk_icon_text_widget .rtc-itw-inner-holder {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
  }
}
.service-section .service-sec__content-wrapper .section-grid.layout-three .grid-item.grid__main-content .widget.widget_bttk_icon_text_widget .rtc-itw-inner-holder .icon-holder {
  -ms-flex-order: 1;
      order: 1;
  background: none;
  border-radius: 0;
  width: auto;
  height: auto;
}
.service-section .service-sec__content-wrapper .section-grid.layout-three .grid-item.grid__main-content .widget.widget_bttk_icon_text_widget .rtc-itw-inner-holder .text-holder {
  -ms-flex: 0 0 58%;
      flex: 0 0 58%;
}
.service-section .service-sec__content-wrapper .section-grid.layout-three .grid-item.grid__main-content .widget.widget_bttk_icon_text_widget .rtc-itw-inner-holder .text-holder .widget-title {
  font-size: 1.1555555556em;
  line-height: 1.7;
  margin-bottom: 12px;
  letter-spacing: 0.1px;
}
.service-section .service-sec__content-wrapper .section-grid.layout-three .grid-item.grid__main-content .widget.widget_bttk_icon_text_widget .rtc-itw-inner-holder .text-holder .widget-title::after {
  content: none;
}
.service-section .service-sec__content-wrapper .section-grid.layout-three .grid-item.grid__main-content .widget.widget_bttk_icon_text_widget .rtc-itw-inner-holder .text-holder .content {
  padding-bottom: 10px;
}
.service-section .service-sec__content-wrapper .section-grid.layout-three .grid-item.grid__main-content .widget.widget_bttk_icon_text_widget .rtc-itw-inner-holder .text-holder .content p {
  letter-spacing: 0.2px;
}
@media only screen and (max-width: 992px) {
  .service-section .service-sec__content-wrapper .section-grid.layout-one .widget_blossomtheme_companion_cta_widget .right .blossomtheme-cta-container {
    text-align: left;
  }
}
@media only screen and (max-width: 992px) and (min-width: 768px) {
  .service-section .service-sec__content-wrapper .section-grid.layout-one .widget_blossomtheme_companion_cta_widget .right .blossomtheme-cta-container .text-holder {
    width: 62%;
    padding-right: 30px;
    text-align: left;
  }
}
@media only screen and (max-width: 992px) and (min-width: 768px) {
  .service-section .service-sec__content-wrapper .section-grid.layout-one .widget_blossomtheme_companion_cta_widget .right .blossomtheme-cta-container .button-wrap {
    position: absolute;
    top: 50%;
    width: 38%;
    right: 45px;
    text-align: right;
    transform: translateY(-50%);
    margin-top: 0;
  }
}
@media only screen and (max-width: 992px) and (min-width: 576px) {
  .service-section .service-sec__content-wrapper .section-grid.layout-one .widget_blossomtheme_companion_cta_widget .centered .blossomtheme-cta-container .button-wrap {
    margin-top: 30px;
  }
}
.service-section .service-sec__content-wrapper .section-grid.layout-one .section-button-wrapper {
  text-align: left;
}
@media screen and (min-width: 992px) {
  .service-section .service-sec__content-wrapper .section-grid .grid-item.grid__main-content {
    -ms-flex: 0 0 66.6666%;
        flex: 0 0 66.6666%;
    max-width: 66.6666%;
  }
  .service-section .service-sec__content-wrapper .section-grid .grid-item.grid__side-content {
    -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}
@media screen and (min-width: 768px) {
  .service-section .service-sec__content-wrapper .section-inner-grid .grid-item {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
}
.service-section .service-sec__content-wrapper .widget_bttk_icon_text_widget {
  padding: 40px;
  border: 1px solid rgba(var(--primary-color-rgb), 0.3);
  transition: all 0.3s ease-in-out;
  height: 100%;
  -ms-flex: 0 0 45%;
      flex: 0 0 45%;
  margin: 0 15px;
}
@media screen and (min-width: 1200px) {
  .service-section .service-sec__content-wrapper .widget_bttk_icon_text_widget {
    -ms-flex: 0 0 46%;
        flex: 0 0 46%;
  }
}
.service-section .service-sec__content-wrapper .widget_bttk_icon_text_widget:hover {
  box-shadow: 0 5px 25px rgba(var(--primary-color-rgb), 0.15);
  background: rgba(var(--primary-color-rgb), 0.05);
}
.service-section .service-sec__content-wrapper .widget_bttk_icon_text_widget .rtc-itw-inner-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  grid-gap: 20px;
}
.service-section .service-sec__content-wrapper .widget_bttk_icon_text_widget .rtc-itw-inner-holder .icon-holder {
  -ms-flex-order: 1;
      order: 1;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: rgba(var(--primary-color-rgb), 0.1);
  border-radius: 100px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 1.7em;
  width: 54px;
  height: 54px;
}
.service-section .service-sec__content-wrapper .widget_bttk_icon_text_widget .rtc-itw-inner-holder .icon-holder svg path {
  fill: var(--primary-color);
}
.service-section .service-sec__content-wrapper .widget_bttk_icon_text_widget .rtc-itw-inner-holder .text-holder {
  -ms-flex-order: 2;
      order: 2;
}
.service-section .service-sec__content-wrapper .widget_bttk_icon_text_widget .rtc-itw-inner-holder .text-holder .widget-title {
  font-size: 1.0555555556em;
  line-height: 1;
  color: rgba(var(--font-color-rgb), 0.9);
  font-weight: 600;
  margin-bottom: 20px;
}
.service-section .service-sec__content-wrapper .widget_bttk_icon_text_widget .rtc-itw-inner-holder p {
  margin-bottom: 0;
}
.service-section .service-sec__content-wrapper .widget_blossomtheme_companion_cta_widget .bttk-cta-bg::before {
  content: "";
  position: absolute;
  background-color: rgba(var(--black-color-rgb), 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.service-section .service-sec__content-wrapper .widget_blossomtheme_companion_cta_widget .text,
.service-section .service-sec__content-wrapper .widget_blossomtheme_companion_cta_widget .bttk-cta-bg {
  background: rgba(var(--secondary-color-rgb), 0.05);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='360' height='411.333' viewBox='0 0 360 411.333'%3E%3Cg id='Path_24937' data-name='Path 24937' fill='%23ffdf00' opacity='0.05'%3E%3Cpath d='M360,0V411.333H0Z' stroke='none'/%3E%3Cpath d='M 359 2.660980224609375 L 2.204132080078125 410.3333435058594 L 359 410.3333435058594 L 359 2.660980224609375 M 360 0 L 360 411.3333435058594 L 0 411.3333435058594 L 360 0 Z' stroke='none' fill='rgba(136,238,191,0.3)'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 360px 411.33px;
  background-repeat: no-repeat;
  background-position: bottom right;
  height: 100%;
  padding: 80px 40px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.service-section .service-sec__content-wrapper .widget_blossomtheme_companion_cta_widget .text.right .blossomtheme-cta-container,
.service-section .service-sec__content-wrapper .widget_blossomtheme_companion_cta_widget .bttk-cta-bg.right .blossomtheme-cta-container {
  text-align: right;
}
.service-section .service-sec__content-wrapper .widget_blossomtheme_companion_cta_widget .text.right .button-wrap,
.service-section .service-sec__content-wrapper .widget_blossomtheme_companion_cta_widget .bttk-cta-bg.right .button-wrap {
  text-align: right;
}
.service-section .service-sec__content-wrapper .widget_blossomtheme_companion_cta_widget .text.right .button-wrap {
  text-align: right;
}
.service-section .service-sec__content-wrapper .widget_blossomtheme_companion_cta_widget .text.centered .button-wrap {
  text-align: center;
}
.service-section .service-sec__content-wrapper .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container .sticker-holder {
  max-width: 128px;
  position: absolute;
  top: -46px;
  right: -13px;
}
.service-section .service-sec__content-wrapper .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container .sticker-holder img {
  width: 100%;
  height: auto;
}
.service-section .service-sec__content-wrapper .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container .widget-title {
  font-size: 2em;
  line-height: 1.66;
  margin-bottom: 23px;
  font-weight: normal;
  color: var(--white-color);
}
.service-section .service-sec__content-wrapper .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container .widget-title::after {
  content: none;
}
.service-section .service-sec__content-wrapper .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container .widget-title span {
  font-family: var(--secondary-font);
}
.service-section .service-sec__content-wrapper .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container .text-holder {
  font-size: 1.222em;
  line-height: 1.954;
  color: var(--white-color);
}
.service-section .service-sec__content-wrapper .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container .text-holder p {
  margin: 0;
}
.service-section .service-sec__content-wrapper .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container .button-wrap {
  margin-top: 55px;
}
.service-section .service-sec__content-wrapper .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container .button-wrap a {
  margin: 5px;
  font-size: 0.788em;
  letter-spacing: 0.5px;
}
.service-section .service-sec__content-wrapper .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container .button-wrap .btn-1,
.service-section .service-sec__content-wrapper .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container .button-wrap .btn-2 {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .service-section .service-sec__content-wrapper .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container .button-wrap .btn-1,
.service-section .service-sec__content-wrapper .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container .button-wrap .btn-2 {
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .service-section .service-sec__content-wrapper .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container .button-wrap .btn-1,
.service-section .service-sec__content-wrapper .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container .button-wrap .btn-2 {
    padding: 19px 10px;
  }
}
@media screen and (min-width: 1200px) {
  .service-section .service-sec__content-wrapper .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container .button-wrap .btn-1,
.service-section .service-sec__content-wrapper .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container .button-wrap .btn-2 {
    padding: 19px 36.71px;
  }
}

/*======================
    wheel of life section 
======================*/
section.wheeloflife-section {
  padding: 50px 0;
  margin: 0;
  text-align: left;
}

.wheeloflife-section .container .section-header {
  margin-bottom: 0;
}

.wheeloflife-section .container .section-title::before {
  content: none;
}

.wheeloflife-section .container .section-content {
  max-width: 767px;
  margin: 0 auto;
  margin-bottom: 35px;
}

.wheeloflife-section .container .section-content p:last-of-type {
  margin-bottom: 0;
}

.wheeloflife-section .container .section-content img {
  margin-top: 1em;
}

.wheeloflife-btn.is-primary:hover, button:not(:hover):not(:active):not(.has-background).wheeloflife-btn.is-primary:hover {
  background-color: var(--secondary-color);
}

.wheeloflife-btn, button:not(:hover):not(:active):not(.has-background).wheeloflife-btn {
  border-radius: 0;
}

.wheeloflife-container .wheeloflife-wrapper {
  text-align: left;
  margin-bottom: 0;
}

@media (min-width: 767px) {
  section.wheeloflife-section {
    padding: 100px 0;
    text-align: center;
  }

  .wheeloflife-container .wheeloflife-wrapper {
    text-align: center;
  }
}
.testimonial-section {
  position: relative;
  background: rgba(var(--primary-color-rgb), 0.05);
  padding: 60px 0 129px;
}
@media screen and (min-width: 768px) {
  .testimonial-section {
    padding: 120px 0 180px;
  }
}
.testimonial-section::after {
  content: "";
  width: 100%;
  height: 38%;
  background: var(--background-color);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.testimonial-section .section-header {
  margin-bottom: 70px;
}
.testimonial-section .testimonial-sec__content-wrapper .testimonial__inner-wrapper {
  max-width: 970px;
  margin: 0 auto;
}
.testimonial-section .testimonial-sec__content-wrapper .testimonial__inner-wrapper .owl-stage {
  padding-top: 50px;
}
.testimonial-section .testimonial-sec__content-wrapper .testimonial__inner-wrapper .owl-nav button.owl-prev,
.testimonial-section .testimonial-sec__content-wrapper .testimonial__inner-wrapper .owl-nav button.owl-next {
  position: absolute;
  margin-top: 23px;
  top: 50%;
  padding: 0;
  height: 7.84px;
  width: 49.68px;
  background-color: transparent;
  border: none;
  background-size: 100%;
}
.testimonial-section .testimonial-sec__content-wrapper .testimonial__inner-wrapper .owl-nav button.owl-prev.disabled,
.testimonial-section .testimonial-sec__content-wrapper .testimonial__inner-wrapper .owl-nav button.owl-next.disabled {
  pointer-events: none;
  opacity: 0.3;
}
.testimonial-section .testimonial-sec__content-wrapper .testimonial__inner-wrapper .owl-nav button.owl-prev {
  left: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.408' height='5.05' viewBox='0 0 28.408 5.05'%3E%3Cg id='Group_1332' data-name='Group 1332' transform='translate(28.408 5.05) rotate(180)'%3E%3Cpath id='Path_24928' data-name='Path 24928' d='M3114.726,1523h-25.2' transform='translate(-3089.529 -1520.477)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3Cpath id='path5019' d='M137.623-4.153l-4.374,2.525v-5.05Z' transform='translate(-109.215 6.678)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.testimonial-section .testimonial-sec__content-wrapper .testimonial__inner-wrapper .owl-nav button.owl-prev:hover {
  left: 20px;
}
.testimonial-section .testimonial-sec__content-wrapper .testimonial__inner-wrapper .owl-nav button.owl-next {
  right: 30px;
  background-image: url("data:image/svg+xml,%3Csvg id='Group_1332' data-name='Group 1332' xmlns='http://www.w3.org/2000/svg' width='28.408' height='5.05' viewBox='0 0 28.408 5.05'%3E%3Cpath id='Path_24928' data-name='Path 24928' d='M3114.726,1523h-25.2' transform='translate(-3089.529 -1520.477)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3Cpath id='path5019' d='M137.623-4.153l-4.374,2.525v-5.05Z' transform='translate(-109.215 6.678)' fill='%23fff'/%3E%3C/svg%3E");
}
.testimonial-section .testimonial-sec__content-wrapper .testimonial__inner-wrapper .owl-nav button.owl-next:hover {
  right: 20px;
}
.testimonial-section .testimonial-sec__content-wrapper .testimonial__inner-wrapper .owl-dots {
  position: absolute;
  bottom: 39px;
  left: 0;
  right: 0;
  margin: auto;
}
.testimonial-section .testimonial-sec__content-wrapper .testimonial__inner-wrapper .owl-dots .owl-dot {
  background: var(--white-color);
}
.testimonial-section .testimonial-sec__content-wrapper .testimonial__inner-wrapper .owl-dots .owl-dot:hover {
  opacity: 1;
}
.testimonial-section .testimonial-sec__content-wrapper .testimonial__inner-wrapper .owl-dots .owl-dot.active {
  background: var(--primary-color);
}
.testimonial-section .testimonial-sec__content-wrapper .testimonial__inner-wrapper .widget_bttk_testimonial_widget .bttk-testimonial-holder {
  position: relative;
  background: var(--font-color);
  color: var(--white-color);
  text-align: center;
  padding: 88px 30px;
}
@media screen and (min-width: 768px) {
  .testimonial-section .testimonial-sec__content-wrapper .testimonial__inner-wrapper .widget_bttk_testimonial_widget .bttk-testimonial-holder {
    padding: 88px 80px 96px;
  }
}
.testimonial-section .testimonial-sec__content-wrapper .testimonial__inner-wrapper .widget_bttk_testimonial_widget .bttk-testimonial-holder .bttk-testimonial-inner-holder {
  max-width: 600px;
  margin: 0 auto;
}
.testimonial-section .testimonial-sec__content-wrapper .testimonial__inner-wrapper .widget_bttk_testimonial_widget .bttk-testimonial-holder .bttk-testimonial-inner-holder .img-holder {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transform: translateY(-50%);
  margin: auto;
}
.testimonial-section .testimonial-sec__content-wrapper .testimonial__inner-wrapper .widget_bttk_testimonial_widget .bttk-testimonial-holder .bttk-testimonial-inner-holder .img-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100px;
}
.testimonial-section .testimonial-sec__content-wrapper .testimonial__inner-wrapper .widget_bttk_testimonial_widget .bttk-testimonial-holder .bttk-testimonial-inner-holder .text-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.testimonial-section .testimonial-sec__content-wrapper .testimonial__inner-wrapper .widget_bttk_testimonial_widget .bttk-testimonial-holder .bttk-testimonial-inner-holder .text-holder .testimonial-meta {
  -ms-flex-order: 2;
      order: 2;
}
.testimonial-section .testimonial-sec__content-wrapper .testimonial__inner-wrapper .widget_bttk_testimonial_widget .bttk-testimonial-holder .bttk-testimonial-inner-holder .text-holder .testimonial-heading {
  font-size: 1.333em;
  line-height: 1.875;
  font-family: var(--secondary-font);
  margin-bottom: 15px;
  letter-spacing: 0.1px;
}
.testimonial-section .testimonial-sec__content-wrapper .testimonial__inner-wrapper .widget_bttk_testimonial_widget .bttk-testimonial-holder .bttk-testimonial-inner-holder .text-holder .testimonial-content {
  -ms-flex-order: 1;
      order: 1;
  line-height: 1.7777777778;
  font-size: 1em;
  letter-spacing: 0.2px;
}
@media screen and (min-width: 768px) {
  .testimonial-section .testimonial-sec__content-wrapper .testimonial__inner-wrapper .widget_bttk_testimonial_widget .bttk-testimonial-holder .bttk-testimonial-inner-holder .text-holder .testimonial-content {
    padding: 0 15px;
  }
}
.testimonial-section .testimonial-sec__content-wrapper .testimonial__inner-wrapper .widget_bttk_testimonial_widget .bttk-testimonial-holder .bttk-testimonial-inner-holder .testimonial-meta .signature img {
  width: unset;
  margin: auto;
}
.testimonial-section .testimonial-sec__content-wrapper .testimonial__inner-wrapper .widget_bttk_testimonial_widget .bttk-testimonial-holder .bttk-testimonial-inner-holder .testimonial-meta .name,
.testimonial-section .testimonial-sec__content-wrapper .testimonial__inner-wrapper .widget_bttk_testimonial_widget .bttk-testimonial-holder .bttk-testimonial-inner-holder .testimonial-meta .designation {
  display: inline-block;
  font-size: 0.888em;
  line-height: 1;
  letter-spacing: 0.1px;
}
.testimonial-section .testimonial-sec__content-wrapper .testimonial__inner-wrapper .widget_bttk_testimonial_widget .bttk-testimonial-holder .bttk-testimonial-inner-holder .testimonial-meta .name {
  font-size: 1.5em;
  line-height: 1.35;
  display: block;
  font-family: var(--secondary-font);
  margin-top: 26px;
  position: relative;
}
.testimonial-section .section-button-wrapper {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  bottom: 39px;
}
@media screen and (min-width: 768px) {
  .testimonial-section .section-button-wrapper {
    bottom: 60px;
  }
}

.cta-section .cta-sec__content-wrapper.has-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 0;
}
@media screen and (min-width: 992px) {
  .cta-section .cta-sec__content-wrapper.has-bg {
    padding: 120px 0;
  }
}
.cta-section.style-two {
  background: rgba(var(--primary-color-rgb), 0.05);
}
.cta-section.style-two .footer-cta-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .cta-section.style-two .footer-cta-wrapper {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    grid-gap: 65px;
  }
}
@media screen and (min-width: 768px) {
  .cta-section.style-two .footer-cta-wrapper.left {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
}
.cta-section.style-two .footer-cta-wrapper .widget_blossomtheme_companion_cta_widget {
  -ms-flex: 1;
      flex: 1;
  max-width: 650px;
  padding: 0 0 60px;
}
@media screen and (min-width: 768px) {
  .cta-section.style-two .footer-cta-wrapper .widget_blossomtheme_companion_cta_widget {
    padding: 120px 0;
  }
}
.cta-section.style-two .footer-cta-wrapper .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container .widget-title {
  font-size: 1.166em;
  font-family: var(--secondary-font);
  line-height: 1.666;
  display: inline-block;
  margin-bottom: 11px;
  font-weight: 400;
}
.cta-section.style-two .footer-cta-wrapper .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container .widget-title:after {
  content: none;
}
.cta-section.style-two .footer-cta-wrapper .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container .text-holder p {
  font-size: 2.25em;
  line-height: 1.5;
  margin-bottom: 32px;
  font-family: var(--secondary-font);
}
.cta-section.style-two .footer-cta-wrapper .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container .text-holder p::after {
  content: none;
}
.cta-section.style-two .footer-cta-wrapper .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container .text-holder p span {
  font-family: var(--secondary-color);
}
@media screen and (min-width: 768px) {
  .cta-section.style-two .footer-cta-wrapper .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container .text-holder p {
    font-size: 2.889em;
  }
}
.cta-section.style-two .footer-cta-wrapper .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container .text-holder .button-wrap .btn-cta {
  margin: 10px 0;
}
@media screen and (min-width: 576px) {
  .cta-section.style-two .footer-cta-wrapper .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container .text-holder .button-wrap .btn-cta {
    margin: 10px;
  }
}
.cta-section.style-two .footer-cta-wrapper .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container .text-holder .button-wrap .btn-1 {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@media screen and (min-width: 768px) {
  .cta-section.style-two .footer-cta-wrapper .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container .text-holder .button-wrap .btn-1 {
    padding: 17px 73px;
  }
}
.cta-section.style-two .footer-cta-wrapper .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container .text-holder .button-wrap .btn-1::after {
  content: "";
  width: 39.42px;
  height: 6.09px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39.423' height='6.093' viewBox='0 0 39.423 6.093'%3E%3Cg id='arrow' transform='translate(-244.698 -22)'%3E%3Cpath id='Path_24953' data-name='Path 24953' d='M3089.528,1523h34.965' transform='translate(-2844.83 -1497.502)' fill='none' stroke='%23232323' stroke-width='1'/%3E%3Cpath id='path5019' d='M138.525-3.632,133.249-.585V-6.678Z' transform='translate(145.596 28.678)' fill='%23232323'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 20px;
  transition: all 0.3s linear;
}
.cta-section.style-two .footer-cta-wrapper .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container .text-holder .button-wrap .btn-1:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39.423' height='6.093' viewBox='0 0 39.423 6.093'%3E%3Cg id='arrow' transform='translate(-244.698 -22)'%3E%3Cpath id='Path_24953' data-name='Path 24953' d='M3089.528,1523h34.965' transform='translate(-2844.83 -1497.502)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3Cpath id='path5019' d='M138.525-3.632,133.249-.585V-6.678Z' transform='translate(145.596 28.678)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  margin-left: 30px;
}
.cta-section.style-two .footer-cta-wrapper .widget_blossomtheme_companion_cta_widget .bttk-cta-bg, .cta-section.style-two .footer-cta-wrapper .widget_blossomtheme_companion_cta_widget .text {
  background: rgba(255, 255, 255, 0) !important;
  text-align: left;
}
.cta-section.style-two .footer-cta-wrapper .widget_blossomtheme_companion_cta_widget .bttk-cta-bg.centered, .cta-section.style-two .footer-cta-wrapper .widget_blossomtheme_companion_cta_widget .text.centered {
  text-align: center;
}
.cta-section.style-two .footer-cta-wrapper .widget_blossomtheme_companion_cta_widget .bttk-cta-bg.right, .cta-section.style-two .footer-cta-wrapper .widget_blossomtheme_companion_cta_widget .text.right {
  text-align: right;
}
.cta-section.style-two .footer-cta-wrapper .img-holder {
  transform: translateY(-38px);
}

.home .cta-section.style-two .footer-cta-wrapper .img-holder {
  transform: translateY(0px);
}

.service-offer-section {
  padding: 60px 0;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .service-offer-section {
    padding: 120px 0;
    padding-bottom: 0;
  }
}
.service-offer-section .service-offer-sec__content-wrapper .section-grid {
  grid-gap: 30px;
}
@media screen and (min-width: 768px) {
  .service-offer-section .service-offer-sec__content-wrapper .section-grid .grid-item {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
}
.service-offer-section .service-offer-sec__content-wrapper .section-grid.layout-two {
  display: block;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(var(--service-border-color-rgb), 0.3);
}
.service-offer-section .service-offer-sec__content-wrapper .section-grid.layout-two .widget_bttk_icon_text_widget {
  -ms-flex: unset;
      flex: unset;
  max-width: 100%;
  padding: 0;
  background: none;
  box-shadow: none;
}
.service-offer-section .service-offer-sec__content-wrapper .section-grid.layout-two .widget_bttk_icon_text_widget:hover {
  box-shadow: none;
}
.service-offer-section .service-offer-sec__content-wrapper .section-grid.layout-two .widget_bttk_icon_text_widget:not(:last-of-type) {
  margin-bottom: 45px;
}
.service-offer-section .service-offer-sec__content-wrapper .section-grid.layout-two .widget_bttk_icon_text_widget:nth-of-type(2n) .rtc-itw-inner-holder {
  -ms-flex-direction: column;
      flex-direction: column;
}
@media screen and (min-width: 768px) {
  .service-offer-section .service-offer-sec__content-wrapper .section-grid.layout-two .widget_bttk_icon_text_widget:nth-of-type(2n) .rtc-itw-inner-holder {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
}
.service-offer-section .service-offer-sec__content-wrapper .section-grid.layout-two .widget_bttk_icon_text_widget .rtc-itw-inner-holder {
  -ms-flex-direction: column;
      flex-direction: column;
}
@media screen and (min-width: 768px) {
  .service-offer-section .service-offer-sec__content-wrapper .section-grid.layout-two .widget_bttk_icon_text_widget .rtc-itw-inner-holder {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.service-offer-section .service-offer-sec__content-wrapper .section-grid.layout-two .widget_bttk_icon_text_widget .rtc-itw-inner-holder .icon-holder {
  text-align: center;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .service-offer-section .service-offer-sec__content-wrapper .section-grid.layout-two .widget_bttk_icon_text_widget .rtc-itw-inner-holder .icon-holder {
    max-width: 35%;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media screen and (min-width: 992px) {
  .service-offer-section .service-offer-sec__content-wrapper .section-grid.layout-two .widget_bttk_icon_text_widget .rtc-itw-inner-holder .icon-holder {
    max-width: 470px;
  }
}
.service-offer-section .service-offer-sec__content-wrapper .section-grid.layout-two .widget_bttk_icon_text_widget .text-holder {
  -ms-flex: 1;
      flex: 1;
  padding: 48px 30px;
  background: rgba(var(--secondary-color-rgb), 0.03);
}
@media screen and (min-width: 768px) {
  .service-offer-section .service-offer-sec__content-wrapper .section-grid.layout-two .widget_bttk_icon_text_widget .text-holder {
    padding: 48px 60px;
  }
}
.service-offer-section .service-offer-sec__content-wrapper .section-grid .widget_bttk_icon_text_widget {
  padding: 30px;
  background: rgba(var(--secondary-color-rgb), 0.03);
  transition: all 0.3s ease-in-out;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .service-offer-section .service-offer-sec__content-wrapper .section-grid .widget_bttk_icon_text_widget {
    -ms-flex: 0 0 47.5%;
        flex: 0 0 47.5%;
    max-width: 47.5%;
  }
}
@media screen and (min-width: 992px) {
  .service-offer-section .service-offer-sec__content-wrapper .section-grid .widget_bttk_icon_text_widget {
    padding: 55px 62px;
  }
}
.service-offer-section .service-offer-sec__content-wrapper .section-grid .widget_bttk_icon_text_widget:hover {
  box-shadow: 0 5px 25px rgba(var(--black-color-rgb), 0.1);
}
.service-offer-section .service-offer-sec__content-wrapper .section-grid .widget_bttk_icon_text_widget .rtc-itw-inner-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.service-offer-section .service-offer-sec__content-wrapper .section-grid .widget_bttk_icon_text_widget .rtc-itw-inner-holder .text-holder {
  -ms-flex-order: 2;
      order: 2;
}
.service-offer-section .service-offer-sec__content-wrapper .section-grid .widget_bttk_icon_text_widget .rtc-itw-inner-holder .text-holder .widget-title {
  font-size: 1.111em;
  line-height: 1.75;
  margin-bottom: 8px;
  font-weight: 500;
  display: block;
}
.service-offer-section .service-offer-sec__content-wrapper .section-grid .widget_bttk_icon_text_widget .rtc-itw-inner-holder .text-holder .widget-title::after {
  content: none;
}
.service-offer-section .service-offer-sec__content-wrapper .section-grid .widget_bttk_icon_text_widget .rtc-itw-inner-holder .text-holder .content {
  margin-bottom: 20px;
}
.service-offer-section .service-offer-sec__content-wrapper .section-grid .widget_bttk_icon_text_widget .rtc-itw-inner-holder .text-holder .content p:last-child {
  margin-bottom: 0;
}
.service-offer-section .service-offer-sec__content-wrapper .section-grid .widget_bttk_icon_text_widget .rtc-itw-inner-holder .icon-holder {
  -ms-flex-order: 1;
      order: 1;
  margin-bottom: 30px;
  font-size: 56px;
  color: var(--primary-color);
}
.service-offer-section .section__button-wrapper {
  text-align: center;
  margin: 50px 0 0;
}
.service-offer-section .section__button-wrapper a {
  width: unset;
}

.testimonial-section + .service-offer-section {
  padding: 60px 0 60px;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .testimonial-section + .service-offer-section {
    padding: 60px 0 120px;
    padding-bottom: 0;
  }
}

.blog-section {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .blog-section {
    padding: 120px 0;
  }
}
.blog-section .blog-sec__content-wrapper .section-grid {
  grid-row-gap: 60px;
}
@media screen and (min-width: 992px) {
  .blog-section .blog-sec__content-wrapper .section-grid .grid-item.grid__main-content {
    -ms-flex: 0 0 66.666%;
        flex: 0 0 66.666%;
    max-width: 66.666%;
  }
  .blog-section .blog-sec__content-wrapper .section-grid .grid-item.grid__side-content {
    -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
    max-width: 33.3333%;
  }
  .blog-section .blog-sec__content-wrapper .section-grid .grid-item.grid__side-content .blossomthemes-email-newsletter-wrapper {
    padding: 58px 27px;
  }
  .blog-section .blog-sec__content-wrapper .section-grid .grid-item.grid__side-content .blossomthemes-email-newsletter-wrapper .container {
    width: 100%;
    display: block;
  }
  .blog-section .blog-sec__content-wrapper .section-grid .grid-item.grid__side-content .blossomthemes-email-newsletter-wrapper .container .text-holder {
    width: 100%;
    text-align: center;
  }
  .blog-section .blog-sec__content-wrapper .section-grid .grid-item.grid__side-content .blossomthemes-email-newsletter-wrapper .container form {
    width: 100%;
    max-width: 100%;
    display: block;
  }
  .blog-section .blog-sec__content-wrapper .section-grid .grid-item.grid__side-content .blossomthemes-email-newsletter-wrapper input[type=text] {
    margin-top: 18px;
  }
}
.blog-section .blog-sec__content-wrapper .section-grid .grid-item .entry-meta .cat-links a {
  letter-spacing: 0.2px;
}
.blog-section .blog-sec__content-wrapper .post {
  border-bottom: 1px solid rgba(var(--font-color-rgb), 0.05);
  padding-bottom: 35px;
  margin-bottom: 35px;
}
.blog-section .blog-sec__content-wrapper .post .post-thumbnail {
  margin-top: 0;
}
.blog-section .blog-sec__content-wrapper .post .post-thumbnail img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .blog-section .blog-sec__content-wrapper .post .post-thumbnail {
    margin-bottom: 0;
  }
}
.blog-section .blog-sec__content-wrapper .post .content-wrap .entry-header {
  margin-bottom: 10px;
}
.blog-section .blog-sec__content-wrapper .post .content-wrap .entry-header .entry-title {
  font-size: 1.111em;
  line-height: 1.75;
  margin-bottom: 0;
}
.blog-section .blog-sec__content-wrapper .post .content-wrap .entry-content {
  margin-top: 0;
  margin-bottom: 20px;
}
.blog-section .blog-sec__content-wrapper .post .content-wrap .entry-content p:last-child {
  margin-bottom: 0;
}
.blog-section .blog-sec__content-wrapper .blog-sec__widget-area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  grid-gap: 60px;
}
.blog-section .blog-sec__content-wrapper .text-holder {
  text-align: center;
}
.blog-section .widget_blossomtheme_companion_cta_widget {
  text-align: center;
}
.blog-section .widget_blossomtheme_companion_cta_widget > div {
  background-position: right !important;
}
.blog-section .widget_blossomtheme_companion_cta_widget .bttk-cta-bg {
  position: relative;
  z-index: 1;
}
.blog-section .widget_blossomtheme_companion_cta_widget .bttk-cta-bg::before {
  content: "";
  position: absolute;
  background-color: rgba(var(--black-color-rgb), 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.blog-section .widget_blossomtheme_companion_cta_widget .text.right .blossomtheme-cta-container,
.blog-section .widget_blossomtheme_companion_cta_widget .text.right .text-holder,
.blog-section .widget_blossomtheme_companion_cta_widget .text.right .button-wrap {
  text-align: right;
}
.blog-section .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container {
  padding: 60px 40px;
  position: relative;
  z-index: 1;
}
.blog-section .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container::before {
  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");
  content: "";
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 4px;
  z-index: -1;
}
.blog-section .widget_blossomtheme_companion_cta_widget .widget-title {
  font-size: 1.666em;
  line-height: 1.333;
  margin-bottom: 20px;
  color: var(--white-color);
}
.blog-section .widget_blossomtheme_companion_cta_widget .widget-title::after {
  content: none;
}
.blog-section .widget_blossomtheme_companion_cta_widget .text-holder {
  color: var(--white-color);
}
.blog-section .widget_blossomtheme_companion_cta_widget .button-wrap .btn-cta {
  margin: 5px;
}
.blog-section .widget_blossomtheme_companion_cta_widget .button-wrap .btn-cta.btn-1 {
  background: var(--primary-color);
  outline-color: var(--primary-color);
  color: var(--white-color);
}
.blog-section .widget_blossomtheme_companion_cta_widget .button-wrap .btn-cta.btn-1:hover {
  background: var(--secondary-color);
  color: var(--font-color);
  outline-color: var(--secondary-color);
}

.contact-section {
  background-color: rgba(var(--secondary-color-rgb), 0.03);
  padding-top: 10px;
}
@media screen and (min-width: 992px) {
  .contact-section .widget_bttk_contact_social_links {
    -ms-flex: 0 0 51.4%;
        flex: 0 0 51.4%;
    padding-right: 9px;
  }
}
.contact-section .section-grid {
  margin: 0;
}
.contact-section .section-grid .widget_bttk_contact_social_links {
  padding: 45px 0 45px;
}
@media screen and (min-width: 992px) {
  .contact-section .section-grid .widget_bttk_contact_social_links {
    margin-top: 160px;
    margin-bottom: 160px;
  }
}
.contact-section .section-grid .widget_bttk_contact_social_links .widget-title {
  font-size: 1.9444444444em;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 23px;
  font-weight: normal;
  position: relative;
  display: inline-block;
  padding: 0 7px;
  max-width: 100%;
}
.contact-section .section-grid .widget_bttk_contact_social_links .widget-title::before {
  content: "";
  width: 71px;
  height: 0;
  border-bottom: 1px solid var(--font-color);
  position: absolute;
  top: 50%;
  right: 0;
  margin-right: -54px;
  transform: translate(100%, -50%);
  opacity: 0.4;
}
.contact-section .section-grid .widget_bttk_contact_social_links .contact-info {
  font-size: 1.222em;
  line-height: 1.5909em;
}
.contact-section .section-grid .widget_bttk_contact_social_links .contact-info p {
  letter-spacing: 0.2px;
}
@media screen and (min-width: 992px) {
  .contact-section .section-grid .widget_bttk_contact_social_links .contact-info p {
    padding-right: 117px;
  }
}
@media screen and (min-width: 1200px) {
  .contact-section .section-grid .widget_bttk_contact_social_links .contact-info p {
    margin: 0 0 61px;
  }
}
.contact-section .section-grid .widget_bttk_contact_social_links .contact-list {
  list-style: none;
  margin: 0;
  padding-bottom: 28px;
}
@media screen and (min-width: 992px) {
  .contact-section .section-grid .widget_bttk_contact_social_links .contact-list {
    display: -ms-flexbox;
    display: flex;
    grid-column-gap: 23px;
  }
}
.contact-section .section-grid .widget_bttk_contact_social_links .contact-list span.address-title, .contact-section .section-grid .widget_bttk_contact_social_links .contact-list span.contact-title {
  font-family: var(--secondary-font);
  color: rgba(var(--font-color-rgb), 0.9);
  padding-left: 4px;
  display: block;
  margin-bottom: 3.5px;
  font-weight: 500;
  font-size: 0.82em;
}
.contact-section .section-grid .widget_bttk_contact_social_links .contact-list .contact--wrapper li {
  position: relative;
}
.contact-section .section-grid .widget_bttk_contact_social_links .contact-list .contact--wrapper li svg {
  display: none;
}
.contact-section .section-grid .widget_bttk_contact_social_links .contact-list .contact--wrapper li:first-of-type::before, .contact-section .section-grid .widget_bttk_contact_social_links .contact-list .contact--wrapper li:nth-of-type(2)::before {
  content: "";
  position: absolute;
  height: 12px;
  width: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 13px;
  left: 0;
}
.contact-section .section-grid .widget_bttk_contact_social_links .contact-list .contact--wrapper li:first-of-type::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.626' height='12.619' viewBox='0 0 12.626 12.619'%3E%3Cpath id='Path_23542' data-name='Path 23542' d='M14.912,13.636c-.241,0-.469.2-.981.716-.138.132-.325.325-.361.349A3.627,3.627,0,0,1,10.9,13.365a7.089,7.089,0,0,1-1.878-3.171,5.356,5.356,0,0,1,.6-.566c.451-.373.6-.512.638-.692A12.59,12.59,0,0,0,8.521,5.807c-.144-.162-.271-.277-.433-.277C7.606,5.512,5.5,8.148,5.5,8.485c0,.03.042,2.834,3.611,6.415,2.81,2.81,4.9,3.25,5.934,3.25h.066l.042-.3v.3h0a11.059,11.059,0,0,0,2.738-1.9.6.6,0,0,0,.235-.4C18.138,15.327,15.117,13.636,14.912,13.636Z' transform='translate(-5.5 -5.53)' fill='%2317be8a'/%3E%3C/svg%3E%0A");
}
.contact-section .section-grid .widget_bttk_contact_social_links .contact-list .contact--wrapper li:nth-of-type(2)::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.75' height='11.743' viewBox='0 0 14.75 11.743'%3E%3Cpath id='Path_23543' data-name='Path 23543' d='M18.761,19.451H4.3V9.6H5.852l5.467,3.664,6.023-4.59H4.261V7.958h14.5ZM5.019,18.735H18.044V9.04l-6.7,5.1L5.634,10.317H5.019Z' transform='translate(-4.136 -7.833)' fill='%2388b4cf' stroke='%2317be8a' stroke-linecap='round' stroke-linejoin='round' stroke-width='0.25'/%3E%3C/svg%3E%0A");
}
.contact-section .section-grid .widget_bttk_contact_social_links .contact-list .location--wrapper {
  -ms-flex: 0 0 40.19%;
      flex: 0 0 40.19%;
}
.contact-section .section-grid .widget_bttk_contact_social_links .contact-list .location--wrapper li {
  color: var(--font-color);
  font-size: 0.74em;
  letter-spacing: 0.2px;
  position: relative;
  margin-left: 21px;
}
.contact-section .section-grid .widget_bttk_contact_social_links .contact-list .location--wrapper li svg {
  display: none;
}
.contact-section .section-grid .widget_bttk_contact_social_links .contact-list .location--wrapper li::before {
  content: "";
  position: absolute;
  height: 12px;
  width: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 15.75'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2317be8a;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EAsset 1%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M6,0A6,6,0,0,0,0,6c0,5.14,6,9.75,6,9.75S12,11.14,12,6A6,6,0,0,0,6,0ZM6,9A3,3,0,1,1,9,6,3,3,0,0,1,6,9Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 11px;
  left: -21px;
}
.contact-section .section-grid .widget_bttk_contact_social_links .contact-list li svg {
  vertical-align: middle;
  width: 13px;
  height: 13px;
}
.contact-section .section-grid .widget_bttk_contact_social_links .contact-list li svg path {
  fill: #17be8a;
}
.contact-section .section-grid .widget_bttk_contact_social_links .contact-list li a {
  text-decoration: none;
  color: var(--font-color);
  font-size: 0.729em;
  letter-spacing: 0.2px;
  margin-left: 21px;
}
.contact-section .contact-list-title {
  font-family: var(--secondary-font);
  color: rgba(var(--font-color-rgb), 0.9);
  display: block;
  margin-bottom: 16.5px;
  font-weight: 500;
  font-size: 0.82em;
}
.contact-section .social-networks .bttk-contact-social-icon-wrap a {
  color: #222222;
  border: 1px dashed var(--primary-color);
  font-size: 13px;
  height: 35px;
  width: 35px;
  text-align: center;
}
.contact-section .social-networks .bttk-contact-social-icon-wrap a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.contact-section .widget.widget_text {
  position: relative;
  background-color: var(--white-color);
  border-top: 10px solid rgba(var(--secondary-color-rgb), 0.05);
  border-left: 10px solid rgba(var(--secondary-color-rgb), 0.05);
  border-right: 10px solid rgba(var(--secondary-color-rgb), 0.05);
  padding: 30px;
  -ms-flex: 1;
      flex: 1;
}
@media screen and (min-width: 768px) {
  .contact-section .widget.widget_text {
    padding: 68px 60px;
  }
}
.contact-section .widget.widget_text::after {
  content: "";
  width: 39px;
  height: 38px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='43.904' height='39' viewBox='0 0 43.904 39'%3E%3Cg id='Group_5405' data-name='Group 5405' transform='translate(-644.5 -2546.404)'%3E%3Crect id='Rectangle_1030' data-name='Rectangle 1030' width='38' height='39' transform='translate(644.5 2546.404)' fill='%23ffdf00'/%3E%3Cpath id='Polygon_32' data-name='Polygon 32' d='M4.774,0,9.548,5.808H0Z' transform='translate(688.404 2560.857) rotate(90)' fill='%23ffdf00'/%3E%3Cpath id='Path_30462' data-name='Path 30462' d='M-99.977,328.824V318.779c1.1,0,2.181,0,3.264.005a.361.361,0,0,1,.254.11c.411.532.707.213,1.046-.1a7.084,7.084,0,0,0,1.684-2.648,9.233,9.233,0,0,1,1.976-3.069,7.783,7.783,0,0,0,2.309-4.488,5.159,5.159,0,0,1,.25-.926c.232-.693.7-.855,1.3-.423a2.962,2.962,0,0,1,1.139,2.131,4.839,4.839,0,0,1-.674,3.468,12.477,12.477,0,0,0-.868,1.647c-.244.526-.113.845.453.971a13.317,13.317,0,0,0,1.844.226c1.144.09,2.3.069,3.432.249a2.052,2.052,0,0,1,1.635,3.15,1.163,1.163,0,0,0,.038,1.3,1.567,1.567,0,0,1-.12,1.9,1.58,1.58,0,0,0-.249,1.581,1.58,1.58,0,0,1-.448,1.61,1.5,1.5,0,0,0-.356,1.307,1.28,1.28,0,0,1-.9,1.656,17.063,17.063,0,0,1-3.159.8,15.624,15.624,0,0,1-6.658-.474,10.7,10.7,0,0,0-2.269-.425,5.752,5.752,0,0,0-1.5.283,4.727,4.727,0,0,1-.814.19C-98.232,328.84-99.094,328.824-99.977,328.824Z' transform='translate(753.477 2247.406)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 139px;
  left: -20px;
  animation: likeAnimate 5s ease-in-out infinite;
  animation-direction: normal;
}
.contact-section .widget.widget_text::before {
  content: "";
  width: 36.35px;
  height: 33px;
  background-image: url("data:image/svg+xml,%3Csvg id='Group_5406' data-name='Group 5406' xmlns='http://www.w3.org/2000/svg' width='36.348' height='33' viewBox='0 0 36.348 33'%3E%3Crect id='Rectangle_1029' data-name='Rectangle 1029' width='31' height='33' transform='translate(5.348)' fill='%2317be8a'/%3E%3Cg id='layer1' transform='translate(13.282 9)'%3E%3Crect id='rect2816' width='9.372' height='9.372' transform='translate(14.735 8.275) rotate(135)' fill='%23fff'/%3E%3Cpath id='path2820' d='M177.143,288.594a4.8,4.8,0,1,0,4.8-4.8A4.8,4.8,0,0,0,177.143,288.594Z' transform='translate(-170.595 -283.729)' fill='%23fff'/%3E%3Cpath id='path2822' d='M177.143,288.594a4.8,4.8,0,1,0,4.8-4.8A4.8,4.8,0,0,0,177.143,288.594Z' transform='translate(-177.143 -283.791)' fill='%23fff'/%3E%3C/g%3E%3Cpath id='Polygon_36' data-name='Polygon 36' d='M4.774,0,9.548,5.808H0Z' transform='translate(0 21.548) rotate(-90)' fill='%2317be8a'/%3E%3C/svg%3E%0A");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: -13px;
  top: 62px;
  animation: loveAnimate 5s linear infinite;
  animation-direction: alternate;
  transform-origin: right center;
}
.contact-section .widget.widget_text .widget-title {
  font-size: 1.667em;
  font-family: var(--secondary-font);
  font-weight: 400;
  color: var(--font-color);
  margin-bottom: 28px;
  position: relative;
}
.contact-section .widget.widget_text .widget-title::after {
  content: "";
  width: 100%;
  height: 9px;
  background: rgba(var(--secondary-color-rgb), 0.2);
  position: absolute;
  left: 0;
  bottom: -6px;
  z-index: 99;
}
.contact-section .widget.widget_text .textwidget form p {
  margin-bottom: 0;
}
.contact-section .widget.widget_text .textwidget form label {
  font-family: var(--secondary-font);
  font-size: 0.778em;
  line-height: 1.14;
}
.contact-section .widget.widget_text .textwidget form input[type=text],
.contact-section .widget.widget_text .textwidget form textarea,
.contact-section .widget.widget_text .textwidget form input[type=file],
.contact-section .widget.widget_text .textwidget form input[type=email] {
  background-color: rgba(var(--font-color-rgb), 0.01);
  font-family: var(--primary-font);
  font-size: 1em;
  letter-spacing: 0.2px;
  margin: 7px 0 15px;
}
.contact-section .widget.widget_text .textwidget form .ajax-loader {
  display: none;
}
.contact-section .widget.widget_text .textwidget form input[type=submit] {
  font-size: 0.944em;
  letter-spacing: 0.5px;
  width: 100%;
  margin-top: 7px;
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  outline-color: var(--primary-color);
  color: var(--white-color);
}
.contact-section .widget.widget_text .textwidget form input[type=submit]:hover {
  background: var(--secondary-color);
  color: var(--font-color);
  outline-color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
}

.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 {
  border: 1px dashed var(--primary-color);
  padding: 10px 30px;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #fff;
  border-radius: 5px;
  transform: translate(-50%, -50%);
  font-family: var(--secondary-font);
  font-size: 0.8888888889em;
  font-weight: 400;
  text-decoration: none;
  transition: all 500ms ease;
}
@media (max-width: 767px) {
  .instagram-section .profile-link {
    position: static;
    margin: 10px auto;
    transform: unset;
  }
}
.instagram-section .profile-link:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.instagram-section .profile-link .insta-icon {
  margin-right: 10px;
}

/* Posts and pages
--------------------------------------------- */
.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(--secondary-font);
  margin-right: 15px;
}
.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 {
  display: inline-block;
  font-family: var(--secondary-font);
  font-size: 0.777em;
  color: var(--primary-color);
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
     -moz-text-decoration-style: dotted;
          text-decoration-style: dotted;
  -webkit-text-decoration-color: var(--secondary-color);
     -moz-text-decoration-color: var(--secondary-color);
          text-decoration-color: var(--secondary-color);
  text-underline-offset: 2px;
}
.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(--secondary-color);
}
.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: 20px;
}
.single-blossom-portfolio .entry-header .posted-on,
.entry-meta .posted-on,
.entry-footer .posted-on {
  font-size: 0.777em;
  color: rgba(var(--font-color-rgb), 0.7);
  letter-spacing: 0.5px;
}
.single-blossom-portfolio .entry-header .posted-on a,
.entry-meta .posted-on a,
.entry-footer .posted-on a {
  font-size: 15px;
  text-decoration: none;
  color: rgba(var(--font-color-rgb), 0.7);
}
.single-blossom-portfolio .entry-header .posted-on a:hover,
.entry-meta .posted-on a:hover,
.entry-footer .posted-on a:hover {
  color: var(--primary-color);
}

.post-read-time {
  font-family: var(--secondary-font);
  font-weight: 300;
  font-size: 0.777em;
}

span + .post-read-time {
  margin-left: 17px;
  padding-left: 17px;
  position: relative;
}
span + .post-read-time::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--primary-color);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}

.cat-links a {
  display: inline-block;
  font-family: var(--secondary-font);
  font-size: 0.777em;
  color: var(--primary-color);
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
     -moz-text-decoration-style: dotted;
          text-decoration-style: dotted;
  -webkit-text-decoration-color: var(--secondary-color);
     -moz-text-decoration-color: var(--secondary-color);
          text-decoration-color: var(--secondary-color);
  text-underline-offset: 2px;
}
.cat-links a:hover {
  color: var(--primary-color);
}
.cat-links a + a {
  margin-left: 20px;
}

.post {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 60px;
}
.post:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .post.horizontal {
    -ms-flex-direction: row;
        flex-direction: row;
    grid-gap: 40px;
  }
  .post.horizontal .post-thumbnail {
    -ms-flex: 0 0 35.07%;
        flex: 0 0 35.07%;
    max-width: 35.07%;
  }
  .post.horizontal .content-wrap {
    -ms-flex: 1;
        flex: 1;
  }
}
.post .post-thumbnail {
  margin-top: 0;
}
.post .entry-header .entry-title {
  margin-bottom: 0;
  font-size: 1.333em;
  line-height: 1.666;
  font-weight: 500;
  margin-top: 0;
}
.post .entry-header .entry-title a {
  text-decoration: none;
  color: var(--font-color);
}
.post .entry-header .entry-title a:hover {
  color: var(--primary-color);
}
.post .entry-content {
  margin-top: 15px;
}
.post .entry-meta .category span {
  display: inline-block;
  font-family: var(--secondary-font);
  font-size: 0.777em;
  color: var(--background-color);
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
     -moz-text-decoration-style: dotted;
          text-decoration-style: dotted;
  -webkit-text-decoration-color: var(--secondary-color);
     -moz-text-decoration-color: var(--secondary-color);
          text-decoration-color: var(--secondary-color);
  text-underline-offset: 2px;
  text-transform: uppercase;
}
.post .entry-meta .category span:hover {
  color: var(--primary-color);
}
.post .entry-meta .category span + span {
  margin-left: 20px;
}
.post .event-date-wrap {
  padding: 23px 30px 44px;
  background: var(--primary-color);
  color: var(--white-color);
  position: relative;
  z-index: 1;
  text-align: left;
}
.post .event-date-wrap .event-date .event-day {
  display: inline-block;
  font-size: 3.444em;
  line-height: 1;
  font-family: var(--secondary-font);
  float: left;
  padding-right: 20px;
  margin-right: 18px;
  position: relative;
}
.post .event-date-wrap .event-date .event-day::before {
  content: "";
  width: 56.5px;
  height: 3.5px;
  background: var(--secondary-color);
  position: absolute;
  left: 0;
  top: -23px;
}
.post .event-date-wrap .event-date .event-day::after {
  content: "";
  width: 0.5px;
  height: 47px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.post .event-date-wrap .event-date .event-month {
  font-size: 1.222em;
  line-height: 1.5;
  display: block;
}
.post .event-date-wrap .event-location {
  font-size: 1em;
  line-height: 1.7;
  display: block;
}
.post .event-date-wrap .event-time {
  position: absolute;
  left: 30px;
  bottom: 0;
  transform: translateY(50%);
  background: var(--white-color);
  color: var(--font-color);
  font-size: 0.888em;
  white-space: nowrap;
  line-height: 1;
  padding: 6px 10px;
}
.post .event-date-wrap .event-time::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(var(--secondary-color-rgb), 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.post .event-content-wrap {
  padding: 45px 30px;
  border: 1px solid rgba(var(--primary-color-rgb), 0.15);
  background: var(--white-color);
}
.post .event-content-wrap .event-name {
  font-size: 1.333em;
  line-height: 1.6;
  margin-bottom: 20px;
}
.post .event-content-wrap .event-name a {
  text-decoration: none;
  color: var(--font-color);
}
.post .event-content-wrap .event-name a:hover {
  color: var(--primary-color);
}

/*==========================================
portfolio template page
==========================================*/
.portfolio-holder .portfolio-item .portfolio-cat a,
.portfolio-holder .portfolio-item .portfolio-img-title a,
.related-portfolio .portfolio-item .portfolio-cat a,
.related-portfolio .portfolio-item .portfolio-img-title a {
  transition: all 0.2s ease-in-out;
}
.portfolio-holder .portfolio-item .portfolio-cat a:hover,
.portfolio-holder .portfolio-item .portfolio-img-title a:hover,
.related-portfolio .portfolio-item .portfolio-cat a:hover,
.related-portfolio .portfolio-item .portfolio-img-title a:hover {
  color: var(--primary-color);
}

.page-template-blossom-portfolio .portfolio-holder {
  margin-top: 60px;
  margin-bottom: 80px;
}
.page-template-blossom-portfolio .portfolio-sorting .button:hover {
  color: var(--primary-color);
}
.page-template-blossom-portfolio .portfolio-sorting .button.is-checked {
  color: var(--primary-color);
}

.single-blossom-portfolio .page-header .breadcrumb-wrapper {
  position: relative;
}
.single-blossom-portfolio .related-portfolio-title {
  font-size: 1.945em;
  font-family: var(--secondary-font);
}
.single-blossom-portfolio .portfolio-holder {
  margin-top: 20px;
  margin-bottom: 60px;
}
.single-blossom-portfolio .portfolio-holder .entry-header .entry-title {
  font-size: 2.222em;
  color: var(--font-color);
}
.single-blossom-portfolio .portfolio-holder .entry-content {
  color: var(--font-color);
}
.single-blossom-portfolio .portfolio-holder .portfolio-item .portfolio-cat a:hover,
.single-blossom-portfolio .portfolio-holder .portfolio-item .portfolio-img-title a:hover {
  color: var(--primary-color);
}
.single-blossom-portfolio .site-content > .container {
  margin-bottom: 75px;
}

/*==========================================
portfolio template page
==========================================*/
/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*   ==================================================
                comment /custom code
    ================================================== */
.comments-area {
  max-width: 700px;
  margin: 40px auto 0;
  position: relative;
}
.comments-area::before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--white-color);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.comments-area .comments-title {
  font-size: 1.2222222222em;
  margin-bottom: 45px;
  font-weight: 500;
}
.comments-area .comment-list-wrapper {
  padding: 55px 60px;
  background: rgba(var(--primary-color-rgb), 0.03);
  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 rgba(var(--primary-color-rgb), 0.2);
  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(--secondary-color-rgb), 0.23);
  position: absolute;
  top: 30px;
  left: 0;
}
.comments-area .comment-list .comment .comment-body .comment-meta .comment-author .fn a,
.comments-area ol .comment .comment-body .comment-meta .comment-author .fn a {
  font-size: 0.8888888889em;
  color: var(--font-color);
  font-family: var(--secondary-font);
  font-weight: normal;
}
.comments-area .comment-list .comment .comment-body .comment-meta .comment-author .fn .says,
.comments-area ol .comment .comment-body .comment-meta .comment-author .fn .says {
  display: none;
}
.comments-area .comment-list .comment .comment-body .comment-meta .comment-metadata,
.comments-area ol .comment .comment-body .comment-meta .comment-metadata {
  font-size: 0.7777777778em;
  line-height: 1;
}
.comments-area .comment-list .comment .comment-body .comment-meta .comment-metadata a,
.comments-area ol .comment .comment-body .comment-meta .comment-metadata a {
  color: var(--font-color);
}
.comments-area .comment-list .comment .comment-body .comment-meta .comment-awaiting-moderation,
.comments-area ol .comment .comment-body .comment-meta .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-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 .reply .comment-reply-link,
.comments-area ol .comment .comment-body .reply .comment-reply-link {
  color: var(--primary-color);
  font-size: 0.777em;
  -webkit-text-decoration-style: dotted;
     -moz-text-decoration-style: dotted;
          text-decoration-style: dotted;
  text-underline-offset: 5px;
  font-family: var(--secondary-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(--secondary-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: 20px;
  height: 20px;
  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>');
  background-size: 100%;
  position: absolute;
  top: 30px;
  left: 30px;
}
.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: var(--white-color);
  position: relative;
  z-index: 1;
  padding: 50px 60px;
  border: 1px solid rgba(var(--primary-color-rgb), 0.8);
}
.comments-area .comment-respond .comment-reply-title {
  font-size: 1.2222222222em;
}
.comments-area .comment-respond form {
  display: -ms-flexbox;
  display: flex;
  -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: -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);
}
.comments-area .comment-respond form .submit:hover,
.comments-area .comment-respond form input[type=submit]:hover {
  background: var(--secondary-color);
  color: var(--font-color);
}

/*   ==================================================
			   Comment
	================================================== */
/* pagination
--------------------------------------------- */
nav.post-navigation {
  max-width: 700px;
  margin: 45px auto;
}
nav.post-navigation .nav-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  grid-row-gap: 45px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  nav.post-navigation .nav-links {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
nav.post-navigation .nav-next {
  text-align: start;
}
nav.post-navigation .post {
  margin-bottom: 30px;
}
nav.post-navigation .post .entry-header .entry-title {
  font-family: var(--primary-font);
  font-size: 1em;
}
nav.post-navigation .post .entry-header .entry-meta a {
  display: inline-block;
  font-family: var(--secondary-font);
  font-size: 0.777em;
  color: var(--primary-color);
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
     -moz-text-decoration-style: dotted;
          text-decoration-style: dotted;
  -webkit-text-decoration-color: var(--secondary-color);
     -moz-text-decoration-color: var(--secondary-color);
          text-decoration-color: var(--secondary-color);
  text-underline-offset: 2px;
}
nav.post-navigation .post .entry-header .entry-meta a:hover {
  color: var(--secondary-color);
}
nav.post-navigation .post .entry-header .entry-meta a:first-child {
  margin-left: 0;
}
nav.post-navigation .post .entry-header .entry-meta a + a {
  margin-left: 20px;
}
nav.post-navigation .post .event-content-wrap {
  padding: 0;
  border: none;
}
nav.post-navigation .post .event-content-wrap .event-name {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 1.111em;
  font-weight: 600;
}
nav.post-navigation .content-wrap {
  margin-left: 0 !important;
}
nav.post-navigation .meta-nav {
  font-family: var(--secondary-font);
  font-size: 0.777em;
  line-height: 1.1;
  display: inline-block;
  color: var(--primary-color);
  text-decoration: none;
  position: relative;
  font-family: var(--secondary-font);
}
nav.post-navigation .meta-nav::after {
  content: "";
  width: 100%;
  height: 0;
  border-top: 1px dotted var(--primary-color);
  position: absolute;
  left: 0;
  bottom: -5.5px;
}
nav.post-navigation .meta-nav::before {
  content: "";
  width: 4.66px;
  height: 5.38px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4.662' height='5.383' viewBox='0 0 4.662 5.383'%3E%3Cpath id='path5019' d='M137.911-3.986l-4.662,2.692V-6.678Z' transform='translate(-133.249 6.678)' fill='%2317be8a'/%3E%3C/svg%3E%0A");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: -1px;
  bottom: -7.75px;
  transition: all 0.235s ease-in-out;
}
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 {
    padding-left: 45px;
    border-left: 1px solid rgba(var(--primary-color-rgb), 0.12);
    max-width: 350px;
    margin-left: auto;
  }
}
nav.post-navigation .nav-next .meta-nav::before {
  left: 0;
  transition: all 0.235s ease-in-out;
}
nav.post-navigation .nav-next .meta-nav:hover::before {
  left: 100%;
}
@media screen and (min-width: 768px) {
  nav.post-navigation .nav-previous {
    padding-right: 45px;
    max-width: 350px;
  }
}
nav.post-navigation .nav-previous .meta-nav::before {
  left: 100%;
  right: 100%;
  transform: rotate(180deg);
  transition: all 0.235s ease-in-out;
}
nav.post-navigation .nav-previous .meta-nav:hover::before {
  left: 0;
}

.pagination {
  margin-top: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (min-width: 767px) {
  .pagination {
    margin-top: 80px;
  }
}
.pagination .nav-links {
  display: -ms-flexbox;
  display: flex;
  grid-gap: 1px;
}
.pagination .nav-links a {
  color: var(--font-color);
}
.pagination .nav-links .page-numbers {
  padding: 15px 17.71px;
  display: inline-block;
  height: 45px;
  background: rgba(var(--primary-color-rgb), 0.09);
  font-size: 0.8888888889em;
  line-height: 1;
  text-decoration: none;
  transition: all 0.2s ease;
}
.pagination .nav-links .page-numbers:hover, .pagination .nav-links .page-numbers.current {
  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: none;
}
.pagination .nav-links .page-numbers.next:hover, .pagination .nav-links .page-numbers.prev:hover {
  color: var(--primary-color);
}
.pagination .nav-links .page-numbers.next:hover svg path, .pagination .nav-links .page-numbers.prev:hover svg path {
  stroke: var(--primary-color);
}

.navigation.pagination .nav-links .prev {
  position: relative;
  padding-left: 20px;
}
.navigation.pagination .nav-links .prev::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.956' height='13.496' viewBox='0 0 21.956 13.496'%3E%3Cg id='Group_1417' data-name='Group 1417' transform='translate(742.952 0.612)'%3E%3Cpath id='Path_1' data-name='Path 1' d='M1083.171,244.108h-20.837' transform='translate(-1804.667 -237.962)' fill='none' stroke='%23222222' stroke-linecap='round' stroke-width='1'%3E%3C/path%3E%3Cpath id='Path_2' data-name='Path 2' d='M1093.614,226.065c-.695,2.593-1.669,4.985-6.7,6.143' transform='translate(-1829.267 -226.065)' fill='none' stroke='%23222222' stroke-linecap='round' stroke-width='1'%3E%3C/path%3E%3Cpath id='Path_3' data-name='Path 3' d='M1093.614,232.208c-.695-2.593-1.669-4.985-6.7-6.143' transform='translate(-1829.267 -219.937)' fill='none' stroke='%23222222' stroke-linecap='round' stroke-width='1'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -6px;
  width: 18px;
  background-repeat: no-repeat;
  height: 12px;
  background-position: center;
  transition: all 0.2s ease-in-out;
}
.navigation.pagination .nav-links .prev:hover::before {
  left: -9px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.956' height='13.496' viewBox='0 0 21.956 13.496'%3E%3Cg id='Group_1417' data-name='Group 1417' transform='translate(742.952 0.612)'%3E%3Cpath id='Path_1' data-name='Path 1' d='M1083.171,244.108h-20.837' transform='translate(-1804.667 -237.962)' fill='none' stroke='%2388b4cf' stroke-linecap='round' stroke-width='1'%3E%3C/path%3E%3Cpath id='Path_2' data-name='Path 2' d='M1093.614,226.065c-.695,2.593-1.669,4.985-6.7,6.143' transform='translate(-1829.267 -226.065)' fill='none' stroke='%2388b4cf' stroke-linecap='round' stroke-width='1'%3E%3C/path%3E%3Cpath id='Path_3' data-name='Path 3' d='M1093.614,232.208c-.695-2.593-1.669-4.985-6.7-6.143' transform='translate(-1829.267 -219.937)' fill='none' stroke='%2388b4cf' stroke-linecap='round' stroke-width='1'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.navigation.pagination .nav-links .next {
  position: relative;
  padding-right: 20px;
}
.navigation.pagination .nav-links .next::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.956' height='13.496' viewBox='0 0 21.956 13.496'%3E%3Cg id='Group_1417' data-name='Group 1417' transform='translate(-721 -3593.056)'%3E%3Cpath id='Path_1' data-name='Path 1' d='M1062.334,244.108h20.837' transform='translate(-340.835 3355.706)' fill='none' stroke='%23222222' stroke-linecap='round' stroke-width='1'%3E%3C/path%3E%3Cpath id='Path_2' data-name='Path 2' d='M1086.915,226.065c.695,2.593,1.669,4.985,6.7,6.143' transform='translate(-351.258 3367.603)' fill='none' stroke='%23222222' stroke-linecap='round' stroke-width='1'%3E%3C/path%3E%3Cpath id='Path_3' data-name='Path 3' d='M1086.915,232.208c.695-2.593,1.669-4.985,6.7-6.143' transform='translate(-351.258 3373.731)' fill='none' stroke='%23222222' stroke-linecap='round' stroke-width='1'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -6px;
  width: 18px;
  background-repeat: no-repeat;
  height: 12px;
  background-position: center;
  transition: all 0.2s ease-in-out;
}
.navigation.pagination .nav-links .next:hover:after {
  right: -9px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.956' height='13.496' viewBox='0 0 21.956 13.496'%3E%3Cg id='Group_1417' data-name='Group 1417' transform='translate(-721 -3593.056)'%3E%3Cpath id='Path_1' data-name='Path 1' d='M1062.334,244.108h20.837' transform='translate(-340.835 3355.706)' fill='none' stroke='%2388b4cf' stroke-linecap='round' stroke-width='1'%3E%3C/path%3E%3Cpath id='Path_2' data-name='Path 2' d='M1086.915,226.065c.695,2.593,1.669,4.985,6.7,6.143' transform='translate(-351.258 3367.603)' fill='none' stroke='%2388b4cf' stroke-linecap='round' stroke-width='1'%3E%3C/path%3E%3Cpath id='Path_3' data-name='Path 3' d='M1086.915,232.208c.695-2.593,1.669-4.985,6.7-6.143' transform='translate(-351.258 3373.731)' fill='none' stroke='%2388b4cf' stroke-linecap='round' stroke-width='1'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

#load-posts {
  margin-top: 50px;
  text-align: center;
}
@media (min-width: 767px) {
  #load-posts {
    margin-top: 80px;
  }
}
#load-posts a {
  display: inline-block !important;
  padding: 14px 28px;
  background: none;
  color: var(--primary-color);
  border: 0;
  font-size: 0.944em;
  line-height: 1.888em;
  transition: all ease 0.35s;
  min-width: 200px;
  text-align: center;
  outline-width: 2px;
  outline-style: dotted;
  outline-offset: 1px;
  font-family: var(--secondary-font);
}
#load-posts a svg {
  margin-right: 10px;
}
#load-posts a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
  outline-color: var(--primary-color);
}
#load-posts a:hover svg {
  animation: postloading 1s infinite linear;
  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 {
  animation: unset;
}

@keyframes postloading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Widgets
--------------------------------------------- */
.wp-block-search__inside-wrapper,
.search-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.wp-block-search__inside-wrapper label,
.search-form label {
  -ms-flex: 1;
      flex: 1;
}
.wp-block-search__inside-wrapper .wp-block-search__inside-wrapper,
.search-form .wp-block-search__inside-wrapper {
  width: 100%;
}
.wp-block-search__inside-wrapper .wp-block-search__input,
.wp-block-search__inside-wrapper .search-field,
.search-form .wp-block-search__input,
.search-form .search-field {
  margin: 0;
  border-color: rgba(var(--primary-color-rgb), 0.2);
}
.wp-block-search__inside-wrapper .wp-block-search__button,
.wp-block-search__inside-wrapper .search-submit,
.search-form .wp-block-search__button,
.search-form .search-submit {
  background-color: var(--primary-color);
  outline: none;
  border-radius: 0;
  font-size: 0;
  padding: 17px 24px;
  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-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
}
.wp-block-search__inside-wrapper .wp-block-search__button:hover,
.wp-block-search__inside-wrapper .search-submit:hover,
.search-form .wp-block-search__button:hover,
.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-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
}

.widget {
  margin: 0 0 60px;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget.widget_block .wp-block-group__inner-container > h2,
.widget .wp-block-search__label,
.widget .widget-title {
  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;
  width: unset;
  font-family: var(--secondary-font);
}
.widget.widget_block .wp-block-group__inner-container > h2::after,
.widget .wp-block-search__label::after,
.widget .widget-title::after {
  content: "";
  width: 100%;
  height: 9px;
  background: rgba(var(--secondary-color-rgb), 0.2);
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: -1;
}
.widget.widget_bttk_author_bio .bttk-author-bio-holder {
  text-align: center;
}
.widget.widget_bttk_author_bio .bttk-author-bio-holder .image-holder {
  margin-bottom: 20px;
}
.widget.widget_bttk_author_bio .bttk-author-bio-holder .image-holder img {
  width: 190px;
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100px;
}
.widget.widget_bttk_author_bio .bttk-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_bttk_author_bio .bttk-author-bio-holder .text-holder .text-signature {
  display: inline-block;
  max-width: 100%;
  font-size: 2.277em;
  line-height: 1.147;
  font-family: var(--secondary-font);
  transform: rotate(-5deg);
  position: relative;
}
.widget.widget_bttk_author_bio .bttk-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='%23171717' stroke-linecap='round' stroke-width='1'/%3E%3C/svg%3E%0A");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -5px;
  left: -4px;
  transform: rotate(5deg);
}
.widget.widget_bttk_author_bio .bttk-author-bio-holder .text-holder .readmore {
  display: none;
}
.widget.widget_bttk_author_bio .bttk-author-bio-holder .text-holder .author-bio-socicons {
  margin-top: 30px;
}
.widget.widget_bttk_author_bio .bttk-author-bio-holder .text-holder .author-bio-socicons .author-socicons {
  -ms-flex-pack: center;
      justify-content: center;
  grid-gap: 11px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.widget.widget_bttk_author_bio .bttk-author-bio-holder .text-holder .author-bio-socicons .author-socicons a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(var(--primary-color-rgb), 0.2);
  color: var(--primary-color);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.widget.widget_bttk_author_bio .bttk-author-bio-holder .text-holder .author-bio-socicons .author-socicons a:hover {
  background: var(--primary-color);
  color: var(--white-color);
}
.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: 45px 15px;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .widget.widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper {
    padding: 55px 40px;
  }
}
.widget.widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper::before {
  content: "";
  width: 360px;
  height: 404.33px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='360' height='404.333' viewBox='0 0 360 404.333'%3E%3Cg id='Path_24940' data-name='Path 24940' fill='%23fff' opacity='0.05'%3E%3Cpath d='M360,0V404.333H0Z' stroke='none'/%3E%3Cpath d='M 359 2.626953125 L 2.229278564453125 403.3333129882813 L 359 403.3333129882813 L 359 2.626953125 M 360 -3.0517578125e-05 L 360 404.3333129882813 L 0 404.3333129882813 L 360 -3.0517578125e-05 Z' stroke='none' fill='rgba(136,238,191,0.3)'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.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.666em;
  line-height: 1.333;
  margin-bottom: 16px;
}
.widget.widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper form input[type=submit] {
  margin-top: 18px;
  width: 100%;
}
.widget.widget_bttk_pro_recent_post ul {
  list-style: none;
  margin-left: 0;
}
.widget.widget_bttk_pro_recent_post ul li {
  margin-bottom: 35px;
}
.widget.widget_bttk_pro_recent_post ul li .entry-header .cat-links {
  margin-bottom: 10px;
}
.widget.widget_bttk_pro_recent_post ul li .entry-header .cat-links a {
  font-size: 15px;
  letter-spacing: 1.42px;
  line-height: 32px;
  transition: all 0.3s ease-in-out;
  padding-left: 20px;
  position: relative;
  margin-right: 10px;
  color: var(--primary-color);
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
     -moz-text-decoration-style: dotted;
          text-decoration-style: dotted;
  -webkit-text-decoration-color: var(--secondary-color);
     -moz-text-decoration-color: var(--secondary-color);
          text-decoration-color: var(--secondary-color);
  text-underline-offset: 2px;
}
.widget.widget_bttk_pro_recent_post ul li .entry-header .cat-links a:hover {
  color: var(--secondary-color);
}
.widget.widget_bttk_pro_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_bttk_pro_recent_post ul li .entry-header .entry-title a {
  color: var(--font-color) !important;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.widget.widget_bttk_pro_recent_post ul li .entry-header .entry-title a:hover {
  color: var(--primary-color) !important;
}
.widget.widget_bttk_pro_recent_post ul li .entry-header .entry-meta {
  margin-top: 11px;
}
.widget.widget_bttk_pro_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_bttk_pro_recent_post ul.style-one li .post-thumbnail {
  margin-right: 15px;
}
.widget.widget_bttk_pro_recent_post ul.style-one li .entry-header .entry-meta {
  margin-top: 4px;
}
.widget.widget_bttk_pro_recent_post ul.style-three li .entry-header {
  padding: 13px 15px;
}
.widget.widget_bttk_pro_recent_post .post {
  grid-gap: 15px;
}
.widget.widget_bttk_pro_recent_post .post.horizontal .entry-title {
  margin-top: 0;
}
.widget.widget_bttk_pro_recent_post .post-thumbnail {
  margin: 0;
}
.widget.widget_bttk_pro_recent_post .entry-header {
  margin-bottom: 0;
}
.widget.widget_bttk_pro_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_bttk_custom_categories .blossomthemes-custom-categories-wrap ul {
  list-style: none;
  margin-left: 0;
}
.widget.widget_bttk_custom_categories .blossomthemes-custom-categories-wrap ul li {
  position: relative;
  height: 120px;
  background-size: cover;
  background-position: center;
  margin-bottom: 57px;
}
.widget.widget_bttk_custom_categories .blossomthemes-custom-categories-wrap ul li::after {
  content: none;
}
.widget.widget_bttk_custom_categories .blossomthemes-custom-categories-wrap ul li a {
  border-radius: 5px;
  padding: 15px;
  min-width: 246px;
  position: absolute;
  bottom: 28px;
  left: 0;
  max-width: 100%;
  width: auto;
  height: auto;
  transform: translate(0, 50%);
  background: var(--white-color);
  color: var(--font-color);
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
.widget.widget_bttk_custom_categories .blossomthemes-custom-categories-wrap ul li a .post-count {
  height: 26px;
  width: auto;
  font-size: 0.7777777778em;
  line-height: 0.78125em;
  padding: 8px 8px;
  background: var(--primary-color);
  border-radius: 3px;
  color: var(--white-color);
  margin-left: 10px;
}
.widget.widget_bttk_custom_categories .blossomthemes-custom-categories-wrap ul li a:hover {
  color: var(--primary-color);
}
.widget.widget_bttk_custom_categories .blossomthemes-custom-categories-wrap ul li a:hover .post-count {
  width: auto;
  background: var(--secondary-color);
}
.widget.widget_bttk_popular_post ul.style-one .post-thumbnail {
  width: 105px;
  height: 65px;
}
.widget.widget_bttk_popular_post ul.style-one .entry-header .entry-meta {
  margin-top: 4px;
}
.widget.widget_bttk_popular_post ul.style-two .entry-header {
  text-align: center;
  padding: 0;
}
.widget.widget_bttk_popular_post ul.style-three li .entry-header {
  padding: 13px 15px;
}
.widget.widget_bttk_popular_post ul li {
  margin-bottom: 32px;
}
.widget.widget_bttk_popular_post ul li:last-child {
  margin-bottom: 0;
}
.widget.widget_bttk_popular_post ul li .entry-header .cat-links {
  margin-bottom: 10px;
}
.widget.widget_bttk_popular_post ul li .entry-header .cat-links a {
  font-size: 15px;
  letter-spacing: 1.42px;
  line-height: 32px;
  transition: all 0.3s ease-in-out;
  padding-left: 20px;
  position: relative;
  margin-right: 10px;
  text-decoration: none;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
     -moz-text-decoration-style: dotted;
          text-decoration-style: dotted;
  -webkit-text-decoration-color: var(--secondary-color);
     -moz-text-decoration-color: var(--secondary-color);
          text-decoration-color: var(--secondary-color);
  text-underline-offset: 2px;
  color: var(--primary-color);
}
.widget.widget_bttk_popular_post ul li .entry-header .cat-links a:hover {
  color: var(--secondary-color);
}
.widget.widget_bttk_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_bttk_popular_post ul li .entry-header .entry-title a {
  color: var(--font-color) !important;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.widget.widget_bttk_popular_post ul li .entry-header .entry-title a:hover {
  color: var(--primary-color) !important;
}
.widget.widget_bttk_popular_post ul li .entry-header .entry-meta {
  margin-top: 11px;
}
.widget.widget_bttk_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_categories ul, .widget.widget_Archive ul {
  list-style: none;
  margin: 0;
  background-color: rgba(var(--secondary-color-rgb), 0.05);
  padding: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='360' height='289' viewBox='0 0 360 289'%3E%3Cg id='Path_25082' data-name='Path 25082' fill='%23ffdf00' opacity='0.02'%3E%3Cpath d='M 359.5 288.5 L 1.421537280082703 288.5 L 359.5 1.042567372322083 L 359.5 288.5 Z' stroke='none'/%3E%3Cpath d='M 359 2.08514404296875 L 2.84307861328125 288 L 359 288 L 359 2.08514404296875 M 360 0 L 360 289 L 0 289 L 360 0 Z' stroke='none' fill='%23bea099'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 360px 289px;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.widget.widget_categories ul li, .widget.widget_Archive ul li {
  display: -ms-flexbox;
  display: flex;
}
.widget.widget_categories ul li:not(:last-child), .widget.widget_Archive ul li:not(:last-child) {
  margin-bottom: 30px;
}
.widget.widget_categories ul li a, .widget.widget_Archive ul li a {
  text-decoration: none;
  color: var(--font-color);
  display: block;
  -ms-flex: 1;
      flex: 1;
}
.widget.widget_categories ul li a:hover, .widget.widget_Archive ul li 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: -ms-flexbox;
  display: flex;
  -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(--secondary-color);
     -moz-text-decoration-color: var(--secondary-color);
          text-decoration-color: var(--secondary-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(--secondary-color);
  position: absolute;
  top: 50%;
  left: -1.5px;
  transform: translateY(-50%);
}
.widget.widget_bttk_social_links {
  padding-bottom: 40px;
  position: relative;
}
.widget.widget_bttk_social_links::after {
  content: "";
  width: 100%;
  height: 1px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='330' height='1' viewBox='0 0 330 1'%3E%3Cg id='Rectangle_952' data-name='Rectangle 952' fill='none' stroke='%2317be8a' stroke-width='1' stroke-dasharray='1 5'%3E%3Crect width='330' height='1' stroke='%2317BE8A'/%3E%3Crect x='0.5' y='0.5' width='329' fill='none'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: auto 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.widget.widget_bttk_social_links .social-networks {
  display: -ms-flexbox;
  display: flex;
  grid-gap: 11px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.widget.widget_bttk_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: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.widget.widget_bttk_social_links .social-networks a:hover {
  background: var(--primary-color);
  color: var(--white-color);
}
.widget.widget_bttk_posts_category_slider_widget .item {
  padding: 0;
  margin: 0;
}
.widget.widget_bttk_posts_category_slider_widget .item .carousel-title {
  text-align: center;
  padding-top: 24px;
}
@media screen and (min-width: 1200px) {
  .widget.widget_bttk_posts_category_slider_widget .item .carousel-title {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.widget.widget_bttk_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_bttk_posts_category_slider_widget .item .carousel-title .title a {
  text-decoration: none;
  color: rgba(var(--font-color-rgb), 0.9);
}
.widget.widget_bttk_posts_category_slider_widget .item .carousel-title .title a:hover {
  color: var(--primary-color);
}
.widget.widget_bttk_posts_category_slider_widget .item .entry-meta {
  text-align: center;
}
.widget.widget_bttk_posts_category_slider_widget .owl-carousel .owl-nav button.owl-prev,
.widget.widget_bttk_posts_category_slider_widget .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 23%;
  width: 33px;
  height: 33px;
  background-size: 20.65px 4.88px;
  background-color: transparent;
  border-color: var(--white-color);
  background-position: center;
}
.widget.widget_bttk_posts_category_slider_widget .owl-carousel .owl-nav button.owl-prev:hover,
.widget.widget_bttk_posts_category_slider_widget .owl-carousel .owl-nav button.owl-next:hover {
  background-color: var(--primary-color);
}
.widget.widget_bttk_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_bttk_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_bttk_posts_category_slider_widget .owl-carousel .owl-dots {
  margin-top: 20px;
}
.widget.widget_calendar .calendar_wrap {
  padding: 0 22px 20px;
  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;
  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.833m;
  color: rgba(var(--font-color-rgb), 0.2);
}
.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 span {
  background: var(--secondary-color);
}
.widget.widget_calendar .calendar_wrap table td,
.widget.widget_calendar .calendar_wrap table th {
  padding: 5px;
}
.widget.widget_bttk_custom_categories .blossomthemes-custom-categories-meta-wrap {
  list-style: none;
  margin: 0;
}
.widget.widget_bttk_custom_categories .blossomthemes-custom-categories-meta-wrap li {
  padding-top: 90px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 40px;
}
.widget.widget_bttk_custom_categories .blossomthemes-custom-categories-meta-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_bttk_custom_categories .blossomthemes-custom-categories-meta-wrap li a:hover {
  color: var(--primary-color);
}
.widget.widget_bttk_custom_categories .blossomthemes-custom-categories-meta-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;
  transition: all 0.3s ease;
}
.widget.widget_bttk_custom_categories .blossomthemes-custom-categories-meta-wrap li a:hover .post-count {
  background: var(--font-color);
}
.widget.widget_custom_blog_banner {
  background: rgba(var(--secondary-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");
  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-mid {
  /*==========================
  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_bttk_author_bio, .widget_bttk_popular_post, .widget_bttk_custom_categories, .widget_bttk_pro_recent_post, .widget_btif_instagram_widget, .widget_bttk_image_text_widget, .widget_bttk_description_widget, .widget_top_rated_products, .widget_products, .widget_bttk_social_links, .widget_bttk_contact_social_links, .widget_wellness_coach_advance_cta_widget, .widget_nav_menu) ul,
.footer-mid .widget:not(.widget_bttk_author_bio, .widget_bttk_popular_post, .widget_bttk_custom_categories, .widget_bttk_pro_recent_post, .widget_btif_instagram_widget, .widget_bttk_image_text_widget, .widget_bttk_description_widget, .widget_top_rated_products, .widget_products, .widget_bttk_social_links, .widget_bttk_contact_social_links, .widget_wellness_coach_advance_cta_widget, .widget_nav_menu) ul {
  list-style: none;
  margin: 0;
  list-style: none;
  margin: 0;
  background-color: rgba(var(--secondary-color-rgb), 0.05);
  padding: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='360' height='289' viewBox='0 0 360 289'%3E%3Cg id='Path_25082' data-name='Path 25082' fill='%23ffdf00' opacity='0.02'%3E%3Cpath d='M 359.5 288.5 L 1.421537280082703 288.5 L 359.5 1.042567372322083 L 359.5 288.5 Z' stroke='none'/%3E%3Cpath d='M 359 2.08514404296875 L 2.84307861328125 288 L 359 288 L 359 2.08514404296875 M 360 0 L 360 289 L 0 289 L 360 0 Z' stroke='none' fill='%23bea099'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 360px 289px;
  background-repeat: no-repeat;
  background-position: bottom right;
}
#secondary .widget:not(.widget_bttk_author_bio, .widget_bttk_popular_post, .widget_bttk_custom_categories, .widget_bttk_pro_recent_post, .widget_btif_instagram_widget, .widget_bttk_image_text_widget, .widget_bttk_description_widget, .widget_top_rated_products, .widget_products, .widget_bttk_social_links, .widget_bttk_contact_social_links, .widget_wellness_coach_advance_cta_widget, .widget_nav_menu) ul li,
.footer-mid .widget:not(.widget_bttk_author_bio, .widget_bttk_popular_post, .widget_bttk_custom_categories, .widget_bttk_pro_recent_post, .widget_btif_instagram_widget, .widget_bttk_image_text_widget, .widget_bttk_description_widget, .widget_top_rated_products, .widget_products, .widget_bttk_social_links, .widget_bttk_contact_social_links, .widget_wellness_coach_advance_cta_widget, .widget_nav_menu) ul li {
  color: rgba(var(--font-color-rgb), 1);
  padding-left: 0;
  list-style: none;
}
#secondary .widget:not(.widget_bttk_author_bio, .widget_bttk_popular_post, .widget_bttk_custom_categories, .widget_bttk_pro_recent_post, .widget_btif_instagram_widget, .widget_bttk_image_text_widget, .widget_bttk_description_widget, .widget_top_rated_products, .widget_products, .widget_bttk_social_links, .widget_bttk_contact_social_links, .widget_wellness_coach_advance_cta_widget, .widget_nav_menu) ul li:last-child,
.footer-mid .widget:not(.widget_bttk_author_bio, .widget_bttk_popular_post, .widget_bttk_custom_categories, .widget_bttk_pro_recent_post, .widget_btif_instagram_widget, .widget_bttk_image_text_widget, .widget_bttk_description_widget, .widget_top_rated_products, .widget_products, .widget_bttk_social_links, .widget_bttk_contact_social_links, .widget_wellness_coach_advance_cta_widget, .widget_nav_menu) ul li:last-child {
  margin-bottom: 0;
}
#secondary .widget:not(.widget_bttk_author_bio, .widget_bttk_popular_post, .widget_bttk_custom_categories, .widget_bttk_pro_recent_post, .widget_btif_instagram_widget, .widget_bttk_image_text_widget, .widget_bttk_description_widget, .widget_top_rated_products, .widget_products, .widget_bttk_social_links, .widget_bttk_contact_social_links, .widget_wellness_coach_advance_cta_widget, .widget_nav_menu) ul li > a,
.footer-mid .widget:not(.widget_bttk_author_bio, .widget_bttk_popular_post, .widget_bttk_custom_categories, .widget_bttk_pro_recent_post, .widget_btif_instagram_widget, .widget_bttk_image_text_widget, .widget_bttk_description_widget, .widget_top_rated_products, .widget_products, .widget_bttk_social_links, .widget_bttk_contact_social_links, .widget_wellness_coach_advance_cta_widget, .widget_nav_menu) ul li > a {
  position: relative;
  padding-left: 0px;
}
#secondary .widget:not(.widget_bttk_author_bio, .widget_bttk_popular_post, .widget_bttk_custom_categories, .widget_bttk_pro_recent_post, .widget_btif_instagram_widget, .widget_bttk_image_text_widget, .widget_bttk_description_widget, .widget_top_rated_products, .widget_products, .widget_bttk_social_links, .widget_bttk_contact_social_links, .widget_wellness_coach_advance_cta_widget, .widget_nav_menu) ul li a,
.footer-mid .widget:not(.widget_bttk_author_bio, .widget_bttk_popular_post, .widget_bttk_custom_categories, .widget_bttk_pro_recent_post, .widget_btif_instagram_widget, .widget_bttk_image_text_widget, .widget_bttk_description_widget, .widget_top_rated_products, .widget_products, .widget_bttk_social_links, .widget_bttk_contact_social_links, .widget_wellness_coach_advance_cta_widget, .widget_nav_menu) ul li a {
  color: rgba(var(--font-color-rgb), 1);
  font-size: 18px;
  letter-spacing: 1.42px;
  display: inline-block;
  transition: all 0.3s ease;
  text-decoration: none;
}
#secondary .widget:not(.widget_bttk_author_bio, .widget_bttk_popular_post, .widget_bttk_custom_categories, .widget_bttk_pro_recent_post, .widget_btif_instagram_widget, .widget_bttk_image_text_widget, .widget_bttk_description_widget, .widget_top_rated_products, .widget_products, .widget_bttk_social_links, .widget_bttk_contact_social_links, .widget_wellness_coach_advance_cta_widget, .widget_nav_menu) ul li a:hover,
.footer-mid .widget:not(.widget_bttk_author_bio, .widget_bttk_popular_post, .widget_bttk_custom_categories, .widget_bttk_pro_recent_post, .widget_btif_instagram_widget, .widget_bttk_image_text_widget, .widget_bttk_description_widget, .widget_top_rated_products, .widget_products, .widget_bttk_social_links, .widget_bttk_contact_social_links, .widget_wellness_coach_advance_cta_widget, .widget_nav_menu) ul li a:hover {
  color: rgba(var(--primary-color-rgb), 1);
}
#secondary .widget:not(.widget_bttk_author_bio, .widget_bttk_popular_post, .widget_bttk_custom_categories, .widget_bttk_pro_recent_post, .widget_btif_instagram_widget, .widget_bttk_image_text_widget, .widget_bttk_description_widget, .widget_top_rated_products, .widget_products, .widget_bttk_social_links, .widget_bttk_contact_social_links, .widget_wellness_coach_advance_cta_widget, .widget_nav_menu).widget_recent_comments ul li,
.footer-mid .widget:not(.widget_bttk_author_bio, .widget_bttk_popular_post, .widget_bttk_custom_categories, .widget_bttk_pro_recent_post, .widget_btif_instagram_widget, .widget_bttk_image_text_widget, .widget_bttk_description_widget, .widget_top_rated_products, .widget_products, .widget_bttk_social_links, .widget_bttk_contact_social_links, .widget_wellness_coach_advance_cta_widget, .widget_nav_menu).widget_recent_comments ul li {
  position: relative;
  padding-left: 0;
}
#secondary .widget:not(.widget_bttk_author_bio, .widget_bttk_popular_post, .widget_bttk_custom_categories, .widget_bttk_pro_recent_post, .widget_btif_instagram_widget, .widget_bttk_image_text_widget, .widget_bttk_description_widget, .widget_top_rated_products, .widget_products, .widget_bttk_social_links, .widget_bttk_contact_social_links, .widget_wellness_coach_advance_cta_widget, .widget_nav_menu).widget_recent_comments ul li > a::before,
.footer-mid .widget:not(.widget_bttk_author_bio, .widget_bttk_popular_post, .widget_bttk_custom_categories, .widget_bttk_pro_recent_post, .widget_btif_instagram_widget, .widget_bttk_image_text_widget, .widget_bttk_description_widget, .widget_top_rated_products, .widget_products, .widget_bttk_social_links, .widget_bttk_contact_social_links, .widget_wellness_coach_advance_cta_widget, .widget_nav_menu).widget_recent_comments ul li > a::before {
  content: none;
}
#secondary .widget:not(.widget_bttk_author_bio, .widget_bttk_popular_post, .widget_bttk_custom_categories, .widget_bttk_pro_recent_post, .widget_btif_instagram_widget, .widget_bttk_image_text_widget, .widget_bttk_description_widget, .widget_top_rated_products, .widget_products, .widget_bttk_social_links, .widget_bttk_contact_social_links, .widget_wellness_coach_advance_cta_widget, .widget_nav_menu).widget_btif_instagram_widget ul li a::before,
.footer-mid .widget:not(.widget_bttk_author_bio, .widget_bttk_popular_post, .widget_bttk_custom_categories, .widget_bttk_pro_recent_post, .widget_btif_instagram_widget, .widget_bttk_image_text_widget, .widget_bttk_description_widget, .widget_top_rated_products, .widget_products, .widget_bttk_social_links, .widget_bttk_contact_social_links, .widget_wellness_coach_advance_cta_widget, .widget_nav_menu).widget_btif_instagram_widget ul li a::before {
  content: none;
}
#secondary .widget_nav_menu ul,
.footer-mid .widget_nav_menu ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-column-gap: 20px;
}
#secondary .widget_nav_menu ul li,
.footer-mid .widget_nav_menu ul li {
  display: inline-block;
}
#secondary .widget_nav_menu ul li .submenu-toggle-btn,
.footer-mid .widget_nav_menu ul li .submenu-toggle-btn {
  display: none;
}
#secondary .widget_nav_menu ul li a,
.footer-mid .widget_nav_menu ul li a {
  color: rgba(var(--font-color-rgb), 1);
  font-size: 18px;
  letter-spacing: 1.42px;
  display: inline-block;
  transition: all 0.3s ease;
  text-decoration: none;
}
#secondary .widget_nav_menu ul li a:hover,
.footer-mid .widget_nav_menu ul li a:hover {
  color: rgba(var(--primary-color-rgb), 1);
}
#secondary .widget_nav_menu ul li ul,
.footer-mid .widget_nav_menu ul li ul {
  margin-left: 20px;
}
#secondary .widget_wellness_coach_advance_cta_widget .has-bg,
.footer-mid .widget_wellness_coach_advance_cta_widget .has-bg {
  padding: 40px 20px;
  position: relative;
  z-index: 1;
  color: var(--white-color);
}
#secondary .widget_wellness_coach_advance_cta_widget .has-bg::before,
.footer-mid .widget_wellness_coach_advance_cta_widget .has-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_wellness_coach_advance_cta_widget .has-bg .widget-title,
.footer-mid .widget_wellness_coach_advance_cta_widget .has-bg .widget-title {
  color: var(--white-color);
}
#secondary .widget_wellness_coach_advance_cta_widget .section-block.right,
.footer-mid .widget_wellness_coach_advance_cta_widget .section-block.right {
  text-align: right;
}
#secondary .widget_wellness_coach_advance_cta_widget .section-block .section-grid,
.footer-mid .widget_wellness_coach_advance_cta_widget .section-block .section-grid {
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}
#secondary .widget_wellness_coach_advance_cta_widget .section-block .section-grid .widget-content-wrapper .subtitle,
.footer-mid .widget_wellness_coach_advance_cta_widget .section-block .section-grid .widget-content-wrapper .subtitle {
  display: block;
}
#secondary .widget_wellness_coach_advance_cta_widget .section-block .section-grid .button-wrap a,
.footer-mid .widget_wellness_coach_advance_cta_widget .section-block .section-grid .button-wrap a {
  margin: 10px;
}
#secondary .widget_wellness_coach_advance_cta_widget .section-block .section-grid .button-wrap .btn-readmore::before, #secondary .widget_wellness_coach_advance_cta_widget .section-block .section-grid .button-wrap .btn-readmore::after,
.footer-mid .widget_wellness_coach_advance_cta_widget .section-block .section-grid .button-wrap .btn-readmore::before,
.footer-mid .widget_wellness_coach_advance_cta_widget .section-block .section-grid .button-wrap .btn-readmore::after {
  content: none;
}
#secondary .widget_media_image a,
.footer-mid .widget_media_image a {
  display: block;
}
#secondary .widget_bttk_contact_social_links .bttk-contact-widget-wrap .contact-list .contact-title,
#secondary .widget_bttk_contact_social_links .bttk-contact-widget-wrap .contact-list .address-title,
.footer-mid .widget_bttk_contact_social_links .bttk-contact-widget-wrap .contact-list .contact-title,
.footer-mid .widget_bttk_contact_social_links .bttk-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_bttk_contact_social_links .bttk-contact-widget-wrap .contact-list li,
.footer-mid .widget_bttk_contact_social_links .bttk-contact-widget-wrap .contact-list li {
  list-style: none;
  margin-bottom: 8px;
  font-weight: 400;
}
#secondary .widget_bttk_contact_social_links .bttk-contact-widget-wrap .contact-list li a,
.footer-mid .widget_bttk_contact_social_links .bttk-contact-widget-wrap .contact-list li a {
  color: rgba(var(--font-color-rgb), 1);
  font-weight: 400;
}
#secondary .widget_bttk_contact_social_links .bttk-contact-widget-wrap .contact-list li a::before,
.footer-mid .widget_bttk_contact_social_links .bttk-contact-widget-wrap .contact-list li a::before {
  content: none;
}
#secondary .widget_bttk_contact_social_links .bttk-contact-widget-wrap .contact-list li .fa-phone,
.footer-mid .widget_bttk_contact_social_links .bttk-contact-widget-wrap .contact-list li .fa-phone {
  transform: rotate(90deg);
}
#secondary .widget_bttk_contact_social_links .bttk-contact-widget-wrap .contact-list li svg,
.footer-mid .widget_bttk_contact_social_links .bttk-contact-widget-wrap .contact-list li svg {
  margin-right: 20px;
}
#secondary .widget_bttk_contact_social_links .bttk-contact-widget-wrap .contact-list li svg path,
.footer-mid .widget_bttk_contact_social_links .bttk-contact-widget-wrap .contact-list li svg path {
  fill: var(--primary-color);
}
#secondary .widget_bttk_contact_social_links .bttk-contact-widget-wrap .contact-list-title,
.footer-mid .widget_bttk_contact_social_links .bttk-contact-widget-wrap .contact-list-title {
  display: block;
  font-weight: bold;
  margin-bottom: 15px;
  font-weight: 400;
  font-family: var(--secondary-font);
}
#secondary .widget_bttk_contact_social_links .bttk-contact-widget-wrap .social-networks li,
.footer-mid .widget_bttk_contact_social_links .bttk-contact-widget-wrap .social-networks li {
  margin-bottom: 4px;
  -ms-flex-pack: center;
      justify-content: center;
  grid-gap: 11px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#secondary .widget_bttk_contact_social_links .bttk-contact-widget-wrap .social-networks li a,
.footer-mid .widget_bttk_contact_social_links .bttk-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: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
#secondary .widget_bttk_contact_social_links .bttk-contact-widget-wrap .social-networks li a:hover,
.footer-mid .widget_bttk_contact_social_links .bttk-contact-widget-wrap .social-networks li a:hover {
  background: var(--primary-color);
  color: var(--white-color);
}
#secondary .widget_bttk_social_links .social-networks li,
.footer-mid .widget_bttk_social_links .social-networks li {
  margin-bottom: 4px;
}
#secondary .widget_bttk_social_links .social-networks li a,
.footer-mid .widget_bttk_social_links .social-networks li a {
  padding-left: 0;
  background: unset;
}
#secondary .widget_bttk_social_links .social-networks li a::before,
.footer-mid .widget_bttk_social_links .social-networks li a::before {
  content: none;
}
#secondary .widget_bttk_social_links .social-networks li a:hover,
.footer-mid .widget_bttk_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-mid .widget_blossom_client_logo_widget .blossom-iw-holder .blossom-iw-inner-holder .blossom-inner-wrap {
  display: grid;
  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-mid .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-mid .widget_btif_instagram_widget ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
}
#secondary .widget_btif_instagram_widget ul li,
.footer-mid .widget_btif_instagram_widget ul li {
  margin: 0;
  width: 100%;
}
#secondary .widget_btif_instagram_widget ul li a,
.footer-mid .widget_btif_instagram_widget ul li a {
  display: block;
  padding-left: 0;
}
#secondary .widget_btif_instagram_widget .profile-link,
.footer-mid .widget_btif_instagram_widget .profile-link {
  padding: 10px 30px;
  max-width: 261px;
  margin: 0 auto;
  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-mid .widget_btif_instagram_widget .profile-link:hover {
  background-color: var(--primary-color);
  color: #fff;
}
#secondary .widget_btif_instagram_widget .profile-link .insta-icon,
.footer-mid .widget_btif_instagram_widget .profile-link .insta-icon {
  margin-right: 10px;
}
#secondary .widget_bttk_author_bio .bttk-author-bio-holder .readmore,
.footer-mid .widget_bttk_author_bio .bttk-author-bio-holder .readmore {
  line-height: 1.3;
  color: var(--white-color);
  background: var(--primary-color);
  display: block;
  font-size: 0.8888em;
  letter-spacing: 0.5px;
  text-decoration: none;
  padding: 12px 30px;
  margin-top: 40px;
}
#secondary .widget_bttk_author_bio .bttk-author-bio-holder .readmore:hover,
.footer-mid .widget_bttk_author_bio .bttk-author-bio-holder .readmore:hover {
  background: var(--secondary-color);
}
#secondary .widget_bttk_author_bio .bttk-author-bio-holder .author-bio-socicons,
.footer-mid .widget_bttk_author_bio .bttk-author-bio-holder .author-bio-socicons {
  margin-top: 25px;
}
#secondary .widget_blossomtheme_companion_cta_widget,
.footer-mid .widget_blossomtheme_companion_cta_widget {
  margin: 0 0 60px;
}
#secondary .widget_blossomtheme_companion_cta_widget .bttk-cta-bg,
.footer-mid .widget_blossomtheme_companion_cta_widget .bttk-cta-bg {
  padding: 0;
}
#secondary .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container,
.footer-mid .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container {
  padding: 40px 20px;
  text-align: left;
}
#secondary .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container .button-wrap,
.footer-mid .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container .button-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center;
  grid-gap: 1em;
}
#secondary .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container .button-wrap .btn-2,
.footer-mid .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container .button-wrap .btn-2 {
  border: 1px solid var(--primary-color);
  color: var(--white-color);
}
#secondary .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container .button-wrap .btn-2:hover,
.footer-mid .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container .button-wrap .btn-2:hover {
  color: var(--font-color);
}
#secondary .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container .widget-subtitle,
#secondary .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container .text-holder,
#secondary .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container .widget-title,
.footer-mid .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container .widget-subtitle,
.footer-mid .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container .text-holder,
.footer-mid .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container .widget-title {
  color: var(--white-color);
}
#secondary .widget_blossomtheme_companion_cta_widget .bttk-cta-bg,
.footer-mid .widget_blossomtheme_companion_cta_widget .bttk-cta-bg {
  padding: 0;
  position: relative;
  z-index: 2;
}
#secondary .widget_blossomtheme_companion_cta_widget .bttk-cta-bg::before,
.footer-mid .widget_blossomtheme_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_blossomtheme_companion_cta_widget .bttk-cta-bg .blossomtheme-cta-container .text-holder,
#secondary .widget_blossomtheme_companion_cta_widget .bttk-cta-bg .blossomtheme-cta-container .widget-title,
.footer-mid .widget_blossomtheme_companion_cta_widget .bttk-cta-bg .blossomtheme-cta-container .text-holder,
.footer-mid .widget_blossomtheme_companion_cta_widget .bttk-cta-bg .blossomtheme-cta-container .widget-title {
  color: var(--white-color);
}
#secondary .widget_blossomtheme_companion_cta_widget .right .blossomtheme-cta-container,
.footer-mid .widget_blossomtheme_companion_cta_widget .right .blossomtheme-cta-container {
  padding: 40px 20px;
  text-align: right;
}
#secondary .widget_blossomtheme_companion_cta_widget .right .blossomtheme-cta-container .button-wrap,
.footer-mid .widget_blossomtheme_companion_cta_widget .right .blossomtheme-cta-container .button-wrap {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
#secondary .widget_blossomtheme_companion_cta_widget .centered .blossomtheme-cta-container,
.footer-mid .widget_blossomtheme_companion_cta_widget .centered .blossomtheme-cta-container {
  padding: 40px 20px;
  text-align: center;
}
#secondary .widget_blossomtheme_companion_cta_widget .centered .blossomtheme-cta-container .button-wrap,
.footer-mid .widget_blossomtheme_companion_cta_widget .centered .blossomtheme-cta-container .button-wrap {
  -ms-flex-pack: center;
      justify-content: center;
}
#secondary .widget_bttk_icon_text_widget .rtc-itw-holder .rtc-itw-inner-holder,
.footer-mid .widget_bttk_icon_text_widget .rtc-itw-holder .rtc-itw-inner-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  grid-gap: 1.5em;
}
#secondary .widget_bttk_icon_text_widget .rtc-itw-holder .rtc-itw-inner-holder .widget-title,
.footer-mid .widget_bttk_icon_text_widget .rtc-itw-holder .rtc-itw-inner-holder .widget-title {
  margin-bottom: 15px;
}
#secondary .widget_bttk_icon_text_widget .rtc-itw-holder .rtc-itw-inner-holder .icon-holder,
.footer-mid .widget_bttk_icon_text_widget .rtc-itw-holder .rtc-itw-inner-holder .icon-holder {
  font-size: 3em;
  color: var(--primary-color);
}
#secondary .widget_bttk_image_text_widget .bttk-itw-holder li,
.footer-mid .widget_bttk_image_text_widget .bttk-itw-holder li {
  margin-bottom: 42px;
  list-style: none;
}
#secondary .widget_bttk_image_text_widget .bttk-itw-holder li .btn-readmore,
.footer-mid .widget_bttk_image_text_widget .bttk-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: calc(100% - 30px);
  padding: 7px 20px;
  text-transform: none;
  font-style: italic;
  font-size: 1.11em;
  transform: translateX(-50%);
  line-height: 1.4em;
}
#secondary .widget_bttk_image_text_widget .bttk-itw-holder li .btn-readmore::before,
.footer-mid .widget_bttk_image_text_widget .bttk-itw-holder li .btn-readmore::before {
  content: none;
}
#secondary .widget_bttk_image_text_widget .bttk-itw-holder li .btn-readmore:hover,
.footer-mid .widget_bttk_image_text_widget .bttk-itw-holder li .btn-readmore:hover {
  background: var(--primary-color);
  color: var(--white-color);
}
#secondary .widget_bttk_image_text_widget .bttk-itw-holder li .btn-readmore::after,
.footer-mid .widget_bttk_image_text_widget .bttk-itw-holder li .btn-readmore::after {
  content: none;
}
#secondary .widget_blossomthemes_stat_counter_widget .col,
.footer-mid .widget_blossomthemes_stat_counter_widget .col {
  width: 100%;
  padding: 0;
}
#secondary .widget_blossomthemes_stat_counter_widget .blossomthemes-sc-holder,
.footer-mid .widget_blossomthemes_stat_counter_widget .blossomthemes-sc-holder {
  position: relative;
  padding-left: 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}
#secondary .widget_blossomthemes_stat_counter_widget .blossomthemes-sc-holder .icon-holder,
.footer-mid .widget_blossomthemes_stat_counter_widget .blossomthemes-sc-holder .icon-holder {
  font-size: 3em;
  position: absolute;
  top: 5px;
  left: 0;
  line-height: 1;
  color: var(--primary-color);
}
#secondary .widget_blossomthemes_stat_counter_widget .blossomthemes-sc-holder .hs-counter,
.footer-mid .widget_blossomthemes_stat_counter_widget .blossomthemes-sc-holder .hs-counter {
  font-size: 2.6665em;
  font-weight: 700;
  line-height: 1;
}
#secondary .widget_blossomthemes_stat_counter_widget .widget-title,
.footer-mid .widget_blossomthemes_stat_counter_widget .widget-title {
  background: none;
  padding: 0;
  font-size: 1.112em;
  margin-bottom: 0;
  text-align: left;
}
#secondary .widget_blossomthemes_stat_counter_widget .widget-title::after,
.footer-mid .widget_blossomthemes_stat_counter_widget .widget-title::after {
  content: none;
}
#secondary .widget_blossomthemes_stat_counter_widget .widget-title > span,
.footer-mid .widget_blossomthemes_stat_counter_widget .widget-title > span {
  background: none;
  padding: 0;
}
#secondary .widget_bttk_description_widget .bttk-team-holder-modal,
.footer-mid .widget_bttk_description_widget .bttk-team-holder-modal {
  display: none !important;
}
#secondary .widget_bttk_description_widget .bttk-team-inner-holder,
.footer-mid .widget_bttk_description_widget .bttk-team-inner-holder {
  text-align: center;
}
#secondary .widget_bttk_description_widget .image-holder,
.footer-mid .widget_bttk_description_widget .image-holder {
  margin-bottom: 30px;
}
#secondary .widget_bttk_description_widget .name,
.footer-mid .widget_bttk_description_widget .name {
  display: block;
  font-weight: 700;
  line-height: 1.5;
}
#secondary .widget_bttk_description_widget .designation,
.footer-mid .widget_bttk_description_widget .designation {
  display: block;
  font-size: 0.7778em;
  color: rgba(var(--black-color-rgb), 0.5);
  margin-top: 0;
}
#secondary .widget_bttk_description_widget .description,
.footer-mid .widget_bttk_description_widget .description {
  margin-top: 0;
  margin-bottom: 20px;
}
#secondary .widget_bttk_description_widget .description p:last-child,
.footer-mid .widget_bttk_description_widget .description p:last-child {
  margin-bottom: 0;
}
#secondary .widget_bttk_description_widget .social-profile,
.footer-mid .widget_bttk_description_widget .social-profile {
  margin-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-pack: center;
      justify-content: center;
  grid-gap: 11px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
#secondary .widget_bttk_description_widget .social-profile li a,
.footer-mid .widget_bttk_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: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
#secondary .widget_bttk_description_widget .social-profile li a:hover,
.footer-mid .widget_bttk_description_widget .social-profile li a:hover {
  background: var(--primary-color);
  color: var(--white-color);
}
#secondary .widget_bttk_testimonial_widget .bttk-testimonial-inner-holder,
.footer-mid .widget_bttk_testimonial_widget .bttk-testimonial-inner-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* align-items: center; */
}
#secondary .widget_bttk_testimonial_widget .bttk-testimonial-inner-holder .testimonial-heading,
.footer-mid .widget_bttk_testimonial_widget .bttk-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_bttk_testimonial_widget .bttk-testimonial-inner-holder .img-holder,
.footer-mid .widget_bttk_testimonial_widget .bttk-testimonial-inner-holder .img-holder {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
  -ms-flex-order: 1;
      order: 1;
  margin-top: 0px;
}
#secondary .widget_bttk_testimonial_widget .bttk-testimonial-inner-holder .img-holder img,
.footer-mid .widget_bttk_testimonial_widget .bttk-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_bttk_testimonial_widget .text-holder,
.footer-mid .widget_bttk_testimonial_widget .text-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
#secondary .widget_bttk_testimonial_widget .testimonial-content,
.footer-mid .widget_bttk_testimonial_widget .testimonial-content {
  font-size: 1em;
  font-family: var(--secondary-font);
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
}
#secondary .widget_bttk_testimonial_widget .testimonial-content p,
.footer-mid .widget_bttk_testimonial_widget .testimonial-content p {
  margin-top: 0;
  margin-bottom: 20px;
}
#secondary .widget_bttk_testimonial_widget .testimonial-content p:last-child::after, #secondary .widget_bttk_testimonial_widget .testimonial-content p:first-child::before,
.footer-mid .widget_bttk_testimonial_widget .testimonial-content p:last-child::after,
.footer-mid .widget_bttk_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_bttk_testimonial_widget .testimonial-content p:last-child::after,
.footer-mid .widget_bttk_testimonial_widget .testimonial-content p:last-child::after {
  position: relative;
  transform: rotate(-180deg);
  display: inline-block;
  vertical-align: 10px;
  margin-left: 15px;
}
#secondary .widget_bttk_testimonial_widget .testimonial-meta,
.footer-mid .widget_bttk_testimonial_widget .testimonial-meta {
  padding-left: 35px;
  line-height: 1.3;
  width: calc(100% - 76px);
}
#secondary .widget_bttk_testimonial_widget .testimonial-meta .name,
.footer-mid .widget_bttk_testimonial_widget .testimonial-meta .name {
  display: block;
  font-family: var(--secondary-font);
  font-size: 1em;
  /* font-weight: 600; */
}
#secondary .widget_bttk_testimonial_widget .testimonial-meta .designation,
.footer-mid .widget_bttk_testimonial_widget .testimonial-meta .designation {
  display: block;
  font-size: 1em;
  font-family: var(--primary-font);
  letter-spacing: 0.1px;
}
#secondary .widget_bttk_posts_category_slider_widget .owl-nav button,
.footer-mid .widget_bttk_posts_category_slider_widget .owl-nav button {
  background-repeat: no-repeat !important;
}
#secondary .widget_bttk_posts_category_slider_widget .owl-nav button::after,
.footer-mid .widget_bttk_posts_category_slider_widget .owl-nav button::after {
  content: none;
}
#secondary .widget_bttk_posts_category_slider_widget .owl-dot span,
.footer-mid .widget_bttk_posts_category_slider_widget .owl-dot span {
  display: none;
}
#secondary .widget_bttk_posts_category_slider_widget .carousel-title .cat-links,
.footer-mid .widget_bttk_posts_category_slider_widget .carousel-title .cat-links {
  margin-bottom: 10px;
}
#secondary .widget_bttk_posts_category_slider_widget .carousel-title .cat-links a,
.footer-mid .widget_bttk_posts_category_slider_widget .carousel-title .cat-links a {
  font-size: 15px;
  letter-spacing: 1.42px;
  line-height: 32px;
  transition: all 0.3s ease-in-out;
  padding-left: 20px;
  position: relative;
  margin-right: 10px;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
     -moz-text-decoration-style: dotted;
          text-decoration-style: dotted;
  -webkit-text-decoration-color: var(--secondary-color);
     -moz-text-decoration-color: var(--secondary-color);
          text-decoration-color: var(--secondary-color);
  text-underline-offset: 2px;
  color: var(--primary-color);
}
#secondary .widget_bttk_posts_category_slider_widget .carousel-title .cat-links a:hover,
.footer-mid .widget_bttk_posts_category_slider_widget .carousel-title .cat-links a:hover {
  color: var(--primary-color);
}
#secondary .widget_bttk_posts_category_slider_widget .carousel-title .title,
.footer-mid .widget_bttk_posts_category_slider_widget .carousel-title .title {
  line-height: 24px;
  letter-spacing: 0.21px;
  font-weight: 400;
  font-family: var(--secondary-font);
}
#secondary .widget_bttk_posts_category_slider_widget .carousel-title .title a,
.footer-mid .widget_bttk_posts_category_slider_widget .carousel-title .title a {
  color: var(--font-color) !important;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
#secondary .widget_bttk_posts_category_slider_widget .carousel-title .title a:hover,
.footer-mid .widget_bttk_posts_category_slider_widget .carousel-title .title a:hover {
  color: var(--primary-color) !important;
}
#secondary .widget_blossomtheme_featured_page_widget .widget-featured-alignment,
.footer-mid .widget_blossomtheme_featured_page_widget .widget-featured-alignment {
  position: relative;
}
#secondary .widget_blossomtheme_featured_page_widget .widget-featured-alignment .about-bg-img,
.footer-mid .widget_blossomtheme_featured_page_widget .widget-featured-alignment .about-bg-img {
  position: absolute;
  top: -27px;
  left: 152px;
}
#secondary .widget_blossomtheme_featured_page_widget .widget-featured-alignment .img-holder,
.footer-mid .widget_blossomtheme_featured_page_widget .widget-featured-alignment .img-holder {
  margin-bottom: 29px;
}
#secondary .widget_blossomtheme_featured_page_widget .right,
.footer-mid .widget_blossomtheme_featured_page_widget .right {
  text-align: right;
}
#secondary .widget_blossomtheme_featured_page_widget .right .wp-block-buttons,
.footer-mid .widget_blossomtheme_featured_page_widget .right .wp-block-buttons {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
#secondary .widget_blossomtheme_featured_page_widget .centered,
.footer-mid .widget_blossomtheme_featured_page_widget .centered {
  text-align: center;
}
#secondary .widget_blossomtheme_featured_page_widget .centered .wp-block-buttons,
.footer-mid .widget_blossomtheme_featured_page_widget .centered .wp-block-buttons {
  -ms-flex-pack: center;
      justify-content: center;
}
#secondary .widget_blossomtheme_featured_page_widget .featured_page_content,
.footer-mid .widget_blossomtheme_featured_page_widget .featured_page_content {
  margin-top: 20px;
}
#secondary .woocommerce ul.product_list_widget li img,
.footer-mid .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-mid .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-mid .woocommerce ul.product_list_widget li::before {
  display: none;
}
#secondary .woocommerce ul.product_list_widget li a,
.footer-mid .woocommerce ul.product_list_widget li a {
  font-weight: 400;
  text-decoration: none;
}
#secondary .woocommerce ul.product_list_widget li .product-title,
.footer-mid .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-mid .woocommerce ul.product_list_widget li .product-title:hover,
.footer-mid .woocommerce ul.product_list_widget li .product-title:focus {
  color: var(--primary-color);
}
#secondary .woocommerce ul.product_list_widget li .amount,
.footer-mid .woocommerce ul.product_list_widget li .amount {
  font-weight: 500;
}
#secondary .woocommerce ul.product_list_widget del,
.footer-mid .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-mid .woocommerce ul.product_list_widget li ins,
.footer-mid .woocommerce ul.product_list_widget li ins .amount {
  background: none;
  color: var(--black-color);
}
#secondary .woocommerce ul.product_list_widget li ins,
.footer-mid .woocommerce ul.product_list_widget li ins {
  margin-left: 10px;
}
#secondary .woocommerce ul.product_list_widget li .star-rating,
.footer-mid .woocommerce ul.product_list_widget li .star-rating {
  margin: 0 0 5px;
}
#secondary .woocommerce.widget_product_search .woocommerce-product-search,
.footer-mid .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-mid .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-mid .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: calc(100% - 50px);
  height: 50px;
  font-weight: 400;
}
#secondary .woocommerce-product-search button[type=submit],
.footer-mid .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;
  background-size: 20px;
  border: none;
  box-shadow: none;
  text-indent: 55px;
  white-space: nowrap;
  overflow: hidden;
}
#secondary .woocommerce-product-search button[type=submit]:hover,
.footer-mid .woocommerce-product-search button[type=submit]:hover {
  background-color: var(--primary-color);
}
#secondary .woocommerce-cart .cart-collaterals .cross-sells .products,
.footer-mid .woocommerce-cart .cart-collaterals .cross-sells .products {
  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-mid .woocommerce .cart-collaterals .cross-sells ul.products li,
.footer-mid .woocommerce-page .cart-collaterals .cross-sells ul.products li {
  width: 100%;
}
#secondary .woocommerce-page .site-main article,
.footer-mid .woocommerce-page .site-main article {
  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-mid #add_payment_method .checkout .col-2 h3#ship-to-different-address,
.footer-mid .woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
.footer-mid .woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
  font-size: 0.8888em;
  font-weight: 600;
}
#secondary #ship-to-different-address-checkbox,
.footer-mid #ship-to-different-address-checkbox {
  margin-right: 5px;
}
#secondary .woocommerce-checkout-payment button.button,
.footer-mid .woocommerce-checkout-payment button.button {
  margin-top: 30px;
}
#secondary .woocommerce.widget_product_categories ul li.cat-parent,
.footer-mid .woocommerce.widget_product_categories ul li.cat-parent {
  position: relative;
}
#secondary .woocommerce.widget_product_categories ul li.cat-parent .cat-toggle,
.footer-mid .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;
  transition: all ease 0.35s;
}
#secondary .woocommerce.widget_product_categories ul li.cat-parent .cat-toggle:hover,
.footer-mid .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-mid .woocommerce.widget_product_categories ul li.cat-parent .cat-toggle.active {
  transform: rotate(90deg);
}
#secondary .woocommerce.widget_product_categories ul li.cat-parent ul,
.footer-mid .woocommerce.widget_product_categories ul li.cat-parent ul {
  display: none;
}
#secondary .woocommerce.widget_rating_filter ul li .star-rating,
.footer-mid .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-mid .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-mid #secondary .woocommerce.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-dropdown ul li.select2-selection__choice,
.footer-mid .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-mid .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-mid .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-mid .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-mid .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-mid .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-mid .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.footer-mid .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-mid .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a::before,
.footer-mid .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;
  background-size: 0px;
  background-position: center;
  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-mid .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:hover:before,
.footer-mid .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-mid .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen a::before,
.footer-mid .woocommerce.widget_layered_nav_filters ul li.chosen a:before {
  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-mid .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-mid .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-mid .woocommerce.widget_price_filter .ui-slider .ui-slider-handle {
  background: var(--white-color);
  width: 15px;
  height: 15px;
  top: -5px;
  border-radius: 100%;
  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-mid .woocommerce.widget_price_filter .ui-slider .ui-slider-handle.ui-state-hover,
.footer-mid .woocommerce.widget_price_filter .ui-slider .ui-slider-handle.ui-state-focus,
.footer-mid .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-mid .woocommerce.widget_price_filter .ui-slider .ui-slider-range {
  background: var(--primary-color);
}
#secondary .woocommerce.widget_price_filter .price_slider_amount,
.footer-mid .woocommerce.widget_price_filter .price_slider_amount {
  font-size: 1em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 1;
      flex: 1;
}
#secondary .woocommerce.widget_price_filter .price_slider_amount .button,
.footer-mid .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;
  transition: linear 0.2s;
  position: relative;
  min-height: auto;
  line-height: 1.3;
}

.last-widget-sticky .widget-area .widget:last-child {
  transition: top ease 0.35s;
  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(--white-color);
  border: 1px solid var(--primary-color);
  border-radius: 100%;
  position: fixed;
  bottom: 3%;
  right: 5px;
  padding: 0;
  width: 35px;
  height: 35px;
  min-height: auto;
  line-height: 1;
  color: var(--primary-color);
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}

.back-to-top svg {
  width: 15px;
  height: 15px;
  font-size: 15px;
  display: inline-block;
}

.back-to-top:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.back-to-top.active {
  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: 25px;
    height: 25px;
    font-size: 25px;
  }
}
/* scroll bar
--------------------------------------------- */
/*   ==================================================
              Scroll bar
    ================================================== */
/*   ==================================================
              Scroll bar
    ================================================== */
/* scroll bar
--------------------------------------------- */
/*   ==================================================
              BreadCrumbs
    ================================================== */
.breadcrumb-wrapper {
  line-height: 1;
}
.breadcrumb-wrapper > div {
  font-size: 0.777em;
  padding: 5px 13px;
  display: inline-block;
  background: rgba(var(--background-color-rgb), 0.05);
}
.breadcrumb-wrapper > div .separator {
  color: var(--background-color);
  font-size: 0.72em;
}
.breadcrumb-wrapper > div a {
  text-decoration: none;
  color: rgba(var(--font-color-rgb), 0.5);
}
.breadcrumb-wrapper > div a:hover {
  color: var(--background-color);
}
.breadcrumb-wrapper > div > span:last-child {
  color: var(--background-color);
}
.breadcrumb-wrapper > div > span:last-child a {
  color: var(--background-color);
}
.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: 5px;
  height: 8.5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4.971' height='8.528' viewBox='0 0 4.971 8.528'%3E%3Cpath id='Path_24885' data-name='Path 24885' d='M183.152,7972.6l3.557,3.557-3.557,3.558' transform='translate(-182.445 -7971.891)' fill='none' stroke='%2317be8a' stroke-linecap='round' stroke-width='1'/%3E%3C/svg%3E%0A");
  background-size: 100%;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: -2.5px;
  transform: translateY(-50%);
}

/*   ==================================================
              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-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  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 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# layouts
--------------------------------------------------------------*/
/*==========================================
Footer
==========================================*/
.site-footer .footer-mid {
  padding-top: 60px;
}
.site-footer .footer-mid .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  grid-gap: 30px;
}
.site-footer .footer-mid .grid .col ul {
  margin-left: 0;
}

.site-footer {
  box-shadow: 0 0 5px rgba(var(--black-color-rgb), 0.05);
}
.site-footer .nav-menu {
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}
.site-footer .nav-menu ul {
  margin: 0;
  box-shadow: 0 5px 15px rgba(var(--black-color-rgb), 0.05);
}
.site-footer .nav-menu ul li {
  width: 200px;
  padding: 16px 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .site-footer .nav-menu li {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.site-footer .nav-menu a {
  text-transform: uppercase;
  color: rgba(23, 23, 23, 0.8);
  font-size: 0.777em;
}
.site-footer .nav-menu li {
  position: relative;
}
.site-footer .nav-menu li a {
  color: rgba(23, 23, 23, 0.8);
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
}
.site-footer .nav-menu li a:focus {
  outline: none;
  text-decoration: none;
}
.site-footer .nav-menu li a:hover {
  text-decoration: none;
}
.site-footer .nav-menu li > .submenu-toggle-btn {
  display: none;
}
.site-footer .nav-menu li:focus, .site-footer .nav-menu li.focus {
  outline: 2px solid rgba(var(--black-color-rgb), 0.8);
}
.site-footer .nav-menu li:hover > a, .site-footer .nav-menu li:focus > a, .site-footer .nav-menu li.hover > a, .site-footer .nav-menu li.focus > a {
  color: var(--primary-color);
}
.site-footer .nav-menu li:hover > .sub-menu, .site-footer .nav-menu li:focus > .sub-menu, .site-footer .nav-menu li.hover > .sub-menu, .site-footer .nav-menu li.focus > .sub-menu {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  z-index: 99998;
}
.site-footer .nav-menu li .sub-menu, .site-footer .nav-menu li ul {
  background: var(--white-color);
  transition: all 0.235s ease;
  padding-top: 0;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 100%;
  top: unset;
  left: 0;
  box-shadow: 0 5px 15px rgba(var(--black-color-rgb), 0.05);
  visibility: hidden;
  transform: translateY(15px);
  opacity: 0;
}
.site-footer .nav-menu li .sub-menu li:not(:last-child), .site-footer .nav-menu li ul li:not(:last-child) {
  border-bottom: 1px solid rgba(var(--black-color-rgb), 0.05);
}
.site-footer .nav-menu li .sub-menu li.menu-item-has-children > .submenu-toggle-btn, .site-footer .nav-menu li ul li.menu-item-has-children > .submenu-toggle-btn {
  transform: rotate(-90deg);
}
.site-footer .nav-menu li .sub-menu .sub-menu, .site-footer .nav-menu li .sub-menu ul, .site-footer .nav-menu li ul .sub-menu, .site-footer .nav-menu li ul ul {
  left: 100%;
  top: unset;
  bottom: 0;
}
.site-footer .nav-menu li.current_page_item > a {
  color: var(--primary-color);
}
.site-footer .footer-top {
  padding: 60px 0;
}
.site-footer .footer-top .footer-brand-area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  grid-gap: 30px;
}
@media screen and (min-width: 992px) {
  .site-footer .footer-top .footer-brand-area {
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.site-footer .footer-top .footer-brand-area img {
  width: 250px;
  max-width: 300px;
}
.site-footer .footer-bottom {
  padding: 20px 0 20px;
}
.site-footer .footer-bottom .site-info {
  font-size: 0.777em;
  line-height: 2;
}
.site-footer .footer-bottom .site-info .copyright,
.site-footer .footer-bottom .site-info .wp-link {
  color: rgba(var(--font-color-rgb), 0.78);
  letter-spacing: 0.2px;
}
.site-footer .footer-bottom .site-info .copyright a,
.site-footer .footer-bottom .site-info .wp-link a {
  text-decoration: none;
  color: var(--primary-color);
  letter-spacing: 0.2px;
}
.site-footer .footer-bottom .site-info .copyright a:hover,
.site-footer .footer-bottom .site-info .wp-link a:hover {
  text-decoration: underline;
}
.site-footer .footer-bottom .site-info .btn-link {
  font-size: inherit;
  color: var(--font-color);
  -webkit-text-decoration-color: var(--primary-color);
     -moz-text-decoration-color: var(--primary-color);
          text-decoration-color: var(--primary-color);
  letter-spacing: 1px;
}
.site-footer .footer-bottom .site-info .btn-link:hover {
  color: var(--primary-color);
}
.site-footer .footer-bottom .social-list {
  font-size: 16px;
  grid-gap: 33px;
}
.site-footer .footer-bottom .social-list a {
  color: #232323;
}
.site-footer .footer-bottom .social-list a:hover {
  color: var(--primary-color);
}
.site-footer .footer-bottom .footer-bottom__content-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  grid-gap: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .site-footer .footer-bottom .footer-bottom__content-wrapper {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    text-align: unset;
  }
}

body:not(.home, .error404) .site-content {
  border-top: 1px solid rgba(var(--primary-color-rgb), 0.1);
}
body:not(.home, .error404) #primary,
body:not(.home, .error404) #secondary {
  margin: 75px 0;
}

@media screen and (min-width: 992px) {
  .leftsidebar .page-grid,
.rightsidebar .page-grid {
    -ms-flex-direction: row;
        flex-direction: row;
    grid-gap: 50px;
  }
  .leftsidebar .page-grid .content-area,
.rightsidebar .page-grid .content-area {
    -ms-flex: auto;
        flex: auto;
  }
  .leftsidebar .page-grid #secondary,
.rightsidebar .page-grid #secondary {
    -ms-flex: 0 0 30.77%;
        flex: 0 0 30.77%;
    max-width: 30.77%;
  }
}
@media screen and (min-width: 1200px) {
  .leftsidebar .page-grid,
.rightsidebar .page-grid {
    grid-gap: 110px;
  }
}
@media screen and (min-width: 1400px) {
  .leftsidebar .widget-area,
.rightsidebar .widget-area {
    min-width: 360px;
  }
}

@media screen and (min-width: 992px) {
  .leftsidebar .page-grid {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
}

@media screen and (min-width: 992px) {
  .full-width:not(.single-post) .page-grid {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.full-width.centered .post-thumbnail {
  text-align: center;
}

.blog.main-layout .page-header {
  background: rgba(var(--primary-color-rgb), 0.05);
}
.blog.main-layout .page-header .breadcrumb-wrapper {
  position: relative;
}
.blog.main-layout .page-header .breadcrumb-wrapper > div {
  background: none;
}
.blog.main-layout .page-header .post {
  margin-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .blog.main-layout .page-header .post {
    position: relative;
    margin-top: 96px;
    padding-bottom: 120px;
  }
}
.blog.main-layout .page-header .post .post-thumbnail {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .blog.main-layout .page-header .post .post-thumbnail {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 66%;
    max-width: 66%;
  }
}
.blog.main-layout .page-header .post .content-wrap {
  border-left: 5px solid rgba(var(--primary-color-rgb), 0.3);
  background: var(--white-color);
  padding: 30px;
  max-width: 521px;
  font-family: var(--secondary-font);
}
@media screen and (min-width: 768px) {
  .blog.main-layout .page-header .post .content-wrap {
    margin-top: 45px;
    padding: 60px;
  }
}
.blog.main-layout .page-header .post .content-wrap .sub-title {
  margin-bottom: 15px;
  font-size: 1em;
  line-height: 1;
  color: rgba(var(--font-color-rgb), 0.9);
  display: inline-block;
  position: relative;
  z-index: 1;
}
.blog.main-layout .page-header .post .content-wrap .sub-title::after {
  content: "";
  width: 100%;
  height: 9px;
  background: rgba(var(--secondary-color-rgb), 0.2);
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: -1;
}
.blog.main-layout .page-header .post .content-wrap .entry-header .entry-title {
  font-size: 2.222em;
  line-height: 1.55;
  margin-bottom: 10px;
  font-weight: normal;
}
.blog.main-layout .page-header .post .content-wrap .entry-content {
  margin-top: 15px;
}
.blog.main-layout .page-header .post .content-wrap .button-wrap .btn-link {
  font-size: 0.944em;
  padding: 14px 30px;
  background: var(--primary-color);
  color: var(--white-color);
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.blog.main-layout .page-header .post .content-wrap .button-wrap .btn-link::before {
  content: none;
}
.blog.main-layout .page-header .post .content-wrap .button-wrap .btn-link::after {
  display: inline-block;
  position: static;
  width: 39.42px;
  height: 6.09px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39.423' height='6.093' viewBox='0 0 39.423 6.093'%3E%3Cg id='Group_4303' data-name='Group 4303' transform='translate(-204.698 -21.999)'%3E%3Cpath id='Path_24953' data-name='Path 24953' d='M3089.528,1523h34.965' transform='translate(-2884.83 -1497.502)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3Cpath id='path5019' d='M138.525-3.632,133.249-.585V-6.678Z' transform='translate(105.596 28.677)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 18px;
  border: none;
  transition: all 0.3s linear;
}
.blog.main-layout .page-header .post .content-wrap .button-wrap .btn-link:hover {
  background: var(--secondary-color);
  color: var(--font-color);
}
.blog.main-layout .page-header .post .content-wrap .button-wrap .btn-link:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39.423' height='6.093' viewBox='0 0 39.423 6.093'%3E%3Cg id='Group_4303' data-name='Group 4303' transform='translate(-204.698 -21.999)'%3E%3Cpath id='Path_24953' data-name='Path 24953' d='M3089.528,1523h34.965' transform='translate(-2884.83 -1497.502)' fill='none' stroke='%23232323' stroke-width='1'/%3E%3Cpath id='path5019' d='M138.525-3.632,133.249-.585V-6.678Z' transform='translate(105.596 28.677)' fill='%23232323'/%3E%3C/g%3E%3C/svg%3E%0A");
}
@media screen and (min-width: 768px) {
  .blog.main-layout .page-header .post .content-wrap .button-wrap .btn-link:hover::after {
    margin-left: 25px;
  }
}
@media screen and (min-width: 768px) {
  .blog .content-area .section-header {
    margin-bottom: 100px;
  }
}
.blog.main-layout .popular-posts {
  margin-top: 75px;
}
.blog.main-layout .popular-posts .article-wrap {
  grid-row-gap: 45px;
}
@media screen and (min-width: 768px) {
  .blog.main-layout .popular-posts .article-wrap {
    margin: 0 -22.5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .blog.main-layout .popular-posts .article-wrap .post {
    -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
    padding: 0 22.5px;
  }
  .blog.main-layout .popular-posts .article-wrap .post .post-thumbnail {
    display: block;
    height: 239px;
    overflow: hidden;
  }
  .blog.main-layout .popular-posts .article-wrap .post:nth-child(1), .blog.main-layout .popular-posts .article-wrap .post:nth-child(2) {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
  }
  .blog.main-layout .popular-posts .article-wrap .post:nth-child(1) .post-thumbnail, .blog.main-layout .popular-posts .article-wrap .post:nth-child(2) .post-thumbnail {
    display: block;
    height: unset;
  }
  .blog.main-layout .popular-posts .article-wrap .post:nth-child(1) .entry-header .entry-title, .blog.main-layout .popular-posts .article-wrap .post:nth-child(2) .entry-header .entry-title {
    font-size: 1.333em;
    padding-right: 30px;
  }
}
.blog.main-layout .popular-posts .post .entry-header .entry-title {
  font-size: 1.111em;
}
@media screen and (min-width: 768px) {
  .blog.main-layout .content-area .site-main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 45px;
  }
  .blog.main-layout .content-area .site-main .post {
    margin-bottom: 35px;
  }
}

.breadcrumb-wrapper {
  line-height: 1;
}
.breadcrumb-wrapper > div {
  font-size: 0.777em;
  padding: 5px 13px;
  display: inline-block;
  background: rgba(var(--primary-color-rgb), 0.05);
}
.breadcrumb-wrapper > div .separator {
  color: var(--primary-color);
  font-size: 0.72em;
}
.breadcrumb-wrapper > div a {
  text-decoration: none;
  color: rgba(var(--font-color-rgb), 0.5);
}
.breadcrumb-wrapper > div a:hover {
  color: var(--primary-color);
}
.breadcrumb-wrapper > div > span:last-child {
  color: var(--primary-color);
}
.breadcrumb-wrapper > div > span:last-child a {
  color: var(--primary-color);
}
.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: 5px;
  height: 8.5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4.971' height='8.528' viewBox='0 0 4.971 8.528'%3E%3Cpath id='Path_24885' data-name='Path 24885' d='M183.152,7972.6l3.557,3.557-3.557,3.558' transform='translate(-182.445 -7971.891)' fill='none' stroke='%2317be8a' stroke-linecap='round' stroke-width='1'/%3E%3C/svg%3E%0A");
  background-size: 100%;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: -2.5px;
  transform: translateY(-50%);
}

.page-header {
  position: relative;
}
.page-header.has-bg-img {
  padding: 120px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page-header .breadcrumb-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
.page-header .breadcrumb-wrapper > div {
  position: relative;
  z-index: 1;
}
.page-header .breadcrumb-wrapper > div::before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--white-color);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.page-header__content-wrapper {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.12);
}
.page-header__content-wrapper .sub-title {
  display: inline-block;
  margin-bottom: 26px;
  color: rgba(var(--font-color-rgb), 0.5);
}
.page-header__content-wrapper .search-form {
  margin-bottom: 50px;
}
.page-header__content-wrapper .search-form .search-field {
  font-size: 1.111em;
  padding: 22px 30px;
  height: 70px;
}
.page-header__content-wrapper .search-form .search-submit {
  width: 70px;
  background-size: 26.16px;
}
.page-header__content-wrapper .page-title {
  margin: 0;
}
.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: 1.111em;
  color: rgba(var(--font-color-rgb), 0.8);
}

.search.search-results.category .page-header__content-wrapper .page-title,
.archive.category .page-header__content-wrapper .page-title {
  margin-bottom: 37px;
  display: block;
}
.search.search-results.category .page-header__content-wrapper .page-title::before, .search.search-results.category .page-header__content-wrapper .page-title::after,
.archive.category .page-header__content-wrapper .page-title::before,
.archive.category .page-header__content-wrapper .page-title::after {
  content: none;
}
.search.search-results.author .author-content,
.archive.author .author-content {
  margin-bottom: 37px;
}
.search.search-results .content-area .site-main .post,
.archive .content-area .site-main .post {
  max-width: 700px;
  margin-left: 0;
}
.search.search-results.full-width .content-area .page-header__content-wrapper,
.search.search-results.full-width .content-area .site-main .post,
.archive.full-width .content-area .page-header__content-wrapper,
.archive.full-width .content-area .site-main .post {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.load-more-button-wrap {
  text-align: center;
  margin-top: 80px;
}
.load-more-button-wrap button {
  background: none;
  border: none;
  cursor: pointer;
}

.author-section .author-img-title-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  grid-gap: 20px;
  -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 {
    -ms-flex-direction: row;
        flex-direction: row;
    -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.111em;
  line-height: 1.75;
  font-weight: 500;
  margin-bottom: 15px;
}
.author-section .author-img-title-wrap .author-title-wrap .social-list {
  -ms-flex-pack: center;
      justify-content: center;
  grid-gap: 11px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 576px) {
  .author-section .author-img-title-wrap .author-title-wrap .social-list {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
.author-section .author-img-title-wrap .author-title-wrap .social-list a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(var(--primary-color-rgb), 0.2);
  color: var(--primary-color);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.author-section .author-img-title-wrap .author-title-wrap .social-list a:hover {
  background: var(--primary-color);
  color: var(--white-color);
}
.author-section .author-content p:last-child {
  margin-bottom: 0;
}

.feature-blog-section .section-header, .popular-posts .section-header {
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .feature-blog-section .section-header, .popular-posts .section-header {
    text-align: center;
  }
}
.feature-blog-section .section-header .sub-title, .popular-posts .section-header .sub-title {
  font-size: 1em;
}

.page-header .post .content-wrap .entry-meta .posted-on {
  color: var(--primary-color);
}
.page-header .post .content-wrap .entry-meta .posted-on a {
  color: inherit;
}

.feature-blog-section {
  padding: 75px 0;
  border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.1);
}
@media screen and (min-width: 768px) {
  .feature-blog-section .section-grid {
    -ms-flex-direction: row;
        flex-direction: row;
    margin: 0 -22.5px;
  }
  .feature-blog-section .section-grid .grid-item {
    padding: 0 22.5px;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .feature-blog-section .section-grid .grid-item {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
}
.feature-blog-section .post figure {
  margin-top: 0;
}
.feature-blog-section .post .post-thumbnail a {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 66.5%;
}
.feature-blog-section .post .post-thumbnail a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.feature-blog-section .post .entry-header .entry-title {
  font-family: var(--primary-font);
  font-size: 1em;
}

.single .page-header .posted-on,
.single .site-main .posted-on {
  font-family: var(--secondary-font);
  font-weight: 300;
}
@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;
}
.single.leftsidebar.style-one .site-main .post .entry-header, .single.rightsidebar.style-one .site-main .post .entry-header {
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .single .site-main .container {
    max-width: 1000px;
  }
}
.single .site-main .post .entry-header {
  text-align: center;
  margin-bottom: 10px;
}
.single .site-main .post .entry-header .entry-title {
  font-size: 2.222em;
  margin-bottom: 20px;
}
.single .site-main .post .post-thumbnail {
  margin: 50px 0;
  text-align: center;
}
.single .site-main .post .content-wrap {
  max-width: 700px;
  margin: 0 auto;
}
.single .site-main .post.has-meta {
  position: relative;
}
@media screen and (min-width: 768px) {
  .single .site-main .post.has-meta {
    padding-left: 100px;
  }
  .single .site-main .post.has-meta .article-meta {
    width: 76px;
    text-align: center;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
  }
  .single .site-main .post.has-meta .article-meta .article-meta-inner {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .single .site-main .post.has-meta .article-meta .byline {
    -ms-flex-order: 1;
        order: 1;
    margin-top: 14px;
    display: inline-block;
  }
  .single .site-main .post.has-meta .article-meta .byline a {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .single .site-main .post.has-meta .article-meta .post-share {
    -ms-flex-order: 2;
        order: 2;
    -ms-flex-direction: column;
        flex-direction: column;
    padding-top: 10px;
    border-top: 1px solid rgba(var(--primary-color-rgb), 0.2);
  }
  .single .site-main .post.has-meta .article-meta .post-share .social-networks {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .single .site-main .post.has-meta .article-meta .comments {
    -ms-flex-order: 3;
        order: 3;
  }
  .single .site-main .post.has-meta .article-meta .comments a {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media screen and (min-width: 1400px) {
  .single .site-main .post.has-meta {
    padding-left: 0;
  }
  .single .site-main .post.has-meta .article-meta {
    left: -110px;
  }
}
@media (min-width: 1550px) {
  .single .site-main .post.has-meta .article-meta {
    left: -178px;
  }
}
@media screen and (max-width: 767px) {
  .single .site-main .post.has-meta .article-meta {
    position: fixed;
    bottom: 0;
    top: unset !important;
    left: 0;
    z-index: 8888;
    width: 100%;
    padding: 0;
    background: var(--white-color);
    box-shadow: -4px -4px 10px rgba(var(--black-color-rgb), 0.17);
  }
  .single .site-main .post.has-meta .article-meta .article-meta-inner {
    -ms-flex-item-align: center;
        align-self: center;
    position: unset;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 10px 15px;
    max-width: 500px;
    margin: 0 auto;
  }
  .single .site-main .post.has-meta .article-meta .article-meta-inner .author-img {
    -ms-flex-order: 2;
        order: 2;
    -ms-flex: 2;
        flex: 2;
  }
  .single .site-main .post.has-meta .article-meta .article-meta-inner .author-img img {
    width: 35px;
    height: 35px;
  }
  .single .site-main .post.has-meta .article-meta .article-meta-inner .byline {
    margin-bottom: 0;
    font-weight: 400;
    margin-top: -18px;
  }
  .single .site-main .post.has-meta .article-meta .article-meta-inner .post-share {
    position: relative;
    -ms-flex-order: 2;
        order: 2;
    -ms-flex-direction: unset;
        flex-direction: unset;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .single .site-main .post.has-meta .article-meta .article-meta-inner .post-share .post-share-title svg path {
    fill: var(--font-color);
  }
  .single .site-main .post.has-meta .article-meta .article-meta-inner .post-share .post-share-title:hover svg path, .single .site-main .post.has-meta .article-meta .article-meta-inner .post-share .post-share-title:focus svg path {
    fill: var(--primary-color);
  }
  .single .site-main .post.has-meta .article-meta .article-meta-inner .post-share .social-networks {
    display: none;
    position: absolute;
    bottom: 105%;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px 10px 5px 10px;
    border-radius: 50px 50px 0 0;
  }
  .single .site-main .post.has-meta .article-meta .article-meta-inner .comments {
    -ms-flex-order: 2;
        order: 2;
    margin-top: 0;
    text-align: center;
    color: rgba(var(--primary-color-rgb), 0.6);
    transition: all 0.2s ease-in-out;
  }
  .single .site-main .post.has-meta .article-meta .article-meta-inner .comments svg {
    height: 30px;
    width: 1.2em;
  }
  .single .site-main .post.has-meta .article-meta .article-meta-inner .comments a {
    display: block;
    margin-top: 2px;
  }
  .single .site-main .post.has-meta .article-meta .article-meta-inner .comments:hover, .single .site-main .post.has-meta .article-meta .article-meta-inner .comments:focus {
    color: rgba(var(--primary-color-rgb), 1);
  }
}
.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: 700px;
  margin-left: auto;
  margin-right: auto;
}
.single.full-width .page-grid .content-area .content-wrap {
  max-width: 100%;
  margin-left: 0;
}
.single.full-width.centered .page-header .entry-header {
  text-align: center;
  padding-top: 70px;
  margin-bottom: 66px;
}
.single.full-width.centered .page-header .entry-header .entry-title {
  margin-top: 0;
  margin-bottom: 30px;
}
.single.full-width.centered .page-grid .content-area article > .content-wrap,
.single.full-width.centered .page-grid .content-area .newsletter {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.single.leftsidebar .site-main .post.has-meta {
  position: relative;
}
@media screen and (min-width: 992px) {
  .single.leftsidebar .site-main .post.has-meta {
    padding-left: 0;
    padding-right: 100px;
  }
  .single.leftsidebar .site-main .post.has-meta .article-meta {
    right: 0;
    left: auto;
  }
}
@media screen and (min-width: 1400px) {
  .single.leftsidebar .site-main .post.has-meta {
    padding-right: 0;
  }
  .single.leftsidebar .site-main .post.has-meta .article-meta {
    left: auto;
    right: -110px;
  }
}
@media (min-width: 1550px) {
  .single.leftsidebar .site-main .post.has-meta .article-meta {
    left: auto;
    right: -178px;
  }
}
.single .single-button-wrapper {
  text-align: center;
  margin-top: 60px;
}
.single .single-button-wrapper .wc-btn {
  outline: none;
}
.single .article-meta .article-meta-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  grid-gap: 20px;
}
@media screen and (min-width: 768px) {
  .single .article-meta .article-meta-inner {
    position: sticky;
    top: 55px;
  }
}
.single .article-meta .author-img {
  margin: 0;
}
.single .article-meta .author-img img {
  width: 76px;
  height: 76px;
  border-radius: 50%;
}
.single .article-meta .byline {
  -ms-flex-order: 1;
      order: 1;
}
.single .article-meta .byline a {
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  grid-gap: 10px;
}
.single .article-meta .byline .fn {
  font-family: var(--secondary-font);
  font-size: 0.888em;
  color: var(--font-color);
  font-weight: normal;
  line-height: 1.75;
  transition: all 0.2s ease-in-out;
}
.single .article-meta .byline .fn:hover {
  color: var(--primary-color);
}
.single .article-meta .post-share {
  -ms-flex-order: 3;
      order: 3;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  grid-gap: 15px;
}
.single .article-meta .post-share .social-networks {
  -ms-flex-align: center;
      align-items: center;
  grid-gap: 0;
}
.single .article-meta .post-share .social-networks a {
  padding: 15px;
  line-height: 1;
}
.single .article-meta .post-share .post-share-title {
  width: 50px;
  height: 50px;
  background: rgba(var(--primary-color-rgb), 0.05);
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.single .article-meta .post-share .post-share-title svg path {
  fill: var(--primary-color);
}
.single .article-meta .comments {
  -ms-flex-order: 2;
      order: 2;
}
.single .article-meta .comments svg path {
  fill: var(--primary-color);
}
.single .article-meta .comments a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  grid-gap: 10px;
  text-decoration: none;
  font-size: 0.777em;
  font-family: var(--secondary-font);
  font-weight: 300;
  color: var(--font-color);
  line-height: 1.75;
}
.single .article-meta .comments a:hover {
  color: var(--primary-color);
}
.single .popular-posts,
.single .related-posts,
.single .additional-post {
  max-width: 700px;
  margin: 80px auto 0;
}
.single .popular-posts .post .entry-title,
.single .related-posts .post .entry-title,
.single .additional-post .post .entry-title {
  font-size: 1.111em;
}
@media screen and (min-width: 768px) {
  .single.leftsidebar:not(.error404) .popular-posts .article-wrap .post,
.single.leftsidebar:not(.error404) .related-posts .article-wrap .post,
.single.leftsidebar:not(.error404) .additional-post .article-wrap .post, .single.rightsidebar:not(.error404) .popular-posts .article-wrap .post,
.single.rightsidebar:not(.error404) .related-posts .article-wrap .post,
.single.rightsidebar:not(.error404) .additional-post .article-wrap .post, .single.full-width.centered:not(.error404) .popular-posts .article-wrap .post,
.single.full-width.centered:not(.error404) .related-posts .article-wrap .post,
.single.full-width.centered:not(.error404) .additional-post .article-wrap .post {
    padding: 0 22.5px;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
}
.single .page-grid .content-area .newsletter {
  margin-top: 66px;
}
.single .page-grid .content-area .newsletter .blossomthemes-email-newsletter-wrapper {
  padding: 40px;
}
@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 .container {
  padding: 0;
}
.single .page-grid .content-area .newsletter .blossomthemes-email-newsletter-wrapper .container .text-holder {
  text-align: center;
}
.single .page-grid .content-area .newsletter .blossomthemes-email-newsletter-wrapper .container .text-holder span {
  font-size: 1em;
}
.single .page-grid .content-area .newsletter .blossomthemes-email-newsletter-wrapper .container form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  grid-column-gap: 17px;
}
.single .page-grid .content-area .newsletter .blossomthemes-email-newsletter-wrapper .container form > label {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 20px 0 10px 0;
}
.single .page-grid .content-area .newsletter .blossomthemes-email-newsletter-wrapper .container form > label .subscribe-inner-wrap .check-mark {
  margin-top: 5px;
}
.single .page-grid .content-area .newsletter .blossomthemes-email-newsletter-wrapper .container form > label .subscribe-inner-wrap .text {
  font-size: 0.777777778em;
  line-height: 1.8em;
}
.single .page-grid .content-area .newsletter .blossomthemes-email-newsletter-wrapper .container form > label .subscribe-inner-wrap input[type=checkbox]:checked + .check-mark {
  background-color: #fff;
}
@media (min-width: 768px) {
  .single .page-grid .content-area .newsletter .blossomthemes-email-newsletter-wrapper .container form input:not(input[type=checkbox]) {
    -ms-flex: 1;
        flex: 1;
    max-width: 370px;
  }
}
.single .author-signature {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  grid-row-gap: 1em;
  grid-column-gap: 2em;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  margin-top: 45px;
}
.single .author-signature .social-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 0;
  opacity: 0.8;
}
.single .author-signature .social-list li {
  margin: 5px;
  padding-left: 0;
}
.single .author-signature .social-list li::before {
  content: none;
}
.single .author-signature .social-list 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-list li a:hover {
  color: var(--primary-color);
}
.single .author-signature.center {
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.single .author-signature.right {
  text-align: right;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: end;
      align-items: flex-end;
}

.site-main .entry-content:not(.elementor ul, .elementor ol, .elementor ol li::before, .elementor ul li::before) a:not(.wc-btn) {
  font-family: var(--secondary-font);
  color: var(--primary-color);
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
     -moz-text-decoration-style: dotted;
          text-decoration-style: dotted;
  text-underline-offset: 3px;
}
.site-main .entry-content:not(.elementor ul, .elementor ol, .elementor ol li::before, .elementor ul li::before) a:not(.wc-btn):hover {
  text-decoration: none;
  color: var(--primary-color);
}
.site-main .entry-content:not(.elementor ul, .elementor ol, .elementor ol li::before, .elementor ul li::before) .highlight {
  background-color: rgba(var(--secondary-color-rgb), 0.2);
}
.site-main .entry-content:not(.elementor ul, .elementor ol, .elementor ol li::before, .elementor ul li::before) ul,
.site-main .entry-content:not(.elementor ul, .elementor ol, .elementor ol li::before, .elementor ul li::before) ol {
  margin-left: 0;
  list-style: none;
}
.site-main .entry-content:not(.elementor ul, .elementor ol, .elementor ol li::before, .elementor ul li::before) ul li,
.site-main .entry-content:not(.elementor ul, .elementor ol, .elementor ol li::before, .elementor ul li::before) ol li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 25px;
}
.site-main .entry-content:not(.elementor ul, .elementor ol, .elementor ol li::before, .elementor ul li::before) ul li::before,
.site-main .entry-content:not(.elementor ul, .elementor ol, .elementor ol li::before, .elementor ul li::before) ol li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
}
.site-main .entry-content:not(.elementor ul, .elementor ol, .elementor ol li::before, .elementor ul li::before) ul li::before {
  width: 5px;
  height: 5px;
  background: var(--primary-color);
  transform: rotate(45deg);
}
.site-main .entry-content:not(.elementor ul, .elementor ol, .elementor ol li::before, .elementor ul li::before) ol {
  counter-reset: order-count;
}
.site-main .entry-content:not(.elementor ul, .elementor ol, .elementor ol li::before, .elementor ul li::before) ol li {
  counter-increment: order-count;
}
.site-main .entry-content:not(.elementor ul, .elementor ol, .elementor ol li::before, .elementor ul li::before) ol li::before {
  content: counter(order-count) ".";
  font-size: 0.888em;
  font-weight: 500;
  line-height: 1;
  font-family: var(--secondary-font);
  color: var(--primary-color);
  top: 8px;
}
.site-main .entry-content:not(.elementor ul, .elementor ol, .elementor ol li::before, .elementor ul li::before) q {
  margin: 50px 0;
  padding: 40px 60px 45px;
  background: rgba(var(--secondary-color-rgb), 0.1);
  display: block;
}
.site-main .entry-content:not(.elementor ul, .elementor ol, .elementor ol li::before, .elementor ul li::before) q::before, .site-main .entry-content:not(.elementor ul, .elementor ol, .elementor ol li::before, .elementor ul li::before) q::after {
  content: none;
}
.site-main .entry-content:not(.elementor ul, .elementor ol, .elementor ol li::before, .elementor ul li::before) q p {
  font-size: 1.222em;
  line-height: 1.95;
}
.site-main .entry-content:not(.elementor ul, .elementor ol, .elementor ol li::before, .elementor ul li::before) q p:last-child {
  margin-bottom: 0;
}
.site-main .entry-content:not(.elementor ul, .elementor ol, .elementor ol li::before, .elementor ul li::before) table {
  text-align: left;
  border-collapse: collapse;
}
.site-main .entry-content:not(.elementor ul, .elementor ol, .elementor ol li::before, .elementor ul li::before) table td,
.site-main .entry-content:not(.elementor ul, .elementor ol, .elementor ol li::before, .elementor ul li::before) table th {
  font-weight: normal;
  padding: 12.5px 0;
  line-height: 1.5;
}
.site-main .entry-content:not(.elementor ul, .elementor ol, .elementor ol li::before, .elementor ul li::before) table th {
  border-bottom: 1px solid var(--primary-color);
  font-size: 0.888em;
}
.site-main .entry-content:not(.elementor ul, .elementor ol, .elementor ol li::before, .elementor ul li::before) table td {
  font-size: 0.777em;
}
.site-main .entry-content:not(.elementor ul, .elementor ol, .elementor ol li::before, .elementor ul li::before) table tbody tr:first-child td {
  padding-top: 25px;
}

.page .site-main .entry-footer,
.single .site-main .entry-footer {
  padding: 35px 0;
  margin-top: 50px;
  border-top: 1px solid rgba(var(--font-color-rgb), 0.1);
}
.page .author-section,
.single .author-section {
  max-width: 700px;
  margin: 0 auto;
  padding: 50px;
  margin-top: 40px;
  background: rgba(var(--primary-color-rgb), 0.05);
}
.page .author-section .inner-author-section,
.single .author-section .inner-author-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  grid-gap: 30px;
}
.page .author-section .author-img-title-wrap,
.single .author-section .author-img-title-wrap {
  -ms-flex-order: 2;
      order: 2;
  margin-bottom: 0;
}
.page .author-section .author-img-title-wrap .author-img img,
.single .author-section .author-img-title-wrap .author-img img {
  width: 60px;
  height: 60px;
  border-radius: 100px;
}
.page .author-section .author-img-title-wrap .author-title-wrap .author-name,
.single .author-section .author-img-title-wrap .author-title-wrap .author-name {
  font-size: 0.888em;
  line-height: 1;
  margin-bottom: 15px;
}
.page .author-section .author-img-title-wrap .author-title-wrap .social-list,
.single .author-section .author-img-title-wrap .author-title-wrap .social-list {
  grid-gap: 20px;
}
.page .author-section .author-img-title-wrap .author-title-wrap .social-list a,
.single .author-section .author-img-title-wrap .author-title-wrap .social-list a {
  width: auto;
  height: auto;
  border: none;
  background: none;
  color: inherit;
  font-size: 14px;
}
.page .author-section .author-img-title-wrap .author-title-wrap .social-list a:hover,
.single .author-section .author-img-title-wrap .author-title-wrap .social-list a:hover {
  color: var(--primary-color);
}
.page .author-section .author-content,
.single .author-section .author-content {
  border: 1;
}

.page:not(.home).full-width:not(.woocommerce-account, .woocommerce-checkout, .woocommerce-cart).centered .content-area .site-main article.page {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.page:not(.home) .page-header {
  background-color: rgba(var(--primary-color-rgb), 0.05);
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}

.popular-posts,
.related-posts,
.additional-post {
  margin-top: 80px;
}
.popular-posts .title,
.related-posts .title,
.additional-post .title {
  margin-bottom: 40px;
}
.popular-posts .article-wrap,
.related-posts .article-wrap,
.additional-post .article-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  grid-row-gap: 45px;
}
@media screen and (min-width: 576px) {
  .popular-posts .article-wrap,
.related-posts .article-wrap,
.additional-post .article-wrap {
    margin: 0 -15px;
  }
}
.popular-posts .article-wrap .post,
.related-posts .article-wrap .post,
.additional-post .article-wrap .post {
  margin: 0;
}
.popular-posts .article-wrap .cat-links a,
.related-posts .article-wrap .cat-links a,
.additional-post .article-wrap .cat-links a {
  color: var(--primary-color);
}
.popular-posts .article-wrap .cat-links a:hover,
.related-posts .article-wrap .cat-links a:hover,
.additional-post .article-wrap .cat-links a:hover {
  color: var(--secondary-color);
}
.popular-posts .article-wrap .posted-on,
.related-posts .article-wrap .posted-on,
.additional-post .article-wrap .posted-on {
  font-size: 0.777em;
  color: rgba(var(--font-color-rgb), 0.7);
  letter-spacing: 0.5px;
}
.popular-posts .article-wrap .posted-on a,
.related-posts .article-wrap .posted-on a,
.additional-post .article-wrap .posted-on a {
  font-size: 15px;
  text-decoration: none;
  color: rgba(var(--font-color-rgb), 0.7);
}
.popular-posts .article-wrap .posted-on a:hover,
.related-posts .article-wrap .posted-on a:hover,
.additional-post .article-wrap .posted-on a:hover {
  color: var(--primary-color);
}
@media screen and (min-width: 768px) {
  .popular-posts .article-wrap,
.related-posts .article-wrap,
.additional-post .article-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    margin: 0 -22.5px;
  }
  .popular-posts .article-wrap .post,
.related-posts .article-wrap .post,
.additional-post .article-wrap .post {
    padding: 0 22.5px;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .popular-posts .article-wrap .post .post-thumbnail,
.related-posts .article-wrap .post .post-thumbnail,
.additional-post .article-wrap .post .post-thumbnail {
    margin-bottom: 1em;
  }
  .popular-posts .article-wrap .post .post-thumbnail img,
.related-posts .article-wrap .post .post-thumbnail img,
.additional-post .article-wrap .post .post-thumbnail img {
    width: auto;
  }
}
.popular-posts .section-button-wrapper,
.related-posts .section-button-wrapper,
.additional-post .section-button-wrapper {
  margin-top: 32px;
  text-align: center;
}

.error404 .page-header {
  background: rgba(var(--primary-color-rgb), 0.07);
  padding-top: 80px;
}
.error404 .additional-post {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .error404 .additional-post .article-wrap .post {
    padding: 0 22.5px;
    -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .error404 .additional-post .article-wrap .post .post-thumbnail {
    margin-bottom: 1em;
  }
  .error404 .additional-post .article-wrap .post .post-thumbnail img {
    width: auto;
  }
}

.error-404 .error404-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media screen and (min-width: 992px) {
  .error-404 .error404-grid {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
  }
  .error-404 .error404-grid .error-img {
    -ms-flex: 0 0 51.8%;
        flex: 0 0 51.8%;
  }
}
.error-404 .error-404-content-wrapper {
  padding: 20px;
  background: var(--white-color);
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .error-404 .error-404-content-wrapper {
    padding: 70px 75px 45px 0;
    background: none;
  }
  .error-404 .error-404-content-wrapper::before {
    content: "";
    height: 100%;
    width: calc(100% - 200px);
    background: var(--white-color);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
}
.error-404 .error-404-content-wrapper .error-img {
  margin: 0;
}
.error-404 .error-404-content-wrapper .error-img img {
  width: 100%;
}
.error-404 .error-404-content-wrapper .page-content {
  padding: 30px 0;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .error-404 .error-404-content-wrapper .page-content {
    padding: 0 0 0 75px;
  }
}
.error-404 .error-404-content-wrapper .page-content .error404-text,
.error-404 .error-404-content-wrapper .page-content h2 {
  font-size: 2.777em;
  line-height: 1.4;
  font-family: var(--secondary-font);
}
.error-404 .error-404-content-wrapper .page-content h2 {
  margin-bottom: 20px;
}
.error-404 .error-404-content-wrapper .page-content p {
  font-size: 1.222em;
  line-height: 1.95;
}
.error-404 .error-404-content-wrapper .error-404-search {
  max-width: 670px;
  margin: 45px auto 0;
}
@media screen and (min-width: 992px) {
  .error-404 .error-404-content-wrapper .error-404-search {
    padding-left: 100px;
  }
}
.error-404 .error-404-content-wrapper .error-404-search .search-form {
  position: relative;
}
.error-404 .error-404-content-wrapper .error-404-search .search-field {
  height: 70px;
  padding-left: 15px;
  padding-right: 75px;
}
.error-404 .error-404-content-wrapper .error-404-search .search-submit {
  width: 70px;
  height: 70px;
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.003' height='23.003' viewBox='0 0 23.003 23.003'%3E%3Cpath id='Path_24900' data-name='Path 24900' d='M13.676,23.377A9.625,9.625,0,0,0,19.652,21.3l5.7,5.7L27,25.353l-5.7-5.7a9.674,9.674,0,1,0-7.626,3.725Zm0-17.077A7.388,7.388,0,1,1,6.3,13.676,7.39,7.39,0,0,1,13.676,6.3Z' transform='translate(-4 -4)' fill='%2317be8a'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 23px;
}

.error404 .site-content > .container {
  max-width: 100%;
  padding: 0;
}

/*--------------------------------------------------------------
# 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;
}

/* woo commerce product page */
/*==========================================
jetpack
==========================================*/
/*==========================================
woocommerce product page
==========================================*/
ul.products {
  margin: 0;
  padding: 0;
}
ul.products li.product {
  list-style: none;
  position: relative;
  margin-bottom: 2em;
}
ul.products li.product img {
  display: block;
}

@media screen and (min-width: 48em) {
  ul.products li.product {
    float: left;
    text-align: center;
    margin-right: 3.8%;
  }
  ul.products li.product.first {
    clear: both;
  }
  ul.products li.product.last {
    margin-right: 0;
  }

  ul.products.columns-1 li.product {
    float: none;
    width: 100%;
  }

  ul.products.columns-2 li.product {
    width: 48.1%;
  }

  ul.products.columns-3 li.product {
    width: 30.7966666667%;
  }

  ul.products.columns-4 li.product {
    width: 22.15%;
  }

  ul.products.columns-5 li.product {
    width: 16.96%;
  }

  ul.products.columns-6 li.product {
    width: 13.4933333333%;
  }
}
.woocommerce-page .page-header {
  padding: 0px 0 50px;
}
.woocommerce-page .page-header .archive-description {
  margin-top: 26px;
}

.woocommerce.grid-layout .site-main {
  display: block;
}

.woocommerce .content-area .site-main .woocommerce-ordering::after {
  height: unset;
}
.woocommerce .content-area .site-main .woocommerce-ordering .orderby {
  width: 300px;
}
.woocommerce .content-area .site-main .product span.onsale {
  line-height: 2.9;
  width: 55px;
  height: 55px;
  padding: 0;
  font-family: var(--secondary-font);
  font-size: 0.8333333333em;
  color: var(--font-color);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: unset;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='59.784' height='59.784' viewBox='0 0 59.784 59.784'%3E%3Cpath id='Polygon_8' data-name='Polygon 8' d='M26.028.9a4.965,4.965,0,0,1,4.761.846l.02.017a4.965,4.965,0,0,0,3.033,1.118h.018a4.965,4.965,0,0,1,4.158,2.42l.043.072a4.965,4.965,0,0,0,2.444,2.076l.066.026a4.965,4.965,0,0,1,3.053,3.669l.028.143a4.965,4.965,0,0,0,1.574,2.76l.1.089A4.965,4.965,0,0,1,46.936,18.6l-.027.18a4.965,4.965,0,0,0,.542,3.111l.084.156a4.965,4.965,0,0,1,0,4.727l-.084.156a4.965,4.965,0,0,0-.542,3.111l.027.18a4.965,4.965,0,0,1-1.609,4.458l-.1.089a4.965,4.965,0,0,0-1.574,2.76l-.028.143a4.965,4.965,0,0,1-3.053,3.669l-.066.026a4.965,4.965,0,0,0-2.444,2.076l-.043.072a4.965,4.965,0,0,1-4.158,2.42h-.018a4.965,4.965,0,0,0-3.033,1.118l-.02.017a4.965,4.965,0,0,1-4.761.846h0a4.965,4.965,0,0,0-3.243,0h0a4.965,4.965,0,0,1-4.761-.846L18,47.047a4.965,4.965,0,0,0-3.033-1.118h-.018a4.965,4.965,0,0,1-4.158-2.42l-.043-.072a4.965,4.965,0,0,0-2.444-2.076l-.066-.026a4.965,4.965,0,0,1-3.053-3.669l-.028-.143a4.965,4.965,0,0,0-1.574-2.76l-.1-.089a4.965,4.965,0,0,1-1.609-4.458l.027-.18a4.965,4.965,0,0,0-.542-3.111l-.084-.156a4.965,4.965,0,0,1,0-4.727l.084-.156a4.965,4.965,0,0,0,.542-3.111l-.027-.18a4.965,4.965,0,0,1,1.609-4.458l.1-.089a4.965,4.965,0,0,0,1.574-2.76l.028-.143A4.965,4.965,0,0,1,8.242,7.479l.066-.026a4.965,4.965,0,0,0,2.444-2.076l.043-.072a4.965,4.965,0,0,1,4.158-2.42h.018A4.965,4.965,0,0,0,18,1.767l.02-.017A4.965,4.965,0,0,1,22.785.9h0a4.965,4.965,0,0,0,3.243,0Z' transform='matrix(0.966, 0.259, -0.259, 0.966, 12.634, 0)' fill='%23FFDF00'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  left: 6px;
  top: 13px;
}
.woocommerce .content-area .site-main .product .star-rating {
  margin: 10px auto;
}
.woocommerce .content-area .site-main .product .price {
  font-family: var(--primary-font);
  color: rgba(var(--black-color-rgb), 0.8) !important;
  font-size: 1.2222222222em;
}
.woocommerce .content-area .site-main .product .price ins {
  font-weight: 400;
}
.woocommerce .content-area .site-main .product .price .woocommerce-Price-amount bdi {
  font-size: 1.2222222222em;
}
.woocommerce .content-area .site-main .product .price ins bdi {
  color: rgba(var(--black-color-rgb), 0.8) !important;
  font-size: 1.2222222222em;
  font-weight: 400;
}
.woocommerce .content-area .site-main .product .price del {
  color: var(--font-color-rgb, 0.2);
  font-weight: 400;
  font-size: 1em;
}
.woocommerce .content-area .site-main .product .add_to_cart_button,
.woocommerce .content-area .site-main .product .added_to_cart {
  background: var(--white-color);
  color: var(--primary-color);
}
.woocommerce .content-area .site-main .product .add_to_cart_button.added,
.woocommerce .content-area .site-main .product .added_to_cart.added {
  display: none;
}
.woocommerce .content-area .site-main .product .woocommerce-LoopProduct-link .woocommerce-loop-product__title {
  font-size: 1em;
  font-family: var(--primary-font);
  color: var(--font-color);
}
.woocommerce .content-area .site-main .product .woocommerce-LoopProduct-link:hover .woocommerce-loop-product__title {
  color: var(--primary-color);
}
.woocommerce .content-area .site-main .product .add_to_cart_button {
  background: var(--white-color);
  color: var(--primary-color);
}

.woocommerce-pagination {
  border-top: 1px solid rgba(190, 160, 153, 0.1);
  padding-top: 60px;
}
.woocommerce-pagination ul {
  border: 0 !important;
}
.woocommerce-pagination ul li {
  border: 0 !important;
  margin: 8px !important;
}
.woocommerce-pagination ul li .page-numbers {
  border-radius: 0 !important;
  padding: 0 !important;
  width: 50px !important;
  height: 50px !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border: 1px solid rgba(var(--primary-color-rgb), 0.2) !important;
  color: var(--font-color);
  transition: all 0.2s ease;
}
.woocommerce-pagination ul li .page-numbers.prev, .woocommerce-pagination ul li .page-numbers.next {
  position: static !important;
}
.woocommerce-pagination ul li .page-numbers:hover {
  background-color: var(--primary-color) !important;
  color: #fff !important;
}
.woocommerce-pagination ul li .page-numbers.current {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  color: #fff !important;
}
.woocommerce-pagination ul li .page-numbers.prev, .woocommerce-pagination ul li .page-numbers.next {
  background: none !important;
  border: 0 !important;
}
.woocommerce-pagination ul li .page-numbers.prev:hover, .woocommerce-pagination ul li .page-numbers.next:hover {
  background: none !important;
  color: var(--primary-color) !important;
}

/* woo commerce single product page */
/*==========================================
woocommerce single page
==========================================*/
.single-product div.product {
  position: relative;
}
.single-product div.product .woocommerce-product-gallery {
  position: relative;
  float: left;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 2em;
  right: 1em;
  display: block;
  z-index: 99;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1em;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  float: left;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 0.5;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
  width: 48.1%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 30.7966666667%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 22.15%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 16.96%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: both;
}
.single-product div.product .woocommerce-tabs {
  padding: 1em;
  margin-bottom: 1.5em;
}
.single-product div.product .woocommerce-tabs ul.tabs {
  border: 0;
  padding-left: 0;
}
.single-product div.product .woocommerce-tabs ul.tabs:before {
  border-color: #ececec;
}
.single-product div.product .woocommerce-tabs ul.tabs li {
  padding: 0;
  border: 0;
  border-radius: 0;
  margin-right: 6px;
  margin-bottom: 5px;
  z-index: 1 !important;
}
.single-product div.product .woocommerce-tabs ul.tabs li::before, .single-product div.product .woocommerce-tabs ul.tabs li::after {
  content: none;
}
.single-product div.product .woocommerce-tabs ul.tabs li a {
  padding: 0.75em 1.5em;
  border: 0;
  line-height: 22px;
}
@media (max-width: 542px) {
  .single-product div.product .woocommerce-tabs ul.tabs li a {
    font-size: 15px;
  }
}
.single-product div.product .woocommerce-tabs ul.tabs li.active a {
  background-color: var(--primary-color);
  color: #fff !important;
}
.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information h2,
.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--description h2 {
  font-size: 30px;
}
.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes table,
.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes tr,
.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--description .woocommerce-product-attributes table,
.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--description .woocommerce-product-attributes tr {
  border-color: #ececec;
}
@media (max-width: 400px) {
  .single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information .woocommerce-product-attributes .woocommerce-product-attributes-item .woocommerce-product-attributes-item__label,
.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--description .woocommerce-product-attributes .woocommerce-product-attributes-item .woocommerce-product-attributes-item__label {
    width: 130px;
  }
}
.single-product div.product .woocommerce-tabs .woocommerce-Reviews {
  width: 100%;
}
.single-product div.product .woocommerce-tabs .woocommerce-Reviews .commentlist .avatar {
  margin: 20px !important;
  border: none !important;
  padding: 0 !important;
  border-radius: 100px;
}
.single-product div.product .woocommerce-tabs .woocommerce-Reviews .commentlist li {
  background: #fff !important;
}
.single-product div.product .woocommerce-tabs .woocommerce-Reviews .commentlist li .comment-text {
  border: none !important;
}
.single-product div.product .woocommerce-tabs .woocommerce-Reviews #comments .woocommerce-Reviews-title {
  font-size: 23px;
  margin-bottom: 10px;
}
.single-product div.product .woocommerce-tabs .woocommerce-Reviews #comments .woocommerce-noreviews {
  font-style: italic;
  margin-bottom: 5px;
  padding: 3px 13px;
  margin-top: 20px;
}
.single-product div.product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond {
  margin-top: 20px;
}
.single-product div.product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond .comment-reply-title {
  font-size: 22px;
  margin-bottom: 6px;
}
.single-product div.product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-rating label {
  color: var(--font-color);
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
  display: inline-block;
}
.single-product div.product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-rating p.stars a::before {
  font-size: 17px;
}
.single-product div.product .woocommerce-tabs .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-comment textarea {
  background-color: #fff;
}
.single-product .entry-summary .cart .quantity input[type=number] {
  padding: 3px;
}
.single-product .related.products h2 {
  font-size: 29px;
}

.stock:empty::before {
  display: none;
}
.stock.in-stock {
  color: rgba(var(--secondary-color-rgb), 0.03);
}
.stock.out-of-stock {
  color: rgba(var(--secondary-color-rgb), 0.03);
}

.woocommerce p.stars a {
  color: var(--primary-color);
}

/* woo commerce cart */
/*==========================================
woocommerce cart page
==========================================*/
table.shop_table_responsive {
  border-radius: 0 !important;
  border: medium none !important;
}
table.shop_table_responsive th,
table.shop_table_responsive td {
  border-width: thin !important;
}
table.shop_table_responsive thead {
  display: none;
}
table.shop_table_responsive tbody th {
  display: none;
}
@media (max-width: 768px) {
  table.shop_table_responsive tbody tr {
    border-color: rgba(0, 0, 0, 0.1);
    border-width: thin;
  }
}
table.shop_table_responsive tbody tr:nth-child(even) th,
table.shop_table_responsive tbody tr:nth-child(even) td {
  background-color: rgba(var(---secondary-color-rbga), 0.03);
}
table.shop_table_responsive tbody tr .actions {
  background-color: transparent !important;
}
table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}
table.shop_table_responsive tr td::before {
  content: attr(data-title) ": ";
  float: left;
}
table.shop_table_responsive tr td.product-remove a {
  font-size: 15px;
  line-height: 25px !important;
  height: 25px;
  width: 25px;
  color: var(--secondary-color) !important;
  text-align: center !important;
  font-weight: 400 !important;
}
table.shop_table_responsive tr td.product-remove a:hover {
  background-color: var(--secondary-color) !important;
  color: #fff;
}
table.shop_table_responsive tr td.product-remove::before {
  display: none;
}
table.shop_table_responsive tr td.product-quantity .quantity .qty {
  padding: 0 !important;
  background-color: rgba(var(--primary-color-rgba), 0.04);
}
table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.download-actions::before {
  display: none;
}
table.shop_table_responsive tr td.actions .coupon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 50% !important;
  grid-gap: 18px;
}
table.shop_table_responsive tr td.actions .coupon input[type=text] {
  width: 100% !important;
  height: auto !important;
  margin-bottom: 0 !important;
}
@media (max-width: 460px) {
  table.shop_table_responsive tr td.actions .coupon {
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100% !important;
  }
  table.shop_table_responsive tr td.actions .coupon input[type=text] {
    margin-bottom: 7px !important;
    text-align: center;
  }
  table.shop_table_responsive tr td.actions .coupon input[type=text], table.shop_table_responsive tr td.actions .coupon button {
    width: 100% !important;
  }
}
table.shop_table_responsive tr td.actions button {
  padding: 16px 35px !important;
}
table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}

@media screen and (min-width: 48em) {
  table.shop_table_responsive thead {
    display: table-header-group;
    background: var(--primary-color) none repeat scroll 0 0;
    color: #fff;
  }
  table.shop_table_responsive tbody th {
    display: table-cell;
  }
  table.shop_table_responsive tr th,
table.shop_table_responsive tr td {
    text-align: left;
  }
  table.shop_table_responsive tr td {
    display: table-cell;
  }
  table.shop_table_responsive tr td::before {
    display: none;
  }
}
.cart_totals {
  float: left;
  width: 100%;
  background: #f9f9f9;
  padding: 30px;
}
@media (min-width: 768px) {
  .cart_totals {
    float: right;
    width: 48%;
  }
}
.cart_totals h2 {
  font-size: 30px !important;
}
.cart_totals .shop_table {
  background: rgba(var(--primary-color-rgb), 0.03) !important;
}
.cart_totals .shop_table .cart-subtotal td {
  background: unset !important;
}
.cart_totals .shop_table .order-total th,
.cart_totals .shop_table .order-total td strong {
  color: var(--primary-color) !important;
}

.woocommerce .cart-collaterals .cart_totals .shop_table tr td {
  text-align: right;
}

/* woo commerce widgets */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
}
.widget_price_filter .price_slider_amount .button {
  float: left;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: var(--primary-color-rgb);
  box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: var(--primary-color-rgb);
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

/* woo commerce components */
/*==========================================
woocommerce component 
==========================================*/
/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
}
.site-header-cart .cart-contents {
  text-decoration: none;
}
.site-header-cart .widget_shopping_cart {
  display: none;
}
.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}

/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 5.3em;
  font-family: star;
  font-weight: 400;
}
.star-rating::before {
  content: "SSSSS";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
  color: var(--primary-color-rgb);
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}
p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: star;
  content: "S";
  color: var(--font-color-rgb);
  text-indent: 0;
  opacity: 0.25;
}
p.stars a:hover ~ a::before {
  content: "S";
  color: var(--font-color-rgb);
  opacity: 0.25;
}
p.stars:hover a::before {
  content: "S";
  color: var(--primary-color-rgb);
  opacity: 1;
}
p.stars.selected a.active::before {
  content: "S";
  color: var(--primary-color-rgb);
  opacity: 1;
}
p.stars.selected a.active ~ a::before {
  content: "S";
  color: var(--font-color-rgb);
  opacity: 0.25;
}
p.stars.selected a:not(.active)::before {
  content: "S";
  color: var(--primary-color-rgb);
  opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  position: relative;
}
.woocommerce-tabs ul.tabs li a {
  padding: 1em 0;
  display: block;
}
.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}
.woocommerce-password-strength.strong {
  color: rgba(var(--secondary-color-rgb), 0.03);
}
.woocommerce-password-strength.short {
  color: rgba(var(--secondary-color-rgb), 0.03);
}
.woocommerce-password-strength.bad {
  color: rgba(var(--secondary-color-rgb), 0.03);
}
.woocommerce-password-strength.good {
  color: var(--secondary-color-rgb);
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 rgba(var(--secondary-color-rgb), 0.03);
}
.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 rgba(var(--secondary-color-rgb), 0.03);
}

.required {
  color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: rgba(var(--secondary-color-rgb), 0.03);
  clear: both;
  color: var(--font-color);
}

.woocommerce-error {
  border-top-color: var(--secondary-color);
}
.woocommerce-error::before {
  color: var(--secondary-color);
}

.woocommerce-error {
  background-color: rgba(var(--secondary-color-rgb), 0.03);
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: var(--secondary-color-rgb) !important;
  z-index: 9999;
}

@media screen and (min-width: 48em) {
  /**
   * Header cart
   */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    left: -999em;
    display: block;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block;
  }
}
.woocommerce-message {
  border-top-color: var(--secondary-color);
}
.woocommerce-message::before {
  color: var(--primary-color);
}

.woocommerce-info {
  border-top-color: var(--secondary-color);
}
.woocommerce-info::before {
  color: var(--primary-color);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  color: var(--font-color);
  font-weight: 400;
  font-size: 0.88888em;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: var(--font-color) transparent transparent transparent;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid rgba(var(--font-color-rgb), 0.1);
}

.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
  border-radius: 0px;
}

/* woo commerce checkout */
@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%;
  }
  .col2-set .form-row-last {
    float: right;
    margin-right: 0;
  }
  .col2-set .form-row-first,
.col2-set .form-row-last {
    width: 48.1%;
  }
}
.woocommerce-checkout .site-main .entry-content .woocommerce-checkout h3 {
  font-size: 23px;
}
.woocommerce-checkout .woocommerce form .form-row .input-checkbox {
  display: inline-block;
}

/* woo commerce dashboard */
/*==========================================
woocommerce dashboard
==========================================*/
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  border-radius: 0 !important;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border-radius: 0 !important;
}

.woocommerce-account.logged-in .woocommerce {
  border: 1px solid rgba(var(--font-color-rgb), 0.07);
  padding: 20px 20px 20px 20px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  margin-bottom: 1px;
  padding-left: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li::before {
  content: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  padding: 1em 1.5em;
  display: block;
  background-color: #f8f8f8;
  transition: all 0.3s ease;
  text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a::after {
  content: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-account .woocommerce-MyAccount-navigation ul li:hover a {
  background-color: var(--secondary-color);
  color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li[class*=dashboard] a::before {
  content: "\f3fd";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li[class*=orders] a::before {
  content: "\f07a";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li[class*=downloads] a::before {
  content: "\f381";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li[class*=address] a::before {
  content: "\f2bb";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li[class*=edit-account] a::before {
  content: "\f2bd";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li[class*=logout] a::before {
  content: "\f2f5";
}
.woocommerce-account .woocommerce-MyAccount-content {
  background-color: #f8f8f8;
  padding: 1em;
  margin-bottom: 20px;
}
.woocommerce-account .woocommerce-MyAccount-content h3 {
  font-size: 20px !important;
}
@media (max-width: 558px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row-first, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row-last {
    width: 100% !important;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm label {
  color: #444;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm p .woocommerce-Button {
  margin-top: 15px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info {
  border: 0;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes likeAnimate {
  0% {
    transform: scale(0);
  }
  10% {
    transform: scale(1);
  }
  90% {
    display: none;
  }
  100% {
    display: none;
  }
}
@keyframes loveAnimate {
  0% {
    transform: rotate(-90deg);
  }
  100% {
    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: -ms-flexbox;
  display: flex;
  grid-gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.social-list a, ul.author-socicons a, .social-networks a {
  color: var(--font-color);
  display: block;
}
ul.social-list a:hover, ul.author-socicons a:hover, .social-networks a:hover {
  color: var(--primary-color);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img, iframe, svg {
  vertical-align: top;
}

iframe {
  margin-bottom: 60px;
  width: 100%;
}

.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;
  box-shadow: 0 2px 20px rgba(var(--black-color-rgb), 0.1);
  z-index: 999;
  text-decoration: none;
  transition: none;
}

label {
  font-size: 0.833em;
  line-height: 1.3;
}

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: 50px;
}

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, select {
  border: 1px solid rgba(var(--font-color-rgb), 0.1);
  background: rgba(var(--white-color-rgb), 0.9);
  border-radius: 0;
  padding: 10px 15px;
  width: 100%;
  margin-bottom: 10px;
  color: var(--font-color);
}

input[type=checkbox] {
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: textfield;
  width: 16px;
  height: 16px;
  border: 1px solid #E1BDBD;
  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");
  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='15' height='8' viewBox='0 0 15 8'%3E%3Cpath id='Polygon_25' data-name='Polygon 25' d='M7.5,0,15,8H0Z' transform='translate(15 8) rotate(180)' fill='%2317be8a'/%3E%3C/svg%3E%0A");
  background-size: 15px 8px;
  background-repeat: no-repeat;
  background-position: right 22px center;
  padding-right: 45px;
}

.owl-carousel .owl-nav {
  display: -ms-flexbox;
  display: flex;
  -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: 50px;
  height: 50px;
  background-color: var(--white-color);
  border: 0.25px solid var(--primary-color);
  border-radius: 0;
  transition: all 0.3s ease;
  background-size: 28.41px 5.05px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
}
.owl-carousel .owl-nav button.owl-next.disabled, .owl-carousel .owl-nav button.owl-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
  background-color: var(--primary-color);
}
.owl-carousel .owl-nav button.owl-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.408' height='5.05' viewBox='0 0 28.408 5.05'%3E%3Cg id='Group_1332' data-name='Group 1332' transform='translate(28.408 5.05) rotate(180)'%3E%3Cpath id='Path_24928' data-name='Path 24928' d='M3114.726,1523h-25.2' transform='translate(-3089.529 -1520.477)' fill='none' stroke='%2317be8a' stroke-width='1'/%3E%3Cpath id='path5019' d='M137.623-4.153l-4.374,2.525v-5.05Z' transform='translate(-109.215 6.678)' fill='%2317be8a'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.owl-carousel .owl-nav button.owl-prev:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.408' height='5.05' viewBox='0 0 28.408 5.05'%3E%3Cg id='Group_1332' data-name='Group 1332' transform='translate(28.408 5.05) rotate(180)'%3E%3Cpath id='Path_24928' data-name='Path 24928' d='M3114.726,1523h-25.2' transform='translate(-3089.529 -1520.477)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3Cpath id='path5019' d='M137.623-4.153l-4.374,2.525v-5.05Z' transform='translate(-109.215 6.678)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.owl-carousel .owl-nav button.owl-next {
  background-image: url("data:image/svg+xml,%3Csvg id='Group_1332' data-name='Group 1332' xmlns='http://www.w3.org/2000/svg' width='28.408' height='5.05' viewBox='0 0 28.408 5.05'%3E%3Cpath id='Path_24928' data-name='Path 24928' d='M3114.726,1523h-25.2' transform='translate(-3089.529 -1520.477)' fill='none' stroke='%2317be8a' stroke-width='1'/%3E%3Cpath id='path5019' d='M137.623-4.153l-4.374,2.525v-5.05Z' transform='translate(-109.215 6.678)' fill='%2317be8a'/%3E%3C/svg%3E");
}
.owl-carousel .owl-nav button.owl-next:hover {
  background-image: url("data:image/svg+xml,%3Csvg id='Group_1332' data-name='Group 1332' xmlns='http://www.w3.org/2000/svg' width='28.408' height='5.05' viewBox='0 0 28.408 5.05'%3E%3Cpath id='Path_24928' data-name='Path 24928' d='M3114.726,1523h-25.2' transform='translate(-3089.529 -1520.477)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3Cpath id='path5019' d='M137.623-4.153l-4.374,2.525v-5.05Z' transform='translate(-109.215 6.678)' fill='%23fff'/%3E%3C/svg%3E");
}
.owl-carousel .owl-dots {
  display: -ms-flexbox;
  display: flex;
  -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);
  transition: all 0.3s ease;
  border-radius: 0;
  transform: rotate(45deg);
  opacity: 0.1;
}
.owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot.active {
  opacity: 1;
}

.section-header {
  margin-bottom: 40px;
  overflow: hidden;
}

.section-subtitle {
  max-width: 100%;
  display: inline-block;
  font-size: 3.3333333333em;
  line-height: 1;
  font-family: var(--signature-font-one);
  transform: rotate(-8deg);
  padding: 0 25px;
  margin-bottom: 45px;
}

.section-title,
.page-title {
  font-size: 1.9444444444em;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 23px;
  font-weight: normal;
  position: relative;
  display: inline-block;
  padding: 0 7px;
  max-width: 100%;
}
.section-title::after,
.page-title::after {
  content: "";
  width: 100%;
  height: 13px;
  background: rgba(var(--secondary-color-rgb), 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 992px) {
  .section-title::before,
.page-title::before {
    content: "";
    width: 71px;
    height: 0;
    border-bottom: 1px solid var(--font-color);
    position: absolute;
    top: 50%;
    right: 0;
    margin-right: -54px;
    transform: translate(100%, -50%);
    opacity: 0.4;
  }
}

body:not(.home).page .page-header .page-title::before {
  content: none;
}

.section-desc {
  max-width: 926px;
  font-size: 1.2222222222em;
  line-height: 1.8;
}

section .widget {
  margin-bottom: 0;
}

/* tutor lms css*/
.tutor-courses .tutor-course-loop-title h2 a {
  font-size: 24px;
}

.tutor-dashboard-permalinks li:before {
  display: none;
}

.site-main .entry-content ul.tutor-dashboard-permalinks li {
  margin-left: 0;
  padding-left: 0;
}

.site-main .entry-content ul.tutor-dashboard-permalinks li a:hover {
  color: var(--tutor-text-color);
}

.site-main .entry-content ul.tutor-dashboard-permalinks li a,
.tutor-dashboard-info-table td a {
  text-decoration: none;
}

.tutor-wrap.courses {
  margin-top: 60px;
  margin-bottom: 20px;
}

.tutor-container {
  max-width: 1170px;
  padding-left: 0;
  padding-right: 0;
}

/* Learndash lms css*/
.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments {
  white-space: unset !important;
}
