
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */


/* Document
========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}


/* Sections
========================================================================== */


/**
* Remove the margin in all browsers.
*/

body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
}


/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/

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


/* Grouping content
========================================================================== */


/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}


/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}


/* Text-level semantics
========================================================================== */


/**
* Remove the gray background on active links in IE 10.
*/

a {
  background-color: transparent;
}


/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}


/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
  font-weight: bolder;
}


/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}


/**
* Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}


/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}


/* Embedded content
========================================================================== */


/**
* Remove the border on images inside links in IE 10.
*/

img {
  border-style: none;
}


/* Forms
========================================================================== */


/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}


/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input {
  /* 1 */
  overflow: visible;
}


/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select {
  /* 1 */
  text-transform: none;
}


/**
* Correct the inability to style clickable types in iOS and Safari.
*/

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


/**
* Remove the inner border and padding in Firefox.
*/

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}


/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}


/**
* Correct the padding in Firefox.
*/

fieldset {
  padding: 0.35em 0.75em 0.625em;
}


/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*		`fieldset` elements in all browsers.
*/

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}


/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
  vertical-align: baseline;
}


/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
  overflow: auto;
}


/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  margin-right: 10px;
  /* 2 */
}

.option_div{
  background-color: white;
  height: 36px;
  width: 260px;
  border-radius: 8px;
  justify-content: center;
  margin-top: 10px;
  border-width: 2px;
  border-color: #7d2196;
}


/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

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


/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}


/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}


/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}


/* Interactive
========================================================================== */


/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

details {
  display: block;
}


/*
* Add the correct display in all browsers.
*/

summary {
  display: list-item;
}


/* Misc
========================================================================== */


/**
* Add the correct display in IE 10+.
*/

template {
  display: none;
}


/**
* Add the correct display in IE 10.
*/

[hidden] {
  display: none;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

@font-face {
  font-family: "Brittany Signature";
  src: url('fonts/BrittanySignature.ttf') format('truetype');
}

:root {
  --primary-color: #E8C1C8;
  --primary-color-rgb: 232, 193, 200;
  --secondary-color: #7D6A91;
  --secondary-color-rgb: 125, 106, 145;
  --black-color: #171717;
  --black-color-rgb: 23, 23, 23;
  --white-color: #ffffff;
  --white-color-rgb: 255, 255, 255;
  --primary-font: 'Didact Gothic', sans-serif;
  --secondary-font: 'Noto Serif', serif;
  --cursive-font: "Brittany Signature";
}

body {
  color: var(--black-color);
  font-family: var(--primary-font);
  font-size: 18px;
  line-height: 1.86;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: var(--secondary-font);
  font-weight: 400;
  margin: 0.5em 0;
}

h1 {
  font-size: 3em;
  line-height: 1.48;
}

h2 {
  font-size: 2.22em;
  line-height: 1.38;
}

h3 {
  font-size: 2em;
  line-height: 1.35;
}

h4 {
  font-size: 1.67em;
  line-height: 1.5;
}

h5 {
  font-size: 1.33em;
  line-height: 1.65;
}

h6 {
  font-size: 1.11em;
  line-height: 1.65;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  font-family: var(--secondary-font);
  color: var(--black-color);
  margin: 2em 0;
  border: 10px solid rgba(var(--primary-color-rgb), 0.15);
  padding: 50px;
  position: relative;
}

blockquote::before {
  content: "";
  background-color: var(--white-color);
  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="%23EBC1C8"/><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="%23EBC1C8"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  width: 45px;
  height: 45px;
  border-radius: 17px;
  position: absolute;
  top: -20px;
  left: -20px;
}

blockquote p {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.11em;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote cite {
  display: block;
  font-size: 0.8em;
  font-style: italic;
  color: rgba(var(--black-color-rgb), 0.8);
  letter-spacing: 0.5px;
  margin-top: 10px;
  font-weight: 400;
}

q {
  background: var(--secondary-color);
  display: block;
  margin: 1.5em 0;
  padding: 45px;
  color: var(--white-color);
  font-family: var(--secondary-font);
  font-size: 1.11em;
  position: relative;
}

q::before {
  position: absolute;
  top: 40px;
  left: 40px;
  font-family: "Noto Serif";
  font-size: 4em;
  line-height: 0.8;
  color: rgba(var(--white-color-rgb), 0.3);
}

q::after {
  display: none;
}

q p {
  margin-top: 0;
  margin-bottom: 20px;
}

q p:last-child {
  margin-bottom: 0;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: rgba(var(--black-color-rgb), 0.08);
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

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

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

mark,
ins {
  background: var(--white-color);
  text-decoration: none;
}

big {
  font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
  box-sizing: border-box;
}

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

body {
  background: var(--white-color);
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: rgba(var(--black-color-rgb), 0.05);
  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: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-radius: 0;
  font-size: 1em;
  text-align: left;
  border-collapse: collapse;
}

table tr th {
  font-weight: 400;
  padding: 10px 0;
  letter-spacing: 0.1px;
  font-size: 0.8888em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.34);
}

table tr td {
  padding: 10px 0;
  border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.2);
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-radius: 0;
  background: var(--primary-color);
  color: var(--white-color);
  font-family: var(--secondary-font);
  font-size: 1em;
  line-height: 1.5;
  padding: 5px 30px;
  min-height: 50px;
  font-weight: normal;
  cursor: pointer;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  background: var(--black-color);
  color: var(--white-color);
}

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 {
  color: var(--black-color);
  border: 1px solid rgba(var(--black-color-rgb), 0.1);
  border-radius: 0;
  padding: 10px 15px;
  width: 100%;
  height: 50px;
  font-size: 0.8888em;
  letter-spacing: 0.1px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: var(--black-color);
}

select {
  border: 1px solid rgba(var(--black-color-rgb), 0.1);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="rgba(23, 23, 23, 0.3)" d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z"></path></svg>');
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: calc(100% - 12px) 50%;
  padding-right: 30px;
}

input[type="radio"], input[type="checkbox"] {
  border-radius: 0;
  margin-left: 35px;;
}


textarea {
  width: 100%;
  height: 150px;
  padding-top: 15px;
  padding-bottom: 15px;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
  color: var(--primary-color);
  text-decoration: none;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

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


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(var(--black-color-rgb), 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
  outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.container:before,
.container:after,
.site-content:before,
.site-content:after {
  content: "";
  display: table;
  table-layout: fixed;
}

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


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
  margin: 0 0 60px;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
  font-size: 1em;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
  display: block;
}

.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;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
  display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

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


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
  max-width: 100%;
}


/* Make sure logo link wraps around logo image. */

.custom-logo-link {
  display: inline-block;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption:not(.aligncenter) {
  margin-top: 0;
  /* margin-bottom: 0; */
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 15px 0 0 0;
  font-size: 0.8888em;
  color: rgba(var(--black-color-rgb), 0.45);
  letter-spacing: 0.1px;
  line-height: 1.35;
}

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


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

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

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

figcaption {
  margin-top: .5em;
  /* margin-bottom: 1em; */
  font-family: var(--primary-font);
  font-size: 0.8888em;
  letter-spacing: 0.1px;
  color: rgba(var(--black-color-rgb), 0.5);
  line-height: 1.75;
}


/*=========================
COMMON CSS
=========================*/

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a,
.widget .textwidget a {
  text-decoration: underline;
}

.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover,
.widget .textwidget a:hover {
  text-decoration: none;
}

.fallback-svg {
  vertical-align: top;
}

.wp-caption.aligncenter {
  padding-left: 10%;
  padding-right: 10%;
}

.fancybox-container {
  z-index: 99999 !important;
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  z-index: 999999 !important;
}

.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;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.skip-link:focus,
.skip-link:active {
  top: 50px;
}

.custom-background .site {
  background: var(--white-color);
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.post-edit-link {
  display: inline-block;
  font-size: 0.6666em;
  font-family: var(--secondary-font);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: var(--primary-color);
  color: var(--white-color);
  line-height: 1.3;
  padding: 5px 10px;
  /* border-radius: 3px; */
  text-decoration: none;
}

.post-edit-link:hover {
  background: var(--secondary-color);
  color: var(--white-color);
  text-decoration: none;
}

.widget-sticky .widget-area .widget:last-child {
  -webkit-position: sticky;
  position: sticky;
  top: 0;
  -webkit-transition: top ease 0.35s;
  -moz-transition: top ease 0.35s;
  transition: top ease 0.35s;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
}

section[class*="-section"] {
  margin-top: 100px;
  margin-bottom: 100px;
}

.section-header {
  text-align: center;
  max-width: 970px;
  margin: 0 auto 60px;
}

.sub-title,
.section-subtitle {
  display: inline-block;
  font-family: var(--cursive-font);
  font-size: 2.23em;
  color: var(--secondary-color);
  margin-bottom: 5px;
}

.section-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--secondary-font);
  font-weight: normal;
  font-size: 2em;
  line-height: 1.5;
  color: rgba(var(--black-color-rgb), 0.9);
}

.wheeloflife-section .container .section-content p,
.section-desc {
  margin-top: 20px;
  font-size: 1.22em;
  color: rgba(var(--black-color-rgb), 0.9);
  letter-spacing: 0.1px;
}

section[class*="-section"] .widget .widget-title {
  padding-right: 0;
}

section[class*="-section"] .widget .widget-title::after {
  display: none;
}

section[class*="-section"] .widget .widget-title>span {
  background: none;
  padding: 0;
}

.section-header .button-wrap {
  margin-top: 20px;
}

.button-wrap .btn-link {
  display: inline-block;
  position: relative;
  font-size: 1em;
  font-family: var(--secondary-font);
  color: var(--black-color);
  font-style: italic;
  text-decoration: none;
  z-index: 9;
}

.button-wrap .btn-link:hover {
  padding-left: 5px;
  padding-right: 5px;
}

.button-wrap .btn-link::after {
  content: "";
  background: rgba(var(--primary-color-rgb), 0.15);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  z-index: -9;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.button-wrap .btn-link:hover::after {
  height: 100%;
  background: rgba(var(--primary-color-rgb), 0.3);
}

.button-wrap .btn-link>svg {
  margin-left: 10px;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.button-wrap .btn-link:hover>svg {
  margin-left: 5px;
}

.btn-link>svg path:first-child {
  fill: var(--secondary-color);
}

.btn-link>svg path:last-child {
  stroke: var(--secondary-color);
}

.btn-readmore {
  font-family: var(--secondary-font);
  font-size: 1em;
  letter-spacing: 0.5px;
  line-height: 1.5;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: var(--white-color);
  min-height: 48px;
  min-width: 165px;
  text-align: center;
  padding: 10px 15px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.btn-readmore:hover {
  background: none;
  color: var(--primary-color);
  text-decoration: none;
}

.btn-readmore.btn-two {
  background: var(--white-color);
  color: var(--black-color);
}

.btn-readmore.btn-two:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.widget .widget-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.1112em;
  font-family: var(--primary-font);
  letter-spacing: 1px;
  line-height: 1.5;
}

.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget ul li {
  display: block;
  margin-bottom: 15px;
  font-size: 0.8888em;
  letter-spacing: 0.5px;
}

.widget ul ul li {
  font-size: 1em;
}


/* .widget ul li:last-child {
margin-bottom: 0;
} */

.widget ul li a {
  text-decoration: none;
  color: var(--black-color);
}

.widget ul li a:hover {
  color: var(--primary-color);
}


/*===============================
OWL CAROUSEL
===============================*/

.owl-carousel .owl-nav [class*="owl-"],
.owl-carousel .owl-nav button[class*="owl-"] {
  position: absolute;
  top: 50%;
  left: 0;
  background: rgba(var(--white-color-rgb), 0.5);
  width: 45px;
  height: 45px;
  border-radius: 100%;
  box-shadow: 0 0 5px rgba(var(--black-color-rgb), 0.1);
  min-height: auto;
  padding: 0;
  line-height: 49px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 0;
}

.owl-carousel .owl-nav [class*="owl-"]:hover,
.owl-carousel .owl-nav button[class*="owl-"]:hover {
  background: var(--primary-color);
}

.owl-carousel .owl-nav [class*="owl-"] svg {
  width: 18px;
  height: 19px;
  display: inline-block;
}

.owl-carousel .owl-nav [class*="owl-"] svg path {
  fill: var(--secondary-color);
}

.owl-carousel .owl-nav [class*="owl-"] svg path+path {
  fill: none;
  stroke: var(--secondary-color);
}

.owl-carousel .owl-nav [class*="owl-"]:hover svg path,
.owl-carousel .owl-nav button[class*="owl-"]:hover svg path {
  fill: var(--white-color);
}

.owl-carousel .owl-nav [class*="owl-"]:hover svg path+path,
.owl-carousel .owl-nav button[class*="owl-"]:hover svg path+path {
  fill: none;
  stroke: var(--white-color);
}

.owl-carousel .owl-dots {
  margin-top: 10px;
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
  margin: 10px;
  display: inline-block;
  min-width: auto;
  min-height: auto;
  padding: 0;
  line-height: 1;
}

.owl-carousel .owl-dots .owl-dot span {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: rgba(var(--primary-color-rgb), 0.5);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
  background: var(--primary-color);
}


/*==============================
BACK TO TOP
==============================*/

.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: 45px;
  height: 45px;
  min-height: auto;
  line-height: 1;
  color: var(--primary-color);
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}

.back-to-top.active {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.back-to-top:hover,
.back-to-top:focus {
  background: var(--primary-color);
  color: var(--white-color);
}

.back-to-top svg {
  width: 25px;
  height: 25px;
  display: inline-block;
  font-size: 25px;
}


/*=============================
SIDEBARS
=============================*/

#primary,
#secondary {
  margin-top: 100px;
  margin-bottom: 100px;
}

.rightsidebar.widget-sticky .site-content>.container,
.leftsidebar.widget-sticky .site-content>.container,
.rightsidebar.elementor-page.widget-sticky .site-content,
.leftsidebar.elementor-page.widget-sticky .site-content {
  display: flex;
  flex-wrap: wrap;
}

.leftsidebar.widget-sticky .site-content>.container,
.leftsidebar.elementor-page.widget-sticky .site-content {
  flex-direction: row-reverse;
}

.rightsidebar #primary,
.leftsidebar #primary {
  width: calc(100% - 330px);
  padding-right: 100px;
  float: left;
}

.leftsidebar #primary {
  padding-right: 0;
  padding-left: 100px;
  float: right;
}

.rightsidebar #secondary,
.leftsidebar #secondary {
  width: 330px;
  float: right;
}

.leftsidebar #secondary {
  float: left;
}

.fullwidth-centered #primary {
  max-width: 745px;
  margin-left: auto;
  margin-right: auto;
}


/*==============================
PAGINATION
==============================*/

.pagination {
  margin-top: 100px;
  text-align: center;
}

.pagination .page-numbers {
  display: inline-block;
  width: 35px;
  text-align: center;
  height: 35px;
  line-height: 32px;
  margin-bottom: 5px;
  color: var(--black-color);
  font-size: 1em;
  font-weight: 400;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.5px;
  border: 1px solid transparent;
  margin-right: 5px;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
  width: auto;
  position: relative;
  padding-left: 25px;
  border: none;
}

.pagination .page-numbers.next {
  padding-left: 0;
  padding-right: 25px;
}

.pagination .page-numbers.prev:hover,
.pagination .page-numbers.next:hover {
  color: var(--primary-color);
}

.pagination .page-numbers.dots {
  border: none;
  width: auto;
}

.pagination .page-numbers.dots:hover {
  color: var(--black-color);
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current {
  border-color: rgba(var(--primary-color-rgb), 0.3);
}

.pagination .page-numbers.prev::before,
.pagination .page-numbers.next::before {
  content: "";
  background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><path fill="currentColor" d="M24.707 38.101L4.908 57.899c-4.686 4.686-4.686 12.284 0 16.971L185.607 256 4.908 437.13c-4.686 4.686-4.686 12.284 0 16.971L24.707 473.9c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L41.678 38.101c-4.687-4.687-12.285-4.687-16.971 0z"></path></svg>');
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 10px;
  right: 0;
}

.pagination .page-numbers.prev::before {
  right: auto;
  left: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pagination .page-numbers.prev:hover::before,
.pagination .page-numbers.next:hover::before {
  background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><path fill="%23EBC1C8" d="M24.707 38.101L4.908 57.899c-4.686 4.686-4.686 12.284 0 16.971L185.607 256 4.908 437.13c-4.686 4.686-4.686 12.284 0 16.971L24.707 473.9c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L41.678 38.101c-4.687-4.687-12.285-4.687-16.971 0z"></path></svg>');
}

.pagination .page-numbers.disabled,
.pagination .page-numbers.disabled:hover {
  opacity: 0.3;
  filter: alpha(opacity=30);
  color: var(--black-color);
  border-color: transparent;
  cursor: not-allowed;
}

.posts-navigation .nav-links:before,
.posts-navigation .nav-links:after {
  content: "";
  display: table;
}

.posts-navigation .nav-links:after {
  clear: both;
}

.posts-navigation .nav-links a {
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #f0f0f0;
  border-radius: 0;
  padding: 15px 25px 15px 40px;
  font-size: 0.7778em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--black-color);
  position: relative;
  text-decoration: none;
}

.posts-navigation .nav-links .nav-next a {
  padding-left: 25px;
  padding-right: 40px;
}

.posts-navigation .nav-links a:hover {
  background: var(--primary-color);
  color: var(--white-color);
  border-color: var(--primary-color);
}

.posts-navigation .nav-links a::before {
  content: "";
  background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="rgba(23, 23, 23, 0.3)" d="M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z"></path></svg>');
  position: absolute;
  top: 22px;
  left: 18px;
  width: 14px;
  height: 12px;
}

.posts-navigation .nav-links a:hover::before {
  background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23fff" d="M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z"></path></svg>');
}

.posts-navigation .nav-links .nav-next a::before {
  left: auto;
  right: 18px;
  background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="rgba(23, 23, 23, 0.3)" d="M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z"></path></svg>');
}

.posts-navigation .nav-links .nav-next a:hover::before {
  background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23fff" d="M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z"></path></svg>');
}

.post-navigation {
  margin-top: 60px;
  border: 1px dashed var(--primary-color);
  padding: 45px;
  text-align: left;
}

.post-navigation .nav-previous {
  padding-right: 10px;
}

.post-navigation .nav-previous+.nav-next {
  padding-left: 10px;
}

.post-navigation .nav-next {
  text-align: left;
}

.post-navigation a {
  color: var(--black-color);
  display: block;
  text-decoration: none;
}

.post-navigation article .post-thumbnail {
  margin: 0;
}


/* .post-navigation .nav-next article .post-thumbnail, 
.post-navigation .nav-next article .content-wrap {
padding-left: 20px;
} */

.post-navigation article .content-wrap {
  position: relative;
  padding-top: 40px;
}

.post-navigation article .posted-on {
  position: absolute;
  top: -10px;
  left: 0;
  background: var(--white-color);
  line-height: 1.3;
  font-size: 0.8888em;
  padding: 5px 10px;
}

.post-navigation a:hover article .posted-on {
  color: initial;
}

.post-navigation article .posted-on::after {
  content: "";
  background: rgba(var(--secondary-color-rgb), 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.post-navigation a:hover article .posted-on::after {
  background: rgba(var(--secondary-color-rgb), 0.35);
}

.post-navigation article .category {
  margin-bottom: 10px;
  display: inline-block;
  font-size: 0.94em;
  letter-spacing: 0.1px;
  color: rgba(var(--black-color-rgb), 0.8);
  line-height: 1.3;
  /*text-transform: uppercase;*/
}

.post-navigation article .category span {
  position: relative;
  margin-top: 10px;
  margin-right: 20px;
  padding: 0 3px;
  display: inline-block;
  color: rgba(var(--black-color-rgb), 0.8);
  text-decoration: none;
}

.post-navigation article .category span::before {
  content: "";
  background: rgba(var(--primary-color-rgb), 0.2);
  width: 100%;
  height: 35%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.post-navigation article .category span:not(:last-child)::after {
  content: "";
  background: var(--primary-color);
  width: 4px;
  height: 4px;
  border-radius: 100%;
  position: absolute;
  top: 11px;
  right: -13px;
}

.post-navigation article .entry-title {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.1112em;
  line-height: 1.3;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.post-navigation a:hover article .entry-title {
  color: var(--primary-color);
}

.post-navigation .meta-nav {
  display: inline-block;
  font-style: italic;
  color: var(--black-color);
  letter-spacing: 0.5px;
  background: none;
  border: none;
  padding: 0 60px 0 0;
  min-height: auto;
  min-width: auto;
  margin-top: 20px;
  position: relative;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.post-navigation .nav-previous .meta-nav {
  padding-right: 0;
  padding-left: 60px;
}

.post-navigation a:hover .meta-nav {
  padding-left: 5px;
}

.post-navigation .nav-previous a:hover .meta-nav {
  padding-left: 60px;
  padding-right: 5px;
}

.post-navigation .meta-nav::before {
  content: "";
  background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="48.781" height="9.63" viewBox="0 0 48.781 9.63"><g transform="translate(-1019.528 -1511)"><path d="M141.589-1.863l-8.34,4.815v-9.63Z" transform="translate(926.721 1517.678)" fill="%237D6A91"></path><path d="M3089.528,1523h40.965" transform="translate(-2070 -7.502)" fill="none" stroke="%237D6A91" stroke-width="1"></path></g></svg>');
  background-repeat: no-repeat;
  background-position: center;
  width: 49px;
  height: 10px;
  position: absolute;
  top: 12px;
  right: 0;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.post-navigation .nav-previous .meta-nav::before {
  right: auto;
  left: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.post-navigation a:hover .meta-nav::before {
  right: 5px;
}

.post-navigation .nav-previous a:hover .meta-nav::before {
  right: auto;
  left: 5px;
}

.post-navigation .meta-nav::after {
  content: "";
  background: rgba(var(--primary-color-rgb), 0.15);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  z-index: -9;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.post-navigation a:hover .meta-nav::after {
  height: 100%;
  background: rgba(var(--primary-color-rgb), 0.3);
}

#load-posts {
  text-align: center;
}

#load-posts a {
  display: inline-block;
  font-size: 0.8888em;
  font-family: var(--secondary-font);
  color: var(--black-color);
  letter-spacing: 0.5px;
  line-height: 1.5;
  padding: 15px 30px;
  border: 1px solid var(--primary-color);
  text-decoration: none;
}

#load-posts a:hover,
#load-posts a.disabled {
  background: var(--primary-color);
  color: var(--white-color);
}

#load-posts a.disabled {
  opacity: 0.6;
  filter: alpha(opacity=60);
  cursor: not-allowed;
}

#load-posts a svg {
  margin-right: 5px;
}

.nav-links::before,
.nav-links::after {
  content: "";
  display: table;
  line-height: 0;
}

.nav-links::after {
  clear: both;
}


/*===============================
ADDITIONAL POST
===============================*/

.additional-post {
  overflow: hidden;
  width: 100%;
  margin-top: 80px;
}

.additional-post .post-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.33em;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 1.5;
  color: rgba(var(--black-color-rgb), 0.75);
}

.additional-post .section-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.additional-post .section-grid article {
  margin-top: 60px;
  margin-left: 20px;
  margin-right: 20px;
  width: calc(50% - 40px);
}

.additional-post .section-grid article .post-thumbnail {
  margin: 0;
  padding: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.additional-post .section-grid article .content-wrap {
  padding-top: 20px;
  position: relative;
}

.additional-post .section-grid article .entry-header {
  margin-bottom: 20px;
}

.additional-post .section-grid article .entry-header .entry-meta {
  margin-bottom: 10px;
}

.additional-post .section-grid article .entry-meta>span {
  display: inline-block;
  font-size: 0.94em;
  letter-spacing: 0.1px;
  color: rgba(var(--black-color-rgb), 0.8);
  line-height: 1.3;
}

.additional-post .section-grid article .entry-meta .posted-on {
  position: absolute;
  top: -10px;
  left: 0;
  background: var(--white-color);
  padding: 5px 10px;
  min-height: 34px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: left;
  z-index: 1;
}

.additional-post .section-grid article .entry-meta .posted-on::after {
  content: "";
  background: rgba(var(--primary-color-rgb), 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.additional-post .section-grid article .entry-meta>span.category {
  /*text-transform: uppercase;*/
}

.additional-post .section-grid article .entry-meta>span a {
  display: inline-block;
  color: rgba(var(--black-color-rgb), 0.8);
  text-decoration: none;
}

.additional-post .section-grid article .entry-meta>span a:hover {
  color: var(--primary-color);
}

.additional-post .section-grid article .entry-meta>.posted-on a {
  margin-left: 5px;
}

.additional-post .section-grid article .entry-meta>span.category a {
  position: relative;
  margin-top: 10px;
  margin-right: 20px;
  padding: 0 3px;
}

.additional-post .section-grid article .entry-meta>span.category a:hover {
  color: var(--black-color);
}

.additional-post .section-grid article .entry-meta>span.category a::before {
  content: "";
  background: rgba(var(--primary-color-rgb), 0.2);
  width: 100%;
  height: 35%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.additional-post .section-grid article .entry-meta>span.category a:hover::before {
  background: rgba(var(--primary-color-rgb), 0.4);
  height: 100%;
}

.additional-post .section-grid article .entry-meta>span.category a:not(:last-child)::after {
  content: "";
  background: var(--primary-color);
  width: 4px;
  height: 4px;
  border-radius: 100%;
  position: absolute;
  top: 11px;
  right: -13px;
}

.additional-post .section-grid article .entry-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1112em;
  letter-spacing: 0.1px;
  line-height: 1.85;
  font-weight: 600;
}

.additional-post .section-grid article .entry-title a {
  display: inline-block;
  color: rgba(var(--black-color-rgb), 0.75);
  text-decoration: none;
}

.additional-post .section-grid article .entry-title a:hover {
  color: var(--primary-color);
}

.additional-post>.button-wrap {
  margin-top: 60px;
  text-align: center;
}


/*========================
COMMENTS AREA
========================*/

.comments-area {
  margin-top: 60px;
  border: 1px solid rgba(var(--secondary-color-rgb), 0.1);
}

.comments-area .comments-title,
.comment-respond .comment-reply-title {
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 1.1112em;
  text-transform: uppercase;
}

.comments-area .comments-title {
  padding: 60px 50px 0;
}

.comments-area ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comments-area ol.comment-list {
  padding-left: 50px;
  padding-right: 50px;
}

.comments-area ol li ol {
  padding-left: 70px;
  border-top: 1px solid rgba(var(--primary-color-rgb), 0.3);
  margin-top: 30px;
  padding-top: 30px;
}

.comment-list .comment {
  border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.3);
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.comment-list .comment:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.comments-area .comment-body {
  position: relative;
  padding-left: 70px;
}

.comments-area .bypostauthor>.comment-body .comment-author::after {
  content: "";
  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-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 35px;
  left: 35px;
}

.comment-body img.avatar {
  position: absolute;
  top: 5px;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
}

.comment-body b.fn {
  font-size: 0.8888em;
  margin-bottom: 0;
  display: block;
  font-weight: 400;
  font-family: var(--secondary-font);
}

.comment-author a {
  color: var(--black-color);
  line-height: 1.25em;
}

.comment-body b.fn span.says {
  display: none;
}

.comment-body .comment-metadata {
  font-size: 0.8888em;
  color: rgba(var(--black-color-rgb), 0.8);
  line-height: 1.25;
}

.comment-metadata a {
  color: rgba(var(--black-color-rgb), 0.8);
}

.comment-body .comment-awaiting-moderation {
  font-size: 0.8888em;
  line-height: 1.65;
  margin-top: 10px;
  margin-bottom: 0;
  color: red;
  letter-spacing: 0.5px;
}

.comment-body .reply .comment-reply-link {
  padding: 3px;
  display: inline-block;
  text-align: center;
  position: relative;
  vertical-align: top;
  color: var(--black-color);
  font-size: 0.8888em;
  letter-spacing: 0.5px;
  font-family: var(--secondary-font);
  line-height: 1.2;
  text-decoration: none;
  font-style: italic;
}

.comment-body .reply .comment-reply-link::after {
  content: "";
  background: rgba(var(--primary-color-rgb), 0.15);
  width: 100%;
  height: 45%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.comment-body .reply .comment-reply-link:hover::after {
  height: 100%;
  background: rgba(var(--primary-color-rgb), 0.3);
}

.comment-body .comment-content {
  font-weight: 400;
  font-size: 0.8888em;
  letter-spacing: 0.1px;
}

.comment-body .comment-content p {
  margin-top: 10px;
  margin-bottom: 15px;
}

.comments-area .comment-respond {
  background: rgba(var(--primary-color-rgb), 0.2);
  padding: 60px 80px;
}

.comments-area .comment-list+.comment-respond {
  margin-top: 60px;
}

.comment-respond .comment-reply-title {
  border-bottom: none;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.comment-respond .comment-reply-title small {
  font-size: 60%;
  line-height: 1.3;
  vertical-align: middle;
  display: inline-block;
  letter-spacing: 0.5px;
}

.comment-respond .comment-reply-title a {
  display: inline-block;
  margin-left: 10px;
  color: rgba(var(--black-color-rgb), 0.8);
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 10px;
  border-left: 1px solid rgba(var(--black-color-rgb), 0.8);
}

.comment-respond .comment-form p {
  margin-top: 0;
  margin-bottom: 20px;
}

.comment-respond .comment-form p.logged-in-as a {
  color: rgba(var(--black-color-rgb), 0.65);
  text-decoration: underline;
  font-size: 0.8888em;
}

.comment-respond .comment-form p.logged-in-as a:hover {
  color: var(--black-color);
  text-decoration: none;
}

.comment-form p.comment-notes {
  display: none;
  width: 100%;
}

.comment-respond .comment-form p:not(.comment-form-cookies-consent) label {
  display: none;
}

.comment-respond .comment-form p.comment-form-cookies-consent {
  position: relative;
  width: 100%;
}

.comment-respond .comment-form p.comment-form-cookies-consent label {
  font-size: 0.8888em;
  line-height: 1.65;
  color: var(--black-color);
  padding-left: 25px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
}

.comment-respond .comment-form p.comment-form-cookies-consent label:hover {
  text-decoration: underline;
}

.comment-respond .comment-form p.comment-form-cookies-consent label::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid var(--primary-color);
  background-color: var(--white-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="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: 0;
  background-position: center;
  position: absolute;
  top: 5px;
  left: 0;
  font-weight: normal;
  text-align: center;
  line-height: 14px;
  font-size: 0;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.comment-respond .comment-form p.comment-form-cookies-consent input[type="checkbox"]:checked+label::before {
  content: "";
  border-color: var(--black-color);
  background-color: var(--black-color);
  background-size: 10px;
}

.comment-respond .comment-form p.comment-form-cookies-consent input[type="checkbox"] {
  position: absolute;
  top: 12px;
  left: 2px;
  z-index: 1;
  opacity: 0;
}

.comment-form p.form-submit {
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
}

.comment-form p.form-submit input[type="submit"] {
  padding: 11px 20px;
  font-size: 1em;
  background: var(--primary-color);
  font-family: var(--secondary-font);
  border: none;
}

.comment-form p.form-submit input[type="submit"]:hover {
  background: var(--secondary-color);
  color: var(--white-color);
}


/*=============================
sticky t bar
=============================*/

.sticky-bar-content {
  background: rgba(var(--primary-color-rgb), 0.2);
  text-align: center;
  padding: 8px 0;
  color: rgba(var(--black-color-rgb), 0.8);
  line-height: 1.25;
}

.sticky-bar-content .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.sticky-bar-content p {
  padding-right: 5%;
  font-size: 0.8888em;
  display: flex;
  margin: 0;
  flex-direction: column;
  text-align: left;
}

.sticky-bar-content a.btn-readmore {
  display: inline-block;
  color: var(--white-color);
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
  font-size: 0.7778em;
  padding: 5px 10px;
  text-decoration: none;
  margin-left: 15px;
  font-family: var(--secondary-font);
  letter-spacing: 0.5px;
  min-height: auto;
  min-width: auto;
}

.sticky-bar-content a.btn-readmore:hover {
  background: var(--secondary-color);
  border-color: var(--white-color);
}

.sticky-t-bar .close {
  background: none;
  padding: 0;
  width: 25px;
  height: 25px;
  min-height: auto;
  position: absolute;
  top: 8px;
  right: 4%;
  cursor: pointer;
  z-index: 999;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.admin-bar .sticky-t-bar .close {
  top: 32px;
}

.sticky-t-bar .close::before,
.sticky-t-bar .close::after {
  content: "";
  background: var(--white-color);
  width: 15px;
  height: 2px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.sticky-t-bar .close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sticky-t-bar:not(.active) .close {
  top: 0;
  background: var(--primary-color);
}

.admin-bar .sticky-t-bar:not(.active) .close {
  top: 32px;
}

.sticky-t-bar:not(.active) .close::before,
.sticky-t-bar:not(.active) .close::after {
  width: 8px;
  left: -5px;
  height: 2px;
  background: var(--white-color);
}

.sticky-t-bar:not(.active) .close::after {
  left: 0;
  right: -5px;
}

.sticky-t-bar.newsletter-enabled .sticky-bar-content {
  background: none;
  padding: 0;
  font-size: 1em;
}

.sticky-t-bar .blossomthemes-email-newsletter-wrapper .container {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.newsletter-enabled .blossomthemes-email-newsletter-wrapper .text-holder {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: left;
  padding-right: 20px;
  margin-bottom: 0;
}

.newsletter-enabled .blossomthemes-email-newsletter-wrapper .text-holder h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.33em;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0.1px;
}

.newsletter-enabled .blossomthemes-email-newsletter-wrapper .text-holder span {
  display: block;
  font-size: 1em;
}

.newsletter-enabled .blossomthemes-email-newsletter-wrapper .text-holder h3+span:not(.sub-title) {
  margin-top: 10px;
}

.newsletter-enabled .blossomthemes-email-newsletter-wrapper .text-holder span {
  font-size: 0.8888em;
  line-height: 1.5;
}

.newsletter-enabled .blossomthemes-email-newsletter-wrapper form {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}

.newsletter-enabled .blossomthemes-email-newsletter-wrapper form input[type="text"] {
  flex: 2;
  margin-left: 10px;
  height: auto;
  padding: 5px 10px;
  margin-bottom: 0;
  margin-top: 0;
  min-height: 30px;
  font-size: 0.7778em;
  letter-spacing: 0.1px;
}

.newsletter-enabled .blossomthemes-email-newsletter-wrapper form label {
  order: 5;
  margin-left: 10px;
  justify-content: flex-start;
  font-size: 0.7778em;
  color: rgba(var(--white-color-rgb), 0.65);
}

.sticky-t-bar .blossomthemes-email-newsletter-wrapper form label .text {
  flex: initial;
}

.sticky-t-bar .blossomthemes-email-newsletter-wrapper form .subscribe-inner-wrap input[type="checkbox"] {
  top: 5px;
}

.sticky-t-bar .blossomthemes-email-newsletter-wrapper form label .check-mark {
  margin-top: 5px;
}

.sticky-t-bar .blossomthemes-email-newsletter-wrapper form label input[type="checkbox"]:checked+.check-mark {
  background: var(--white-color);
}

.newsletter-enabled .blossomthemes-email-newsletter-wrapper form input[type="submit"] {
  min-height: 30px;
  padding: 5px 15px;
  margin-top: 0;
  margin-left: 10px;
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
  font-family: var(--primary-font);
  font-size: 0.8888em;
  flex: 1;
  line-height: 1.3;
  letter-spacing: 0.2px;
}

.newsletter-enabled .blossomthemes-email-newsletter-wrapper form input[type="submit"]:hover {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--white-color);
}


/*==============================
SITE HEADER
==============================*/

.site-header {
  border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.15);
  height: 120px;
}

.sticky-t-bar.active~.site-header {
  border-top: 1px solid var(--white-color);
}

.site-header .header-main .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}

.header-main .site-branding {
  padding: 25px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex: initial;
}

.site-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--secondary-font);
  font-size: 1.67em;
  line-height: 1.3;
}

.site-title a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.site-description {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.8888em;
  color: rgba(var(--black-color-rgb), 0.6);
  letter-spacing: 0.3px;
  line-height: 1.3;
}

.has-image-text .site-title-wrap {
  padding-left: 15px;
}

.site-header .main-navigation {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.site-header .main-navigation .toggle-btn,
.main-navigation .close {
  display: none;
}

.main-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-navigation .nav-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.main-navigation ul li {
  position: relative;
  display: inline-block;
  letter-spacing: 0.5px;
  line-height: 1.5;
}

.main-navigation ul li a {
  padding: 30px;
  display: inline-block;
  color: var(--black-color);
  text-decoration: none;
}

.main-navigation ul li.menu-item-has-children>a {
  padding-right: 40px;
}

.main-navigation ul li:hover>a,
.main-navigation ul li>a:focus,
.main-navigation ul li.current-menu-item>a,
.main-navigation ul li.current_page_item>a,
.main-navigation ul li.current-menu-ancestor>a,
.main-navigation ul li.current_page_ancestor>a {
  color: var(--secondary-color);
}

.main-navigation ul .sub-menu {
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  width: 220px;
  margin: 0;
  padding: 0;
  list-style: none;
  clip: rect(1px, 1px, 1px, 1px);
  background: var(--white-color);
  box-shadow: 0 10px 20px rgba(var(--black-color-rgb), 0.1);
  opacity: 0;
  z-index: 9999;
  -webkit-transition: top 0.35s ease, opacity 0.35s ease;
  -moz-transition: top 0.35s ease, opacity 0.35s ease;
  transition: top 0.35s ease, opacity 0.35s ease;
}

.main-navigation ul li:hover>.sub-menu,
.main-navigation ul li.hover>.sub-menu {
  top: 100%;
  clip: inherit;
  opacity: 1;
  filter: alpha(opacity=100);
}

.main-navigation ul .sub-menu .sub-menu {
  left: 100%;
  top: 20px;
}

.main-navigation ul .sub-menu li:hover>.sub-menu,
.main-navigation ul .sub-menu li.hover>.sub-menu {
  top: 0;
  clip: inherit;
}

.main-navigation .nav-menu>li:nth-last-of-type(1)>.sub-menu,
.main-navigation .nav-menu>li:nth-last-of-type(2)>.sub-menu,
.main-navigation .nav-menu>li:nth-last-of-type(3)>.sub-menu {
  left: auto;
  right: 0;
}

.main-navigation .nav-menu>li:nth-last-of-type(1):hover>.sub-menu .sub-menu,
.main-navigation .nav-menu>li:nth-last-of-type(2):hover>.sub-menu .sub-menu,
.main-navigation .nav-menu>li:nth-last-of-type(3):hover>.sub-menu .sub-menu,
.main-navigation .nav-menu>li:nth-last-of-type(1).hover>.sub-menu .sub-menu,
.main-navigation .nav-menu>li:nth-last-of-type(2).hover>.sub-menu .sub-menu,
.main-navigation .nav-menu>li:nth-last-of-type(3).hover>.sub-menu .sub-menu {
  left: auto;
  right: 100%;
}

.main-navigation ul .sub-menu li {
  width: 100%;
}

.main-navigation ul .sub-menu li>a {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  font-weight: 400;
  border-bottom: 1px solid rgba(var(--black-color-rgb), 0.05);
}

.submenu-toggle {
  background: none;
  color: var(--secondary-color);
  padding: 0;
  position: absolute;
  top: 0;
  right: 22px;
  height: 100%;
  min-height: auto;
  font-size: 0.8888em;
  display: flex;
  align-items: center;
}

.sub-menu .submenu-toggle {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.submenu-toggle:hover,
.submenu-toggle:active {
  background: none;
  color: var(--primary-color);
}

.site-header .header-right {
  display: flex;
  flex-wrap: wrap;
  flex: initial;
  align-items: center;
  justify-content: flex-end;
}

.header-social .social-list-title {
  display: inline-block;
  font-family: var(--cursive-font);
  font-size: 1em;
  letter-spacing: 0.3px;
}

.site-header .social-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.site-header .social-list li {
  margin: 5px;
  font-size: 0.8888em;
}

.site-header .social-list li a {
  display: inline-block;
  line-height: 1.3;
  padding: 5px 7px;
  color: rgba(var(--black-color-rgb), 0.7);
  text-decoration: none;
}

.site-header .social-list li a:hover {
  color: var(--secondary-color);
}

.header-search .search-toggle {
  background: none;
  padding: 5px 10px;
  line-height: 1.3;
  min-height: auto;
  color: rgba(var(--black-color-rgb), 0.7);
}

.header-search .search-toggle svg {
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
}

.header-search .search-toggle svg path {
  fill: rgba(var(--black-color-rgb), 0.7);
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.header-search .search-toggle:hover svg path {
  fill: var(--secondary-color);
}

.header-search .header-search-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(var(--black-color-rgb), 0.8);
  z-index: 9999;
  display: none;
}

.header-search .header-search-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.header-search .header-search-wrap .search-form {
  max-width: 640px;
  width: 100%;
  background: rgba(var(--white-color-rgb), 0.75);
  display: flex;
  flex-wrap: wrap;
  height: 70px;
}

.header-search .header-search-wrap .search-form label {
  width: calc(100% - 70px);
}

.header-search .header-search-wrap .search-form .search-field {
  height: 70px;
  background: none;
  border: none;
  font-size: 1.3333em;
  padding-left: 20px;
  padding-right: 20px;
  font-family: var(--secondary-font);
}

.header-search .header-search-wrap .search-form .search-submit {
  width: 70px;
  height: 70px;
  padding: 0;
  font-size: 0;
  background-color: transparent;
  background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="21.863" height="22" viewBox="0 0 21.863 22"><path d="M24.863,1170.255l-2.045,2.045L18,1167.482v-1.091l-.409-.409a8.674,8.674,0,0,1-5.727,2.046,8.235,8.235,0,0,1-6.273-2.591A8.993,8.993,0,0,1,3,1159.164a8.235,8.235,0,0,1,2.591-6.273,8.993,8.993,0,0,1,6.273-2.591,8.441,8.441,0,0,1,6.273,2.591,8.993,8.993,0,0,1,2.591,6.273,8.675,8.675,0,0,1-2.045,5.727l.409.409h.955ZM7.5,1163.664a5.76,5.76,0,0,0,4.364,1.773,5.969,5.969,0,0,0,4.364-1.773,6.257,6.257,0,0,0,0-8.727,5.76,5.76,0,0,0-4.364-1.773,5.969,5.969,0,0,0-4.364,1.773,5.76,5.76,0,0,0-1.773,4.364A6.308,6.308,0,0,0,7.5,1163.664Z" transform="translate(-3 -1150.3)" fill="rgba(23, 23, 23, 0.7)"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
}

.header-search .header-search-wrap .search-form .search-submit:hover {
  background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="21.863" height="22" viewBox="0 0 21.863 22"><path d="M24.863,1170.255l-2.045,2.045L18,1167.482v-1.091l-.409-.409a8.674,8.674,0,0,1-5.727,2.046,8.235,8.235,0,0,1-6.273-2.591A8.993,8.993,0,0,1,3,1159.164a8.235,8.235,0,0,1,2.591-6.273,8.993,8.993,0,0,1,6.273-2.591,8.441,8.441,0,0,1,6.273,2.591,8.993,8.993,0,0,1,2.591,6.273,8.675,8.675,0,0,1-2.045,5.727l.409.409h.955ZM7.5,1163.664a5.76,5.76,0,0,0,4.364,1.773,5.969,5.969,0,0,0,4.364-1.773,6.257,6.257,0,0,0,0-8.727,5.76,5.76,0,0,0-4.364-1.773,5.969,5.969,0,0,0-4.364,1.773,5.76,5.76,0,0,0-1.773,4.364A6.308,6.308,0,0,0,7.5,1163.664Z" transform="translate(-3 -1150.3)" fill="%237D6A91"/></svg>');
}

.header-search .header-search-wrap .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  padding: 0;
  background: none;
  border: none;
  min-height: auto;
  font-size: 0;
}

.header-search .header-search-wrap .close::before,
.header-search .header-search-wrap .close::after {
  content: "";
  background: var(--white-color);
  width: 30px;
  height: 2px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.header-search .header-search-wrap .close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header-search .header-search-wrap .close:hover::before,
.header-search .header-search-wrap .close:hover::after {
  background: var(--primary-color);
}

.search.search-no-results .content-area .site-main {
  margin-left: 0;
  max-width: 100%;
  overflow-x: hidden;
}

.header-cart a {
  display: inline-block;
  padding: 5px 10px;
  line-height: 1.3;
  position: relative;
  font-size: 0.7778em;
}

.header-cart a svg path {
  fill: rgba(var(--black-color-rgb), 0.7);
}

.header-cart a:hover svg path {
  fill: var(--secondary-color);
}

.header-cart a .cart-count {
  position: absolute;
  top: -2px;
  right: 0;
  width: 16px;
  height: 16px;
  background: var(--primary-color);
  font-size: 0.6666em;
  color: var(--white-color);
  text-align: center;
  line-height: 14px;
  font-weight: 600;
  border-radius: 100%;
}

.site-header .button-wrap .btn-readmore {
  min-width: 122px;
  min-height: 45px;
  font-size: 0.8888em;
  background: var(--primary-color);
  color: var(--white-color);
}

.site-header .button-wrap .btn-readmore:hover {
  background: var(--white-color);
  color: var(--black-color);
  border: 1px solid var(--primary-color);
}

.secondary-menu .toggle-btn {
  display: none;
}

.secondary-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.secondary-menu .nav-menu {
  display: flex;
  flex-wrap: wrap;
}

.secondary-menu ul li {
  display: inline-block;
  position: relative;
  font-size: 0.8888em;
  letter-spacing: 0.3px;
  color: rgba(var(--black-color-rgb), 0.85);
}

.secondary-menu ul li a {
  display: inline-block;
  color: rgba(var(--black-color-rgb), 0.85);
  padding: 10px 20px;
  line-height: 1.3;
  text-decoration: none;
}

.secondary-menu .nav-menu>li:first-child>a {
  padding-left: 0;
}

.secondary-menu ul li:hover,
.secondary-menu ul li:hover>a,
.secondary-menu ul li.current-menu-item>a,
.secondary-menu ul li.current_page_item>a,
.secondary-menu ul li.current-menu-ancestor>a,
.secondary-menu ul li.current_page_ancestor>a {
  color: var(--secondary-color);
}

.secondary-menu ul li .submenu-toggle {
  right: 8px;
  color: inherit;
}

.secondary-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--white-color);
  box-shadow: 0 5px 10px rgba(var(--black-color-rgb), 0.15);
  width: 200px;
  clip: rect(1px, 1px, 1px, 1px);
  opacity: 0;
  z-index: 999;
  -webkit-transition: opacity 0.35s ease;
  -moz-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}

.secondary-menu .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}

.secondary-menu ul li:hover>.sub-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  clip: inherit;
}

.secondary-menu .sub-menu li {
  font-size: 1em;
  display: block;
}

.secondary-menu .sub-menu li a {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(var(--secondary-color-rgb), 0.1);
}


/*================================
SITE HEADER STYLE ONE
================================*/

.site-header.style-one .header-top {
  padding: 5px 0;
  background: rgba(var(--primary-color-rgb), 0.2);
}

.site-header.style-one .header-top .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.site-header .header-top .container>div {
  width: 33.33%;
}

.site-header.style-one .header-top .container>div {
  width: auto;
}

.site-header.style-one .header-top .header-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 1;
}

.site-header.style-one .header-top .header-center+.header-right {
  border-left: 1px solid rgba(var(--primary-color-rgb), 0.56);
  padding-left: 5px;
  margin-left: 5px;
}

.site-header.style-one .header-top .header-block {
  font-size: 0.7778em;
  letter-spacing: 0.5px;
}

.site-header.style-one .header-top .header-block+.header-block {
  margin-left: 30px;
}

.site-header.style-one .header-top .header-block svg {
  color: var(--black-color);
  margin-right: 5px;
  vertical-align: middle;
}

.site-header.style-one .header-top .header-block svg.fa-phone {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}

.site-header.style-one .header-top .header-block a {
  color: var(--black-color);
}

.site-header.style-one .header-top .header-center {
  /* flex: 1; */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.site-header.style-one .header-search+.header-cart {
  border-left: 1px solid rgba(var(--primary-color-rgb), 0.56);
  padding-left: 5px;
  margin-left: 5px;
}

.site-header.style-one .header-top .secondary-menu {
  line-height: 1;
  margin-left: 20px;
}

.site-header.style-one .header-top .secondary-menu .toggle-btn {
  display: inline-block;
  background: none;
  border: none;
  padding: 0;
  width: 30px;
  height: 30px;
  min-height: auto;
  position: relative;
}

.site-header.style-one .header-top .secondary-menu .toggle-btn .toggle-bar {
  background: rgba(var(--black-color-rgb), 0.6);
  width: 100%;
  height: 3px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.site-header.style-one .header-top .secondary-menu .toggle-btn .toggle-bar:first-child {
  top: -15px;
}

.site-header.style-one .header-top .secondary-menu .toggle-btn .toggle-bar:last-child {
  bottom: -16px;
}

.site-header.style-one .header-top .secondary-menu .toggle-btn:hover .toggle-bar {
  background: var(--primary-color);
}

.site-header.style-one .header-top .secondary-menu>div {
  position: fixed;
  top: 0;
  right: 0;
  width: 350px;
  height: 100%;
  background: var(--white-color);
  box-shadow: -10px 0 20px rgba(var(--black-color-rgb), 0.15);
  z-index: 99999;
  display: none;
}

.site-header.style-one .header-top .secondary-menu .close {
  position: absolute;
  top: 35px;
  left: 10px;
  padding: 0;
  width: 25px;
  height: 25px;
  min-height: auto;
  background: none;
}

.site-header.style-one .header-top .secondary-menu .close::before,
.site-header.style-one .header-top .secondary-menu .close::after {
  content: "";
  background: var(--primary-color);
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.site-header.style-one .header-top .secondary-menu .close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.site-header.style-one .header-top .secondary-menu .close:hover::before,
.site-header.style-one .header-top .secondary-menu .close:hover::after {
  background: var(--secondary-color)
}

.site-header.style-one .header-top .secondary-menu .nav-menu {
  width: 350px;
  padding: 60px 40px;
  display: block;
  text-align: right;
  height: 100%;
  overflow: auto;
}

.site-header.style-one .header-top .secondary-menu ul li {
  font-size: 1.06em;
  display: block;
}

.site-header.style-one .header-top .secondary-menu ul li a {
  padding: 20px 0;
  border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.35);
  display: block;
}

.site-header.style-one .header-top .secondary-menu ul li.menu-item-has-children>a {
  padding-left: 30px;
}

.site-header.style-one .header-top .secondary-menu ul li .submenu-toggle {
  right: auto;
  left: 0;
  width: 25px;
  height: 65px;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}

.site-header.style-one .header-top .secondary-menu ul li .sub-menu {
  position: static;
  width: 100%;
  background: none;
  box-shadow: none;
  clip: inherit;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  display: none;
}

.site-header.style-one .header-top .secondary-menu ul ul li {
  font-size: 1em;
}

.site-header.style-one .header-top .secondary-menu ul li .submenu-toggle.active {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.site-header.style-one .main-navigation .nav-menu>li:last-child>a {
  padding-right: 0;
}

.site-header.style-one .main-navigation .nav-menu>li.menu-item-has-children:last-child>a {
  padding-right: 15px;
}

.site-header.style-one .main-navigation .nav-menu>li:last-child>.submenu-toggle {
  right: 0;
}


/*================================
SITE HEADER STYLE TWO
================================*/

.site-header.style-two .container {
  max-width: 100%;
  padding-left: 14%;
  padding-right: 14%;
}

.site-header.style-two .header-top {
  background: rgba(var(--primary-color-rgb), 0.2);
}

.site-header.style-two .header-top .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.site-header.style-two .header-top .container>div {
  width: auto;
}

.site-header.style-two .header-top .header-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 1;
}

.site-header.style-two .header-top .header-block {
  font-size: 0.7778em;
  letter-spacing: 0.5px;
}

.site-header.style-two .header-top .header-block+.header-block {
  margin-left: 30px;
}

.site-header.style-two .header-top .header-block svg {
  color: var(--black-color);
  margin-right: 5px;
}

.site-header.style-two .header-top .header-block svg.fa-phone {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}

.site-header.style-two .header-top .header-block a {
  color: var(--black-color);
}

.site-header.style-two .header-top .header-center {
  /* flex: 1; */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.site-header.style-two .header-right .header-social+.header-search {
  margin-left: 25px;
}

.site-header.style-two .header-center+.header-right,
.site-header.style-two .header-search+.header-cart {
  border-left: 1px solid rgba(var(--primary-color-rgb), 0.56);
  padding-left: 10px;
  margin-left: 10px;
}

.site-header.style-two .header-main .site-branding {
  padding-top: 30px;
  padding-bottom: 30px;
}

.site-header.style-two .nav-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 1;
}

.site-header.style-two .nav-wrap .button-wrap {
  flex: initial;
  padding-left: 40px;
}

.site-header.style-two .header-top .secondary-menu {
  line-height: 1;
  margin-left: 20px;
}

.site-header.style-two .header-top .secondary-menu .toggle-btn {
  display: inline-block;
  background: none;
  border: none;
  padding: 0;
  width: 30px;
  height: 30px;
  min-height: auto;
  position: relative;
}

.site-header.style-two .header-top .secondary-menu .toggle-btn .toggle-bar {
  background: rgba(var(--black-color-rgb), 0.6);
  width: 100%;
  height: 3px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.site-header.style-two .header-top .secondary-menu .toggle-btn .toggle-bar:first-child {
  top: -15px;
}

.site-header.style-two .header-top .secondary-menu .toggle-btn .toggle-bar:last-child {
  bottom: -16px;
}

.site-header.style-two .header-top .secondary-menu .toggle-btn:hover .toggle-bar {
  background: var(--primary-color);
}

.site-header.style-two .header-top .secondary-menu>div {
  position: fixed;
  top: 0;
  right: 0;
  width: 350px;
  height: 100%;
  background: var(--white-color);
  box-shadow: -10px 0 20px rgba(var(--black-color-rgb), 0.15);
  z-index: 99999;
  display: none;
}

.site-header.style-two .header-top .secondary-menu .close {
  position: absolute;
  top: 35px;
  left: 10px;
  padding: 0;
  width: 25px;
  height: 25px;
  min-height: auto;
  background: none;
}

.site-header.style-two .header-top .secondary-menu .close::before,
.site-header.style-two .header-top .secondary-menu .close::after {
  content: "";
  background: var(--primary-color);
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.site-header.style-two .header-top .secondary-menu .close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.site-header.style-two .header-top .secondary-menu .close:hover::before,
.site-header.style-two .header-top .secondary-menu .close:hover::after {
  background: var(--secondary-color)
}

.site-header.style-two .header-top .secondary-menu .nav-menu {
  width: 350px;
  padding: 60px 40px;
  display: block;
  text-align: right;
  height: 100%;
  overflow: auto;
}

.site-header.style-two .header-top .secondary-menu ul li {
  font-size: 1.06em;
  display: block;
}

.site-header.style-two .header-top .secondary-menu ul li a {
  padding: 20px 0;
  border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.35);
  display: block;
}

.site-header.style-two .header-top .secondary-menu ul li.menu-item-has-children>a {
  padding-left: 30px;
}

.site-header.style-two .header-top .secondary-menu ul li .submenu-toggle {
  right: auto;
  left: 0;
  width: 25px;
  height: 65px;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}

.site-header.style-two .header-top .secondary-menu ul li .sub-menu {
  position: static;
  width: 100%;
  background: none;
  box-shadow: none;
  clip: inherit;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  display: none;
}

.site-header.style-two .header-top .secondary-menu ul ul li {
  font-size: 1em;
}

.site-header.style-two .header-top .secondary-menu ul li .submenu-toggle.active {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}


/*================================
SITE HEADER STYLE THREE
================================*/

.hide-element {
  opacity: 0;
  visibility: hidden;
}

.site-header.style-three .header-top {
  background: rgba(var(--primary-color-rgb), 0.2);
  padding: 0 9.8%;
}

.site-header.style-three .header-top .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  max-width: 100%;
}

.site-header.style-three .header-top .container>div {
  width: auto;
}

.site-header.style-three .header-top .header-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 1;
}

.site-header.style-three .header-top .header-block {
  font-size: 0.7778em;
  letter-spacing: 0.5px;
}

.site-header.style-three .header-top .header-block+.header-block {
  margin-left: 30px;
}

.site-header.style-three .header-top .header-block svg {
  color: var(--black-color);
  margin-right: 5px;
}

.site-header.style-three .header-top .header-block svg.fa-phone {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}

.site-header.style-three .header-top .header-block a {
  color: var(--black-color);
}

.site-header.style-three .header-top .header-center {
  /* flex: 1; */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.site-header.style-three .header-center+.header-right,
.site-header.style-three .header-search+.header-cart {
  border-left: 1px solid rgba(var(--primary-color-rgb), 0.56);
  padding-left: 10px;
  margin-left: 10px;
}

.site-header.style-three .header-main {
  padding-left: 9.8%;
  padding-right: 9.8%;
}

.site-header.style-three .header-main .container {
  max-width: 100%;
}

.site-header.style-three .header-main .secondary-menu {
  flex: 1;
  margin-right: -25px;
}

.site-header.style-three .header-main .secondary-menu ul li {
  position: relative;
  display: inline-block;
  letter-spacing: 0.5px;
  line-height: 1.5;
  font-size: 1em;
}

.site-header.style-three .header-main .secondary-menu ul li a {
  display: inline-block;
  color: var(--black-color);
  text-decoration: none;
}

.site-header.style-three .header-main .main-navigation .nav-menu>li>a,
.site-header.style-three .header-main .secondary-menu .nav-menu>li>a {
  padding: 20px 25px;
}

.site-header.style-three .header-main .main-navigation ul li.menu-item-has-children>a,
.site-header.style-three .header-main .secondary-menu ul li.menu-item-has-children>a {
  padding-right: 37px;
}

.site-header.style-three .header-main .secondary-menu ul li:hover>a,
.site-header.style-three .header-main .secondary-menu ul li>a:focus,
.site-header.style-three .header-main .secondary-menu ul li.current-menu-item>a,
.site-header.style-three .header-main .secondary-menu ul li.current_page_item>a,
.site-header.style-three .header-main .secondary-menu ul li.current-menu-ancestor>a,
.site-header.style-three .header-main .secondary-menu ul li.current_page_ancestor>a {
  color: var(--secondary-color);
}

.site-header.style-three .header-main .secondary-menu ul li .submenu-toggle {
  right: 22px;
  color: var(--secondary-color);
}

.site-header.style-three .header-main .secondary-menu ul .sub-menu {
  width: 220px;
  top: calc(100% + 20px);
  -webkit-transition: top 0.35s ease, opacity 0.35s ease;
  -moz-transition: top 0.35s ease, opacity 0.35s ease;
  transition: top 0.35s ease, opacity 0.35s ease;
}

.site-header.style-three .header-main .secondary-menu .nav-menu>li>.sub-menu {
  left: auto;
  right: 0;
}

.site-header.style-three .header-main .secondary-menu .nav-menu>li:hover>.sub-menu,
.site-header.style-three .header-main .secondary-menu .nav-menu>li.hover>.sub-menu {
  top: 100%;
  left: auto;
  right: 0;
}

.site-header.style-three .header-main .secondary-menu .sub-menu .sub-menu {
  top: 20px;
  left: auto;
  right: 100%;
}

.site-header.style-three .header-main .secondary-menu .nav-menu .sub-menu>li:hover .sub-menu,
.site-header.style-three .header-main .secondary-menu .nav-menu .sub-menu>li.hover .sub-menu {
  top: 0;
  left: auto;
  right: 100%;
}

.site-header.style-three .header-main .secondary-menu ul .sub-menu li {
  width: 100%;
}

.site-header.style-three .header-main .secondary-menu ul .sub-menu li>a {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  font-weight: 400;
  border-bottom: 1px solid rgba(var(--black-color-rgb), 0.05);
}

.site-header.style-three .header-main .main-navigation {
  margin-left: -25px;
}

.site-header.style-three .header-main .main-navigation .nav-menu>li:nth-last-of-type(1)>.sub-menu,
.site-header.style-three .header-main .main-navigation .nav-menu>li:nth-last-of-type(2)>.sub-menu,
.site-header.style-three .header-main .main-navigation .nav-menu>li:nth-last-of-type(3)>.sub-menu {
  left: 0;
  right: auto;
}

.site-header.style-three .header-main .main-navigation .nav-menu>li:nth-last-of-type(1):hover>.sub-menu,
.site-header.style-three .header-main .main-navigation .nav-menu>li:nth-last-of-type(2):hover>.sub-menu,
.site-header.style-three .header-main .main-navigation .nav-menu>li:nth-last-of-type(3):hover>.sub-menu,
.site-header.style-three .header-main .main-navigation .nav-menu>li:nth-last-of-type(1).hover>.sub-menu,
.site-header.style-three .header-main .main-navigation .nav-menu>li:nth-last-of-type(2).hover>.sub-menu,
.site-header.style-three .header-main .main-navigation .nav-menu>li:nth-last-of-type(3).hover>.sub-menu {
  right: auto;
  left: 0;
}

.site-header.style-three .header-main .main-navigation .nav-menu>li:nth-last-of-type(1):hover>.sub-menu .sub-menu,
.site-header.style-three .header-main .main-navigation .nav-menu>li:nth-last-of-type(2):hover>.sub-menu .sub-menu,
.site-header.style-three .header-main .main-navigation .nav-menu>li:nth-last-of-type(3):hover>.sub-menu .sub-menu,
.site-header.style-three .header-main .main-navigation .nav-menu>li:nth-last-of-type(1).hover>.sub-menu .sub-menu,
.site-header.style-three .header-main .main-navigation .nav-menu>li:nth-last-of-type(2).hover>.sub-menu .sub-menu,
.site-header.style-three .header-main .main-navigation .nav-menu>li:nth-last-of-type(3).hover>.sub-menu .sub-menu {
  left: 100%;
  right: auto;
}

.site-header.style-three .header-main .site-branding {
  padding-left: 25px;
  padding-right: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.site-header.style-three .header-main .site-branding .site-title-wrap {
  padding-left: 0;
}

.site-header.style-three .header-main .site-branding.has-image-text .site-title-wrap {
  margin-top: 10px;
}


/*================================
SITE HEADER STYLE FOUR
================================*/

.site-header.style-four .header-top {
  background: rgba(var(--primary-color-rgb), 0.2);
}

.site-header.style-four .header-top .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.site-header.style-four .header-top .header-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  /* flex: 1; */
}

.site-header.style-four .header-top .header-block {
  font-size: 0.7778em;
  letter-spacing: 0.5px;
}

.site-header.style-four .header-top .header-block+.header-block {
  margin-left: 30px;
}

.site-header.style-four .header-top .header-block svg {
  color: var(--black-color);
  margin-right: 5px;
}

.site-header.style-four .header-top .header-block svg.fa-phone {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}

.site-header.style-four .header-top .header-block a {
  color: var(--black-color);
}

.site-header.style-four .header-social+.header-cart,
.site-header.style-four .header-search+.header-cart {
  border-left: 1px solid rgba(var(--primary-color-rgb), 0.56);
  padding-left: 10px;
  margin-left: 10px;
}

.site-header.style-four .header-top .secondary-menu {
  line-height: 1;
  margin-left: 20px;
}

.site-header.style-four .header-top .secondary-menu .toggle-btn {
  display: inline-block;
  background: none;
  border: none;
  padding: 0;
  width: 30px;
  height: 30px;
  min-height: auto;
  position: relative;
}

.site-header.style-four .header-top .secondary-menu .toggle-btn .toggle-bar {
  background: rgba(var(--black-color-rgb), 0.6);
  width: 100%;
  height: 3px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.site-header.style-four .header-top .secondary-menu .toggle-btn .toggle-bar:first-child {
  top: -15px;
}

.site-header.style-four .header-top .secondary-menu .toggle-btn .toggle-bar:last-child {
  bottom: -16px;
}

.site-header.style-four .header-top .secondary-menu .toggle-btn:hover .toggle-bar {
  background: var(--primary-color);
}

.site-header.style-four .header-top .secondary-menu>div {
  position: fixed;
  top: 0;
  right: 0;
  width: 350px;
  height: 100%;
  background: var(--white-color);
  box-shadow: -10px 0 20px rgba(var(--black-color-rgb), 0.15);
  z-index: 99999;
  display: none;
}

.site-header.style-four .header-top .secondary-menu .close {
  position: absolute;
  top: 35px;
  left: 10px;
  padding: 0;
  width: 25px;
  height: 25px;
  min-height: auto;
  background: none;
}

.site-header.style-four .header-top .secondary-menu .close::before,
.site-header.style-four .header-top .secondary-menu .close::after {
  content: "";
  background: var(--primary-color);
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.site-header.style-four .header-top .secondary-menu .close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.site-header.style-four .header-top .secondary-menu .close:hover::before,
.site-header.style-four .header-top .secondary-menu .close:hover::after {
  background: var(--secondary-color)
}

.site-header.style-four .header-top .secondary-menu .nav-menu {
  width: 350px;
  padding: 60px 40px;
  display: block;
  text-align: right;
  height: 100%;
  overflow: auto;
}

.site-header.style-four .header-top .secondary-menu ul li {
  font-size: 1.06em;
  display: block;
}

.site-header.style-four .header-top .secondary-menu ul li a {
  padding: 20px 0;
  border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.35);
  display: block;
}

.site-header.style-four .header-top .secondary-menu ul li.menu-item-has-children>a {
  padding-left: 30px;
}

.site-header.style-four .header-top .secondary-menu ul li .submenu-toggle {
  right: auto;
  left: 0;
  width: 25px;
  height: 65px;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}

.site-header.style-four .header-top .secondary-menu ul li .sub-menu {
  position: static;
  width: 100%;
  background: none;
  box-shadow: none;
  clip: inherit;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  display: none;
}

.site-header.style-four .header-top .secondary-menu ul ul li {
  font-size: 1em;
}

.site-header.style-four .header-top .secondary-menu ul li .submenu-toggle.active {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.site-header.style-four .header-main .container {
  justify-content: center;
}

.site-header.style-four .header-bottom {
  border-top: 1px solid rgba(var(--primary-color-rgb), 0.2);
}

.site-header.style-four .header-bottom .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.site-header.style-four .header-bottom .nav-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}

.site-header.style-four .header-bottom .main-navigation {
  align-items: flex-start;
  flex: initial;
}

.site-header.style-four .header-bottom .main-navigation .nav-menu>li {
  font-size: 0.8888em;
}

.site-header.style-four .header-bottom .main-navigation ul ul li {
  font-size: 1em;
}

.site-header.style-four .header-bottom .main-navigation .nav-menu>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
}

.site-header.style-four .header-bottom .main-navigation+.button-wrap {
  margin-left: 40px;
}

.site-header.style-four .header-bottom .header-search+.header-cart {
  border-left: 1px solid rgba(var(--primary-color-rgb), 0.56);
  margin-left: 10px;
  padding-left: 10px;
}


/*================================
SITE HEADER STYLE FIVE
================================*/

.site-header.style-five .header-main .nav-wrap {
  display: flex;
  flex-flow: row wrap;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
}

.site-header.style-five .header-main .button-wrap {
  padding-left: 40px;
}

.site-header.style-five .header-main .header-left {
  display: flex;
  flex-wrap: wrap;
}

.site-header.style-five .header-main .header-block {
  font-size: 0.7778em;
  letter-spacing: 0.5px;
}

.site-header.style-five .header-main .header-block+.header-block {
  margin-left: 30px;
}

.site-header.style-five .header-main .header-block svg {
  color: var(--black-color);
  margin-right: 5px;
}

.site-header.style-five .header-main .header-block svg.fa-phone {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}

.site-header.style-five .header-main .header-block a {
  color: var(--black-color);
}

.site-header.style-five .header-bottom {
  border-top: 1px solid rgba(var(--primary-color-rgb), 0.2);
}

.site-header.style-five .header-bottom .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.site-header.style-five .header-bottom .main-navigation {
  align-items: flex-start;
}

.site-header.style-five .main-navigation .nav-menu>li>a {
  padding-top: 20px;
  padding-bottom: 20px;
}

.site-header.style-five .header-bottom .main-navigation .nav-menu>li:first-child>a {
  padding-left: 0;
}

.site-header.style-five .header-right .header-social+.header-search {
  margin-left: 25px;
}

.site-header.style-five .header-bottom .header-social+.header-cart,
.site-header.style-five .header-bottom .header-search+.header-cart {
  border-left: 1px solid rgba(var(--primary-color-rgb), 0.56);
  margin-left: 10px;
  padding-left: 10px;
}


/*=================================
SITE HEADER STYLE SIX
=================================*/

.site-header.style-six .header-main .site-branding {
  flex: 1;
}

.site-header.style-six .header-main .header-right {
  padding-top: 25px;
  padding-bottom: 25px;
}

.site-header.style-six .header-main .header-search+.header-cart {
  border-left: 1px solid rgba(var(--primary-color-rgb), 0.8);
  margin-left: 10px;
  padding-left: 10px;
}

.site-header.style-six .header-main .toggle-btn {
  padding: 0;
  width: 30px;
  height: 30px;
  min-height: auto;
  background: none;
  border: none;
  position: relative;
}

.site-header.style-six .header-main .header-cart+.toggle-btn {
  border-left: 1px solid rgba(var(--primary-color-rgb), 0.8);
  margin-left: 20px;
  padding-left: 20px;
  width: 50px;
}

.site-header.style-six .header-main .toggle-btn .toggle-bar {
  width: 25px;
  height: 2px;
  background: var(--primary-color);
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  margin: auto;
}

.site-header.style-six .header-main .toggle-btn .toggle-bar:first-child {
  top: -15px;
}

.site-header.style-six .header-main .toggle-btn .toggle-bar:last-child {
  bottom: -16px;
}

.site-header.style-six .header-main .toggle-btn:hover .toggle-bar,
.site-header.style-six .header-main .toggle-btn:focus .toggle-bar {
  background: var(--secondary-color);
}

body.menu-active {
  overflow: hidden;
}

.site-header.style-six .header-bottom {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--white-color);
  z-index: 9999;
  display: none;
}

.site-header.style-six .header-bottom-inner {
  background: rgba(var(--primary-color-rgb), 0.2);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  /* height: 100%; */
}

.site-header.style-six .header-bottom .container {
  position: relative;
  z-index: 999;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.site-header.style-six .header-bottom .close {
  background: none;
  border: none;
  min-height: auto;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 30px;
  right: 10px;
  padding: 0;
  color: inherit;
}

.site-header.style-six .header-bottom .close::before,
.site-header.style-six .header-bottom .close::after {
  content: "";
  background: var(--primary-color);
  width: 100%;
  height: 3px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.site-header.style-six .header-bottom .close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.site-header.style-six .header-bottom .close:hover::before,
.site-header.style-six .header-bottom .close:hover::after {
  background: var(--secondary-color);
}

.site-header.style-six .header-bottom .header-left {
  flex: 1;
  margin-top: 20px;
  margin-bottom: 20px;
}

.site-header.style-six .header-bottom .header-search {
  margin-bottom: 20px;
}

.header-search>.search-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: var(--white-color);
  border: 1px solid rgba(var(--black-color-rgb), 0.05);
  height: 55px;
  position: relative;
  max-width: 340px;
  margin: 0 auto;
  padding-left: 25px;
}

.header-search>.search-form::before {
  content: "";
  background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="21.863" height="22" viewBox="0 0 21.863 22"><path d="M24.863,1170.255l-2.045,2.045L18,1167.482v-1.091l-.409-.409a8.674,8.674,0,0,1-5.727,2.046,8.235,8.235,0,0,1-6.273-2.591A8.993,8.993,0,0,1,3,1159.164a8.235,8.235,0,0,1,2.591-6.273,8.993,8.993,0,0,1,6.273-2.591,8.441,8.441,0,0,1,6.273,2.591,8.993,8.993,0,0,1,2.591,6.273,8.675,8.675,0,0,1-2.045,5.727l.409.409h.955ZM7.5,1163.664a5.76,5.76,0,0,0,4.364,1.773,5.969,5.969,0,0,0,4.364-1.773,6.257,6.257,0,0,0,0-8.727,5.76,5.76,0,0,0-4.364-1.773,5.969,5.969,0,0,0-4.364,1.773,5.76,5.76,0,0,0-1.773,4.364A6.308,6.308,0,0,0,7.5,1163.664Z" transform="translate(-3 -1150.3)" fill="rgba(23, 23, 23, 0.35)"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 3px;
  left: 15px;
  bottom: 0;
  margin: auto;
}

.header-search>.search-form label {
  width: calc(100% - 35px);
}

.header-search>.search-form .search-field {
  background: none;
  border: none;
  letter-spacing: 1px;
  height: 55px;
  font-size: 1em;
}

.header-search>.search-form .search-submit {
  width: 35px;
  height: 100%;
  padding: 0;
  background-color: transparent;
  background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="21.863" height="22" viewBox="0 0 21.863 22"><path d="M24.863,1170.255l-2.045,2.045L18,1167.482v-1.091l-.409-.409a8.674,8.674,0,0,1-5.727,2.046,8.235,8.235,0,0,1-6.273-2.591A8.993,8.993,0,0,1,3,1159.164a8.235,8.235,0,0,1,2.591-6.273,8.993,8.993,0,0,1,6.273-2.591,8.441,8.441,0,0,1,6.273,2.591,8.993,8.993,0,0,1,2.591,6.273,8.675,8.675,0,0,1-2.045,5.727l.409.409h.955ZM7.5,1163.664a5.76,5.76,0,0,0,4.364,1.773,5.969,5.969,0,0,0,4.364-1.773,6.257,6.257,0,0,0,0-8.727,5.76,5.76,0,0,0-4.364-1.773,5.969,5.969,0,0,0-4.364,1.773,5.76,5.76,0,0,0-1.773,4.364A6.308,6.308,0,0,0,7.5,1163.664Z" transform="translate(-3 -1150.3)" fill="%237D6A91"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  font-size: 0;
  opacity: 0;
  visibility: hidden;
}

.header-search>.search-form.focused .search-submit {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.site-header.style-six .header-bottom .header-left .main-navigation {
  align-items: center;
}

.site-header.style-six .header-bottom .header-left .nav-menu {
  flex-direction: column;
  text-align: center;
}

.site-header.style-six .header-bottom .main-navigation ul li {
  font-size: 2.78em;
  line-height: 1;
}

.site-header.style-six .header-bottom .main-navigation ul ul li {
  font-size: 1em;
}

.site-header.style-six .header-bottom .main-navigation ul li a {
  padding: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}

.site-header.style-six .header-bottom .main-navigation ul li.menu-item-has-children>a {
  padding-right: 40px;
}

.site-header.style-six .header-bottom .main-navigation ul li .submenu-toggle {
  right: 0;
  height: auto;
  top: 10px;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}

.site-header.style-six .header-bottom .main-navigation ul li .submenu-toggle.active,
.site-header.style-six .header-bottom .secondary-menu ul li .submenu-toggle.active {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.site-header.style-six .header-bottom .main-navigation ul .sub-menu {
  display: none;
  position: static;
  clip: inherit;
  opacity: 1;
  background: none;
  box-shadow: none;
  width: auto;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.site-header.style-six .header-bottom .main-navigation ul .sub-menu li {
  width: auto;
  display: table;
  clear: both;
  margin: auto;
}

.site-header.style-six .header-bottom .main-navigation ul .sub-menu li>a {
  font-size: 1em;
  border: none;
}

.site-header.style-six .header-bottom .header-right {
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: right;
  align-items: flex-end;
}

.site-header.style-six .header-bottom .secondary-menu .nav-menu {
  flex-direction: column;
  text-align: right;
}

.site-header.style-six .header-bottom .secondary-menu ul li {
  font-size: 1.06em;
}

.site-header.style-six .header-bottom .secondary-menu ul li a {
  padding-right: 0;
}

.site-header.style-six .header-bottom .secondary-menu ul li .submenu-toggle {
  top: 11px;
  right: auto;
  left: 0;
  height: auto;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}

.site-header.style-six .header-bottom .secondary-menu .sub-menu {
  width: auto;
  opacity: 1;
  position: static;
  background: none;
  box-shadow: none;
  transition: none;
  clip: inherit;
  display: none;
}

.site-header.style-six .header-bottom .secondary-menu .sub-menu li {
  font-size: 1em;
}

.site-header.style-six .header-bottom .secondary-menu .sub-menu li a {
  padding-top: 10px;
  padding-bottom: 10px;
  border: none;
}

.site-header.style-six .header-bottom .header-block {
  font-size: 1.06em;
  letter-spacing: 0.5px;
  text-align: right;
  margin-top: 15px;
}

.site-header.style-six .header-bottom .header-block+.header-block {
  margin-left: 30px;
}

.site-header.style-six .header-bottom .header-block svg {
  color: rgba(var(--black-color-rgb), 0.7);
  margin-right: 5px;
}

.site-header.style-six .header-bottom .header-block svg.fa-phone {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}

.site-header.style-six .header-bottom .header-block a {
  color: rgba(var(--black-color-rgb), 0.85);
}

.site-header.style-six .header-bottom .header-block a:hover {
  color: var(--secondary-color);
}

.site-header.style-six .header-bottom .header-social {
  margin-top: 40px;
}

.site-header.style-six .header-bottom .social-list li:last-child {
  margin-right: 0;
}

.site-header.style-six .header-bottom .social-list li:last-child a {
  padding-right: 0;
}


/*================================
SITE HEADER STYLE SEVEN
================================*/

.site-header.style-seven .header-top {
  background: var(--secondary-color);
  padding-top: 10px;
  padding-bottom: 10px;
}

.site-header.style-seven .header-top .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  padding-left: 3%;
  padding-right: 3%;
}

.site-header.style-seven .social-list li a {
  color: var(--white-color);
}

.site-header.style-seven .social-list li a:hover {
  color: var(--primary-color);
}

.site-header.style-seven .header-top .container>div {
  width: auto;
}

.site-header.style-seven .header-top .nav-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.site-header.style-seven .header-top .main-navigation {
  flex: initial;
  align-items: center;
}

.site-header.style-seven .header-top .main-navigation .nav-menu>li {
  font-size: 0.8888em;
}

.site-header.style-seven .header-top .main-navigation ul li a {
  padding: 15px 25px;
}

.site-header.style-seven .header-top .main-navigation .nav-menu>li>a,
.site-header.style-seven .header-top .main-navigation .nav-menu>li>.submenu-toggle {
  color: var(--white-color);
}

.site-header.style-seven .header-top .main-navigation ul li.menu-item-has-children>a {
  padding-right: 35px;
}

.site-header.style-seven .header-top .main-navigation ul li:hover>a,
.site-header.style-seven .header-top .main-navigation ul li>a:focus,
.site-header.style-seven .header-top .main-navigation ul li.current-menu-item>a,
.site-header.style-seven .header-top .main-navigation ul li.current_page_item>a,
.site-header.style-seven .header-top .main-navigation ul li.current-menu-ancestor>a,
.site-header.style-seven .header-top .main-navigation ul li.current_page_ancestor>a,
.site-header.style-seven .header-top .main-navigation ul li:hover>.submenu-toggle,
.site-header.style-seven .header-top .main-navigation ul li>.submenu-toggle:focus,
.site-header.style-seven .header-top .main-navigation ul li.current-menu-item>.submenu-toggle,
.site-header.style-seven .header-top .main-navigation ul li.current_page_item>.submenu-toggle,
.site-header.style-seven .header-top .main-navigation ul li.current-menu-ancestor>.submenu-toggle,
.site-header.style-seven .header-top .main-navigation ul li.current_page_ancestor>.submenu-toggle {
  color: var(--primary-color);
}

.site-header.style-seven .header-top .main-navigation ul .sub-menu li,
.site-header.style-seven .header-top .main-navigation ul .sub-menu li>a {
  font-size: 1em;
}

.site-header.style-seven .header-top .button-wrap {
  padding-left: 30px;
}

.site-header.style-seven .header-top .btn-readmore.btn-two {
  background: none;
  border-color: var(--white-color);
  color: var(--white-color);
}

.site-header.style-seven .header-top .btn-readmore.btn-two:hover {
  background: var(--white-color);
  color: var(--secondary-color);
}

.site-header.style-seven .header-top .header-search+.header-cart {
  border-left: 1px solid rgba(var(--primary-color-rgb), 0.56);
  margin-left: 7px;
  padding-left: 7px;
}

.site-header.style-seven .header-top .header-search .search-toggle svg path,
.site-header.style-seven .header-top .header-cart svg path {
  fill: var(--white-color);
}

.site-header.style-seven .header-top .header-search .search-toggle:hover svg path,
.site-header.style-seven .header-top .header-cart a:hover svg path {
  fill: var(--primary-color);
}

.site-header.style-seven .header-top .header-search+.secondary-menu,
.site-header.style-seven .header-top .header-cart+.secondary-menu {
  padding-left: 25px;
}

.site-header.style-seven .header-top .secondary-menu {
  line-height: 1;
}

.site-header.style-seven .header-top .secondary-menu .toggle-btn {
  display: inline-block;
  background: none;
  border: none;
  padding: 0;
  width: 30px;
  height: 30px;
  min-height: auto;
  position: relative;
}

.site-header.style-seven .header-top .secondary-menu .toggle-btn .toggle-bar {
  background: var(--white-color);
  width: 100%;
  height: 3px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.site-header.style-seven .header-top .secondary-menu .toggle-btn .toggle-bar:first-child {
  top: -15px;
}

.site-header.style-seven .header-top .secondary-menu .toggle-btn .toggle-bar:last-child {
  bottom: -16px;
}

.site-header.style-eight .header-main .secondary-menu .toggle-btn:hover .toggle-bar {
  background: var(--secondary-color);
}

.site-header.style-seven .header-top .secondary-menu>div {
  position: fixed;
  top: 0;
  right: 0;
  width: 350px;
  height: 100%;
  background: var(--white-color);
  box-shadow: -10px 0 20px rgba(var(--black-color-rgb), 0.15);
  z-index: 99999;
  display: none;
}

.site-header.style-seven .header-top .secondary-menu .close {
  position: absolute;
  top: 35px;
  left: 10px;
  padding: 0;
  width: 25px;
  height: 25px;
  min-height: auto;
  background: none;
}

.site-header.style-seven .header-top .secondary-menu .close::before,
.site-header.style-seven .header-top .secondary-menu .close::after {
  content: "";
  background: var(--primary-color);
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.site-header.style-seven .header-top .secondary-menu .close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.site-header.style-seven .header-top .secondary-menu .close:hover::before,
.site-header.style-seven .header-top .secondary-menu .close:hover::after {
  background: var(--secondary-color)
}

.site-header.style-seven .header-top .secondary-menu .nav-menu {
  width: 350px;
  padding: 60px 40px;
  display: block;
  text-align: right;
  height: 100%;
  overflow: auto;
}

.site-header.style-seven .header-top .secondary-menu ul li {
  font-size: 1.06em;
  display: block;
}

.site-header.style-seven .header-top .secondary-menu ul li a {
  padding: 20px 0;
  border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.35);
  display: block;
}

.site-header.style-seven .header-top .secondary-menu ul li.menu-item-has-children>a {
  padding-left: 30px;
}

.site-header.style-seven .header-top .secondary-menu ul li .submenu-toggle {
  right: auto;
  left: 0;
  width: 25px;
  height: 65px;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}

.site-header.style-seven .header-top .secondary-menu ul li .sub-menu {
  position: static;
  width: 100%;
  background: none;
  box-shadow: none;
  clip: inherit;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  display: none;
}

.site-header.style-seven .header-top .secondary-menu ul ul li {
  font-size: 1em;
}

.site-header.style-seven .header-top .secondary-menu ul li .submenu-toggle.active {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.site-header.style-seven .header-main .container {
  justify-content: center;
}

.site-header.style-seven .header-main .site-branding {
  padding-top: 35px;
  padding-bottom: 35px;
}


/*===============================
SITE HEADER STYLE EIGHT
===============================*/

.site-header.style-eight {
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 55px;
  z-index: 999;
  border-bottom: none;
}

.site-header.style-eight .container {
  max-width: 100%;
  width: 100%;
  background: var(--white-color);
}

.site-header.style-eight .overlay {
  background: rgba(var(--primary-color-rgb), 0.2);
  position: absolute;
  top: 50.8px;
  bottom: 0;
  left: 0;
  width: 100%;
  /* height: 100%; */
  z-index: -1;
}

.site-header.style-eight .header-top {
  background: rgba(var(--primary-color-rgb), 0.3);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 5px 60px;
}

.site-header.style-eight .header-top .header-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 1;
}

.site-header.style-eight .header-top .header-block {
  font-size: 0.7778em;
  letter-spacing: 0.5px;
}

.site-header.style-eight .header-top .header-block+.header-block {
  margin-left: 30px;
}

.site-header.style-eight .header-top .header-block svg {
  color: var(--black-color);
  margin-right: 5px;
}

.site-header.style-eight .header-top .header-block svg.fa-phone {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}

.site-header.style-eight .header-top .header-block a {
  color: var(--black-color);
}

.site-header.style-eight .header-top .header-right {
  flex: 1;
  justify-content: flex-end;
}

.site-header.style-eight .header-top .header-right .header-social+.header-search {
  margin-left: 25px;
}

.site-header.style-eight .header-top .header-social+.header-cart,
.site-header.style-eight .header-top .header-search+.header-cart {
  border-left: 1px solid rgba(var(--primary-color-rgb), 0.56);
  padding-left: 10px;
  margin-left: 10px;
}

.site-header.style-eight .header-main {
  background: var(--white-color);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 60px;
}

.site-header.style-eight .header-main .site-branding {
  padding-top: 10px;
  padding-bottom: 10px;
}

.site-header.style-eight .header-main .main-navigation {
  flex: 1;
  align-items: center;
  padding-left: 30px;
}

.site-header.style-eight .header-main .main-navigation ul li {
  font-size: 0.8888em;
}

.site-header.style-eight .header-main .main-navigation ul li a {
  padding: 25px;
}

.site-header.style-eight .header-main .main-navigation ul li .submenu-toggle {
  right: 12px;
}

.site-header.style-eight .header-main .main-navigation ul ul li {
  font-size: 1em;
}

.site-header.style-eight .header-main .main-navigation ul .sub-menu li>a {
  font-size: 1em;
  padding-top: 15px;
  padding-bottom: 15px;
}

.site-header.style-eight .header-main .nav-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: initial;
}

.site-header.style-eight .header-main .secondary-menu {
  line-height: 1;
}

.site-header.style-eight .header-main .secondary-menu .toggle-btn {
  display: inline-block;
  background: none;
  border: none;
  padding: 0;
  width: 30px;
  height: 30px;
  min-height: auto;
  position: relative;
}

.site-header.style-eight .header-main .secondary-menu .toggle-btn .toggle-bar {
  background: var(--primary-color);
  width: 100%;
  height: 3px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.site-header.style-eight .header-main .secondary-menu .toggle-btn .toggle-bar:first-child {
  top: -15px;
}

.site-header.style-eight .header-main .secondary-menu .toggle-btn .toggle-bar:last-child {
  bottom: -16px;
}

.site-header.style-eight .header-main .secondary-menu .toggle-btn:hover .toggle-bar {
  background: var(--secondary-color);
}

.site-header.style-eight .header-main .secondary-menu>div {
  position: fixed;
  top: 0;
  right: 0;
  width: 350px;
  height: 100%;
  background: var(--white-color);
  box-shadow: -10px 0 20px rgba(var(--black-color-rgb), 0.15);
  z-index: 99999;
  display: none;
}

.site-header.style-eight .header-main .secondary-menu .close {
  position: absolute;
  top: 35px;
  left: 10px;
  padding: 0;
  width: 25px;
  height: 25px;
  min-height: auto;
  background: none;
}

.site-header.style-eight .header-main .secondary-menu .close::before,
.site-header.style-eight .header-main .secondary-menu .close::after {
  content: "";
  background: var(--primary-color);
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.site-header.style-eight .header-main .secondary-menu .close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.site-header.style-eight .header-main .secondary-menu .close:hover::before,
.site-header.style-eight .header-main .secondary-menu .close:hover::after {
  background: var(--secondary-color)
}

.site-header.style-eight .header-main .secondary-menu .nav-menu {
  width: 350px;
  padding: 60px 40px;
  display: block;
  text-align: right;
  height: 100%;
  overflow: auto;
}

.site-header.style-eight .header-main .secondary-menu ul li {
  font-size: 1.06em;
  display: block;
}

.site-header.style-eight .header-main .secondary-menu ul li a {
  padding: 20px 0;
  border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.35);
  display: block;
}

.site-header.style-eight .header-main .secondary-menu ul li.menu-item-has-children>a {
  padding-left: 30px;
}

.site-header.style-eight .header-main .secondary-menu ul li .submenu-toggle {
  right: auto;
  left: 0;
  width: 25px;
  height: 65px;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}

.site-header.style-eight .header-main .secondary-menu ul li .sub-menu {
  position: static;
  width: 100%;
  background: none;
  box-shadow: none;
  clip: inherit;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  display: none;
}

.site-header.style-eight .header-main .secondary-menu ul ul li {
  font-size: 1em;
}

.site-header.style-eight .header-main .secondary-menu ul li .submenu-toggle.active {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.site-header.style-eight .header-main .secondary-menu+.button-wrap {
  padding-left: 30px;
}


/*=============================
STICKY HEADER
=============================*/

.sticky-header {
  padding: 5px 0;
  background: var(--white-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;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.admin-bar .sticky-header {
  top: 32px;
}

.custom-background .sticky-header {
  max-width: 90%;
  margin: 0 auto;
}

.sticky-header.stick {
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}

.sticky-header .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.sticky-header .site-branding.has-image-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.sticky-header .site-logo {
  max-width: 150px;
}


/* .sticky-header .has-image-text .site-logo img {
  max-width: 70%;
} */

.sticky-header .site-title {
  font-size: 1.11em;
}

.sticky-header .site-description {
  font-size: 0.7778em;
  line-height: 1.3;
}

.sticky-header .main-navigation .nav-menu>li>a {
  padding-top: 15px;
  padding-bottom: 15px;
}

.sticky-header.stick .button-wrap {
  padding-left: 40px;
}

.site-header.style-eight .sticky-header.stick .button-wrap {
  padding: 0;
}



/*===============================
SITE BANNER STATIC CTA
===============================*/

.home:not(.blog) #primary,
.home:not(.blog) #secondary {
  margin-top: 0;
}

.site-banner {
  padding: 100px 0;
}

.site-banner {
  background-color: rgba(var(--primary-color-rgb), 0.1);
}

.site-banner+section.newsletter-section {
  margin-top: 0;
}

.site-banner.static-cta .item {
  display: flex;
  flex-wrap: wrap;
}

.site-banner.static-cta .item .wp-custom-header {
  width: 50%;
}

@media(min-width:992px) {
  .site-banner.static-cta .item .wp-custom-header img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top;
  }
}

.site-banner.static-cta .item .banner-caption {
  width: 50%;
  background: rgba(var(--primary-color-rgb), 0.17);
  padding: 100px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.site-banner.static-cta .banner-caption .title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--secondary-font);
  font-weight: normal;
  font-size: 2.23em;
  line-height: 1.48;
  color: var(--black-color);
}

.site-banner.static-cta .banner-caption .banner-desc {
  margin-top: 20px;
  font-size: 1.22em;
  letter-spacing: 0.1px;
  line-height: 1.95;
  color: rgba(var(--black-color-rgb), 0.9);
}

.site-banner.static-cta .banner-caption .button-wrap {
  margin-top: 30px;
}

.site-banner.static-cta .banner-caption .btn-readmore {
  margin: 5px;
}

/*================================
SITE BANNER CTA NEWSLETTER
================================*/

.site-banner.cta-newsletter-banner {
  background: none;
  padding: 0;
}

.site-banner.cta-newsletter-banner .item {
  position: relative;
}

.site-banner.cta-newsletter-banner .wp-custom-header {
  height: 750px;
}

.site-banner.cta-newsletter-banner .wp-custom-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-banner.cta-newsletter-banner .banner-caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.site-banner.cta-newsletter-banner .banner-caption .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cta-newsletter-banner .blossomthemes-email-newsletter-wrapper {
  max-width: 470px;
  margin-left: auto;
  padding: 40px;
}

.blossomthemes-email-newsletter-wrapper .sub-title {
  font-size: 1.39em;
  letter-spacing: 0.1px;
  color: inherit;
  display: block;
}

.blossomthemes-email-newsletter-wrapper .newsletter-img {
  float: right;
  width: 134px;
  height: auto;
  padding: 10px;
  margin-left: 15px;
}

.blossomthemes-email-newsletter-wrapper .newsletter-img img {
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.blossomthemes-email-newsletter-wrapper h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.67em;
  line-height: 1.5;
  clear: none;
}

.blossomthemes-email-newsletter-wrapper .text-holder span:not(.sub-title) {
  display: block;
  font-size: 1.06em;
  letter-spacing: 0.1px;
  width: 100%;
  clear: both;
  margin-top: 0;
}

.blossomthemes-email-newsletter-wrapper .text-holder h3+span:not(.sub-title) {
  margin-top: 20px;
}


/*================================
SITE BANNER APPOINTMENT
================================*/

.site-banner.appointment-banner {
  background: none;
  padding: 0;
}

.site-banner.appointment-banner .item {
  position: relative;
}

.site-banner.appointment-banner .wp-custom-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-banner.appointment-banner .banner-caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.site-banner.appointment-banner .banner-caption .container {
  height: 100%;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.site-banner.appointment-banner .calendly-inline-widget {
  height: calc(100% - 120px) !important;
  max-height: 550px;
}


/* .site-banner.appointment-banner .banner-caption iframe {
  width: auto;
} */


/*===================================
SITE BANNER STATIC CTA STYLE ONE
===================================*/

.site-banner.static-cta.style-one {
  position: relative;
  z-index: 99;
}

.site-banner.static-cta.style-one::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.08;
  filter: alpha(opacity=8);
  z-index: -99;
}

.site-banner.static-cta.style-one .item {
  background-color: var(--white-color);
}

.site-banner.static-cta.style-one .item.left {
  flex-direction: row-reverse;
}

.site-banner.style-one.video-banner .wp-custom-header {
  overflow: hidden;
}

.site-banner.style-one.video-banner .wp-custom-header video,
.site-banner.style-one.video-banner .wp-custom-header iframe {
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.site-banner.static-cta.style-one .banner-caption .btn-readmore.btn-one:hover {
  background: var(--white-color);
  color: var(--black-color);
}


/*===================================
SITE BANNER STATIC CTA STYLE TWO
===================================*/

.site-banner.static-cta.style-two {
  background: none;
  padding: 0;
}

.site-banner.static-cta.style-two .item {
  display: block;
  position: relative;
}

.site-banner.static-cta.style-two .item .wp-custom-header {
  width: 100%;
}

.site-banner.static-cta.style-two .item .banner-caption {
  background: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  padding: 0;
  z-index: 99;
}

.site-banner.static-cta.video-banner.style-two .item .banner-caption {
  height: calc(100% - 60px);
}

.site-banner.static-cta.style-two .banner-caption>.container {
  width: 100%;
  overflow: hidden;
}

.site-banner.static-cta.style-two .banner-caption-inner {
  max-width: 612px;
  /* background: var(--white-color); */
  padding: 60px;
}

.site-banner.static-cta.style-two .item.right .banner-caption-inner {
  margin-left: auto;
}

.cta-newsletter-banner.style-two .left .blossomthemes-email-newsletter-wrapper {
  margin-left: 0;
}

.site-banner.appointment-banner.style-two .left .banner-caption .container {
  align-items: flex-start;
}

.site-banner.static-cta.style-two .banner-caption .button-wrap {
  margin-top: 40px;
}

.site-banner.static-cta.style-two .banner-caption .btn-readmore+.btn-readmore {
  margin-left: 15px;
}


/*===========================================
SITE BANNER STATIC NEWSLETTER STYLE ONE
===========================================*/

.site-banner.cta-newsletter-banner.style-one,
.site-banner.appointment-banner.style-one {
  background: rgba(var(--primary-color-rgb), 0.1);
  padding: 100px 0;
}

.site-banner.cta-newsletter-banner.style-one .item,
.site-banner.appointment-banner.style-one .item {
  display: flex;
  flex-wrap: wrap;
}

.site-banner.cta-newsletter-banner.style-one .item.left,
.site-banner.appointment-banner.style-one .item.left {
  flex-direction: row-reverse;
}

.site-banner.cta-newsletter-banner.style-one .wp-custom-header,
.site-banner.appointment-banner.style-one .wp-custom-header {
  /* width: 50%; */
  height: auto;
  flex: 1 1 50%;
}

.site-banner.cta-newsletter-banner.style-one .wp-custom-header img,
.site-banner.appointment-banner.style-one .wp-custom-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.site-banner.cta-newsletter-banner.style-one .banner-caption,
.site-banner.appointment-banner.style-one .banner-caption {
  /* width: 50%; */
  flex: 1 1 50%;
  background: none;
  padding: 0;
  position: static;
  height: auto;
}

.site-banner.appointment-banner.style-one .banner-caption {
  min-height: 500px;
}

.site-banner.cta-newsletter-banner.style-one .banner-caption>.container,
.site-banner.appointment-banner.style-one .banner-caption>.container {
  display: block;
}

.site-banner.cta-newsletter-banner.style-one .blossomthemes-email-newsletter-wrapper {
  max-width: 100%;
  padding: 100px 60px;
  height: 100%;
}

.site-banner.appointment-banner.style-one .calendly-inline-widget {
  max-height: 100%;
  height: 100% !important;
}

.site-banner.appointment-banner.style-one .banner-caption iframe {
  width: 100%;
}


/*===========================================
SITE BANNER STATIC STYLE THREE
===========================================*/

.site-banner.static-cta.style-three,
.site-banner.cta-newsletter-banner.style-three,
.site-banner.appointment-banner.style-three {
  background: none;
  padding: 60px;
  margin-top: 0;
  margin-bottom: 0;
}

.site-banner.style-three.video-banner .wp-custom-header {
  overflow: hidden;
}

.site-banner.style-three.video-banner .wp-custom-header video,
.site-banner.style-three.video-banner .wp-custom-header iframe {
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.site-banner.cta-newsletter-banner.style-three .item,
.site-banner.appointment-banner.style-three .item {
  display: flex;
  flex-wrap: wrap;
}

.site-banner.static-cta.style-three .item.left,
.site-banner.cta-newsletter-banner.style-three .item.left,
.site-banner.appointment-banner.style-three .item.left {
  flex-direction: row-reverse;
}

.site-banner.cta-newsletter-banner.style-three .wp-custom-header,
.site-banner.appointment-banner.style-three .wp-custom-header {
  width: 50%;
  height: auto;
}

.site-banner.cta-newsletter-banner.style-three .wp-custom-header img,
.site-banner.appointment-banner.style-three .wp-custom-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.site-banner.cta-newsletter-banner.style-three .banner-caption,
.site-banner.appointment-banner.style-three .banner-caption {
  width: 50%;
  background: none;
  padding: 0;
  position: static;
  height: auto;
}

.site-banner.appointment-banner.style-three .banner-caption {
  min-height: 500px;
}

.site-banner.cta-newsletter-banner.style-three .banner-caption>.container,
.site-banner.appointment-banner.style-three .banner-caption>.container {
  display: block;
}

.site-banner.cta-newsletter-banner.style-three .blossomthemes-email-newsletter-wrapper {
  max-width: 100%;
  padding: 100px 60px;
  height: 100%;
}

.site-banner.appointment-banner.style-three .calendly-inline-widget {
  max-height: 100%;
  height: 100% !important;
}

.site-banner.appointment-banner.style-three .banner-caption iframe {
  width: 100%;
}


/*==================================
SITE BANNER STATIC CTA STYLE FOUR
==================================*/

.site-banner.static-cta.style-four {
  background: none;
  padding-bottom: 0;
  position: relative;
  margin-bottom: 100px;
  z-index: 99;
}

.site-banner.static-cta.style-four::before {
  content: "";
  background-color: rgba(var(--primary-color-rgb), 0.5);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  opacity: 0.2;
  z-index: -99;
}

.site-banner.static-cta.style-four .item {
  display: flex;
  flex-direction: column-reverse;
}

.site-banner.static-cta.style-four .item .wp-custom-header {
  width: 100%;
}

.site-banner.static-cta.style-four .item .banner-caption {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: initial;
  align-items: center;
  margin-bottom: 60px;
  background: none;
  padding: 0;
}

.site-banner.static-cta.style-four .item .banner-title-wrap {
  flex: 1;
}

.site-banner.static-cta.style-four .item .button-wrap {
  margin-top: 0;
}

.site-banner.static-cta.style-four .item .banner-title-wrap+.button-wrap {
  margin-left: 60px;
}

.site-banner.static-cta.style-four .item .button-wrap .btn-readmore {
  margin-top: 5px;
  margin-left: 5px;
}


/*=================================
SITE BANNER COMMON CSS
=================================*/

.banner-slider {
  position: relative;
  background: none;
}

.site-banner.video-banner .wp-custom-header {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}

.site-banner.cta-newsletter-banner.video-banner .wp-custom-header {
  height: 0;
}

.site-banner.video-banner .wp-custom-header::before {
  content: "";
  background: rgba(var(--black-color-rgb), 0.01);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.site-banner.video-banner .wp-custom-header video,
.site-banner.video-banner .wp-custom-header iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.site-banner.video-banner .wp-custom-header button {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 99;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  min-height: auto;
  padding: 0;
  border-radius: 100%;
  border: none;
  color: inherit;
  font-size: 0;
  background-color: rgba(var(--black-color-rgb), 0.5);
  background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23fff" d="M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6zM48 453.5v-395c0-4.6 5.1-7.5 9.1-5.2l334.2 197.5c3.9 2.3 3.9 8 0 10.3L57.1 458.7c-4 2.3-9.1-.6-9.1-5.2z"></path></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
}

.site-banner.video-banner .wp-custom-header button:hover {
  background-color: rgba(var(--black-color-rgb), 0.75);
}

.site-banner.video-banner .wp-custom-header button.wp-custom-header-video-pause {
  background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23fff" d="M192 79v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V79c0-26.5 21.5-48 48-48h96c26.5 0 48 21.5 48 48zm-48 346V85c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h84c3.3 0 6-2.7 6-6zM448 79v352c0 26.5-21.5 48-48 48h-96c-26.5 0-48-21.5-48-48V79c0-26.5 21.5-48 48-48h96c26.5 0 48 21.5 48 48zm-48 346V85c0-3.3-2.7-6-6-6h-84c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h84c3.3 0 6-2.7 6-6z"></path></svg>');
}

.banner-slider .owl-carousel {
  position: static;
}

.banner-slider .item .title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
}

.banner-slider .item .title a {
  color: inherit;
  text-decoration: none;
}

.banner-slider .item .title a:hover {
  color: var(--primary-color);
}

.banner-slider .item .banner-desc {
  font-size: 1.22em;
  color: rgba(var(--black-color-rgb), 0.9);
  margin-top: 20px;
  letter-spacing: 0.1px;
}

.banner-slider .owl-carousel .owl-nav [class*="owl-"],
.banner-slider .owl-carousel .owl-nav button[class*="owl-"] {
  left: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid rgba(var(--primary-color-rgb), 0.2);
}

.banner-slider .owl-carousel .owl-nav .owl-next,
.banner-slider .owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 0;
}

.banner-slider .owl-carousel .owl-nav [class*="owl-"] svg {
  width: 39px;
  height: 10px;
  margin: auto;
  display: block;
}

.banner-slider .owl-carousel .owl-nav .owl-next svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-perspective: 100px;
  -moz-perspective: 100px;
  perspective: 100px;
}

.banner-slider .owl-carousel .owl-nav [class*="owl-"]:hover svg path {
  fill: var(--white-color);
}

.banner-slider .owl-carousel .owl-nav [class*="owl-"]:hover svg path+path {
  fill: none;
  stroke: var(--white-color);
}


/*=================================
SITE BANNER STYLE ONE
=================================*/

.banner-slider.style-one {
  padding-top: 60px;
  background: none;
}

.banner-slider.style-one .container {
  max-width: 100%;
  padding-left: 7%;
  padding-right: 7%;
}

.banner-slider.style-one .item {
  position: relative;
}

.banner-slider.style-one .owl-carousel,
.banner-slider.style-one .banner-img {
  border-radius: 10px;
  overflow: hidden;
}

.banner-slider.style-one .item .banner-img+.banner-caption {
  position: absolute;
  top: 50%;
  left: 7%;
  max-width: 610px;
  background: var(--white-color);
  padding: 60px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner-slider.style-one .item .sub-title {
  font-size: 1.39em;
  letter-spacing: 0.1px;
  color: var(--black-color);
}

.banner-slider.style-one .item .button-wrap {
  margin-top: 20px;
}

.banner-slider.style-one .item .button-wrap .btn-readmore {
  margin-top: 5px;
  margin-right: 5px;
}


/*==================================
SITE BANNER STYLE TWO
==================================*/

.banner-slider.style-two {
  background-color: rgba(var(--primary-color-rgb), 0.1);
}

.banner-slider.style-two::before {
  content: "";
  /* background-color: rgba(var(--primary-color-rgb), 0.5); */
  background-image: url('images/static-cta1-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  opacity: 0.08;
}

.banner-slider.style-two .item {
  display: flex;
  flex-direction: column-reverse;
}

.banner-slider.style-two .item .banner-caption {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 60px;
}

.banner-slider.style-two .item .banner-title-wrap {
  flex: 1;
}

.banner-slider.style-two .item .banner-title-wrap+.button-wrap {
  margin-left: 60px;
}

.banner-slider.style-two .item .button-wrap .btn-readmore {
  margin-top: 5px;
  margin-left: 0;
}

.banner-slider.style-two .item .button-wrap .btn-readmore.btn-two {
  margin-left: 20px;
}

.banner-slider.style-two .owl-carousel .owl-nav [class*="owl-"],
.banner-slider.style-two .owl-carousel .owl-nav button[class*="owl-"] {
  top: 60%;
  background: var(--white-color);
}

.banner-slider.style-two .owl-carousel .owl-nav [class*="owl-"]:hover,
.banner-slider.style-two .owl-carousel .owl-nav button[class*="owl-"]:hover {
  background: var(--primary-color);
}


/*=================================
SITE BANNER STYLE THREE
=================================*/

.banner-slider.style-three {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 100px;
}

.banner-slider.style-three .container {
  max-width: 100%;
  margin: 0;
}

.banner-slider.style-three .item {
  position: relative;
}

.banner-slider.style-three .item .banner-img {
  padding-left: 15%;
}

.banner-slider.style-three .banner-img+.banner-caption {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  background: var(--white-color);
  max-width: 610px;
}

.banner-slider.style-three .banner-caption {
  padding: 60px;
}

.banner-slider.style-three .banner-caption .sub-title {
  font-size: 1.39em;
  margin-bottom: 10px;
}

.banner-slider.style-three .button-wrap {
  margin-top: 20px;
}

.banner-slider.style-three .button-wrap .btn-readmore {
  margin-top: 10px;
  margin-right: 5px;
}


/*==============================
SITE BANNER STYLE FOUR
===============================*/

.banner-slider.style-four {
  padding: 0;
}

.banner-slider.style-four .container {
  max-width: 100%;
  padding: 0;
}

.banner-slider.style-four .item {
  display: flex;
  flex-flow: row-reverse wrap;
}

.banner-slider.style-four .item .banner-img {
  width: 50%;
}

.banner-slider.style-four .item .banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-slider.style-four .item .banner-caption {
  background: rgba(var(--primary-color-rgb), 0.15);
  padding: 5% 7% 5% 10%;
  width: 100%;
}

.banner-slider.style-four .item .banner-img+.banner-caption {
  width: 50%;
}

.banner-slider.style-four .item .sub-title {
  font-size: 3em;
  margin-bottom: 10px;
}

.banner-slider.style-four .item .title {
  font-size: 3em;
}

.banner-slider .item .banner-desc {
  font-size: 1.22em;
  color: rgba(var(--black-color-rgb), 0.9);
  margin-top: 20px;
  letter-spacing: 0.1px;
}

.banner-slider.style-four .item .button-wrap {
  margin-top: 20px;
}

.banner-slider.style-four .item .button-wrap .btn-readmore {
  margin-top: 10px;
  margin-right: 5px;
}


/*==================================
NEWSLETTER SECTION
===================================*/

section.newsletter-section {
  margin-top: 0;
  margin-bottom: 0;
}

.newsletter-section .widget .widget-title {
  display: none;
}


/* .newsletter-section .blossomthemes-email-newsletter-wrapper {
  padding: 60px 0;
} */

.newsletter-section .blossomthemes-email-newsletter-wrapper .container {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.newsletter-section .widget .blossomthemes-email-newsletter-wrapper .img-holder {
  position: absolute;
  bottom: -60px;
  left: -260px;
  width: 236px;
  height: auto;
  border-radius: 0;
  margin: 0;
  overflow: visible;
}

.widget-area .blossomthemes-email-newsletter-wrapper .img-holder,
.site-footer .blossomthemes-email-newsletter-wrapper .img-holder {
  margin: 0 auto 20px;
  border-radius: 100%;
  overflow: hidden;
  background: rgba(var(--white-color-rgb), 0.5);
}

.newsletter-section .blossomthemes-email-newsletter-wrapper .text-holder {
  max-width: 506px;
  margin-right: 100px;
  text-align: initial;
}

.newsletter-section .blossomthemes-email-newsletter-wrapper .text-holder h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: normal;
}

.newsletter-section .blossomthemes-email-newsletter-wrapper .text-holder span {
  margin-top: 10px;
  display: block;
  font-size: 1.06em;
  letter-spacing: 0.1px;
  line-height: 1.84;
  margin-top: 15px;
}

.blossomthemes-email-newsletter-wrapper form {
  display: flex;
  flex-wrap: wrap;
}

.newsletter-section .blossomthemes-email-newsletter-wrapper .text-holder+form {
  max-width: calc(100% - 606px);
}

.newsletter-section .blossomthemes-email-newsletter-wrapper form input[type="text"] {
  flex: 1;
  margin-top: 0;
  margin-bottom: 15px;
  margin-right: 15px;
}

.newsletter-section .blossomthemes-email-newsletter-wrapper form input[name="subscribe-email"] {
  margin-right: 0;
}

.blossomthemes-email-newsletter-wrapper form label {
  order: 5;
  margin-top: 15px;
  line-height: 1.5;
  font-size: 0.8888em;
  width: 100%;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.blossomthemes-email-newsletter-wrapper form label .subscribe-inner-wrap {
  position: relative;
  /* padding-left: 25px; */
  width: 100%;
}

.blossomthemes-email-newsletter-wrapper form .subscribe-inner-wrap input[type="checkbox"] {
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  opacity: 0;
}

.blossomthemes-email-newsletter-wrapper form label .check-mark {
  margin-top: 7px;
  background: var(--white-color);
}

.blossomthemes-email-newsletter-wrapper form label .check-mark+.text {
  max-width: calc(100% - 25px);
  flex: initial;
}

.newsletter-section .blossomthemes-email-newsletter-wrapper form input[type="submit"] {
  margin-top: 0;
  width: 100%;
}


/*================================
PROMO SECTION
================================*/

.promo-section {
  position: relative;
  z-index: 9;
}

.promo-section::after {
  content: "";
  background: rgba(var(--primary-color-rgb), 0.25);
  width: 100%;
  /* min-height: 292px; */
  height: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -9;
}

.promo-section .widget_text {
  /* text-align: center; */
  max-width: 970px;
  margin: 0 auto 60px;
}

.promo-section .widget_text .sub-title {
  display: none;
}

.promo-section .widget_text .widget-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--cursive-font);
  font-size: 2.5em;
  font-weight: normal;
  line-height: 1.5;
  color: rgba(var(--black-color-rgb), 0.9);
}

.sub-title {
  display: inline-block;
  font-family: var(--cursive-font);
  font-size: 2.23em;
  color: var(--secondary-color);
  margin-bottom: 5px;
}

.promo-section .widget_text .textwidget {
  margin-top: 20px;
  font-size: 1.22em;
  color: rgba(var(--black-color-rgb), 0.9);
  letter-spacing: 0.1px;
}

.promo-section .widget_text .btn-link {
  display: inline-block;
  position: relative;
  font-size: 1em;
  font-family: var(--secondary-font);
  color: var(--black-color);
  font-style: italic;
  text-decoration: none;
  z-index: 9;
}

.promo-section .widget_text .btn-link:hover {
  padding-left: 5px;
  padding-right: 5px;
}

.promo-section .widget_text .btn-link::after {
  content: "";
  background: rgba(var(--primary-color-rgb), 0.15);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  z-index: -9;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.promo-section .widget_text .btn-link:hover::after {
  height: 100%;
  background: rgba(var(--primary-color-rgb), 0.3);
}

.promo-section .widget_text .btn-link svg {
  margin-left: 10px;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.promo-section .widget_text .btn-link:hover svg {
  margin-left: 5px;
}

.promo-section .widget_bttk_image_text_widget .widget-title {
  display: none;
}

.promo-section .section-grid {
  padding-bottom: 40px;
}

.promo-section .owl-carousel .owl-nav [class*="owl-"],
.promo-section .owl-carousel .owl-nav button[class*="owl-"] {
  background-color: var(--white-color);
  width: 40px;
  height: 40px;
  line-height: 46px;
  left: -50px;
}

.promo-section .owl-carousel .owl-nav .owl-next,
.promo-section .owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -50px;
}

.promo-section .owl-carousel .owl-nav [class*="owl-"]:hover,
.promo-section .owl-carousel .owl-nav button[class*="owl-"]:hover {
  background-color: var(--primary-color);
}


/*=================================
ABOUT SECTION
=================================*/

.about-section .section-grid {
  padding: 0 7%;
}

.about-section .widget_blossomtheme_featured_page_widget .right {
  text-align: left;
}

.about-section .featured-holder-wrap {
  background: var(--white-color);
  display: flex;
  flex-wrap: wrap;
}

.about-section .right .featured-holder-wrap {
  flex-direction: row-reverse;
}

.about-section .widget-featured-holder .img-holder {
  width: 45%;
  position: relative;
  margin-top: 100px;
  margin-bottom: 100px;
  z-index: 2;
}

.about-section .widget-featured-holder .img-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.about-section .img-holder .widget-signature {
  font-family: var(--cursive-font);
  font-size: 390%;
  color: rgba(var(--white-color-rgb), 0.3);
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  transform: rotate(-8deg);
}

.about-section .widget-featured-holder .text-holder {
  background: rgba(var(--primary-color-rgb), 0.1);
  padding: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.about-section .widget-featured-holder .img-holder+.text-holder {
  width: 55%;
  padding-left: 0;
}

.about-section .widget-featured-holder.right .img-holder+.text-holder {
  padding-left: 100px;
  padding-right: 0;
}

.about-section .widget-featured-holder .img-holder+.text-holder::before {
  content: "";
  background: rgba(var(--primary-color-rgb), 0.1);
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  z-index: -1;
}

.about-section .widget-featured-holder.right .img-holder+.text-holder::before {
  left: 100%;
  right: auto;
}

.about-section .widget-featured-holder .sub-title {
  font-size: 3.5em;
  position: relative;
  top: -20px;
  margin-bottom: 40px;
  margin-left: -5px;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  transform: rotate(-8deg);
}

.about-section .widget-featured-holder .widget-title {
  font-size: 2em;
  font-family: var(--secondary-font);
  font-weight: normal;
  line-height: 1.3;
}

.about-section .widget-featured-holder .widget-title,
.about-section .widget-featured-holder .featured_page_content {
  padding-left: 100px;
}

.about-section .widget-featured-holder.right .widget-title,
.about-section .widget-featured-holder.right .featured_page_content {
  padding-left: 0;
  padding-right: 100px;
}

.about-section .widget-featured-holder .featured_page_content h1,
.about-section .widget-featured-holder .featured_page_content h2,
.about-section .widget-featured-holder .featured_page_content h3,
.about-section .widget-featured-holder .featured_page_content h4,
.about-section .widget-featured-holder .featured_page_content h5,
.about-section .widget-featured-holder .featured_page_content h6 {
  font-family: var(--primary-font);
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 35px;
}

.about-section .widget-featured-holder .featured_page_content p {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.06em;
  letter-spacing: 0.1px;
  color: rgba(var(--black-color-rgb), 0.95);
}

.about-section .widget-featured-holder .featured_page_content .btn-readmore {
  background: var(--white-color);
  color: var(--black-color);
  font-size: 0.94em;
  letter-spacing: 0.5px;
  margin-top: 20px;
}

.about-section .widget-featured-holder .featured_page_content .btn-readmore:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white-color);
}


/*=============================
SERVICE SECTION
=============================*/

.contact-section .section-grid {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

section.service-section {
  margin-bottom: 0;
}

.service-section .service-inner-wrapper {
  background: rgba(var(--primary-color-rgb), 0.05);
  padding: 80px;
}

.service-section .service-inner-wrapper .button-wrap {
  text-align: center;
  margin-top: 50px;
}

.service-section .section-grid {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.service-section .section-grid::before {
  content: "";
  border-right: 1px dashed var(--primary-color);
  width: 1px;
  height: 66px;
  position: absolute;
  top: -33px;
  left: 0;
  right: 0;
  margin: auto;
}

@media only screen and (min-width: 991px) {
  .service-section .section-grid::before {
      top: -120px;
  }
}

@media only screen and (max-width: 990px) {
  .service-section .section-grid::before {
      top: -75px;
  }
}

.service-section .section-grid .widget_bttk_icon_text_widget {
  width: calc(33.33% - 40px);
  margin: 20px;
}


/*==========================
TESTIMONIAL SECTION
============================*/

section.testimonial-section {
  margin-bottom: 0;
}

.testimonial-section .section-grid.has-vdo-testimonial .container {
  display: flex;
  flex-wrap: wrap;
}

.testimonial-section .section-grid {
  position: relative;
  padding: 80px 0 85px 0;
  z-index: 1;
}

.testimonial-section .section-grid::before,
.testimonial-section .section-grid::after {
  content: "";
  background: rgba(var(--primary-color-rgb), 0.1);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.testimonial-section .section-grid.has-vdo-testimonial::before {
  width: 65%;
}

.testimonial-section .section-grid::after {
  width: 35%;
  background: rgba(var(--primary-color-rgb), 0.2);
  left: auto;
  right: 0;
}

.testimonial-section .section-grid:not(.has-vdo-testimonial)::after {
  display: none;
}

.testimonial-section .section-grid .testimonial-wrap {
  background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="451.762" height="275.729" viewBox="0 0 451.762 275.729"><g transform="translate(-11.737 -149.2)" opacity="0.04"><path d="M212.29,248.085c2.746,14.276-1.567,27.726-4.559,41.292-.687,3.115-2.749,5.93-4.206,8.87-2.936,5.926-5.712,11.941-8.892,17.734-2.854,5.2-6.109,10.179-9.288,15.192-1.861,2.935-4.187,5.6-5.847,8.632-9.287,16.978-20.046,32.792-33.894,46.507a77.829,77.829,0,0,0-12.117,16.356c-5.037,8.7-13.143,13.989-20.629,19.922-2.227,1.764-5.972,1.612-9.022,2.339-.225-3.139-1.165-6.422-.561-9.392,4.289-21.087,8.9-42.108,13.379-63.157a21.232,21.232,0,0,0,.189-2.985c.255-3.844-1.284-5.31-4.583-2.831-6.219,4.673-13.125,8.858-18.112,14.651-9.5,11.03-19.838,11.053-31.488,4.9C55.9,362.54,49.239,358.773,42.6,354.969a10.377,10.377,0,0,1-3.68-3.291c-5.172-8.484-10.015-17.171-15.285-25.591-3.389-5.416-7.463-10.4-10.913-15.781a6.653,6.653,0,0,1-.7-5.3c3.282-7.81,4.2-15.818,1.726-23.836-3.726-12.1-.84-23.231,5.2-33.41,7.016-11.824,14.807-23.241,22.958-34.323,11-14.961,21.875-30.151,34.288-43.9,11.049-12.241,25.426-18.786,42.888-16.752,5.093.594,10.557-.831,15.695-2.011,14.779-3.393,28.4-1.019,40.822,7.61,11.628,8.081,21.633,18.052,27.552,30.88,3.888,8.427,5.874,17.935,7.442,27.174,1.767,10.41,2.107,21.063,3.068,31.609Z" fill="%23EBC1C8"/><path d="M360.175,339.135q-7.944,6.887-15.891,13.77c-10.368,8.936-22.271,7.923-33.97,4.253-14.034-4.4-23.137-15.1-31.021-26.933a51.542,51.542,0,0,0-5.37-7.149c-7.453-7.8-9.026-16.836-5.469-26.7,1.495-4.147,1.339-7.817.5-12.064a30.169,30.169,0,0,1,.329-13.116c5.43-20.536,13.63-39.832,26.464-57.021,4.157-5.566,7.146-11.99,11.085-17.735,5.815-8.481,11.823-16.845,18.129-24.963a27.492,27.492,0,0,1,8.354-6.985c10.084-5.52,18.938-13.229,31.253-14.658,14.293-1.659,27.959-.463,39.372,8.269a348.825,348.825,0,0,1,35.882,31.581c13.417,13.556,18.731,31.122,22.284,49.638s-.312,35.956-4.662,53.5c-.926,3.735-3.321,7.282-5.664,10.454-5.423,7.338-10.87,14.717-16.975,21.476-6.861,7.6-14.473,14.516-21.724,21.764-2.224,2.224-4.729,4.3-6.431,6.89a168.768,168.768,0,0,1-25.079,29.55c-5.015,4.772-9.055,10.578-13.457,15.981-6.791,8.336-13.516,16.727-20.9,24.86,2.7-28.306,13.2-55.178,14.567-83.579Z" fill="%23EBC1C8"/></g></svg>');
  background-repeat: no-repeat;
  background-position: center;
}

.testimonial-section .section-grid.has-vdo-testimonial .testimonial-wrap {
  width: 50%;
  /* padding-right: 7%; */
}

.testimonial-section .has-vdo-testimonial .testimonial-wrap-inner,
.testimonial-section .has-vdo-testimonial .owl-stage-outer {
  height: 100%;
}

.testimonial-section .has-vdo-testimonial .owl-stage-outer {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.testimonial-section .owl-carousel img {
  width: auto;
}

.testimonial-section .owl-carousel .widget_bttk_testimonial_widget {
  margin-bottom: 0;
}

.testimonial-section .section-grid.has-vdo-testimonial .bttk-testimonial-holder {
  max-width: 90%;
}

.testimonial-section .widget_bttk_testimonial_widget .bttk-testimonial-inner-holder {
  align-items: center;
}

.testimonial-section .bttk-testimonial-inner-holder .text-holder {
  width: 100%;
}

.testimonial-section .widget_bttk_testimonial_widget .testimonial-content {
  /* max-width: 540px; */
  font-size: 1.33em;
}

.testimonial-section .widget_bttk_testimonial_widget .testimonial-content p:last-child::after {
  vertical-align: 0px;
}

.testimonial-section .widget_bttk_testimonial_widget .testimonial-meta .name {
  display: inline-block;
}

.testimonial-section .widget_bttk_testimonial_widget .testimonial-meta .designation {
  border-left: 1px solid rgba(var(--black-color-rgb), 0.5);
  display: inline-block;
  margin-left: 5px;
  padding-left: 8px;
}

.testimonial-section .section-grid .testimonial-wrap+.vdo-testimonial-wrap {
  width: 50%;
  /* max-width: 533px; */
}

.testimonial-section .section-grid .vdo-testimonial {
  min-height: 200px;
  /* max-height: 300px; */
  border: 1px solid var(--primary-color);
  position: relative;
  overflow: hidden;
}

.testimonial-section .section-grid .vdo-testimonial iframe {
  width: 100%;
  vertical-align: top;
}

.testimonial-section .section-grid .vdo-testimonial img {
  width: 100%;
}

.testimonial-section .section-grid .vdo-testimonial .video-play-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  padding: 0;
  text-align: center;
  line-height: 60px;
  background: var(--white-color);
  border-radius: 100%;
  box-shadow: 0 0 15px rgba(var(--black-color-rgb), 0.15);
  -webkit-transition: all ease 0.35;
  -moz-transition: all ease 0.35;
  transition: all ease 0.35;
}

.testimonial-section .section-grid .vdo-testimonial .video-play-icon:hover {
  text-decoration: none;
  background: var(--primary-color);
  color: var(--white-color);
}

.testimonial-section .section-grid .vdo-testimonial .play-text {
  display: block;
  font-size: 0.8888em;
  letter-spacing: 0.1px;
  color: var(--black-color);
  line-height: 1.5;
  text-shadow: 0 0 5px rgba(var(--white-color-rgb), 0.6);
}

.testimonial-section .section-grid .vdo-testimonial .video-play-icon:hover .play-text {
  color: var(--primary-color);
}

.testimonial-section .owl-carousel .owl-dots {
  text-align: right;
  /* margin-right: 20%; */
  margin-top: 30px;
}

.testimonial-section .owl-carousel .owl-dots .owl-dot {
  margin: 5px 8px;
  line-height: 0;
}

.testimonial-section .owl-carousel .owl-dots .owl-dot span {
  line-height: 1;
  vertical-align: top;
}

.testimonial-section .section-grid:not(.has-vdo-testimonial) .bttk-testimonial-inner-holder {
  justify-content: center;
  text-align: center;
}

.testimonial-section .section-grid:not(.has-vdo-testimonial) .testimonial-content {
  max-width: 850px;
  margin: 0 auto;
}

.testimonial-section .section-grid:not(.has-vdo-testimonial) .testimonial-meta {
  width: auto;
  max-width: calc(100% - 76px);
}

.testimonial-section .section-grid:not(.has-vdo-testimonial) .owl-carousel .owl-dots {
  text-align: center;
  margin-right: 0;
}


/*===========================
CLIENT SECTION
===========================*/


/* section.client-section {
  margin-bottom: 40px;
} */

.client-section .widget:last-child {
  margin-bottom: 0;
}

.client-section .blossom-iw-inner-holder {
  text-align: center;
}

.client-section .blossom-iw-inner-holder .widget-title {
  margin-bottom: 30px;
  position: relative;
  font-size: 0.94em;
  font-weight: normal;
  letter-spacing: 0.1px;
  font-family: var(--primary-font);
}

.client-section .blossom-iw-inner-holder .widget-title::before {
  content: "";
  border-top: 1px dashed var(--secondary-color);
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

section.client-section .blossom-iw-inner-holder .widget-title span {
  display: inline-block;
  position: relative;
  background: var(--white-color);
  padding: 5px 40px;
  z-index: 1;
  color: var(--white-color);
}

.client-section .blossom-iw-inner-holder .widget-title span::before {
  content: "";
  background: var(--secondary-color);
  height: 100%;
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  z-index: -1;
}

.client-section .owl-stage {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.client-section .blossom-inner-wrap .image-holder {
  width: 100%;
  text-align: center;
  padding: 10px;
  display: block;
}

.client-section .blossom-inner-wrap .image-holder a {
  display: block;
}

.client-section .blossom-inner-wrap .image-holder img {
  width: auto;
  display: inline-block;

}

@media(max-width:767px) {
  .client-section .blossom-inner-wrap .image-holder img {
      max-width: 100%;

  }
}


/*=========================
CTA SECTION 
=========================*/


/* section.cta-section {
  margin-top: 0;
  margin-bottom: 0;
} */

.cta-section .widget_blossomtheme_companion_cta_widget {
  margin-bottom: 0;
}

.cta-section .widget_blossomtheme_companion_cta_widget:nth-child(2n),
.cta-section .widget_blossomtheme_companion_cta_widget:nth-child(2n)>div.bttk-cta-bg .cta-img-holder {
  position: relative;
  z-index: 1;
}

.cta-section .widget_blossomtheme_companion_cta_widget>div {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.cta-section .widget_blossomtheme_companion_cta_widget:nth-child(2n)>div {
  flex-direction: row-reverse;
}

.cta-section .widget_blossomtheme_companion_cta_widget:first-child>div.bttk-cta-bg {
  position: relative;
  z-index: 2;
}

.cta-section .widget_blossomtheme_companion_cta_widget>div.bttk-cta-bg::before {
  display: none;
}

.cta-section .widget_blossomtheme_companion_cta_widget .cta-img-holder {
  width: 50%;
}

.cta-section .widget_blossomtheme_companion_cta_widget>div.bttk-cta-bg .cta-img-holder {
  position: static;
  width: 50%;
  height: auto;
  z-index: auto;
}

.cta-section .widget_blossomtheme_companion_cta_widget .cta-img-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-section .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container {
  background: rgba(var(--primary-color-rgb), 0.1);
  padding: 100px 60px;
  margin-bottom: 150px;
  position: relative;
}

.blossomtheme-cta-container{
  /* width: 100%!important; */
}

.cta-section .widget_blossomtheme_companion_cta_widget .cta-img-holder+.blossomtheme-cta-container {
  width: 50%;
}

.cta-section .widget_blossomtheme_companion_cta_widget:first-child .blossomtheme-cta-container::before {
  content: "";
  border-right: 2px dotted var(--primary-color);
  height: 66px;
  width: 2px;
  position: absolute;
  bottom: -33px;
  right: 20%;
}

.cta-section .right .blossomtheme-cta-container,
.cta-section .right .blossomtheme-cta-container .widget-title {
  text-align: left;
}

.cta-section .widget_blossomtheme_companion_cta_widget:nth-child(2n) .blossomtheme-cta-container {
  position: relative;
  background: none;
  /* width: calc(50% - 60px); */
}

.cta-section .widget_blossomtheme_companion_cta_widget:nth-child(2n) .cta-img-holder+.blossomtheme-cta-container {
  width: calc(50% - 60px);
}

.cta-section .widget_blossomtheme_companion_cta_widget:nth-child(2n) .blossomtheme-cta-container::before {
  content: "";
  border: 10px solid rgba(var(--primary-color-rgb), 0.1);
  position: absolute;
  top: -13%;
  right: 0;
  bottom: 0;
  left: 0;
  /* z-index: -2; */
}

.cta-section .widget_blossomtheme_companion_cta_widget:nth-child(2n) .cta-img-holder+.blossomtheme-cta-container::before {
  right: -60%;
}

.cta-section .widget .sub-title {
  font-size: 1.78em;
  color: var(--black-color);
  margin-bottom: 10px;
}

.cta-section .widget .widget-title {
  font-size: 2em;
  font-family: var(--secondary-font);
  font-weight: 600;
  margin-bottom: 0;
}

.cta-section .widget_blossomtheme_companion_cta_widget .bttk-cta-bg .widget-title,
.cta-section .widget_blossomtheme_companion_cta_widget .bttk-cta-bg .text-holder {
  color: var(--black-color);
}

.cta-section .widget .text-holder p {
  margin-top: 20px;
  margin-bottom: 0;
}

.cta-section .widget .button-wrap {
  margin-top: 30px;
  position: relative;
}

.cta-section .widget:last-child .button-wrap::before {
  content: "";
  border-top: 2px dotted var(--primary-color);
  width: 66px;
  height: 2px;
  position: absolute;
  top: 35px;
  right: calc(100% + 25px);
}

.cta-section .widget .button-wrap .btn-cta {
  /* background: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  color: var(--white-color); */
  font-family: var(--secondary-font);
  font-size: 1.06em;
  line-height: 1.5;
  padding: 10px 30px;
  text-align: center;
  min-height: 52px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin: 10px 5px 0 0;
}


/* .cta-section .widget .button-wrap .btn-cta:hover, 
.cta-section .widget .button-wrap .btn-cta.btn-2 {
background: none;
color: var(--secondary-color);
}

.cta-section .widget .button-wrap .btn-cta.btn-2:hover {
background: var(--secondary-color);
color: var(--white-color);
} */


/*=============================
BLOG SECTION
==============================*/

.blog-section .container {
  overflow: hidden;
}

.blog-section .section-header {
  margin-bottom: 20px;
}

.blog-section .section-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.blog-section .section-grid article {
  width: calc(33.33% - 40px);
  height: 100%;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 40px;
}

.blog-section article .post-thumbnail {
  margin: 0;
  padding: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.blog-section article .content-wrap {
  border: 1px dotted rgba(var(--primary-color-rgb), 0.4);
  border-top: none;
  padding: 40px 40px 60px;
  position: relative;
  height: 100%;
}

.blog-section article .entry-header {
  margin-bottom: 20px;
}

.blog-section article .entry-header .entry-meta {
  margin-bottom: 10px;
}

.blog-section article .entry-meta>span {
  display: inline-block;
  font-size: 0.94em;
  letter-spacing: 0.1px;
  color: rgba(var(--black-color-rgb), 0.8);
  line-height: 1.3;
}

.blog-section article .entry-meta .posted-on {
  position: absolute;
  top: -10px;
  left: 20px;
  background: var(--white-color);
  /* padding: 5px 10px;
  min-height: 34px; */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: left;
  z-index: 1;
}

.blog-section article .entry-meta .posted-on::after {
  content: "";
  background: rgba(var(--secondary-color-rgb), 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.blog-section article .entry-meta .posted-on:hover::after {
  background: rgba(var(--secondary-color-rgb), 0.35);
}

.blog-section article .entry-meta>span a {
  display: inline-block;
  color: rgba(var(--black-color-rgb), 0.8);
  text-decoration: none;
}

.blog-section article .entry-meta>span a:hover {
  color: var(--primary-color);
}

.blog-section article .entry-meta>.posted-on a {
  margin-left: 0;
  display: block;
  padding: 5px 10px;
  min-height: 34px;
}

.blog-section article .entry-meta>.posted-on a:hover {
  color: rgba(var(--black-color-rgb), 0.8);
}

.blog-section article .entry-meta>span.category a {
  position: relative;
  margin-top: 10px;
  margin-right: 20px;
  padding: 0 3px;
}

.blog-section article .entry-meta>span.category a:hover {
  color: var(--black-color);
}

.blog-section article .entry-meta>span.category a::before {
  content: "";
  background: rgba(var(--primary-color-rgb), 0.2);
  width: 100%;
  height: 35%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.blog-section article .entry-meta>span.category a:hover::before {
  background: rgba(var(--primary-color-rgb), 0.4);
  height: 100%;
}

.blog-section article .entry-meta>span.category a:not(:last-child)::after {
  content: "";
  background: var(--primary-color);
  width: 4px;
  height: 4px;
  border-radius: 100%;
  position: absolute;
  top: 11px;
  right: -13px;
}

.blog-section article .entry-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3333em;
  letter-spacing: 0.1px;
  line-height: 1.3;
  font-weight: 600;
}

.blog-section article .entry-title a {
  display: inline-block;
  color: rgba(var(--black-color-rgb), 0.85);
  text-decoration: none;
}

.blog-section article .entry-title a:hover {
  color: var(--primary-color);
}

.blog-section article .entry-content {
  margin-top: 0;
  font-size: 1.06em;
  letter-spacing: 0.1px;
  color: rgba(var(--black-color-rgb), 0.8);
}

.blog-section article .entry-content p {
  margin-top: 0px;
  margin-bottom: 20px;
}

.blog-section article .button-wrap {
  margin-top: 10px;
}

.blog-section .container>.button-wrap {
  text-align: center;
  margin-top: 60px;
}


/*================================
INSTAGRAM SECTION 
================================*/

.instagram-section {
  display: flex;
  flex-wrap: wrap;
}

.btif-instagram-feed {
  width: 100%;
  display: flex;
}

.instagram-section .popup-gallery {
  /* width: calc(100% - 300px); */
  flex: 1;
}

.instagram-section .profile-link {
  width: 300px;
  background: var(--secondary-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  color: var(--white-color);
  font-size: 1.33em;
  font-family: var(--secondary-font);
  letter-spacing: 0.1px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  /* margin-left: auto; */
}

.instagram-section .profile-link:hover {
  background: rgba(var(--black-color-rgb), 0.85);
}

.instagram-section .profile-link .insta-icon {
  font-size: 1.3em;
}

.popup-gallery li a {
  display: block;
  /* height: 100%; */
}

.popup-gallery li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/*===============================
SITE FOOTER
===============================*/

.footer-top {
  padding-top: 80px;
  padding-bottom: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 99;
}

.footer-top::before {
  content: "";
  background: rgba(var(--white-color-rgb), 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -99;
}

.footer-top .container {
  overflow: hidden;
}

.footer-top .widget {
  margin-bottom: 40px;
}


/* .footer-top .widget:last-child {
  margin-bottom: 0;
} */

.footer-mid {
  margin-top: 80px;
  margin-bottom: 20px;
}

.footer-top+.footer-mid {
  margin-top: 0;
  padding-top: 80px;
  border-top: 1px solid rgba(var(--primary-color-rgb), 0.15);
}

.footer-mid .container {
  overflow: hidden;
}

.grid:not(.column-1) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.grid:not(.column-1) {
  margin: 0 -1.5%;
}

.grid.column-1 .col {
  text-align: center;
}

.grid:not(.column-1) .col {
  padding: 0 1.5%;
}

.grid.column-2 .col {
  width: 50%;
}

.grid.column-3 .col {
  width: 33.33%;
}

.grid.column-4 .col {
  width: 25%;
}

.footer-top .widget .widget-title {
  padding-right: 0;
}

.footer-top .widget_bttk_social_links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.footer-top .widget_bttk_social_links .widget-title {
  font-family: var(--cursive-font);
  font-size: 1.61em;
  font-weight: normal;
  margin-bottom: 0;
  padding-right: 15px;
}

.footer-top .widget .widget-title::after {
  display: none;
}

.footer-top .widget .widget-title>span {
  padding-right: 0;
}

.footer-top .widget_bttk_social_links .social-networks {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}

.footer-top .widget_bttk_social_links .social-networks li {
  margin: 5px;
  font-size: 1em;
}

.footer-top .widget_bttk_social_links .social-networks li a {
  display: inline-block;
  padding: 5px;
  color: var(--secondary-color);
  line-height: 1;
  width: auto;
  height: auto;
  background: none;
  border: none;
  border-radius: 0;
}

.footer-top .widget_bttk_social_links .social-networks li a:hover {
  color: var(--primary-color);
}

.footer-menu {
  background: var(--primary-color);
}

.footer-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.footer-navigation ul li {
  display: inline-block;
  position: relative;
  margin: 0 20px;
}

.footer-navigation ul li a {
  display: inline-block;
  color: var(--white-color);
  padding: 15px;
  text-decoration: none;
}

.footer-navigation ul li:hover>a,
.footer-navigation ul li>a:focus,
.footer-navigation ul li.current-menu-item>a,
.footer-navigation ul li.current_page_item>a,
.footer-navigation ul li.current-menu-ancestor>a,
.footer-navigation ul li.current_page_ancestor>a {
  color: var(--secondary-color);
}

.footer-navigation ul li .submenu-toggle {
  right: 0;
  top: 21px;
  height: auto;
  color: var(--white-color);
}

.footer-navigation ul li:hover>.submenu-toggle,
.footer-navigation ul li>a:focus+.submenu-toggle,
.footer-navigation ul li.current-menu-item>.submenu-toggle,
.footer-navigation ul li.current_page_item>.submenu-toggle,
.footer-navigation ul li.current-menu-ancestor>.submenu-toggle,
.footer-navigation ul li.current_page_ancestor>.submenu-toggle {
  color: var(--secondary-color);
}

.footer-navigation ul li .sub-menu {
  position: absolute;
  bottom: 100%;
  background: var(--primary-color);
  width: 200px;
  left: 0;
  display: block;
  opacity: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-transition: opacity 0.35s ease;
  -moz-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}

.footer-navigation ul li .sub-menu .sub-menu {
  bottom: 0;
  left: 100%;
}

.footer-navigation ul li:hover>.sub-menu,
.footer-navigation ul li.hover>.sub-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  clip: inherit;
}

.footer-navigation .sub-menu li {
  display: block;
  margin: 0;
}

.footer-navigation .sub-menu li a {
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  border-bottom: 1px solid rgba(var(--white-color-rgb), 0.2);
}

.footer-navigation .sub-menu li.menu-item-has-children>a {
  padding-right: 25px;
}

.footer-navigation ul ul li .submenu-toggle {
  right: 10px;
}

.site-info {
  background: rgba(var(--primary-color-rgb), 0.2);
  padding: 20px 0;
  font-size: 0.8888em;
  text-align: center;
  color: rgba(var(--black-color-rgb), 0.7);
  letter-spacing: 0.1px;
}

.site-info a {
  display: inline-block;
  font-family: var(--secondary-font);
  font-style: italic;
  font-size: 1em;
  color: var(--black-color);
  position: relative;
  margin: 0 5px;
  text-decoration: none;
  z-index: 1;
}

.site-info a::after {
  content: "";
  background: rgba(var(--primary-color-rgb), 0.3);
  height: 50%;
  position: absolute;
  bottom: 0;
  left: -3px;
  right: -3px;
  z-index: -1;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.site-info a:hover::after,
.site-info a:focus::after {
  height: 100%;
}


/*================================
SIDEBAR WIDGET COMMON CSS
================================*/

#secondary .widget:last-child {
  margin-bottom: 0;
}

.widget .widget-title {
  font-size: 0.8888em;
  font-family: var(--secondary-font);
  font-weight: normal;
  letter-spacing: 0;
  margin-bottom: 30px;
  padding-right: 15px;
  position: relative;
  z-index: 1;
}

.widget .widget-title::after {
  content: "";
  border-top: 1px dashed var(--secondary-color);
  position: absolute;
  top: 11px;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: -1;
}

.widget .widget-title>span {
  background: var(--white-color);
  padding-right: 20px;
  display: inline-block;
}

.widget_pages ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_recent_entries ul li,
.widget_recent_comments ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.2);
  font-weight: 400;
  position: relative;
  padding-left: 20px;
}

.widget_pages ul li:last-child,
.widget_meta ul li:last-child,
.widget_nav_menu ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_recent_comments ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget_pages ul li::before,
.widget_meta ul li::before,
.widget_nav_menu ul li::before,
.widget_recent_entries ul li::before,
.widget_recent_comments ul li::before {
  content: "";
  background: var(--primary-color);
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 14px;
  border-radius: 100px;
}

.widget_nav_menu ul ul {
  margin-top: 15px;
}

.widget_categories ul ul li,
.widget_archive ul ul li,
.widget_pages ul ul li,
.widget_meta ul ul li,
.widget_nav_menu ul ul li {
  font-size: 1em;
}


/*============================
WIDGET CATEGORIES & ARCHIVE
============================*/

.widget_categories ul,
.widget_archive ul {
  background: rgba(var(--primary-color-rgb), 0.05);
  padding: 30px 30px 15px 30px
}

.widget_categories ul li,
.widget_archive ul li {
  margin-bottom: 15px;
  font-style: italic;
}


/*============================
WIDGET CALENDAR
============================*/

.widget_calendar .calendar_wrap {
  position: relative;
}

.widget_calendar table {
  margin: 0;
  padding: 0 10px;
  border-collapse: initial;
  border: 1px solid rgba(var(--primary-color-rgb), 0.11);
}

.widget_calendar table caption {
  background: rgba(var(--secondary-color-rgb), 0.1);
  color: var(--black-color);
  font-family: var(--secondary-font);
  font-size: 0.8888em;
  padding: 6px 40px;
}

.widget_calendar table tr th,
.widget_calendar table tr td {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  font-weight: 400;
  font-size: 0.7778em;
  line-height: 1.5;
  font-family: var(--secondary-font);
}

.widget_calendar table tr td {
  border-bottom: none;
}

.widget_calendar table tbody tr td#today {
  background: var(--primary-color);
  color: var(--white-color);
}

.widget_calendar table tr td a {
  display: block;
}

.widget_calendar table tr td a:hover {
  text-decoration: none;
  color: var(--black-color);
}

.widget_calendar .wp-calendar-nav>span:not(.pad) {
  position: absolute;
  top: 12px;
  left: 10px;
  width: 20px;
  height: 20px;
  white-space: nowrap;
  line-height: 20px;
}

.widget_calendar .wp-calendar-nav>span.wp-calendar-nav-next:not(.pad) {
  left: auto;
  right: 10px;
}

.widget_calendar .wp-calendar-nav>span:not(.pad) a {
  font-size: 0;
  background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M152.485 396.284l19.626-19.626c4.753-4.753 4.675-12.484-.173-17.14L91.22 282H436c6.627 0 12-5.373 12-12v-28c0-6.627-5.373-12-12-12H91.22l80.717-77.518c4.849-4.656 4.927-12.387.173-17.14l-19.626-19.626c-4.686-4.686-12.284-4.686-16.971 0L3.716 247.515c-4.686 4.686-4.686 12.284 0 16.971l131.799 131.799c4.686 4.685 12.284 4.685 16.97-.001z"></path></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
  display: block;
}

.widget_calendar .wp-calendar-nav>span.wp-calendar-nav-next:not(.pad) a {
  background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M295.515 115.716l-19.626 19.626c-4.753 4.753-4.675 12.484.173 17.14L356.78 230H12c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h344.78l-80.717 77.518c-4.849 4.656-4.927 12.387-.173 17.14l19.626 19.626c4.686 4.686 12.284 4.686 16.971 0l131.799-131.799c4.686-4.686 4.686-12.284 0-16.971L312.485 115.716c-4.686-4.686-12.284-4.686-16.97 0z"></path></svg>');
}

.widget_calendar .wp-calendar-nav>span:not(.pad) a:hover {
  background-color: rgba(var(--primary-color-rgb), 0.4);
}


/*=========================
WIDGET TAG CLOUD
=========================*/

.tagcloud {
  letter-spacing: 0.1px;
  color: rgba(var(--black-color-rgb), 0.8);
  line-height: 1.3;
  text-transform: uppercase;
}

.tagcloud a {
  font-size: 0.94em !important;
  position: relative;
  margin-top: 10px;
  margin-left: 20px;
  padding: 0 3px;
  display: inline-block;
  color: rgba(var(--black-color-rgb), 0.8);
  text-decoration: none;
}

.tagcloud a:last-child {
  margin-right: 0;
}

.tagcloud a:hover {
  color: rgba(var(--black-color-rgb), 1);
}

.tagcloud a::before {
  content: "";
  background: rgba(var(--primary-color-rgb), 0.2);
  width: 100%;
  height: 35%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.tagcloud a:hover::before {
  background: rgba(var(--primary-color-rgb), 0.4);
  height: 100%;
}

.tagcloud a::after {
  content: "";
  background: var(--primary-color);
  width: 4px;
  height: 4px;
  border-radius: 100%;
  position: absolute;
  top: 11px;
  left: -13px;
}


/*=============================
WIDGET SEARCH
=============================*/

.widget-area .widget_search {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 40px;
}

.widget_search .search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
}

.widget_search .search-form label {
  width: calc(100% - 50px);
}

.widget_search .search-form .search-field {
  border-radius: 0;
  height: 50px;
  font-size: 1em;
  border-color: rgba(var(--primary-color-rgb), 0.3);
}

.widget_search .search-form .search-submit {
  width: 50px;
  height: 50px;
  padding: 0;
  text-align: center;
  border-radius: 0;
  border: none;
  box-shadow: none;
  background-color: var(--primary-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="M508.5 468.9L387.1 347.5c-2.3-2.3-5.3-3.5-8.5-3.5h-13.2c31.5-36.5 50.6-84 50.6-136C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c52 0 99.5-19.1 136-50.6v13.2c0 3.2 1.3 6.2 3.5 8.5l121.4 121.4c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17zM208 368c-88.4 0-160-71.6-160-160S119.6 48 208 48s160 71.6 160 160-71.6 160-160 160z"></path></svg>');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  text-indent: 60px;
  white-space: nowrap;
  overflow: hidden;
}

.widget_search .search-form .search-submit:hover,
.widget_search .search-form .search-submit:active,
.widget_search .search-form .search-submit:focus {
  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="M508.5 468.9L387.1 347.5c-2.3-2.3-5.3-3.5-8.5-3.5h-13.2c31.5-36.5 50.6-84 50.6-136C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c52 0 99.5-19.1 136-50.6v13.2c0 3.2 1.3 6.2 3.5 8.5l121.4 121.4c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17zM208 368c-88.4 0-160-71.6-160-160S119.6 48 208 48s160 71.6 160 160-71.6 160-160 160z"></path></svg>');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
}


/*===============================
WIDGET RSS
===============================*/

.widget_rss .widget-title .rsswidget img {
  vertical-align: middle;
}


/*==============================
WIDGET SOCIAL ICONS
==============================*/

.widget-area .widget_bttk_social_links {
  margin-bottom: 25px;
  padding-bottom: 20px;
}

.widget_bttk_social_links ul {
  background: rgba(var(--primary-color-rgb), 0.05);
  padding: 15px 10px;
}

.widget_bttk_social_links ul li {
  margin: 0 5px;
  padding: 0;
  font-size: 1em;
}

.widget_bttk_social_links ul li a {
  background: none;
  line-height: 36px;
  width: 40px;
  height: 40px;
}

.widget_bttk_social_links ul li a:hover {
  color: var(--primary-color);
}


/*================================
WIDGET CUSTOM CATEGORY
================================*/

.widget_bttk_custom_categories ul li {
  background-size: cover !important;
  font-size: 1em;
  margin-bottom: 50px;
  height: 120px;
  position: relative;
}

.widget_bttk_custom_categories ul li a {
  padding: 15px;
  position: absolute;
  bottom: -30px;
  height: auto;
  width: auto;
  left: 10%;
  right: 10%;
  background: var(--white-color);
  text-align: center;
}

.widget_bttk_custom_categories ul li .cat-title {
  float: none;
  font-size: 0.8888em;
  font-family: var(--secondary-font);
  letter-spacing: 0.5px;
  text-transform: none;
  margin-right: 10px;
  font-style: italic;
  display: inline-block;
  vertical-align: middle;
}

.widget_bttk_custom_categories ul li a:hover .post-title {
  color: var(--primary-color);
}

.widget_bttk_custom_categories ul li .post-count {
  float: none;
  background: var(--secondary-color);
  font-size: 0.7778em;
  letter-spacing: 0.5px;
  color: var(--white-color);
  width: auto;
  height: auto;
  line-height: normal;
  padding: 5px 10px;
  display: inline-block;
  vertical-align: middle;
}

.widget_bttk_custom_categories ul li a:hover .post-count {
  background: var(--primary-color);
}

.widget_bttk_custom_categories ul li a:hover .post-count,
.widget_bttk_custom_categories ul li a:hover:focus .post-count {
  width: auto;
  background: var(--primary-color);
}


/*==============================
WIDGET CONTACT SOCIAL LINKS
==============================*/

.bttk-contact-widget-wrap p {
  /* font-size: 0.8888em; */
  margin-top: 0;
  margin-bottom: 25px;
}

.widget_bttk_contact_social_links ul.contact-list li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
}

.widget_bttk_contact_social_links ul.contact-list li svg {
  position: absolute;
  top: 8px;
  left: 0;
  color: var(--primary-color);
  font-size: 1em;
  font-weight: normal;
}

.widget_bttk_contact_social_links ul.contact-list li svg.fa-phone {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}

.widget_bttk_contact_social_links ul.social-networks {
  margin-top: 30px;
}

.widget_bttk_contact_social_links ul.social-networks li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1%;
  margin-bottom: 10px;
}

.widget_bttk_contact_social_links ul.social-networks li a {
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  border: 1px solid rgba(var(--black-color-rgb), 0.15);
  color: var(--black-color);
}

.widget_bttk_contact_social_links ul.social-networks li a:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white-color);
}


/*=================================
WIDGET RECENT & POPULAR POSTS
=================================*/

.widget_bttk_popular_post ul li,
.widget_bttk_pro_recent_post ul li {
  position: relative;
  min-height: 45px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(var(--black-color-rgb), 0.05);
}

.widget_bttk_popular_post ul li:last-child,
.widget_bttk_pro_recent_post ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.widget_bttk_popular_post ul.style-one li,
.widget_bttk_pro_recent_post ul.style-one li {
  position: relative;
  overflow: visible;
  clear: both;
  min-height: 80px;
}

.widget_bttk_popular_post ul li,
.widget_bttk_pro_recent_post ul li {
  font-size: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.widget_bttk_popular_post ul li .post-thumbnail,
.widget_bttk_pro_recent_post ul li .post-thumbnail {
  float: none;
}

.widget_bttk_popular_post ul li .post-thumbnail .fallback-svg,
.widget_bttk_pro_recent_post ul li .post-thumbnail .fallback-svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.widget_bttk_popular_post ul.style-one li .entry-header,
.widget_bttk_pro_recent_post ul.style-one li .entry-header {
  width: calc(100% - 100px);
}

.widget_bttk_popular_post ul li .entry-header .cat-links,
.widget_bttk_pro_recent_post ul li .entry-header .cat-links {
  margin-bottom: 10px;
  display: inline-block;
  font-size: 0.94em;
  letter-spacing: 0.1px;
  color: rgba(var(--black-color-rgb), 0.8);
  line-height: 1.3;
  /* text-transform: uppercase; */
}

.widget_bttk_popular_post .style-three li .entry-header .cat-links,
.widget_bttk_popular_post .style-two li .entry-header .cat-links,
.widget_bttk_pro_recent_post .style-three li .entry-header .cat-links,
.widget_bttk_pro_recent_post .style-two li .entry-header .cat-links {
  font-size: 0.94em;
}

.widget_bttk_popular_post ul li .entry-header .cat-links a,
.widget_bttk_pro_recent_post ul li .entry-header .cat-links a {
  position: relative;
  margin-top: 10px;
  margin-right: 20px;
  padding: 0 3px;
  display: inline-block;
  color: rgba(var(--black-color-rgb), 0.8);
  text-decoration: none;
}

.widget_bttk_popular_post .style-three li .entry-header .cat-links a,
.widget_bttk_popular_post .style-two li .entry-header .cat-links a,
.widget_bttk_pro_recent_post .style-three li .entry-header .cat-links a,
.widget_bttk_pro_recent_post .style-two li .entry-header .cat-links a {
  margin: 10px 20px 0 0
}

.widget_bttk_popular_post .style-three li .entry-header .cat-links a:last-child,
.widget_bttk_popular_post .style-two li .entry-header .cat-links a:last-child,
.widget_bttk_pro_recent_post .style-three li .entry-header .cat-links a:last-child,
.widget_bttk_pro_recent_post .style-two li .entry-header .cat-links a:last-child {
  margin-right: 0;
}

.widget_bttk_popular_post ul li .entry-header .cat-links a:hover,
.widget_bttk_pro_recent_post ul li .entry-header .cat-links a:hover {
  color: rgba(var(--black-color-rgb), 1);
}

.widget_bttk_popular_post ul li .entry-header .cat-links a::before,
.widget_bttk_pro_recent_post ul li .entry-header .cat-links a::before {
  content: "";
  background: rgba(var(--primary-color-rgb), 0.2);
  width: 100%;
  height: 35%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.widget_bttk_popular_post ul li .entry-header .cat-links a:hover::before,
.widget_bttk_pro_recent_post ul li .entry-header .cat-links a:hover::before {
  background: rgba(var(--primary-color-rgb), 0.4);
  height: 100%;
}

.widget_bttk_popular_post ul li .entry-header .cat-links a:not(:last-child)::after,
.widget_bttk_pro_recent_post ul li .entry-header .cat-links a:not(:last-child)::after {
  content: "";
  background: var(--primary-color);
  width: 4px;
  height: 4px;
  border-radius: 100%;
  position: absolute;
  top: 11px;
  right: -13px;
}

.widget_bttk_popular_post ul li .entry-header .entry-title,
.widget_bttk_pro_recent_post ul li .entry-header .entry-title {
  font-size: 0.8888em;
  line-height: 1.5;
  font-weight: 500;
}

.widget_bttk_popular_post ul li .entry-header .entry-meta,
.widget_bttk_pro_recent_post ul li .entry-header .entry-meta {
  font-size: 0.7778em;
  font-weight: normal;
  color: rgba(var(--black-color-rgb), 0.95);
  margin-top: 0;
  letter-spacing: 0.3px;
  line-height: 2.29;
}

.widget_bttk_popular_post ul li .entry-header .entry-meta a,
.widget_bttk_pro_recent_post ul li .entry-header .entry-meta a {
  color: rgba(var(--black-color-rgb), 0.95);
}

.widget_bttk_popular_post ul li .entry-header .entry-meta a:hover,
.widget_bttk_pro_recent_post ul li .entry-header .entry-meta a:hover {
  text-decoration: underline;
  color: var(--black-color);
}

.widget_bttk_popular_post ul.style-two li,
.widget_bttk_pro_recent_post ul.style-two li {
  margin-bottom: 45px;
  padding-bottom: 0;
  border-bottom: none;
}

.widget_bttk_popular_post .style-two li .post-thumbnail,
.widget_bttk_pro_recent_post .style-two li .post-thumbnail {
  margin-bottom: 0;
}

.widget_bttk_popular_post .style-two li .entry-header,
.widget_bttk_pro_recent_post .style-two li .entry-header {
  text-align: left;
  padding: 30px 0 0;
  position: relative;
  overflow: visible;
}

.widget_bttk_popular_post ul.style-two li .entry-header .entry-meta,
.widget_bttk_pro_recent_post ul.style-two li .entry-header .entry-meta,
.widget_bttk_popular_post ul.style-three li .entry-header .entry-meta,
.widget_bttk_pro_recent_post ul.style-three li .entry-header .entry-meta {
  position: absolute;
  top: -18px;
  left: 0;
  z-index: 99;
  line-height: 1.7;
  font-size: 0.8888em;
  letter-spacing: 0.5px;
  color: rgba(var(--black-color-rgb), 0.7);
}

.widget_bttk_popular_post ul.style-three li .entry-header .entry-meta,
.widget_bttk_pro_recent_post ul.style-three li .entry-header .entry-meta {
  right: 0;
}

.widget_bttk_popular_post ul.style-two li .entry-header .entry-meta .posted-on,
.widget_bttk_pro_recent_post ul.style-two li .entry-header .entry-meta .posted-on,
.widget_bttk_popular_post ul.style-three li .entry-header .entry-meta .posted-on,
.widget_bttk_pro_recent_post ul.style-three li .entry-header .entry-meta .posted-on {
  background: var(--white-color);
  display: inline-block;
}

.widget_bttk_popular_post ul.style-two li .entry-header .entry-meta .posted-on a,
.widget_bttk_pro_recent_post ul.style-two li .entry-header .entry-meta .posted-on a,
.widget_bttk_popular_post ul.style-three li .entry-header .entry-meta .posted-on a,
.widget_bttk_pro_recent_post ul.style-three li .entry-header .entry-meta .posted-on a {
  background: rgba(var(--secondary-color-rgb), 0.2);
  display: block;
  padding: 3px 10px;
  color: rgba(var(--black-color-rgb), 0.8);
}

.widget_bttk_popular_post ul.style-three li,
.widget_bttk_pro_recent_post ul.style-three li {
  margin-bottom: 40px;
  padding-bottom: 0;
  border-bottom: none;
}

.widget_bttk_popular_post .style-three li .entry-header,
.widget_bttk_pro_recent_post .style-three li .entry-header {
  overflow: visible;
  padding-top: 20px;
}


/*===============================
WIDGET INSTAGRAM 
===============================*/

.widget_btif_instagram_widget .profile-link {
  display: block;
  margin-top: 10px;
  text-align: center;
  background: var(--black-color);
  border: 1px solid var(--black-color);
  color: var(--white-color);
  font-size: 0.7778em;
  padding: 10px;
  text-decoration: none;
  line-height: 1.5;
}

.widget_btif_instagram_widget .profile-link:hover {
  background: none;
  color: var(--black-color);
}

.widget_btif_instagram_widget .profile-link .insta-icon {
  display: inline-block;
  line-height: 1;
  margin-right: 10px;
  padding-top: 5px;
}

.widget_btif_instagram_widget ul li .instagram-meta .fa-comment {
  float: none;
}


/*=============================
WIDGET FEATURED PAGE
==============================*/

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

.widget_blossomtheme_featured_page_widget .right .widget-title {
  padding-right: 0;
  padding-left: 15px;
}

.widget_blossomtheme_featured_page_widget .right .widget-title>span {
  padding-right: 0;
  padding-left: 20px;
}

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

.widget_blossomtheme_featured_page_widget .centered .widget-title {
  padding-left: 15px;
}

.widget_blossomtheme_featured_page_widget .centered .widget-title>span {
  padding-left: 20px;
}

.widget_blossomtheme_featured_page_widget .img-holder {
  margin-bottom: 30px;
}

.widget_blossomtheme_featured_page_widget .sub-title {
  font-size: 1.3333em;
}

.widget_blossomtheme_featured_page_widget .text-holder .btn-readmore {
  display: inline-block;
  font-size: 1em;
  color: var(--white-color);
  letter-spacing: 1px;
  background: var(--primary-color);
  padding: 13px 30px;
  text-decoration: none;
}

.widget_blossomtheme_featured_page_widget .text-holder .btn-readmore:hover {
  background: var(--black-color);
  border-color: var(--black-color);
  color: var(--white-color);
}


/*===============================
WIDGET CTA
===============================*/

.widget_blossomtheme_companion_cta_widget>div {
  padding: 40px 20px;
}

.widget_blossomtheme_companion_cta_widget>div.bttk-cta-bg {
  position: relative;
  z-index: 1;
}

.widget_blossomtheme_companion_cta_widget>div.bttk-cta-bg::before {
  content: "";
  background: rgba(var(--black-color-rgb), 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.widget_blossomtheme_companion_cta_widget>div.bttk-cta-bg .cta-img-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.widget_blossomtheme_companion_cta_widget>div.bttk-cta-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.right .blossomtheme-cta-container,
.right .blossomtheme-cta-container .widget-title {
  text-align: right;
}

.centered .blossomtheme-cta-container,
.centered .blossomtheme-cta-container .widget-title {
  text-align: center;
}

.widget_blossomtheme_companion_cta_widget .widget-title {
  background: none;
  padding: 0;
  font-size: 1.3333em;
  letter-spacing: 0;
  text-transform: none;
}

.widget_blossomtheme_companion_cta_widget .bttk-cta-bg .widget-title,
.widget_blossomtheme_companion_cta_widget .bttk-cta-bg .text-holder {
  padding: 0;
  color: var(--white-color);
}

.widget_blossomtheme_companion_cta_widget .bttk-cta-bg .widget-title::after {
  display: none;
}

.widget_blossomtheme_companion_cta_widget .bttk-cta-bg .widget-title>span {
  background: none;
  padding: 0;
}

.widget_blossomtheme_companion_cta_widget .text-holder p {
  margin-top: 0;
  /* font-size: 0.8888em; */
  /* line-height: 1.5; */
}

.widget_blossomtheme_companion_cta_widget .btn-cta {
  display: inline-block;
  font-weight: 400;
  font-size: 0.89em;
  color: var(--white-color);
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  padding: 10px 20px;
  text-decoration: none;
  margin: 3px;
  line-height: 1.5;
}

.widget_blossomtheme_companion_cta_widget .btn-cta+.btn-cta,
.widget_blossomtheme_companion_cta_widget .btn-cta:hover {
  background: none;
  color: var(--primary-color);
}

.widget_blossomtheme_companion_cta_widget .btn-cta+.btn-cta:hover {
  background: var(--primary-color);
  color: var(--white-color);
}


/*=============================
WIDGET CLIENT LOGO
==============================*/

.blossom-inner-wrap {
  display: flex;
  flex-wrap: wrap;
}

.blossom-inner-wrap .image-holder {
  width: 50%;
  padding: 5px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.blossom-inner-wrap .image-holder a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.widget_blossom_client_logo_widget .image-holder:not(.black-white) a:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.widget_blossom_client_logo_widget .black-white img {
  -webkit-filter: grayscale(100);
  -moz-filter: grayscale(100);
  filter: grayscale(100);
}

.widget_blossom_client_logo_widget .black-white:hover img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  filter: grayscale(0);
}


/*==============================
WIDGET TESTIMONIAL
==============================*/

.widget_bttk_testimonial_widget .bttk-testimonial-inner-holder {
  display: flex;
  flex-wrap: wrap;
  /* align-items: center; */
}

.widget_bttk_testimonial_widget .bttk-testimonial-inner-holder .img-holder {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
}

.testimonial-section .widget_bttk_testimonial_widget .bttk-testimonial-inner-holder .img-holder {
  width: 76px;
  height: 76px;
}

.widget_bttk_testimonial_widget .bttk-testimonial-inner-holder .img-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.widget_bttk_testimonial_widget .bttk-testimonial-inner-holder .text-holder {
  order: -1;
}

.widget_bttk_testimonial_widget .testimonial-content {
  font-size: 1em;
  font-family: var(--secondary-font);
  margin-bottom: 40px;
  position: relative;
  padding-left: 30px;
}

.widget_bttk_testimonial_widget .testimonial-content p {
  margin-top: 0;
  margin-bottom: 20px;
}

.widget_bttk_testimonial_widget .testimonial-content p:first-child::before,
.widget_bttk_testimonial_widget .testimonial-content p:last-child::after {
  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="%23EBC1C8"/><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="%23EBC1C8"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 12px;
  position: absolute;
  top: 10px;
  left: 0;
}

.widget_bttk_testimonial_widget .testimonial-content p:last-child::after {
  position: relative;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
  display: inline-block;
  vertical-align: 10px;
  margin-left: 15px;
  top: -5px;

}

.widget_bttk_testimonial_widget .bttk-testimonial-inner-holder .testimonial-meta {
  padding-left: 20px;
  line-height: 1.3;
  width: calc(100% - 76px);
}

.widget_bttk_testimonial_widget .testimonial-meta .name {
  display: block;
  font-family: var(--secondary-font);
  font-size: 1em;
  /* font-weight: 600; */
}

.widget_bttk_testimonial_widget .testimonial-meta .designation {
  display: block;
  font-size: 1em;
  font-family: var(--primary-font);
  letter-spacing: 0.1px;
}


/*=============================
WIDGET ICON TEXT
=============================*/

.widget_bttk_icon_text_widget .rtc-itw-inner-holder {
  display: flex;
  flex-direction: column-reverse;
}

.service-section .widget_bttk_icon_text_widget .rtc-itw-holder,
.service-section .widget_bttk_icon_text_widget .rtc-itw-inner-holder {
  height: 100%;
}

.widget_bttk_icon_text_widget .rtc-itw-inner-holder .icon-holder {
  margin-bottom: 20px;
  text-align: center;
  background: var(--white-color);
  font-size: 3em;
  color: var(--secondary-color);
  line-height: 3;
  position: relative;
  z-index: 1;
}

.widget_bttk_icon_text_widget .rtc-itw-inner-holder .text-holder {
  background: var(--white-color);
  padding: 40px 20px;
  position: relative;
  z-index: 1;
}

.service-section .widget_bttk_icon_text_widget .rtc-itw-inner-holder .text-holder {
  padding: 60px 40px;
  height: 100%;
}

.widget_bttk_icon_text_widget .rtc-itw-inner-holder .sub-title {
  font-size: 1.39em;
  color: var(--black-color);
}

.widget_bttk_icon_text_widget .rtc-itw-inner-holder .widget-title {
  font-size: 1.11em;
  font-family: var(--secondary-font);
  font-weight: 600;
  letter-spacing: 0.1px;
  margin-bottom: 10px;
  padding-right: 0;
}

.service-section .widget_bttk_icon_text_widget .rtc-itw-inner-holder .widget-title {
  font-size: 1.3333em;
  color: rgba(var(--black-color-rgb), 0.8);
}

.widget_bttk_icon_text_widget .rtc-itw-inner-holder .widget-title::after {
  display: none;
}

.widget_bttk_icon_text_widget .rtc-itw-inner-holder .widget-title>span {
  background: none;
  padding: 0;
}

.service-section .widget_bttk_icon_text_widget .rtc-itw-inner-holder .content {
  font-size: 1.06em;
  letter-spacing: 0.1px;
  color: rgba(var(--black-color-rgb), 0.95);
  line-height: 1.84;
}

.widget_bttk_icon_text_widget .rtc-itw-inner-holder .content p {
  margin-top: 15px;
  margin-bottom: 0;
}

.widget_bttk_icon_text_widget .rtc-itw-inner-holder .btn-readmore {
  font-style: italic;
  color: var(--black-color);
  letter-spacing: 0.5px;
  background: none;
  border: none;
  padding: 0 60px 0 0;
  min-height: auto;
  min-width: auto;
  margin-top: 20px;
  position: relative;
}

.widget_bttk_icon_text_widget .rtc-itw-inner-holder .btn-readmore:hover {
  padding-left: 5px;
}

.widget_bttk_icon_text_widget .rtc-itw-inner-holder .btn-readmore::before {
  content: "";
  background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="48.781" height="9.63" viewBox="0 0 48.781 9.63"><g transform="translate(-1019.528 -1511)"><path d="M141.589-1.863l-8.34,4.815v-9.63Z" transform="translate(926.721 1517.678)" fill="%237D6A91"></path><path d="M3089.528,1523h40.965" transform="translate(-2070 -7.502)" fill="none" stroke="%237D6A91" stroke-width="1"></path></g></svg>');
  background-repeat: no-repeat;
  background-position: center;
  width: 49px;
  height: 10px;
  position: absolute;
  top: 9px;
  right: 0;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.widget_bttk_icon_text_widget .rtc-itw-inner-holder .btn-readmore:hover::before {
  right: 5px;
}

.widget_bttk_icon_text_widget .rtc-itw-inner-holder .btn-readmore::after {
  content: "";
  background: rgba(var(--primary-color-rgb), 0.15);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  z-index: -9;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.widget_bttk_icon_text_widget .rtc-itw-inner-holder .btn-readmore:hover::after {
  height: 100%;
  background: rgba(var(--primary-color-rgb), 0.3);
}


/*==================================
WIDGET IMAGE TEXT
===================================*/

.widget_bttk_image_text_widget ul li {
  padding-bottom: 22px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.widget_bttk_image_text_widget ul li a:not(.btn-readmore) {
  width: 100%;
}

.widget_bttk_image_text_widget ul li .btn-readmore {
  top: auto;
  bottom: 0;
  min-height: 45px;
  background: var(--white-color);
  color: var(--black-color);
  letter-spacing: 0;
  border: none;
  left: auto;
  right: auto;
  width: auto;
  min-width: 62%;
  max-width: calc(100% - 30px);
  padding: 7px 20px;
  text-transform: none;
  font-size: 1.11em;
  font-style: italic;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}

.widget_bttk_image_text_widget ul li .btn-readmore:hover {
  background: var(--primary-color);
  color: var(--white-color);
}


/*===============================
WIDGET POST CATEGORY SLIDER
===============================*/

.widget_bttk_posts_category_slider_widget .item {
  width: 100%;
  position: relative;
}

.widget_bttk_posts_category_slider_widget .post-thumbnail {
  margin-bottom: 0;
}

.widget_bttk_posts_category_slider_widget .item img {
  width: 100%;
  object-fit: cover;
}

.widget_bttk_posts_category_slider_widget .item .carousel-title {
  margin-top: 25px;
}

.widget_bttk_posts_category_slider_widget .carousel-title a {
  color: var(--black-color);
  display: inline-block;
}

.widget_bttk_posts_category_slider_widget .carousel-title .cat-links {
  letter-spacing: 0.1px;
  color: rgba(var(--black-color-rgb), 0.8);
  line-height: 1.3;
  text-transform: uppercase;
}

.widget_bttk_posts_category_slider_widget .carousel-title .cat-links a {
  font-size: 0.94em !important;
  position: relative;
  margin-top: 10px;
  margin-right: 20px;
  padding: 0 3px;
  display: inline-block;
  color: rgba(var(--black-color-rgb), 0.8);
  text-decoration: none;
}

.widget_bttk_posts_category_slider_widget .carousel-title .cat-links a:last-child {
  margin-right: 0;
}

.widget_bttk_posts_category_slider_widget .carousel-title .cat-links a:hover {
  color: rgba(var(--black-color-rgb), 1);
}

.widget_bttk_posts_category_slider_widget .carousel-title .cat-links a::before {
  content: "";
  background: rgba(var(--primary-color-rgb), 0.2);
  width: 100%;
  height: 35%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.widget_bttk_posts_category_slider_widget .carousel-title .cat-links a:hover::before {
  background: rgba(var(--primary-color-rgb), 0.4);
  height: 100%;
}

.widget_bttk_posts_category_slider_widget .carousel-title .cat-links a:not(:last-child)::after {
  content: "";
  background: var(--primary-color);
  width: 4px;
  height: 4px;
  border-radius: 100%;
  position: absolute;
  top: 8px;
  right: -13px;
}

.widget_bttk_posts_category_slider_widget .carousel-title .title {
  font-size: 1em;
  margin-top: 5px;
  margin-bottom: 0;
}

.widget_bttk_posts_category_slider_widget .owl-carousel .owl-stage-outer+.owl-nav [class*="owl-"] {
  border-radius: 100%;
  background: 0;
  left: 10px;
  top: 25%;
  min-height: auto;
  width: 30px;
  height: 30px;
  overflow: hidden;
  font-size: 0;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  box-shadow: none;
}

.widget_bttk_posts_category_slider_widget .owl-carousel .owl-stage-outer+.owl-nav .owl-next {
  left: auto;
  right: 10px;
}

.widget_bttk_posts_category_slider_widget .owl-carousel .owl-stage-outer+.owl-nav [class*="owl-"]:before {
  display: none;
}

.widget_bttk_posts_category_slider_widget .owl-theme .owl-nav [class*="owl-"]:hover {
  background: var(--primary-color);
}

.widget_bttk_posts_category_slider_widget .owl-theme .owl-prev::after {
  background-image: url('data:image/svg+xml; utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path fill="%23ebc1c8" d="M4.2 247.5L151 99.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17L69.3 256l118.5 119.7c4.7 4.7 4.7 12.3 0 17L168 412.5c-4.7 4.7-12.3 4.7-17 0L4.2 264.5c-4.7-4.7-4.7-12.3 0-17z"></path></svg>');
}

.widget_bttk_posts_category_slider_widget .owl-theme .owl-prev:hover::after {
  background-image: url('data:image/svg+xml; utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path fill="%23fff" d="M4.2 247.5L151 99.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17L69.3 256l118.5 119.7c4.7 4.7 4.7 12.3 0 17L168 412.5c-4.7 4.7-12.3 4.7-17 0L4.2 264.5c-4.7-4.7-4.7-12.3 0-17z"></path></svg>');
}

.widget_bttk_posts_category_slider_widget .owl-theme .owl-next::after {
  background-image: url('data:image/svg+xml; utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path fill="%23ebc1c8" d="M187.8 264.5L41 412.5c-4.7 4.7-12.3 4.7-17 0L4.2 392.7c-4.7-4.7-4.7-12.3 0-17L122.7 256 4.2 136.3c-4.7-4.7-4.7-12.3 0-17L24 99.5c4.7-4.7 12.3-4.7 17 0l146.8 148c4.7 4.7 4.7 12.3 0 17z"></path></svg>');
}

.widget_bttk_posts_category_slider_widget .owl-theme .owl-next:hover::after {
  background-image: url('data:image/svg+xml; utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path fill="%23fff" d="M187.8 264.5L41 412.5c-4.7 4.7-12.3 4.7-17 0L4.2 392.7c-4.7-4.7-4.7-12.3 0-17L122.7 256 4.2 136.3c-4.7-4.7-4.7-12.3 0-17L24 99.5c4.7-4.7 12.3-4.7 17 0l146.8 148c4.7 4.7 4.7 12.3 0 17z"></path></svg>');
}

.widget_bttk_posts_category_slider_widget .owl-carousel .owl-dots {
  position: static;
}

.widget_bttk_posts_category_slider_widget .owl-carousel .owl-dots .owl-dot {
  margin: 0;
  padding: 5px !important;
}

.widget_bttk_posts_category_slider_widget .owl-carousel .owl-dots .owl-dot span {
  border-radius: 0;
  margin: 0;
  background: rgba(var(--primary-color-rgb), 0.2);
}

.widget_bttk_posts_category_slider_widget .owl-carousel .owl-dots .owl-dot:hover span,
.widget_bttk_posts_category_slider_widget .owl-carousel .owl-dots .owl-dot.active span {
  background: var(--primary-color);
}


/*============================
WIDGET STAT COUNTER
============================*/

.site-footer .grid .widget_blossomthemes_stat_counter_widget .col {
  width: 100%;
  padding: 0;
}

.widget_blossomthemes_stat_counter_widget .blossomthemes-sc-holder {
  position: relative;
  padding-left: 70px;
  display: flex;
  flex-direction: column-reverse;
}

.widget_blossomthemes_stat_counter_widget .widget-title {
  background: none;
  padding: 0;
  font-size: 1.112em;
  margin-bottom: 0;
  text-align: left;
}

.widget_blossomthemes_stat_counter_widget .widget-title::after {
  display: none;
}

.widget_blossomthemes_stat_counter_widget .widget-title>span {
  background: none;
  padding: 0;
}

.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);
}

.widget_blossomthemes_stat_counter_widget .blossomthemes-sc-holder .hs-counter {
  font-size: 2.6665em;
  font-weight: 700;
  line-height: 1;
}


/*==========================
WIDGET TEAM
==========================*/

.widget_bttk_description_widget .bttk-team-holder-modal {
  display: none !important;
}

.widget_bttk_description_widget .bttk-team-inner-holder {
  text-align: center;
}

.widget_bttk_description_widget .image-holder {
  margin-bottom: 30px;
}

.widget_bttk_description_widget .name {
  display: block;
  font-weight: 700;
  line-height: 1.5;
}

.widget_bttk_description_widget .designation {
  display: block;
  font-size: 0.7778em;
  color: rgba(var(--black-color-rgb), 0.5);
  margin-top: 0;
}

.widget_bttk_description_widget .description {
  margin-top: 15px;
}

.widget_bttk_description_widget .description p {
  margin-top: 0;
  margin-bottom: 20px;
}

.widget_bttk_description_widget .description p:last-child {
  margin-bottom: 0;
}

.widget_bttk_description_widget .social-profile {
  margin-top: 20px;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  justify-content: center;
}

.widget_bttk_description_widget .social-profile li {
  margin-right: 5px;
  margin-bottom: 0;
  margin-top: 5px;
  padding-bottom: 0;
  border-bottom: none;
}

.widget_bttk_description_widget .social-profile li a {
  display: inline-block;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 36px;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 100%;
  color: var(--white-color);
}

.widget_bttk_description_widget .social-profile li a:hover {
  background: none;
  color: var(--primary-color);
}


/*===================================
WIDGET AUTHOR BIO
===================================*/

.widget_bttk_author_bio .widget-title {
  text-align: left;
}

.bttk-author-bio-holder .image-holder {
  width: 190px;
  height: 190px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto 20px auto;
}

.bttk-author-bio-holder .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bttk-author-bio-holder .text-holder .title-holder {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.1112em;
  font-family: var(--secondary-font);
  color: var(--black-color);
  line-height: 1.5;
}

.bttk-author-bio-holder .author-bio-content {
  font-size: 0.8888em;
  letter-spacing: 0.1px;
  line-height: 2;
  color: rgba(var(--black-color-rgb), 0.9);
}

.bttk-author-bio-holder .author-bio-content p {
  margin-top: 0;
  margin-bottom: 20px;
}

.bttk-author-bio-holder .text-signature {
  color: var(--black-color);
  display: inline-block;
  margin-bottom: 25px;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.bttk-author-bio-holder .text-signature img {
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  transform: rotate(5deg);
}

.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;
}

.bttk-author-bio-holder .readmore:hover {
  background: var(--secondary-color);
}

.bttk-author-bio-holder .author-socicons li {
  margin: 5px;
  font-size: 1em;
}

.bttk-author-bio-holder .author-socicons li a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: rgba(var(--primary-color-rgb), 0.15);
  border-radius: 100%;
  color: var(--secondary-color);
}

.bttk-author-bio-holder .author-socicons li a:hover {
  background: rgba(var(--primary-color-rgb), 0.5);
  color: var(--black-color);
}


/*===============================
WIDGET EMAIL NEWSLETTER
===============================*/

.widget-area .widget .blossomthemes-email-newsletter-wrapper {
  padding: 60px 20px;
}

.widget-area .widget .blossomthemes-email-newsletter-wrapper .text-holder {
  margin-bottom: 20px;
  text-align: center;
}

.widget-area .widget .blossomthemes-email-newsletter-wrapper .text-holder h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3333em;
  line-height: 1.5;
  letter-spacing: 0.1px;
  font-weight: 600;
}

.widget-area .widget .blossomthemes-email-newsletter-wrapper .text-holder span {
  display: block;
  margin-top: 10px;
  font-size: 0.8888em;
  letter-spacing: 0.1px;
  line-height: 1.8;
}

.widget-area .widget .blossomthemes-email-newsletter-wrapper form {
  flex-direction: column;
}

.widget-area .blossomthemes-email-newsletter-wrapper form input[type="text"],
.widget-area .blossomthemes-email-newsletter-wrapper form input[type="submit"] {
  margin-top: 15px;
}


/*================================
BLOG COMMON CSS
================================*/

.page-header {
  background-color: var(--primary-color);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  min-height: 80px;
  padding: 0 0 60px 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.page-header.has-bg-img {
  position: relative;
  z-index: 1;
}

.page-header.has-bg-img::before {
  content: "";
  background: rgba(var(--secondary-color-rgb), 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

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

.breadcrumb-wrapper .breadcrumb-container {
  max-width: 100%;
  display: inline-block;
  background: var(--white-color);
}

.breadcrumb-wrapper #crumbs {
  display: inline-block;
  background: rgba(var(--primary-color-rgb), 0.2);
  padding: 5px 20px;
  font-size: 0.7778em;
  letter-spacing: 0.5px;
  color: rgba(var(--black-color-rgb), 0.5);
}

.breadcrumb-wrapper #crumbs>span {
  display: inline-block;
  font-size: 1em;
  line-height: 1.3;
}

.breadcrumb-wrapper a {
  display: inline-block;
  color: rgba(var(--black-color-rgb), 0.5);
  vertical-align: 2px;
}

.breadcrumb-wrapper .separator {
  display: inline-block;
  margin: 0 8px;
  vertical-align: 2px;
}

.breadcrumb-wrapper .separator svg path {
  stroke: rgba(var(--black-color-rgb), 0.7);
}

.breadcrumb-wrapper a:hover {
  color: var(--secondary-color);
}

.breadcrumb-wrapper .current a {
  color: var(--secondary-color);
  pointer-events: none;
}

.page-header>.container {
  margin-top: 30px;
  flex: 1;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  max-width: 1069px;
  width: 100%;
}

.page-header .page-title,
.page-header .entry-title {
  flex: initial;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
  font-size: 3em;
  line-height: 1.33;
  color: var(--white-color);
  font-family: var(--secondary-font);
}

.page-header.has-bg-img .entry-title {
  color: var(--white-color);
}

.archive-description {
  font-size: 1.22em;
  color: var(--white-color);
  letter-spacing: 0.1px;
  line-height: 1.6;
}

.archive-description p {
  margin-top: 20px;
  margin-bottom: 0;
}

.page-header .page-content {
  flex: initial;
  font-size: 1.22em;
  color: var(--white-color);
  letter-spacing: 0.1px;
  margin-top: 20px;
  line-height: 1.6;
}

.page-header .page-content p {
  margin-top: 0;
  margin-bottom: 20px;
}

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

body[class*="-layout"] .content-area article {
  margin-bottom: 60px;
}

body[class*="-layout"] .content-area article .post-thumbnail {
  margin: 0;
  padding: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

body[class*="-layout"] .content-area article .content-wrap {
  padding-top: 20px;
  position: relative;
}

body[class*="-layout"] .content-area article .entry-header {
  margin-bottom: 15px;
}

body[class*="-layout"] .content-area article .entry-header .entry-meta {
  margin-bottom: 15px;
}

body[class*="-layout"] .content-area article .entry-meta>span {
  display: inline-block;
  font-size: 0.94em;
  letter-spacing: 0.1px;
  color: rgba(var(--black-color-rgb), 0.8);
  line-height: 1.3;
}

body[class*="-layout"] .content-area article .entry-meta .posted-on {
  position: absolute;
  top: -10px;
  left: 0;
  background: var(--white-color);
  padding: 0;
  min-height: 34px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: left;
  z-index: 1;
}

body[class*="-layout"] .content-area article .entry-meta .posted-on::after {
  content: "";
  background: rgba(var(--secondary-color-rgb), 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

body[class*="-layout"] .content-area article .entry-meta .posted-on:hover::after {
  background: rgba(var(--secondary-color-rgb), 0.35);
}


/* body[class*="-layout"] .content-area article .entry-meta > span.category {
  text-transform: uppercase;
} */

body[class*="-layout"] .content-area article .entry-meta>span a {
  display: inline-block;
  color: rgba(var(--black-color-rgb), 0.8);
  text-decoration: none;
}

body[class*="-layout"] .content-area article .entry-meta>span a:hover {
  color: var(--primary-color);
}

body[class*="-layout"] .content-area article .entry-meta>.posted-on a {
  display: block;
  padding: 5px 10px;
}

body[class*="-layout"] .content-area article .entry-meta>.posted-on a:hover {
  color: var(--black-color);
}

body[class*="-layout"] .content-area article .entry-meta>span.category a {
  position: relative;
  margin-top: 10px;
  margin-right: 20px;
  padding: 0 3px;
}

body[class*="-layout"] .content-area article .entry-meta>span.category a:hover {
  color: var(--black-color);
}

body[class*="-layout"] .content-area article .entry-meta>span.category a::before {
  content: "";
  background: rgba(var(--primary-color-rgb), 0.2);
  width: 100%;
  height: 35%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

body[class*="-layout"] .content-area article .entry-meta>span.category a:hover::before {
  background: rgba(var(--primary-color-rgb), 0.4);
  height: 100%;
}

body[class*="-layout"] .content-area article .entry-meta>span.category a:not(:last-child)::after {
  content: "";
  background: var(--primary-color);
  width: 4px;
  height: 4px;
  border-radius: 100%;
  position: absolute;
  top: 11px;
  right: -13px;
}

body[class*="-layout"] .content-area article .entry-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1112em;
  letter-spacing: 0.1px;
  line-height: 1.85;
  font-weight: 600;
}

body[class*="-layout"] .content-area article .entry-title a {
  display: inline-block;
  color: var(--black-color);
  text-decoration: none;
}

body[class*="-layout"] .content-area article .entry-title a:hover {
  color: var(--primary-color);
}

body[class*="-layout"] .content-area article .entry-content {
  margin-top: 0;
  font-size: 1.06em;
  letter-spacing: 0.1px;
  color: rgba(var(--black-color-rgb), 0.95);
}

body[class*="-layout"] .content-area article .entry-content p {
  margin-top: 0px;
  margin-bottom: 20px;
}

body[class*="-layout"] .content-area article .button-wrap {
  margin-top: 10px;
}


/*================================
CLASSIC LAYOUT
================================*/


/* .classic-layout .site-content #secondary {
  margin-top: -40px;
  position: relative;
  z-index: 99;
} */

body.classic-layout .content-area article {
  margin-bottom: 80px;
}

body.classic-layout .content-area article .entry-title {
  font-size: 1.67em;
  line-height: 1.5;
  font-weight: normal;
}


/* .classic-layout #secondary .widget:first-child .widget-title {
  color: var(--white-color);
}

.classic-layout #secondary .widget:first-child .widget-title > span {
  background: var(--secondary-color);
} */

body.classic-layout .content-area article .content-wrap {
  padding-top: 40px;
}

.classic-layout .pagination {
  margin-top: 0;
}


/*============================================
GRID LAYOUT & GRID FULLWIDTH LAYOUT
============================================*/

.grid-layout .content-area,
.grid-fullwidth-layout .content-area {
  overflow: hidden;
}

.grid-layout .site-main,
.grid-fullwidth-layout .site-main {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.grid-layout .site-main article,
.grid-fullwidth-layout .site-main article {
  margin-left: 20px;
  margin-right: 20px;
  width: calc(50% - 40px);
}

body.grid-layout .content-area article .post-thumbnail {
  padding: 15px;
}

body.grid-fullwidth-layout .content-area article .post-thumbnail {
  padding: 0;
}

body.grid-layout .content-area article .entry-meta .posted-on {
  top: -30px;
}


/*==============================
SEARCH PAGE
==============================*/

.search .page-header>.container {
  align-items: inherit;
  text-align: left;
}

.page-header .sub-title {
  display: block;
  font-size: 1em;
  color: var(--white-color);
  font-family: var(--secondary-font);
  margin-bottom: 10px;
}

.page-header .result-count {
  display: block;
  font-size: 1em;
  color: var(--white-color);
  font-family: var(--secondary-font);
  margin-top: 15px;
}

.search .page-header .search-form {
  display: flex;
  flex-wrap: wrap;
  height: 70px;
  background: var(--white-color);
  border: 1px solid rgba(var(--black-color-rgb), 0.1);
}

.search .page-header .search-form label {
  width: calc(100% - 70px);
}

.search .page-header .search-form .search-field {
  border: none;
  background: none;
  height: 100%;
  padding: 10px 25px;
  font-size: 1.1112em;
  font-family: var(--secondary-font);
  font-weight: 600;
  letter-spacing: 0.1px;
  color: rgba(var(--black-color-rgb), 0.7);
}

.search .page-header .search-form .search-submit {
  width: 70px;
  height: 70px;
  min-height: auto;
  padding: 0;
  color: inherit;
  font-size: 0;
  background-color: transparent;
  background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="21.863" height="22" viewBox="0 0 21.863 22"><path d="M24.863,1170.255l-2.045,2.045L18,1167.482v-1.091l-.409-.409a8.674,8.674,0,0,1-5.727,2.046,8.235,8.235,0,0,1-6.273-2.591A8.993,8.993,0,0,1,3,1159.164a8.235,8.235,0,0,1,2.591-6.273,8.993,8.993,0,0,1,6.273-2.591,8.441,8.441,0,0,1,6.273,2.591,8.993,8.993,0,0,1,2.591,6.273,8.675,8.675,0,0,1-2.045,5.727l.409.409h.955ZM7.5,1163.664a5.76,5.76,0,0,0,4.364,1.773,5.969,5.969,0,0,0,4.364-1.773,6.257,6.257,0,0,0,0-8.727,5.76,5.76,0,0,0-4.364-1.773,5.969,5.969,0,0,0-4.364,1.773,5.76,5.76,0,0,0-1.773,4.364A6.308,6.308,0,0,0,7.5,1163.664Z" transform="translate(-3 -1150.3)" fill="%237D6A91"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
}

.search .page-header .search-form .search-submit:hover {
  background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="21.863" height="22" viewBox="0 0 21.863 22"><path d="M24.863,1170.255l-2.045,2.045L18,1167.482v-1.091l-.409-.409a8.674,8.674,0,0,1-5.727,2.046,8.235,8.235,0,0,1-6.273-2.591A8.993,8.993,0,0,1,3,1159.164a8.235,8.235,0,0,1,2.591-6.273,8.993,8.993,0,0,1,6.273-2.591,8.441,8.441,0,0,1,6.273,2.591,8.993,8.993,0,0,1,2.591,6.273,8.675,8.675,0,0,1-2.045,5.727l.409.409h.955ZM7.5,1163.664a5.76,5.76,0,0,0,4.364,1.773,5.969,5.969,0,0,0,4.364-1.773,6.257,6.257,0,0,0,0-8.727,5.76,5.76,0,0,0-4.364-1.773,5.969,5.969,0,0,0-4.364,1.773,5.76,5.76,0,0,0-1.773,4.364A6.308,6.308,0,0,0,7.5,1163.664Z" transform="translate(-3 -1150.3)" fill="%23EBC1C8"/></svg>');
}

.search .no-results .page-header {
  background: none;
  min-height: auto;
  padding: 0;
  display: block;
  text-align: left;
}

.search .no-results .page-header .page-title {
  color: var(--black-color);
  font-size: 2em;
}

.search .no-results .page-content {
  margin-top: 20px;
}

.search .no-results .page-content p {
  margin-top: 0;
  margin-bottom: 20px;
}

.search .no-results .page-content .search-form {
  display: none;
}


/*===============================
ARCHIVE PAGE
================================*/

.archive.author .page-header>.container {
  text-align: left;
}


/*================================
AUTHOR SECTION
================================*/

.archive .page-header .author-section {
  display: flex;
  flex-wrap: wrap;
}

.single .content-area .author-section {
  margin-top: 60px;
  background: rgba(var(--primary-color-rgb), 0.05);
  padding: 50px;
}

.author-section .author-img-title-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: initial;
}

.author-section .img-holder {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0;
}

.single .content-area .author-section .img-holder {
  width: 70px;
  height: 70px;
}

.author-section .img-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-section .img-holder+.author-title-wrap {
  width: calc(100% - 100px);
  padding-left: 20px;
}

.single .content-area .author-section .img-holder+.author-title-wrap {
  width: calc(100% - 70px);
}

.author-section .author-name {
  margin-top: 0;
  margin-bottom: 0;
  color: var(--white-color);
  font-size: 1.3333em;
  letter-spacing: 0.1px;
}

.single .content-area .author-section .author-name {
  color: var(--black-color);
  font-size: 1em;
}

.author-section .social-list {
  margin: 5px 0 0 -10px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.author-section .social-list li {
  font-size: 0.8888em;
  margin: 5px;
}

.author-section .social-list li a {
  display: inline-block;
  padding: 5px;
  line-height: 1;
  color: var(--white-color);
}

.single .content-area .author-section .social-list li a {
  color: var(--black-color);
}

.single .content-area .author-section .social-list li a:hover {
  color: var(--primary-color);
}

.author-section .social-list li a:hover {
  color: rgba(var(--white-color-rgb), 0.7);
}

.archive .page-header .author-content {
  flex: 1;
  color: var(--white-color);
}

.single .content-area .author-section .author-content {
  margin-top: 20px;
  font-size: 1.06em;
  letter-spacing: 0.1px;
}

.archive .page-header .author-img-title-wrap+.author-content {
  border-left: 1px solid rgba(var(--white-color-rgb), 0.2);
  padding-left: 40px;
  margin-left: 40px;
}

.author-section .author-content p {
  margin-top: 0;
  margin-bottom: 20px;
}

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

.archive.author .page-header .author-img {
  margin: 0;
  width: 102px;
  height: 102px;
  border-radius: 100%;
  overflow: hidden;
}

.archive.author .page-header .author-img+.author-title-wrap {
  padding-left: 20px;
}

.archive.author .page-header .author-section .author-name {
  font-weight: 600;
}


/*=============================
SINGLE NEWSLETTER
================================*/

.single .content-area .newsletter {
  margin-top: 80px;
}

.single .newsletter .blossomthemes-email-newsletter-wrapper {
  padding: 60px;
  text-align: center;
}

.single .newsletter .blossomthemes-email-newsletter-wrapper .container {
  max-width: 740px;
}

.single .newsletter .blossomthemes-email-newsletter-wrapper .text-holder span {
  font-size: 1em;
  line-height: 1.6;
  margin-top: 10px;
}

.single .newsletter .blossomthemes-email-newsletter-wrapper form {
  justify-content: center;
}

.single .newsletter .blossomthemes-email-newsletter-wrapper form input[type="text"] {
  flex: 2;
  margin-right: 10px;
}

.single .newsletter .blossomthemes-email-newsletter-wrapper form label {
  text-align: left;
}

.single .newsletter .blossomthemes-email-newsletter-wrapper form input[type="submit"] {
  flex: 1;
}


/*====================================
SINGLE POST COMMON CSS
====================================*/

.single .page-header .entry-title {
  color: var(--black-color);
}

.single .site-main article {
  position: relative;
}

.single.style-one .site-main article .category,
.single.style-two .site-content .page-header .category,
.single.style-six .site-main article .category,
.single.style-seven .site-main article .category {
  margin-bottom: 10px;
  display: inline-block;
  font-size: 0.94em;
  letter-spacing: 0.1px;
  color: rgba(var(--black-color-rgb), 0.8);
  line-height: 1.3;
  /*text-transform: uppercase;*/
}

.single.style-one .site-main article .category a,
.single.style-two .page-header .category a,
.single.style-six .site-main article .category a,
.single.style-seven .site-main article .category a {
  position: relative;
  margin-top: 10px;
  margin-right: 20px;
  padding: 0 3px;
  display: inline-block;
  color: rgba(var(--black-color-rgb), 0.8);
  text-decoration: none;
}

.single.style-one .site-main article .category a:last-child,
.single.style-two .page-header .category a:last-child,
.single.style-six .site-main article .category a:last-child,
.single.style-seven .site-main article .category a:last-child {
  margin-right: 0;
}

.single.style-one .site-main article .category a:hover,
.single.style-two .page-header .category a:hover,
.single.style-six .site-main article .category a:hover,
.single.style-seven .site-main article .category a:hover {
  color: var(--black-color);
}

.single.style-one .site-main article .category a::before,
.single.style-two .page-header .category a::before,
.single.style-six .site-main article .category a::before,
.single.style-seven .site-main article .category a::before {
  content: "";
  background: rgba(var(--primary-color-rgb), 0.2);
  width: 100%;
  height: 35%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.single.style-one .site-main article .category a:hover::before,
.single.style-two .page-header .category a:hover::before,
.single.style-six .site-main article .category a:hover::before,
.single.style-seven .site-main article .category a:hover::before {
  background: rgba(var(--primary-color-rgb), 0.4);
  height: 100%;
}

.single.style-one .site-main article .entry-meta>span.post-read-time,
.single.style-two .page-header .entry-meta>span.post-read-time,
.single.style-six .site-main article .entry-meta>span.post-read-time {
  color: rgba(var(--black-color-rgb), 0.5);
}

.single.style-one .site-main article .category a:not(:last-child)::after,
.single.style-two .page-header .category a:not(:last-child)::after,
.single.style-six .site-main article .category a:not(:last-child)::after,
.single.style-seven .site-main article .category a:not(:last-child)::after {
  content: "";
  background: var(--primary-color);
  width: 4px;
  height: 4px;
  border-radius: 100%;
  position: absolute;
  top: 11px;
  right: -13px;
}

.single.style-one .site-main .entry-header .entry-title,
.single.style-two .page-header .entry-title,
.single.style-six .site-main .entry-header .entry-title,
.single.style-seven .site-main .entry-header .entry-title,
.page.style-one .site-main .entry-header .entry-title,
.page.style-two .page-header .page-title,
.page.style-six .site-main .entry-header .entry-title,
.page.style-seven .site-main .entry-header .entry-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 3em;
  font-weight: normal;
  line-height: 1.5;
}

.single.style-one .site-main article .entry-meta>span,
.single.style-two .page-header .entry-meta>span,
.single.style-six .site-main article .entry-meta>span,
.single.style-seven .site-main article .entry-meta>span {
  display: inline-block;
  font-size: 0.94em;
  letter-spacing: 0.1px;
  color: rgba(var(--black-color-rgb), 0.8);
  line-height: 1.3;
}

.single.style-one .site-main article .entry-meta>span:not(:last-child)::after,
.single.style-two .page-header .entry-meta>span:not(:last-child)::after,
.single.style-six .site-main article .entry-meta>span:not(:last-child)::after,
.single.style-seven .site-main article .entry-meta>span:not(:last-child)::after {
  content: "";
  background: var(--black-color);
  width: 3px;
  height: 3px;
  border-radius: 100%;
  display: inline-block;
  vertical-align: 4px;
  margin: 0 10px;
}

.single.style-one .site-main article .entry-meta>span a,
.single.style-two .page-header .entry-meta>span a,
.single.style-six .site-main article .entry-meta>span a,
.single.style-seven .site-main article .entry-meta>span a {
  display: inline-block;
  color: rgba(var(--black-color-rgb), 0.8);
  text-decoration: none;
}

.single.style-one .site-main article .entry-meta>span a:hover,
.single.style-two .page-header .entry-meta>span a:hover,
.single.style-six .site-main article .entry-meta>span a:hover,
.single.style-seven .site-main article .entry-meta>span a:hover {
  color: var(--primary-color);
}

.single .site-main article .article-meta {
  position: absolute;
  top: 0;
  left: -175px;
  width: 75px;
  height: 100%;
  text-align: center;
}

.single.leftsidebar .site-main article .article-meta {
  left: auto;
  right: -175px;
}

.single .site-main article.has-sticky-meta .article-meta-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}

.single.admin-bar .site-main article.has-sticky-meta .article-meta-inner {
  top: 42px
}

.single .site-main .article-meta .byline {
  display: block;
  margin-bottom: 25px;
}

.single .site-main .article-meta .byline a {
  color: var(--black-color);
  font-family: var(--secondary-font);
  font-size: 0.7778em;
  line-height: 1.5;
  display: block;
  text-decoration: none;
}

.single .site-main .article-meta .byline a:hover {
  color: var(--primary-color);
}

.single .site-main .article-meta .byline img {
  width: 75px;
  height: 75px;
  overflow: hidden;
  border-radius: 100%;
  object-fit: cover;
  margin-bottom: 10px;
}

.single .site-main .article-meta .byline a b {
  font-weight: normal;
}

.single .site-main .article-meta .post-share {
  display: block;
  margin: 0 auto 25px;
  border: 1px solid rgba(var(--primary-color-rgb), 0.25);
  width: 50px;
}

.single-post .site-main .article-meta .post-share {
  display: flex;
  flex-direction: column-reverse;
}

.single .site-main .article-meta .social-networks {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single .site-main .article-meta .social-networks li {
  display: block;
  font-size: 0.8888em;
}

.single .site-main .article-meta .social-networks a {
  display: inline-block;
  color: var(--black-color);
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
}

.single .site-main .article-meta .social-networks a:hover {
  color: var(--primary-color);
}

.single .site-main .article-meta .post-share-title {
  display: block;
  background: rgba(var(--primary-color-rgb), 0.3);
  width: 100%;
  height: 50px;
  line-height: 50px;
}

.single .site-main .article-meta .post-share-title span {
  display: none;
}

.single .site-main .article-meta .comment-box {
  display: block;
}

.comment-box svg {
  overflow: visible;
}

.single .site-main .article-meta .comment-box a {
  display: block;
  font-size: 0.7778em;
  letter-spacing: 0.1px;
  color: var(--black-color);
  line-height: 1.3;
  text-decoration: none;
}

.single .site-main .article-meta .comment-box a:hover {
  color: var(--primary-color);
}

.single .site-main .article-meta .comment-box .meta-title {
  display: block;
  margin-top: 5px;
}

.site-main article .entry-content,
.site-main article .entry-content p:first-child {
  margin-top: 0;
}

.dropcap {
  float: left;
  font-size: 3.39em;
  line-height: 0.8;
  font-family: var(--secondary-font);
  margin-right: 10px;
  margin-bottom: 5px;
  margin-top: 10px;
}

.blockquote-highlight {
  background: var(--secondary-color);
  display: inline-block;
  padding: 45px;
  color: var(--white-color);
  font-family: var(--secondary-font);
  font-size: 1.11em;
  line-height: 2.1;
}

.highlight {
  background: rgba(var(--primary-color-rgb), 0.3);
}

.site-main .entry-content ul:not([class*="elementor-"]) {
  margin: 0;
  padding: 0;
  list-style: none;
}

.portfolio-holder .entry-content ul>li,
.site-main .entry-content ul:not([class*="elementor-"])>li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 22px;
}

.woocommerce-page .site-main .entry-content ul:not([class*="elementor-"])>li {
  padding-left: 0;
}

.portfolio-holder .entry-content ul>li::before,
.site-main .entry-content ul:not([class*="elementor-"])>li::before {
  content: "";
  background: var(--primary-color);
  width: 6px;
  height: 6px;
  position: absolute;
  top: 14px;
  left: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.portfolio-holder .entry-content ol,
.site-main .entry-content ol:not([class*="elementor-"]) {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: olCount;
}

.portfolio-holder .entry-content ol>li,
.site-main .entry-content ol:not([class*="elementor-"])>li {
  margin-bottom: 15px;
  position: relative;
  counter-increment: olCount;
  padding-left: 25px;
  font-size: 1em;
}

.portfolio-holder .entry-content ol>li::before,
.site-main .entry-content ol:not([class*="elementor-"])>li::before {
  content: counter(olCount)".";
  position: absolute;
  top: 5px;
  left: 0;
  font-family: var(--secondary-font);
  letter-spacing: 0.1px;
  font-size: 0.7778em;
  font-weight: 600;
  font-style: italic;
}

.site-main .entry-content ul:not([class*="elementor-"]) ul,
.site-main .entry-content ul:not([class*="elementor-"]) ol,
.site-main .entry-content ol:not([class*="elementor-"]) ol,
.site-main .entry-content ol:not([class*="elementor-"]) ul {
  margin-top: 15px;
}

.single .site-main .entry-footer,
.page .site-main .entry-footer {
  border-top: 2px dotted var(--primary-color);
  margin-top: 40px;
  padding-top: 20px;
}

.single .site-main .tags {
  display: block;
}

.single .site-main .tags span {
  font-size: 1.06em;
  letter-spacing: 0.1px;
  display: inline-block;
  vertical-align: middle;
}

.single .site-main .tags a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: rgba(var(--black-color-rgb), 0.8);
  /*text-transform: uppercase;*/
  font-size: 0.8888em;
  line-height: 1.5;
  text-decoration: none;
  margin-left: 20px;
  padding: 0 3px;
}

.single .site-main .tags a:hover {
  color: var(--black-color);
}

.single .site-main .tags a::before {
  content: "";
  width: 4px;
  height: 4px;
  background: var(--primary-color);
  border-radius: 100%;
  position: absolute;
  top: 12px;
  left: -15px;
}

.single .site-main .tags a::after {
  content: "";
  background: rgba(var(--primary-color-rgb), 0.2);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.single .site-main .tags a:hover::after {
  height: 100%;
  background: rgba(var(--primary-color-rgb), 0.4);
}

.author-signature {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid rgba(var(--primary-color-rgb), 0.15);
}

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

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

.author-signature .social-list {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
}

.author-signature .social-list li {
  display: inline-block;
}

.site-main .entry-content .author-signature .social-list>li {
  padding: 0;
  margin: 5px 2px;
}

.author-signature .social-list li::before {
  display: none;
}

.author-signature .social-list li a {
  padding: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 33px;
  color: var(--secondary-color);
  border: 1px solid rgba(var(--secondary-color-rgb), 0.3);
}

.author-signature .social-list li a:hover {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--white-color);
}


/*==================================
SINGLE POST STYLE ONE & SIX
==================================*/

.single.style-one .site-content .page-header,
.page.style-one .site-content .page-header,
.single.style-six .site-content .page-header,
.page.style-six .site-content .page-header,
.single.style-seven .site-content .page-header,
.page.style-seven .site-content .page-header {
  min-height: auto;
  padding: 0;
  background: none;
  display: block;
  position: relative;
}

.page.style-one .site-content .page-header {
  background: var(--primary-color);
  padding-bottom: 70px;
}

.single.style-one .page-header .breadcrumb-wrapper,
.page.style-one .page-header .breadcrumb-wrapper,
.single.style-six .page-header .breadcrumb-wrapper,
.page.style-six .page-header .breadcrumb-wrapper,
.single.style-seven .page-header .breadcrumb-wrapper,
.page.style-seven .page-header .breadcrumb-wrapper {
  position: relative;
  top: 0;
  left: 0;
  z-index: 999;
}

.single.style-one .page-header .blossomthemes-email-newsletter-wrapper,
.page.style-one .page-header .blossomthemes-email-newsletter-wrapper,
.single.style-six .page-header .blossomthemes-email-newsletter-wrapper,
.page.style-six .page-header .blossomthemes-email-newsletter-wrapper,
.single.style-seven .page-header .blossomthemes-email-newsletter-wrapper,
.page.style-seven .page-header .blossomthemes-email-newsletter-wrapper {
  padding: 40px 0;
}

.single.style-one .page-header .blossomthemes-email-newsletter-wrapper .container,
.page.style-one .page-header .blossomthemes-email-newsletter-wrapper .container,
.single.style-six .page-header .blossomthemes-email-newsletter-wrapper .container,
.page.style-six .page-header .blossomthemes-email-newsletter-wrapper .container,
.single.style-seven .page-header .blossomthemes-email-newsletter-wrapper .container,
.page.style-seven .page-header .blossomthemes-email-newsletter-wrapper .container {
  margin-top: 20px;
}

.single.style-one .page-header .text-holder,
.page.style-one .page-header .text-holder,
.single.style-six .page-header .text-holder,
.page.style-six .page-header .text-holder,
.single.style-seven .page-header .text-holder,
.page.style-seven .page-header .text-holder {
  max-width: 1045px;
  /* margin-top: 30px; */
  margin-left: auto;
  margin-right: auto;
}

.single.style-one .page-header .text-holder h3,
.page.style-one .page-header .text-holder h3,
.single.style-six .page-header .text-holder h3,
.page.style-six .page-header .text-holder h3,
.single.style-seven .page-header .text-holder h3,
.page.style-seven .page-header .text-holder h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3333em;
  letter-spacing: 0.1px;
  line-height: 1.6;
  font-weight: 600;
}

.single.style-one .page-header .text-holder span,
.page.style-one .page-header .text-holder span,
.single.style-six .page-header .text-holder span,
.page.style-six .page-header .text-holder span,
.single.style-seven .page-header .text-holder span,
.page.style-seven .page-header .text-holder span {
  display: block;
  margin-top: 10px;
  font-size: 1.06em;
  letter-spacing: 0.1px;
}

.single.style-one .page-header .blossomthemes-email-newsletter-wrapper form,
.page.style-one .page-header .blossomthemes-email-newsletter-wrapper form,
.single.style-six .page-header .blossomthemes-email-newsletter-wrapper form,
.page.style-six .page-header .blossomthemes-email-newsletter-wrapper form,
.single.style-seven .page-header .blossomthemes-email-newsletter-wrapper form,
.page.style-seven .page-header .blossomthemes-email-newsletter-wrapper form {
  max-width: 795px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.single.style-one .page-header .blossomthemes-email-newsletter-wrapper .text-holder+form,
.page.style-one .page-header .blossomthemes-email-newsletter-wrapper .text-holder+form,
.single.style-six .page-header .blossomthemes-email-newsletter-wrapper .text-holder+form,
.page.style-six .page-header .blossomthemes-email-newsletter-wrapper .text-holder+form,
.single.style-seven .page-header .blossomthemes-email-newsletter-wrapper .text-holder+form,
.page.style-seven .page-header .blossomthemes-email-newsletter-wrapper .text-holder+form {
  margin-top: 0;
}

.single.style-one .page-header .blossomthemes-email-newsletter-wrapper form input[type="text"],
.page.style-one .page-header .blossomthemes-email-newsletter-wrapper form input[type="text"],
.single.style-six .page-header .blossomthemes-email-newsletter-wrapper form input[type="text"],
.page.style-six .page-header .blossomthemes-email-newsletter-wrapper form input[type="text"],
.single.style-seven .page-header .blossomthemes-email-newsletter-wrapper form input[type="text"],
.page.style-seven .page-header .blossomthemes-email-newsletter-wrapper form input[type="text"] {
  flex: 1;
  margin-right: 15px;
  height: 40px;
}

.single.style-one .page-header .blossomthemes-email-newsletter-wrapper form label .subscribe-inner-wrap,
.page.style-one .page-header .blossomthemes-email-newsletter-wrapper form label .subscribe-inner-wrap,
.single.style-six .page-header .blossomthemes-email-newsletter-wrapper form label .subscribe-inner-wrap,
.page.style-six .page-header .blossomthemes-email-newsletter-wrapper form label .subscribe-inner-wrap,
.single.style-seven .page-header .blossomthemes-email-newsletter-wrapper form label .subscribe-inner-wrap,
.page.style-seven .page-header .blossomthemes-email-newsletter-wrapper form label .subscribe-inner-wrap {
  justify-content: center;
}

.single.style-one .page-header .blossomthemes-email-newsletter-wrapper form input[name="subscribe-email"],
.page.style-one .page-header .blossomthemes-email-newsletter-wrapper form input[name="subscribe-email"],
.single.style-six .page-header .blossomthemes-email-newsletter-wrapper form input[name="subscribe-email"],
.page.style-six .page-header .blossomthemes-email-newsletter-wrapper form input[name="subscribe-email"],
.single.style-seven .page-header .blossomthemes-email-newsletter-wrapper form input[name="subscribe-email"],
.page.style-seven .page-header .blossomthemes-email-newsletter-wrapper form input[name="subscribe-email"] {
  max-width: 65%;
  flex: initial;
}

.single.style-one .page-header .blossomthemes-email-newsletter-wrapper form input[name="subscribe-fname"]+input[name="subscribe-email"],
.page.style-one .page-header .blossomthemes-email-newsletter-wrapper form input[name="subscribe-fname"]+input[name="subscribe-email"],
.single.style-six .page-header .blossomthemes-email-newsletter-wrapper form input[name="subscribe-fname"]+input[name="subscribe-email"],
.page.style-six .page-header .blossomthemes-email-newsletter-wrapper form input[name="subscribe-fname"]+input[name="subscribe-email"],
.single.style-seven .page-header .blossomthemes-email-newsletter-wrapper form input[name="subscribe-fname"]+input[name="subscribe-email"],
.page.style-seven .page-header .blossomthemes-email-newsletter-wrapper form input[name="subscribe-fname"]+input[name="subscribe-email"] {
  max-width: 100%;
  flex: 1;
}

.single.style-one .page-header .blossomthemes-email-newsletter-wrapper form input[type="submit"],
.page.style-one .page-header .blossomthemes-email-newsletter-wrapper form input[type="submit"],
.single.style-six .page-header .blossomthemes-email-newsletter-wrapper form input[type="submit"],
.page.style-six .page-header .blossomthemes-email-newsletter-wrapper form input[type="submit"],
.single.style-seven .page-header .blossomthemes-email-newsletter-wrapper form input[type="submit"],
.page.style-seven .page-header .blossomthemes-email-newsletter-wrapper form input[type="submit"] {
  flex: 1;
  min-height: 40px;
}


/* .page-header .blossomthemes-email-newsletter-wrapper form label .subscribe-inner-wrap {
  justify-content: center;
} */

.single.style-one .site-main .post-thumbnail,
.page.style-one .site-main .post-thumbnail,
.single.style-six .site-main .post-thumbnail,
.page.style-six .site-main .post-thumbnail,
.single.style-seven .site-main .post-thumbnail,
.page.style-seven .site-main .post-thumbnail {
  margin-top: 40px;
  margin-bottom: 0;
}

.page.style-one .site-main .post-thumbnail {
  margin-top: 0;
  margin-bottom: 30px;
}

.single.style-one .site-main .content-wrap,
.page.style-one .site-main .content-wrap,
.single.style-six .site-main .content-wrap,
.page.style-six .site-main .content-wrap,
.single.style-seven .site-main .content-wrap,
.page.style-seven .site-main .content-wrap {
  margin-top: 40px;
}

.single.style-one .site-main .content-wrap,
.single.style-six .site-main .content-wrap,
.single.style-seven .site-main .content-wrap {
  position: relative;
}

.single.style-six .site-content,
.page.style-six .site-content {
  background: rgba(var(--secondary-color-rgb), 0.07);
}

.single.style-six .site-content>.container,
.page.style-six .site-content>.container {
  background: var(--white-color);
  padding: 0 45px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.single.style-six .site-content #primary,
.single.style-six .site-content #secondary,
.page.style-six .site-content #primary,
.page.style-six .site-content #secondary {
  margin-top: 60px;
  margin-bottom: 60px;
}

.single.style-six .site-main article .article-meta {
  left: -200px;
  top: 0;
}

.single.style-six .site-main article .article-meta .post-share {
  background: var(--white-color);
}


/*=======================================
SINGLE POST STYLE TWO
=======================================*/

.single.style-two .page-header,
.page.style-two .page-header {
  min-height: auto;
  padding: 0;
  background: rgba(var(--primary-color-rgb), 0.1);
}

.single.style-two .page-header .breadcrumb-wrapper,
.page.style-two .page-header .breadcrumb-wrapper {
  position: relative;
  z-index: 9;
}

.single.style-two .page-header>.container {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: inherit;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.single.style-two .page-header .post-thumbnail,
.page.style-two .page-header .post-thumbnail {
  margin: 0;
  width: 50%;
}

.single.style-two .page-header .post-thumbnail img,
.page.style-two .page-header .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single.style-two .page-header .entry-header,
.page.style-two .page-header .page-title {
  width: 50%;
  text-align: left;
  padding: 100px;
}

.page.style-two .page-header .page-title {
  color: var(--black-color);
}

.single.style-two #primary,
.single.style-two #secondary,
.page.style-two #primary,
.page.style-two #secondary {
  margin-top: 60px;
}

.page.style-two .page-header {
  position: relative;
  z-index: 1;
}


/* .page.style-two .page-header::after {
  content: "";
  background: var(--white-color);
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
} */

.page.style-two .page-header>.container {
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  flex: 1;
  display: block;
  text-align: center;
}

.page.style-two .page-header .page-title {
  margin: 0;
  padding: 0 0 40px 0;
  text-align: center;
  width: 100%;
}

.page.style-two .page-header .post-thumbnail {
  width: 100%;
}


/*==============================================
SINGLE POST STYLE THREE, FOUR & FIVE
==============================================*/

.single.style-three .site-content .page-header,
.page.style-three .site-content .page-header,
.single.style-four .site-content .page-header,
.page.style-four .site-content .page-header {
  padding: 0;
  background: none;
  min-height: auto;
  text-align: left;
}

.single.style-three .page-header .breadcrumb-wrapper,
.page.style-three .page-header .breadcrumb-wrapper {
  position: relative;
}

.single.style-three .page-header .post-thumbnail,
.page.style-three .page-header .post-thumbnail {
  margin: 0;
  text-align: center;
}

.single.style-four .page-header .post-thumbnail,
.page.style-four .page-header .post-thumbnail {
  margin: 60px 0 0 0;
  text-align: center;
}

.single.style-three .page-header .entry-header,
.page.style-three .page-header .entry-header {
  margin-top: 80px;
}

.single.style-four .page-header .entry-header,
.page.style-four .page-header .entry-header {
  margin-top: 60px;
}

.single.style-three #primary,
.single.style-three #secondary,
.page.style-three #primary,
.page.style-three #secondary {
  margin-top: 40px;
}

.single.style-four #primary,
.single.style-four #secondary,
.page.style-four #primary,
.page.style-four #secondary {
  margin-top: 60px;
}

.single.style-three .page-header .entry-header .category,
.single.style-four .page-header .entry-header .category,
.single.style-five .page-header .entry-header .category {
  margin-bottom: 10px;
  display: inline-block;
  font-size: 0.94em;
  letter-spacing: 0.1px;
  color: rgba(var(--black-color-rgb), 0.8);
  line-height: 1.3;
  /*text-transform: uppercase;*/
}

.single.style-three .page-header .entry-header .category a,
.single.style-four .page-header .entry-header .category a,
.single.style-five .page-header .entry-header .category a {
  position: relative;
  margin-top: 10px;
  margin-right: 20px;
  padding: 0 3px;
  display: inline-block;
  color: rgba(var(--black-color-rgb), 0.8);
  text-decoration: none;
}

.single.style-three .page-header .entry-header .category a:hover,
.single.style-four .page-header .entry-header .category a:hover,
.single.style-five .page-header .entry-header .category a:hover {
  color: var(--black-color);
}

.single.style-three .page-header .entry-header .category a::before,
.single.style-four .page-header .entry-header .category a::before,
.single.style-five .page-header .entry-header .category a::before {
  content: "";
  background: rgba(var(--primary-color-rgb), 0.2);
  width: 100%;
  height: 35%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.single.style-three .page-header .entry-header .category a:hover::before,
.single.style-four .page-header .entry-header .category a:hover::before,
.single.style-five .page-header .entry-header .category a:hover::before {
  background: rgba(var(--primary-color-rgb), 0.4);
  height: 100%;
}

.single.style-three .page-header .entry-header .entry-meta>span.post-read-time,
.single.style-four .page-header .entry-header .entry-meta>span.post-read-time,
.single.style-five .page-header .entry-header .entry-meta>span.post-read-time {
  color: rgba(var(--black-color-rgb), 0.5);
}

.single.style-three .page-header .entry-header .category a:not(:last-child)::after,
.single.style-four .page-header .entry-header .category a:not(:last-child)::after,
.single.style-five .page-header .entry-header .category a:not(:last-child)::after {
  content: "";
  background: var(--primary-color);
  width: 4px;
  height: 4px;
  border-radius: 100%;
  position: absolute;
  top: 11px;
  right: -13px;
}

.single.style-three .page-header .entry-header .entry-title,
.page.style-three .page-header .entry-header .entry-title,
.single.style-four .page-header .entry-header .entry-title,
.page.style-four .page-header .entry-header .entry-title,
.single.style-five .page-header .entry-header .entry-title,
.page.style-five .page-header .entry-header .entry-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 3em;
  font-weight: normal;
  line-height: 1.5;
}

.single.style-three .page-header .entry-header .entry-meta>span,
.single.style-four .page-header .entry-header .entry-meta>span,
.single.style-five .page-header .entry-header .entry-meta>span {
  display: inline-block;
  font-size: 0.94em;
  letter-spacing: 0.1px;
  color: rgba(var(--black-color-rgb), 0.8);
  line-height: 1.3;
}

.single.style-three .page-header .entry-header .entry-meta>span:not(:last-child)::after,
.single.style-four .page-header .entry-header .entry-meta>span:not(:last-child)::after,
.single.style-five .page-header .entry-header .entry-meta>span:not(:last-child)::after {
  content: "";
  background: var(--black-color);
  width: 3px;
  height: 3px;
  border-radius: 100%;
  display: inline-block;
  vertical-align: 4px;
  margin: 0 10px;
}

.single.style-three .page-header .entry-header .entry-meta>span a,
.single.style-four .page-header .entry-header .entry-meta>span a,
.single.style-five .page-header .entry-header .entry-meta>span a {
  display: inline-block;
  color: rgba(var(--black-color-rgb), 0.8);
  text-decoration: none;
}

.single.style-three .page-header .entry-header .entry-meta>span a:hover,
.single.style-four .page-header .entry-header .entry-meta>span a:hover,
.single.style-five .page-header .entry-header .entry-meta>span a:hover {
  color: var(--primary-color);
}


/*===================================
SINGLE POST STYLE FIVE
===================================*/

.single.style-five .site-content .page-header,
.page.style-five .site-content .page-header {
  background: none;
  padding: 0;
  position: relative;
  min-height: auto;
  text-align: left;
}

.single.style-five .site-content .page-header::before,
.page.style-five .site-content .page-header::before {
  content: "";
  background: rgba(var(--primary-color-rgb), 0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  z-index: -2;
}

.single.style-five .site-content .page-header::after,
.page.style-five .site-content .page-header::after {
  content: "";
  background-image: url('images/banner-style2-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  z-index: -1;
  opacity: 0.08;
  filter: alpha(opacity=8);
}

.single.style-five .page-header>.container,
.page.style-five .page-header>.container {
  max-width: 1170px;
}

.single.style-five .page-header .entry-header,
.page.style-five .page-header .entry-header {
  width: 100%;
}

.single.style-five #primary,
.single.style-five #secondary,
.page.style-five #primary,
.page.style-five #secondary {
  margin-top: 40px;
}


/*===================================
SINGLE POST STYLE SEVEN
===================================*/

.single.style-seven #primary,
.single.style-seven #secondary,
.page.style-seven #primary,
.page.style-seven #secondary {
  margin-top: 60px;
}


/*==================================
ERROR404 PAGE
==================================*/

.error404 .error-404 {
  display: flex;
  flex-wrap: wrap;
}

.error404 .error-404 .error-img {
  width: 50%;
  margin: 0;
}

.error404 .error-404 .error-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.error404 .error-404 .page-content {
  margin: 0;
  width: 50%;
  background: rgba(var(--primary-color-rgb), 0.15);
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.error404 .error-404 .page-content h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.44em;
  font-weight: normal;
}

.error404 .error-404 .page-content p {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 1.22em;
  letter-spacing: 0.1px;
  color: rgba(var(--black-color-rgb), 0.9);
}

.error404 .error-404 .page-content .btn-readmore {
  margin-top: 30px;
  min-width: 216px;
  text-decoration: none;
}

.error404 .error-404 .error-404-search {
  width: 100%;
  background: var(--secondary-color);
  padding: 50px;
}

.error404 .error-404-search .search-form {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  height: 70px;
  background: var(--white-color);
  border: 1px solid var(--primary-color);
}

.error404 .error-404-search .search-form label {
  width: calc(100% - 70px);
}

.error404 .error-404-search .search-form .search-field {
  border: none;
  background: none;
  height: 100%;
  min-height: 70px;
  padding: 10px 25px;
  font-size: 1.1112em;
  font-weight: 400;
  letter-spacing: 0.1px;
  color: rgba(var(--black-color-rgb), 0.7);
}

.error404 .error-404-search .search-form .search-submit {
  width: 70px;
  height: 68px;
  min-height: auto;
  padding: 0;
  color: inherit;
  font-size: 0;
  background-color: rgba(var(--primary-color-rgb), 0.7);
  background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="21.863" height="22" viewBox="0 0 21.863 22"><path d="M24.863,1170.255l-2.045,2.045L18,1167.482v-1.091l-.409-.409a8.674,8.674,0,0,1-5.727,2.046,8.235,8.235,0,0,1-6.273-2.591A8.993,8.993,0,0,1,3,1159.164a8.235,8.235,0,0,1,2.591-6.273,8.993,8.993,0,0,1,6.273-2.591,8.441,8.441,0,0,1,6.273,2.591,8.993,8.993,0,0,1,2.591,6.273,8.675,8.675,0,0,1-2.045,5.727l.409.409h.955ZM7.5,1163.664a5.76,5.76,0,0,0,4.364,1.773,5.969,5.969,0,0,0,4.364-1.773,6.257,6.257,0,0,0,0-8.727,5.76,5.76,0,0,0-4.364-1.773,5.969,5.969,0,0,0-4.364,1.773,5.76,5.76,0,0,0-1.773,4.364A6.308,6.308,0,0,0,7.5,1163.664Z" transform="translate(-3 -1150.3)" fill="%23fff"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
}

.error404 .error-404-search .search-form .search-submit:hover {
  background-color: var(--primary-color);
}

.error404 .additional-post {
  margin-top: 100px;
}

.error404 .additional-post .section-subtitle {
  text-align: center;
  display: block;
  margin-bottom: 10px;
}

.error404 .additional-post .post-title {
  text-align: center;
  font-weight: normal;
}

.error404 .additional-post .section-grid article .post-thumbnail {
  padding: 0;
}


/*====================================
PAGE TEMPLATE PORTFOLIO
====================================*/

.page-template-blossom-portfolio .portfolio-holder {
  margin-top: 60px;
  margin-bottom: 80px;
}

.single-blossom-portfolio .portfolio-holder {
  margin-top: 60px;
}

.single-blossom-portfolio .page-header {
  min-height: auto;
  padding: 0;
  background-color: transparent;
}

.single-blossom-portfolio .page-header.has-bg-img::before {
  display: none;
}

.single-blossom-portfolio .page-header>.container {
  margin: 0;
  flex: initial;
  display: block;
}

.portfolio-text-holder .portfolio-img-title {
  font-size: 1.3333em;
  font-family: var(--secondary-font);
  font-weight: normal;
  line-height: 1.3;
}

.portfolio-text-holder .portfolio-img-title a:hover {
  color: var(--primary-color);
}

.portfolio-item .portfolio-cat a {
  font-weight: normal;
}

.single-blossom-portfolio .entry-header .portfolio-cat a:hover,
.portfolio-item .portfolio-cat a:hover {
  color: var(--primary-color);
}

.single-blossom-portfolio .entry-header .portfolio-cat a:not(:last-child)::after,
.portfolio-item .portfolio-cat a:not(:last-child)::after {
  content: ",";
}

.single-blossom-portfolio .post-navigation .nav-next {
  text-align: right;
}

.related-portfolio {
  margin-bottom: 80px;
}

.portfolio-holder .entry-header .category {
  display: block;
  font-size: 0.94em;
  letter-spacing: 0.1px;
  color: rgba(var(--black-color-rgb), 0.8);
  line-height: 1.3;
}

.portfolio-holder .entry-header .category a {
  display: inline-block;
  color: rgba(var(--black-color-rgb), 0.8);
  text-decoration: none;
  position: relative;
  margin-top: 10px;
  margin-right: 20px;
  padding: 0 3px;
}

.portfolio-holder .entry-header .category a:hover {
  color: var(--black-color);
}

.portfolio-holder .entry-header .category a::before {
  content: "";
  background: rgba(var(--primary-color-rgb), 0.2);
  width: 100%;
  height: 35%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.portfolio-holder .entry-header .category a:hover::before {
  background: rgba(var(--primary-color-rgb), 0.4);
  height: 100%;
}

.portfolio-holder .entry-header .category a:not(:last-child)::after {
  content: "";
  background: var(--primary-color);
  width: 4px;
  height: 4px;
  border-radius: 100%;
  position: absolute;
  top: 11px;
  right: -13px;
}


/*=====================================
PAGE TEMPLATE EVENT
=====================================*/

.page-template-event .site-content>.page-header {
  min-height: 540px;
}

.page-template-event .site-content .page-header::before {
  display: none;
}

.page-template-event .site-content .page-header>.container {
  max-width: 1170px;
  margin-top: 40px;
}

.page-template-event .page-header article {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.page-template-event article .event-date-wrap {
  background: var(--secondary-color);
  padding: 35px 45px;
  color: var(--white-color);
  text-align: left;
}

.page-template-event .page-header article .event-date-wrap {
  flex: initial;
  padding: 50px 35px;
}

.page-template-event article .event-date-wrap .event-date-loc-wrap>span {
  display: block;
  text-align: left;
}

.page-template-event article .event-date-wrap span.event-location {
  font-size: 1.06em;
  letter-spacing: 0.1px;
  color: rgba(var(--white-color-rgb), 0.7);
  line-height: 1.5;
}

.page-template-event article .event-date-wrap span.event-time {
  background: var(--primary-color);
  line-height: 1.5;
  padding: 3px 13px;
  margin-top: 20px;
  /*text-transform: uppercase;*/
  font-size: 0.8888em;
  letter-spacing: 0.1px;
  display: inline-block;
}

.page-template-event article .event-date-wrap span.event-day {
  display: inline-block;
  font-size: 3.44em;
  font-family: var(--secondary-font);
  line-height: 1;
  position: relative;
}

.page-template-event article .event-date-wrap span.event-day::before {
  content: "";
  background: var(--primary-color);
  width: 80%;
  height: 4px;
  position: absolute;
  top: -35px;
  left: 0;
}

.page-template-event .page-header article .event-date-wrap span.event-day::before {
  top: -51px;
}

.page-template-event article .event-date-wrap span.event-month {
  display: block;
  /*text-transform: uppercase;*/
  letter-spacing: 1px;
  font-size: 1.22em;
}

.page-template-event article .event-content-wrap {
  flex: 1;
  background: var(--white-color);
  position: relative;
  padding: 60px;
}

.page-template-event .page-header article .event-content-wrap::before {
  content: "";
  background: var(--white-color);
  position: absolute;
  top: 0;
  right: 100%;
  width: 70px;
  height: 100%;
  z-index: -1;
}

.page-template-event .page-header article .sub-title {
  font-size: 1.39em;
  color: var(--black-color);
  letter-spacing: 0.1px;
}

.page-template-event .page-header article .event-name {
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 2em;
}

.page-template-event article .event-name a {
  display: inline-block;
  color: var(--black-color);
  text-decoration: none;
}

.page-template-event article .event-name a:hover {
  color: var(--primary-color);
}

.page-template-event .page-header article .event-content {
  font-size: 1.06em;
  color: rgba(var(--black-color-rgb), 0.95);
}

.page-template-event article .event-content p {
  margin-top: 20px;
  margin-bottom: 0;
}

.page-template-event article .button-wrap {
  margin-top: 30px;
}

.page-template-event article .button-wrap .btn-link {
  font-size: 0.89em;
}

.page-template-event .content-area .page-header {
  background: none;
  min-height: auto;
  display: block;
  padding: 0;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

.page-template-event .content-area .page-header .page-title {
  color: var(--black-color);
  font-size: 2em;
}

.page-template-event .content-area .page-header .page-content {
  color: rgba(var(--black-color-rgb), 0.9);
}

.page-template-event .event-listing {
  overflow: hidden;
}

.page-template-event .event-listing+.event-listing {
  border-top: 1px solid rgba(var(--primary-color-rgb), 0.1);
  margin-top: 20px;
  padding-top: 60px;
}

.page-template-event .event-listing-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.page-template-event .site-main article {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
}

.page-template-event .site-main article .event-date-wrap {
  background: var(--secondary-color);
  padding: 30px 50px 0 50px;
  color: var(--white-color);
  position: relative;
  /* min-height: 150px; */
  border-left: 1px solid rgba(var(--primary-color-rgb), 0.15);
  border-radius: 1px solid rgba(var(--primary-color-rgb), 0.15);
}

.page-template-event .site-main article .event-date-loc-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.page-template-event .site-main article .event-date-loc-wrap>span {
  /* display: block; */
  text-align: left;
}

.page-template-event .site-main article .event-date-wrap span.event-location {
  font-size: 1.06em;
  letter-spacing: 0.1px;
  color: rgba(var(--white-color-rgb), 0.7);
  line-height: 1.5;
  display: block;
}

.page-template-event .site-main article .event-date-wrap span.event-time {
  background: var(--primary-color);
  line-height: 1.5;
  padding: 3px 13px;
  margin-top: 0;
  text-transform: uppercase;
  font-size: 0.8888em;
  letter-spacing: 0.1px;
  display: table;
  clear: both;
  position: relative;
  bottom: -15px;
  z-index: 1;
}

.page-template-event .site-main article .event-date-wrap span.event-day {
  display: inline-block;
  font-size: 3.67em;
  font-family: var(--secondary-font);
  line-height: 1;
  position: relative;
  vertical-align: middle;
  flex: initial;
}

.page-template-event .site-main article .event-date-wrap span.event-day::before {
  content: "";
  background: var(--primary-color);
  width: 100%;
  height: 4px;
  position: absolute;
  top: -30px;
  left: 0;
}

.page-template-event .site-main article .event-date-wrap span.event-date {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid rgba(var(--white-color-rgb), 0.15);
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-template-event .site-main article .event-date-wrap span.event-month {
  display: block;
  /*text-transform: uppercase;*/
  letter-spacing: 1px;
  font-size: 1.22em;
}

.page-template-event .site-main .event-content-wrap {
  padding: 50px;
  border: 1px solid rgba(var(--primary-color-rgb), 0.15);
  border-top: none;
}

.page-template-event .site-main .event-content-wrap .event-name {
  font-size: 1.2em;
  letter-spacing: 0.1px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}

.page-template-event .site-main .event-content-wrap .event-content {
  font-size: 1em;
  color: rgba(var(--black-color-rgb), 0.95);
}

.page-template-event .site-main+#load-posts {
  margin-top: 40px;
}


/*===============================
SINGLE EVENT PAGE
===============================*/

.single-cp-event.style-two .page-header {
  background: none;
}

.single-cp-event.style-two .page-header>.container {
  flex-direction: row-reverse;
}

.single.single-cp-event.style-two .page-header .entry-header {
  padding: 0;
  position: relative;
}

.single-cp-event.style-two .page-header .entry-header .entry-title {
  margin: 0;
  background: rgba(var(--primary-color-rgb), 0.1);
  padding: 10% 10% 13% 10%;
  font-size: 3em;
  line-height: 1.48;
  color: var(--black-color);
}

.single-cp-event.style-two .entry-header .event-date-wrap {
  background: var(--secondary-color);
  padding: 25px 25px 0 25px;
  color: var(--white-color);
  position: relative;
}

.single-cp-event.style-two .page-header .entry-header .event-date-wrap {
  display: inline-block;
  margin-left: 10%;
  margin-bottom: 15px;
  top: -50px;
}

.single-cp-event.style-two .event-date-loc-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.single-cp-event.style-two .entry-header .event-date-wrap .event-date-loc-wrap>span {
  /* display: block; */
  text-align: left;
}

.single-cp-event.style-two .entry-header .event-date-wrap span.event-location {
  font-size: 1.06em;
  letter-spacing: 0.1px;
  color: rgba(var(--white-color-rgb), 0.7);
  line-height: 1.5;
  display: block;
}

.single-cp-event.style-two .entry-header .event-date-wrap span.event-time {
  background: var(--primary-color);
  line-height: 1.5;
  padding: 3px 13px;
  margin-top: 0;
  /*text-transform: uppercase;*/
  font-size: 0.8888em;
  letter-spacing: 0.1px;
  display: table;
  clear: both;
  position: relative;
  bottom: -15px;
}

.single-cp-event.style-two .entry-header .event-date-wrap span.event-day {
  display: inline-block;
  font-size: 3.67em;
  font-family: var(--secondary-font);
  line-height: 1;
  position: relative;
  vertical-align: middle;
  flex: initial;
}

.single-cp-event.style-two .entry-header .event-date-wrap span.event-day::before {
  content: "";
  background: var(--primary-color);
  width: 100%;
  height: 4px;
  position: absolute;
  top: -25px;
  left: 0;
}

.single-cp-event.style-two .entry-header .event-date-wrap span.event-date {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid rgba(var(--white-color-rgb), 0.15);
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.single-cp-event.style-two .entry-header .event-date-wrap span.event-month {
  display: block;
  /*text-transform: uppercase;*/
  letter-spacing: 1px;
  font-size: 1.22em;
}

.single-cp-event.style-two .page-header .entry-meta {
  background: var(--white-color);
  padding: 0px 10% 40px 10%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.single-cp-event.style-two .page-header .entry-meta>span {
  font-size: 0.8888em;
  flex: 1;
  padding-right: 20px;
}

.single-cp-event.style-two .page-header .entry-meta>span:last-child {
  padding-right: 0;
}

.single-cp-event.style-two .page-header .entry-meta>span.category {
  font-size: 0.8888em;
  margin-bottom: 0;
  text-transform: none;
}

.single.single-cp-event.style-two .page-header .entry-meta>span::after {
  display: none;
}

.single-cp-event.style-two .page-header .entry-meta>span .event-meta-title {
  display: block;
  margin-bottom: 10px;
  font-family: var(--secondary-font);
  font-size: 1.1em;
  color: var(--black-color);
  letter-spacing: 0px;
}

.single-cp-event.style-two .page-header .entry-meta>span.category a {
  padding: 0;
  margin-right: 0;
  margin-top: 0px;
}

.single-cp-event.style-two .page-header .entry-meta>span.category a::after {
  display: none;
}

.single-cp-event.style-two .page-header .entry-meta>span.category a::before,
.single-cp-event.style-two .page-header .entry-meta>span.category a:last-child::after {
  display: none;
}

.single-cp-event .site-main .event-location-map {
  margin-top: 50px;
}

.single-cp-event .site-main .event-location-map .title {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 1.3333em;
  letter-spacing: 0.1px;
  font-weight: 600;
  color: rgba(var(--black-color-rgb), 0.75);
}

.single-cp-event .site-main .event-location-map .event-map iframe {
  width: 100%;
}

.single-cp-event .site-main .button-wrap {
  margin-top: 40px;
  text-align: center;
}

.single.single-cp-event .site-main .article-meta .post-share-title {
  line-height: normal;
  padding: 10px 5px;
  height: auto;
  min-height: 50px;
}

.single.single-cp-event .site-main .article-meta .post-share-title span {
  display: block;
  font-size: 0.7778em;
  letter-spacing: 0.1px;
  color: rgba(var(--black-color-rgb), 0.95);
  line-height: 1.5;
}

.single-cp-event .post-navigation {
  border-right: none;
  border-bottom: none;
  border-left: none;
  padding: 60px 0 0 0;
}

.single-cp-event .post-navigation .nav-previous {
  padding-right: 20px;
}

.single-cp-event .post-navigation .nav-previous+.nav-next {
  padding-left: 20px;
}

.single-cp-event .post-navigation article .entry-title {
  margin-top: 30px;
  font-weight: 600;
  letter-spacing: 0.1px;
  color: rgba(var(--black-color-rgb), 70%);
  line-height: 1.75;
}

.single-cp-event .site-main .content-wrap .button-wrap {
  margin-top: 80px;
  text-align: center;
}

.single-cp-event .site-main .content-wrap .button-wrap .btn-readmore {
  display: block;
}

.single-cp-event .site-main article .btn-readmore {
  display: flex;
}


/*=======================================
ELEMENTOR ABOUT PAGE
=======================================*/


/* .elementor-page section[class*="-section"] section[class*="-section"] {
  margin: 0;
} */

.elementor-page .elementor-widget {
  margin: 0;
}

.elementor-widget-text-editor h1,
.elementor-widget-text-editor h2,
.elementor-widget-text-editor h3,
.elementor-widget-text-editor h4,
.elementor-widget-text-editor h5,
.elementor-widget-text-editor h6 {
  margin-top: 0;
}

.cta-section .elementor-widget-text-editor h1,
.cta-section .elementor-widget-text-editor h2,
.cta-section .elementor-widget-text-editor h3,
.cta-section .elementor-widget-text-editor h4,
.cta-section .elementor-widget-text-editor h5,
.cta-section .elementor-widget-text-editor h6 {
  font-weight: 600;
}

.elementor-widget-text-editor p {
  margin-top: 0;
  margin-bottom: 1em;
}

.elementor-widget-text-editor p:last-child {
  margin-bottom: 0;
}

.client-section .elementor-widget-heading .elementor-heading-title {
  margin-bottom: 0;
  position: relative;
}

.client-section .elementor-widget-heading .elementor-heading-title::before {
  content: "";
  border-top: 1px dashed var(--secondary-color);
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.client-section .elementor-widget-heading .elementor-heading-title span {
  display: inline-block;
  position: relative;
  background: var(--white-color);
  padding: 5px 40px;
  z-index: 1;
  color: var(--white-color);
}

.client-section .elementor-widget-heading .elementor-heading-title span::before {
  content: "";
  background: var(--secondary-color);
  height: 100%;
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  z-index: -1;
}


/*ELEMENTOR CTA SECTION*/

.cta-section .elementor-widget-wrap .elementor-inner-section {
  margin-bottom: 0;
}

.cta-section .elementor-widget-wrap .cta-section-second,
.cta-section .cta-section-second .elementor-widget-image {
  position: relative;
  z-index: 1;
}

.cta-section .cta-section-first .elementor-container {
  position: relative;
  z-index: 2;
}

.cta-section-first .elementor-widget-image,
.cta-section-first .elementor-widget-image .elementor-widget-container,
.cta-section-first .elementor-widget-image .elementor-image,
.cta-section-second .elementor-widget-image,
.cta-section-second .elementor-widget-image .elementor-widget-container,
.cta-section-second .elementor-widget-image .elementor-image {
  height: 100%;
}

.cta-section .elementor-widget-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-section .cta-section-first .elementor-column:nth-child(2) .elementor-column-wrap {
  margin-bottom: 150px;
  position: relative;
}

.cta-section .cta-section-first .elementor-column:nth-child(2) .elementor-column-wrap::before {
  content: "";
  border-right: 2px dotted var(--primary-color);
  height: 66px;
  width: 2px;
  position: absolute;
  bottom: -33px;
  right: 20%;
}

.cta-section .cta-section-second .elementor-column:first-child .elementor-column-wrap::before {
  content: "";
  border: 10px solid rgba(var(--primary-color-rgb), 0.1);
  position: absolute;
  top: -13%;
  right: -60%;
  bottom: 0;
  left: 0;
}

.cta-section .cta-section-second .elementor-column:first-child {
  padding-left: 60px;
  margin-bottom: 150px;
}

.cta-section .cta-section-second .elementor-column .elementor-button-wrapper {
  /* margin-top: 30px; */
  position: relative;
}

.cta-section .cta-section-second .elementor-column .elementor-button-wrapper::before {
  content: "";
  border-top: 2px dotted var(--primary-color);
  width: 66px;
  height: 2px;
  position: absolute;
  top: 20px;
  right: calc(100% + 25px);
}


/*======================================
ELEMENTOR SREVICE PAGE
======================================*/

section.service-page-header {
  margin-top: 0;
}

.service-block-wrap .elementor-widget-wrap .elementor-widget-heading:nth-child(2) {
  margin-bottom: 10px;
}

.service-block-wrap .elementor-widget-button .elementor-button-link {
  display: inline-block;
  position: relative;
  font-size: 1em;
  font-family: var(--secondary-font);
  color: var(--black-color);
  font-style: italic;
  text-decoration: none;
  z-index: 9;
}

.service-block-wrap .elementor-widget-button .elementor-button-link:hover {
  padding-left: 5px;
  padding-right: 5px;
  color: var(--black-color);

}

.service-block-wrap .elementor-widget-button .elementor-button-link::after {
  content: "";
  background: rgba(var(--primary-color-rgb), 0.15);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  z-index: -9;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.service-block-wrap .elementor-widget-button .elementor-button-link:hover::after {
  height: 100%;
  background: rgba(var(--primary-color-rgb), 0.3);
}

.service-block-wrap .elementor-widget-button .elementor-button-icon svg {
  width: auto;
}

.elementor-page .elementor-widget-text-editor a {
  text-decoration: underline;
}

.elementor-page .elementor-widget-text-editor a:hover {
  text-decoration: none;
}

.elementor-widget-shortcode p {
  margin-top: 0;
  margin-bottom: 1em;
}

.elementor-widget-shortcode p:nth-last-of-type(1) {
  margin-top: 100px;
  margin-bottom: 0;
}

.featured-testimonial .elementor-widget-wrap {
  flex-direction: column;
  justify-content: center;
}

.elementor-widget-eafe-testimonial .eafe-testimonial-content,
.featured-testimonial .elementor-widget-testimonial .elementor-testimonial-content,
.text-testimonial-section .elementor-widget-testimonial .elementor-testimonial-content,
.course-detail-page .elementor-widget-testimonial .elementor-testimonial-content,
.service-testimonial-section .elementor-widget-testimonial .elementor-testimonial-content {
  position: relative;
}

.text-testimonial-section .elementor-widget-testimonial .elementor-testimonial-content {
  background: rgba(var(--primary-color-rgb), 0.1);
  padding: 60px;
  position: relative;
  margin-bottom: 0;
}

.service-testimonial-section .elementor-widget-testimonial .elementor-testimonial-content {
  padding-left: 20px;
}

.elementor-widget-eafe-testimonial .eafe-testimonial-content::before,
.elementor-widget-eafe-testimonial .eafe-testimonial-content::after,
.featured-testimonial .elementor-widget-testimonial .elementor-testimonial-content::before,
.featured-testimonial .elementor-widget-testimonial .elementor-testimonial-content::after,
.text-testimonial-section .elementor-widget-testimonial .elementor-testimonial-content::before,
.text-testimonial-section .elementor-widget-testimonial .elementor-testimonial-content::after,
.course-detail-page .elementor-widget-testimonial .elementor-testimonial-content::before,
.course-detail-page .elementor-widget-testimonial .elementor-testimonial-content::after,
.service-testimonial-section .elementor-widget-testimonial .elementor-testimonial-content::before,
.service-testimonial-section .elementor-widget-testimonial .elementor-testimonial-content::after {
  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="%23EBC1C8"/><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="%23EBC1C8"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 12px;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: -1;
}

.text-testimonial-section .elementor-widget-testimonial .elementor-testimonial-content::before {
  top: 67px;
  left: 38px;
}

.elementor-widget-eafe-testimonial .eafe-testimonial-content::after,
.featured-testimonial .elementor-widget-testimonial .elementor-testimonial-content::after,
.text-testimonial-section .elementor-widget-testimonial .elementor-testimonial-content::after,
.course-detail-page .elementor-widget-testimonial .elementor-testimonial-content::after,
.service-testimonial-section .elementor-widget-testimonial .elementor-testimonial-content::after {
  position: relative;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
  display: inline-block;
  vertical-align: 10px;
  left: 5px;
}

.text-testimonial-section .elementor-widget-testimonial .elementor-testimonial-image {
  position: relative;
}

.text-testimonial-section .elementor-widget-testimonial .elementor-testimonial-image::before {
  content: "";
  border-top: 10px solid rgba(var(--primary-color-rgb), 0.1);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -30px;
  left: -10px;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
}

.featured-testimonial .elementor-widget-testimonial .elementor-testimonial-meta-inner,
.text-testimonial-section .elementor-widget-testimonial .elementor-testimonial-meta-inner,
.course-detail-page .elementor-widget-testimonial .elementor-testimonial-meta-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.elementor-widget-eafe-testimonial .eafe-testimonial-reviewer-meta,
.featured-testimonial .elementor-widget-testimonial .elementor-testimonial-meta-inner .elementor-testimonial-details,
.text-testimonial-section .elementor-widget-testimonial .elementor-testimonial-meta-inner .elementor-testimonial-details,
.course-detail-page .elementor-widget-testimonial .elementor-testimonial-meta-inner .elementor-testimonial-details {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.elementor-widget-eafe-testimonial .eafe-testimonial-reviewer-title,
.featured-testimonial .elementor-widget-testimonial .elementor-testimonial-job,
.text-testimonial-section .elementor-widget-testimonial .elementor-testimonial-job,
.course-detail-page .elementor-widget-testimonial .elementor-testimonial-job {
  margin: 0;
}

.elementor-widget-eafe-testimonial .eafe-testimonial-reviewer-name+.eafe-testimonial-reviewer-title::before,
.featured-testimonial .elementor-widget-testimonial .elementor-testimonial-name+.elementor-testimonial-job::before,
.text-testimonial-section .elementor-widget-testimonial .elementor-testimonial-name+.elementor-testimonial-job::before,
.course-detail-page .elementor-widget-testimonial .elementor-testimonial-name+.elementor-testimonial-job::before {
  content: "|";
  margin-left: 10px;
  margin-right: 10px;
}

.elementor-widget-video .elementor-custom-embed-image-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-testimonial .elementor-widget-video,
.featured-testimonial .elementor-widget-video .elementor-widget-container,
.featured-testimonial .elementor-widget-video .elementor-wrapper,
.featured-testimonial .elementor-widget-video .elementor-custom-embed-image-overlay {
  height: 100%;
}


/*=================================
ELEMENTOR COURSE PAGE
=================================*/

.course-main-content .elementor-widget-heading:first-child {
  margin-bottom: 0;
}


/* .course-main-content .elementor-inner-section:nth-child(2n) > .elementor-container > .elementor-row {
  flex-direction: column-reverse;
} */

.course-main-content .elementor-widget-heading span.elementor-heading-title a {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 3px;
}

.course-main-content .elementor-widget-heading span.elementor-heading-title a::after {
  content: "";
  background: rgba(var(--primary-color-rgb), 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35%;
  z-index: -1;
  -webkit-transition: all ease 0.35s;
  -moz-transition: all ease 0.35s;
  transition: all ease 0.35s;
}

.course-main-content .elementor-widget-heading span.elementor-heading-title a:hover::after {
  height: 100%;
}

.course-detail-page .elementor-widget-button .elementor-button-link,
.ebook-main-content .elementor-widget-button .elementor-button-link {
  display: block;
}


/*====================================
ELEMENTOR CONTACT PAGE
====================================*/

.contact-detail-section .elementor-widget-image-box .elementor-image-box-content {
  background: var(--white-color);
  padding: 0 20px 20px;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contact-detail-section .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title {
  background: var(--primary-color);
  display: inline-block;
  padding: 5px 20px;
  margin: 0;
  position: relative;
  top: -15px;
}

.contact-detail-section .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-description {
  display: inline-block;
  position: relative;
  background: -webkit-linear-gradient(transparent 55%, rgba(var(--primary-color-rgb), 0.15) 45%);
  background: -moz-linear-gradient(transparent 55%, rgba(var(--primary-color-rgb), 0.15) 45%);
  background: -ms-linear-gradient(transparent 55%, rgba(var(--primary-color-rgb), 0.15) 45%);
  background: -o-linear-gradient(transparent 55%, rgba(var(--primary-color-rgb), 0.15) 45%);
  background: linear-gradient(transparent 55%, rgba(var(--primary-color-rgb), 0.15) 45%);
}

.contact-cta-section .elementor-widget-button .elementor-button-icon svg {
  width: auto;
}

.contact-form-section form input[type="submit"] {
  width: 100%;
}


/*====================================
ELEMENTOR CONSULTATION PAGE
====================================*/

.consultation-detail-section {
  position: relative;
}

.consultation-detail-section::before {
  content: "";
  border-left: 1px dashed var(--primary-color);
  width: 1px;
  height: 66px;
  position: absolute;
  top: -33px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.consultation-detail-section .elementor-widget-image-box .elementor-image-box-content {
  background: var(--white-color);
  padding: 0 20px 20px;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.consultation-detail-section .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title {
  background: var(--secondary-color);
  display: inline-block;
  padding: 5px 20px;
  margin: 0;
  position: relative;
  top: -15px;
}

.elementor-widget-button .elementor-button:hover svg path {
  stroke: var(--primary-color);
  fill: var(--primary-color);
}

.elementor-widget-button .elementor-button:hover svg path+path {
  fill: none;
}

.consultation-main-content .elementor-inner-section .elementor-widget-heading {
  transform-origin: center;
  position: relative;
  top: -40px;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  transform: rotate(-8deg);
}

.newsletter-landing-content .elementor-widget-shortcode {
  text-align: center;
}

.newsletter-landing-content .blossomthemes-email-newsletter-wrapper form label {
  text-align: left;
}


/*==============================================
ELEMENTOR SUBSCRIPTION CONFIRMATION PAGE
==============================================*/

.subscription-confirmation-steps .elementor-widget-image-box .elementor-image-box-content {
  background: var(--white-color);
  padding: 0 20px 20px;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.subscription-confirmation-steps .elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title {
  background: var(--secondary-color);
  display: inline-block;
  padding: 5px 20px;
  margin: 0;
  position: relative;
  top: -15px;
}

.subscription-confirmation-steps .elementor-inner-section .elementor-column {
  position: relative;
}

.subscription-confirmation-steps .elementor-inner-section .elementor-column:not(:last-child)::after {
  content: "";
  background-image: url('images/subscription-steps-arrow.png');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 172px;
  height: 36px;
  position: absolute;
  bottom: -30px;
  right: -86px;
  z-index: 1;
}

.elementor-widget-image-carousel .swiper-wrapper {
  align-items: center;
}

.elementor-widget-image-carousel .swiper-slide {
  padding: 20px;
}

.elementor-widget-image-gallery .gallery {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
}

.elementor-widget-image-gallery .gallery .gallery-item {
  padding: 20px;
}

.elementor-testimonial-wrapper .elementor-testimonial-meta {
  margin-top: 30px;
}

.elementor-testimonial-wrapper .elementor-testimonial-details>div {
  display: inline-block;
  vertical-align: middle;
}

.elementor-testimonial-wrapper .elementor-testimonial-name+.elementor-testimonial-job::before {
  content: "|";
  margin: 0 8px 0 5px;
}


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

/*---CoachPress Health----*/
.coachpress_health .site-header .button-wrap .btn-readmore,
.coachpress_health .site-banner .banner-caption .btn-readmore.btn-two,
.coachpress_health .site-banner.static-cta.style-one .item .banner-caption .btn-two {
  border: 1px solid var(--secondary-color);
}

.coachpress_health .site-header .button-wrap .btn-readmore:hover,
.coachpress_health .site-banner .banner-caption .btn-readmore.btn-two:hover,
.coachpress_health .site-banner.static-cta.style-one .item .banner-caption .btn-two:hover {
  border: 1px solid var(--secondary-color);
  background: var(--secondary-color);
}

.coachpress_health .blog-section .button-wrap .btn-readmore,
.coachpress_health .site-banner .banner-caption .btn-readmore.btn-one,
.coachpress_health .site-banner.static-cta.style-one .item .banner-caption .btn-one {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
}

.coachpress_health .blog-section .button-wrap .btn-readmore:hover,
.coachpress_health .site-banner .banner-caption .btn-readmore.btn-one:hover,
.coachpress_health .site-banner.static-cta.style-one .item .banner-caption .btn-one:hover {
  background: transparent;
  color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.coachpress_health .about-section .widget-featured-holder .featured_page_content .btn-readmore {
  background: var(--secondary-color);
  color: #fff;
  border: 1px solid var(--secondary-color);
}

.coachpress_health .about-section .widget-featured-holder .featured_page_content .btn-readmore:hover {
  background: transparent;
  color: var(--black-color);
  border: 1px solid var(--secondary-color);
}

.coachpress_health .widget_blossomtheme_companion_cta_widget .btn-cta {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
}

.coachpress_health .widget_blossomtheme_companion_cta_widget .btn-cta:hover {
  color: var(--secondary-color);
  background: transparent;
}

.coachpress_health .widget_blossomtheme_companion_cta_widget .btn-cta+.btn-cta {
  color: var(--secondary-color);
  background: transparent;
}

.coachpress_health .widget_blossomtheme_companion_cta_widget .btn-cta+.btn-cta:hover {
  background: var(--secondary-color);
  color: #fff;
}

.coachpress_health .widget_bttk_icon_text_widget .rtc-itw-inner-holder .btn-readmore::before {
  background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="48.781" height="9.63" viewBox="0 0 48.781 9.63"><g transform="translate(-1019.528 -1511)"><path d="M141.589-1.863l-8.34,4.815v-9.63Z" transform="translate(926.721 1517.678)" fill="%23F6987F"></path><path d="M3089.528,1523h40.965" transform="translate(-2070 -7.502)" fill="none" stroke="%23F6987F" stroke-width="1"></path></g></svg>');
}


/*======================================
ELEMENTOR PAGES RESPONSIVE
======================================*/

@media screen and (max-width: 1024px) {
  .text-testimonial-section .elementor-widget-testimonial .elementor-testimonial-content {
      padding: 40px;
  }

  .text-testimonial-section .elementor-widget-testimonial .elementor-testimonial-content::before {
      top: 48px;
      left: 18px;
  }

  /*=================================
  ELEMENTOR ABOUT PAGE
  =================================*/
  .cta-section .cta-section-first .elementor-column:nth-child(2) .elementor-column-wrap {
      margin-right: 0;
  }

  .cta-section .cta-section-second .elementor-column:first-child {
      padding-left: 30px;
      margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .featured-testimonial .elementor-container {
      max-width: 420px;
  }

  /*=================================
  ELEMENTOR ABOUT PAGE
  =================================*/
  .about-main-content .elementor-container>.elementor-row {
      max-width: 420px;
      margin-left: auto;
      margin-right: auto;
  }

  .cta-section .cta-section-first .elementor-column:nth-child(2) .elementor-column-wrap {
      margin-bottom: 40px;
  }

  .cta-section .cta-section-second .elementor-column:first-child .elementor-column-wrap::before {
      border-width: 7px;
  }

  .cta-section .cta-section-second .elementor-column:first-child .elementor-column-wrap::before {
      right: 0;
  }

  .cta-section-second .elementor-row {
      flex-direction: column-reverse;
  }

  .cta-section .cta-section-second .elementor-column:first-child {
      padding-left: 20px;
  }

  .cta-section .cta-section-second .elementor-column:nth-child(2) {
      padding-right: 20px;
  }

  .cta-section .cta-section-second .elementor-column .elementor-button-wrapper::before {
      right: calc(100% + 5px);
      width: 35px;
  }

  /*===============================
  EBOOK LANDING PAGE
  ================================*/
  .ebook-main-content .elementor-section .elementor-inner-column:nth-child(2) {
      order: -1;
  }

  /*==============================================
  ELEMENTOR SUBSCRIPTION CONFIRMATION PAGE
  ==============================================*/
  .subscription-confirmation-steps .elementor-inner-section .elementor-column:not(:last-child)::after {
      left: -50px;
      right: auto;
      width: 120px;
      height: 35px;
      bottom: -30px;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      transform: rotate(90deg);
  }

  .elementor-testimonial-wrapper .elementor-testimonial-name+.elementor-testimonial-job::before {
      display: none;
  }
}


/*======================================
RESPONSIVE STYLESHEET
======================================*/

@media screen and (max-width: 1700px) {

  /*=====================================
NEWSLETTER SECTION
======================================*/
  .newsletter-section .widget .blossomthemes-email-newsletter-wrapper .img-holder {
      left: -8.3%;
  }

  .newsletter-section .widget .blossomthemes-email-newsletter-wrapper .img-holder+.text-holder {
      margin-left: 10%;
      padding-left: 30px;
      margin-right: 60px;
  }

  .newsletter-section .blossomthemes-email-newsletter-wrapper .text-holder h3 {
      font-size: 1.75em;
  }

  .newsletter-section .widget .blossomthemes-email-newsletter-wrapper .img-holder+.text-holder+form {
      max-width: calc(90% - 566px);
  }
}

@media screen and (max-width: 1540px) {

  /*=================================
  SITE HEADER STYLE EIGHT AND TWO
  =================================*/
  .site-header.style-three .header-top,
  .site-header.style-three .header-main,
  .site-header.style-two .container {
      padding-left: 3%;
      padding-right: 3%;
  }

  /*=================================
  SITE HEADER STYLE EIGHT
  =================================*/
  .site-header.style-eight {
      padding-left: 3%;
      padding-right: 3%;
  }

  /*================================
SITE BANNER STYLE FOUR
================================*/
  .banner-slider.style-four .item .sub-title,
  .banner-slider.style-four .item .title {
      font-size: 2.67em;
  }

  /*==================================
ABOUT SECTION
  ==================================*/
  .about-section .section-grid {
      padding-left: 5%;
      padding-right: 5%;
  }

  /*=================================
SINGLE POST COMMON CSS
=================================*/
  .single .site-main article .article-meta {
      left: -90px;
  }

  .single.style-one .site-main article .article-meta,
  .single.style-seven .site-main article .article-meta {
      left: -85px;
  }

  .single.leftsidebar .site-main article .article-meta {
      left: auto;
      right: -90px;
  }

  .single.style-one.leftsidebar .site-main article .article-meta,
  .single.style-seven.leftsidebar .site-main article .article-meta {
      right: -85px;
  }

  .single.fullwidth-centered .site-main article .article-meta {
      left: -175px;
  }

  /*===================================
SINGLE POST STYLE ONE & SIX
===================================*/
  .single.style-six .site-main article .article-meta {
      left: -125px;
  }

  .single.style-six.leftsidebar .site-main article .article-meta {
      left: auto;
      right: -125px;
  }
}

@media screen and (max-width: 1366px) {

  /*===============================
STICKY T BAR
===============================*/
  .sticky-bar-content {
      padding-right: 40px;
      padding-left: 15px;
  }

  .sticky-t-bar .close {
      right: 10px;
  }

  /*==============================
  SITE HEADER STYLE TWO
  ==============================*/
  .site-header.style-two .main-navigation ul.nav-menu>li a {
      padding-left: 25px;
      padding-right: 25px;
  }

  .site-header.style-two .main-navigation ul.nav-menu>li .submenu-toggle {
      right: 10px;
  }

  /*=================================
  SITE HEADER STYLE EIGHT
  =================================*/
  .site-header.style-eight .header-top,
  .site-header.style-eight .header-main {
      padding-left: 30px;
      padding-right: 30px;
  }

  /*================================
  SITE BANNER APPOINTMENT
  ================================*/
  .site-banner.appointment-banner .calendly-inline-widget {
      height: calc(100% - 80px) !important;
  }

  /*===================================
  SITE BANNER STATIC CTA STYLE TWO
  ===================================*/
  .site-banner.static-cta.style-two:not(.video-banner) .item .wp-custom-header {
      height: 650px;
  }

  /*=================================
SITE BANNER STYLE ONE
  =================================*/
  .banner-slider.style-one .container {
      padding-left: 4%;
      padding-right: 4%;
  }

  .banner-slider.style-one .item img {
      height: 550px;
      object-fit: cover;
  }

  .banner-slider.style-one img+.banner-caption {
      padding: 40px;
  }

  .banner-slider.style-one .owl-carousel .owl-nav [class*="owl-"],
  .banner-slider.style-one .owl-carousel .owl-nav button[class*="owl-"] {
      width: 40px;
      height: 40px;
      line-height: 40px;
  }

  .banner-slider.style-one .owl-carousel .owl-nav [class*="owl-"] svg {
      width: 27px;
      height: 7px;
  }

  /*=============================
SITE BANNER STYLE THREE
=============================*/
  .banner-slider.style-three .item img {
      height: 550px;
      object-fit: cover;
  }

  .banner-slider.style-three .banner-caption {
      padding: 40px;
  }

  /*================================
SITE BANNER STYLE FOUR
================================*/
  .banner-slider.style-four .item .sub-title {
      font-size: 2em;
  }

  .banner-slider.style-four .item .title {
      font-size: 2.22em;
  }

  /*==================================
NEWSLETTER SECTION
===================================*/
  .newsletter-section .blossomthemes-email-newsletter-wrapper .container {
      padding-left: 185px;
      /* position: static; */
  }

  .newsletter-section .widget .blossomthemes-email-newsletter-wrapper .img-holder {
      /* position: static; */
      width: 200px;
      left: -1.3%;
  }

  .newsletter-section .blossomthemes-email-newsletter-wrapper .img-holder img {
      object-fit: contain;
  }

  .newsletter-section .widget .blossomthemes-email-newsletter-wrapper .img-holder+.text-holder {
      max-width: calc(50% - 30px);
      padding-left: 30px;
      margin-left: 0;
      margin-right: 60px;
  }

  .newsletter-section .widget .blossomthemes-email-newsletter-wrapper .img-holder+.text-holder+form {
      max-width: calc(50% - 30px);
  }

  /*==================================
ABOUT SECTION
  ==================================*/
  .about-section .section-grid {
      padding-left: 3%;
      padding-right: 3%;
  }

  .about-section .widget-featured-holder .img-holder {
      margin-top: 80px;
      margin-bottom: 80px;
      width: 41%;
  }

  .about-section .widget-featured-holder .text-holder {
      padding: 80px;
  }

  .about-section .widget-featured-holder .img-holder+.text-holder {
      padding-left: 0;
      width: 59%;
  }

  .about-section .widget-featured-holder.right .img-holder+.text-holder {
      padding-left: 80px;
      padding-right: 0;
  }

  .about-section .widget-featured-holder .img-holder+.text-holder::before {
      width: 80px;
  }

  .about-section .widget-featured-holder .widget-title,
  .about-section .widget-featured-holder .featured_page_content {
      padding-left: 80px;
  }

  .about-section .widget-featured-holder.right .widget-title,
  .about-section .widget-featured-holder.right .featured_page_content {
      padding-left: 0;
      padding-right: 80px;
  }

  /*=============================
  TESTIMONIAL SECTION
  ==============================*/
  .testimonial-section .section-grid.has-vdo-testimonial::before {
      width: 71.6%;
  }

  .testimonial-section .section-grid::after {
      width: 28.4%;
  }

  /*===================================
SINGLE POST STYLE TWO
===================================*/
  .single.style-two .page-header .entry-header {
      padding: 80px 60px;
  }

  .single.fullwidth-centered .site-main article.has-meta {
      padding-left: 0;
  }

  /*==========================================
SINGLE EVENT PAGE
==========================================*/
  .single-cp-event.style-two .page-header .entry-header .entry-title,
  .single-cp-event.style-two .page-header .entry-meta {
      padding-left: 5%;
      padding-right: 5%;
  }

  .single-cp-event.style-two .page-header .entry-header .event-date-wrap {
      margin-left: 5%;
  }
}

@media screen and (max-width: 1350px) {
  .custom-background .container {
      padding-left: 15px;
      padding-right: 15px;
  }

  /*==============================
  SITE HEADER STYLE TWO
  ==============================*/
  .site-header.style-two .container {
      padding-left: 5%;
      padding-right: 5%;
  }

  .site-header.style-two .main-navigation ul.nav-menu>li a {
      padding-left: 20px;
      padding-right: 20px;
  }

  .site-header.style-two .main-navigation ul.nav-menu>li.menu-item-has-children a {
      padding-right: 22px;
  }

  .site-header.style-two .nav-wrap .button-wrap {
      padding-left: 25px;
  }

  /*===================================
  SITE HEADER STYLE SEVEN
  ===================================*/
  .site-header.style-seven .header-top .social-list li a {
      padding-left: 5px;
      padding-right: 5px;
  }

  .site-header.style-seven .header-top .main-navigation .nav-menu>li>a {
      padding-left: 20px;
      padding-right: 20px;
  }

  .site-header.style-seven .header-top .button-wrap {
      padding-left: 10px;
  }

  /*=================================
  SITE HEADER STYLE EIGHT
  =================================*/
  .site-header.style-eight .header-main .main-navigation {
      padding-left: 20px;
  }

  .site-header.style-eight .header-main .main-navigation .nav-menu>li>a {
      padding-left: 20px;
      padding-right: 20px;
  }

  .site-header.style-eight .header-main .main-navigation .nav-menu>li>.submenu-toggle {
      right: 8px;
  }

  /*==============================
  ABOUT SECTION
  ==============================*/
  .about-section .widget-featured-holder .img-holder {
      width: 36%;
  }

  .about-section .widget-featured-holder .img-holder+.text-holder {
      width: 64%;
      padding-right: 60px;
  }

  /*===============================
SINGLE POST COMMON CSS
================================*/
  .single .site-main article .article-meta {
      left: -55px;
  }

  .single.leftsidebar .site-main article .article-meta {
      left: auto;
      right: -55px;
  }

  .single .site-main article.has-meta {
      padding-left: 50px;
  }

  .single.style-six .site-main article .article-meta {
      left: -90px;
  }

  .single.style-six.fullwidth-centered .site-main article .article-meta {
      left: -120px;
  }

  .single.style-six.leftsidebar .site-main article .article-meta {
      left: auto;
      right: -90px;
  }

  .single.style-one .site-main article.has-meta,
  .single.style-one.fullwidth-centered .site-main article.has-meta,
  .single.style-six .site-main article.has-meta {
      padding-left: 0;
  }

  .single.style-one .site-main .content-wrap,
  .single.style-seven .site-main .content-wrap {
      padding-left: 55px;
  }

  .single.style-one .site-main article .article-meta,
  .single.style-one.rightsidebar .site-main article .article-meta,
  .single.style-seven .site-main article .article-meta,
  .single.style-seven.rightsidebar .site-main article .article-meta {
      left: -50px;
  }

  .single.style-one.fullwidth-centered .site-main .content-wrap,
  .single.style-seven.fullwidth-centered .site-main .content-wrap {
      padding-left: 0;
  }

  .single.style-one.fullwidth-centered .site-main article .article-meta,
  .single.style-seven.fullwidth-centered .site-main article .article-meta {
      left: -100px;
  }

  .single.style-one.leftsidebar .site-main .content-wrap,
  .single.style-seven.leftsidebar .site-main .content-wrap {
      padding-left: 0;
      padding-right: 80px;
  }

  .single.style-one.leftsidebar .site-main .content-wrap .article-meta,
  .single.style-seven.leftsidebar .site-main .content-wrap .article-meta {
      left: auto;
      right: -10px;
  }
}

@media screen and (max-width: 1280px) {

  .custom-background .site,
  .custom-background .sticky-header {
      max-width: 95%;
  }

  /*==================================
SITE BANNER STATIC CTA
==================================*/
  .site-banner.static-cta .item .banner-caption {
      padding: 60px 40px;
  }

  /*===================================
  SITE BANNER STATIC STYLE THREE
  ===================================*/
  .site-banner.cta-newsletter-banner.style-three .blossomthemes-email-newsletter-wrapper {
      padding: 60px 40px;
  }

  /*================================
  PROMO SECTION
  =================================*/
  .promo-section .owl-carousel .owl-nav [class*="owl-"],
  .promo-section .owl-carousel .owl-nav button[class*="owl-"] {
      left: 0;
  }

  .promo-section .owl-carousel .owl-nav .owl-next,
  .promo-section .owl-carousel .owl-nav button.owl-next {
      left: auto;
      right: 0;
  }

  /*===============================
SINGLE POST COMMON CSS
================================*/
  .single .site-main article .article-meta {
      left: -12px;
  }

  .single.leftsidebar .site-main article .article-meta {
      left: auto;
      right: -12px;
  }

  .single .site-main .article-meta .byline img {
      width: 60px;
      height: 60px;
  }

  .single .site-main article.has-meta {
      padding-left: 100px;
  }

  .single.leftsidebar .site-main article.has-meta {
      padding-left: 0;
      padding-right: 100px;
  }

  .single.style-one.leftsidebar .site-main article.has-meta,
  .single.style-six.leftsidebar .site-main article.has-meta,
  .single.style-seven.leftsidebar .site-main article.has-meta {
      padding-right: 0;
  }

  .single.style-six .site-main article .article-meta {
      left: 0;
      top: 0;
  }

  .single.style-six.leftsidebar .site-main article .article-meta {
      left: auto;
      right: 0;
  }

  .single.style-one .site-main .content-wrap,
  .single.style-seven .site-main .content-wrap {
      padding-left: 80px;
  }

  .single.style-one .site-main article .article-meta,
  .single.style-one.rightsidebar .site-main article .article-meta,
  .single.style-seven .site-main article .article-meta,
  .single.style-seven.rightsidebar .site-main article .article-meta {
      left: -10px;
  }

  .single.style-six .site-main .content-wrap {
      padding-left: 100px;
  }

  .single.style-six.leftsidebar .site-main .content-wrap {
      padding-left: 0;
      padding-right: 100px;
  }

  .single.style-six.fullwidth-centered .site-main .content-wrap {
      padding-left: 0;
  }

  /*===================================
SINGLE POST STYLE TWO
===================================*/
  .single.style-two .page-header .entry-header {
      padding: 60px 40px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1250px) {
  .newsletter-section .blossomthemes-email-newsletter-wrapper form input[type="text"] {
      flex: initial;
      width: calc(50% - 8px);
  }
}

@media screen and (max-width: 1199px) {
  .container {
      max-width: 1000px;
  }

  /*=============================
SIDEBARS
==============================*/
  .rightsidebar #secondary,
  .leftsidebar #secondary {
      width: 300px;
  }

  .rightsidebar #primary {
      padding-right: 60px;
      width: calc(100% - 300px);
  }

  .leftsidebar #primary {
      padding-left: 60px;
      width: calc(100% - 300px);
  }

  /*===============================
STICKY T BAR
  ===============================*/
  .newsletter-enabled .blossomthemes-email-newsletter-wrapper .text-holder {
      flex-basis: 45%;
  }

  .newsletter-enabled .blossomthemes-email-newsletter-wrapper form {
      flex-basis: 55%;
  }

  /*===========================
SITE HEADER
============================*/
  .main-navigation ul.nav-menu>li {
      font-size: 0.8888em;
  }

  .main-navigation ul.nav-menu>li a {
      padding-left: 20px;
      padding-right: 20px;
  }

  .main-navigation ul li.menu-item-has-children>a {
      padding-right: 35px;
  }

  /*==============================
  SITE HEADER STYLE TWO
  ==============================*/
  .site-header.style-two .container {
      padding-left: 3%;
      padding-right: 3%;
  }

  .site-header.style-two .main-navigation ul.nav-menu>li a {
      padding-left: 15px;
      padding-right: 15px;
  }

  /*===============================
  SITE HEADER STYLE THREE
  ===============================*/
  .site-header.style-three .header-main .site-branding {
      padding-left: 15px;
      padding-right: 15px;
  }

  .site-header.style-three .header-main .main-navigation {
      margin-left: -15px;
  }

  .site-header.style-three .header-main .secondary-menu {
      margin-right: -15px;
  }

  .site-header.style-three .header-main .secondary-menu .nav-menu>li {
      font-size: 0.8888em;
  }

  .site-header.style-three .header-main .main-navigation .nav-menu>li>a,
  .site-header.style-three .header-main .secondary-menu .nav-menu>li>a {
      padding-left: 15px;
      padding-right: 15px;
  }

  /*===============================
  SITE HEADER STYLE FOUR
  ===============================*/
  .site-header.style-four .header-bottom .main-navigation+.button-wrap {
      margin-left: 20px;
  }

  /*=================================
  SITE HEADER STYLE FIVE
  =================================*/
  .site-header.style-five .header-right .header-social+.header-search {
      margin-left: 10px;
  }

  /*===================================
  SITE HEADER STYLE SEVEN
  ===================================*/
  /* .site-header.style-seven .header-top .social-list li, 
  .site-header.style-seven .header-top .main-navigation .nav-menu > li, 
  .site-header.style-seven .header-cart a {
      font-size: 0.78em;
  } */
  .site-header.style-seven .header-top .social-list li a {
      padding-left: 5px;
      padding-right: 5px;
  }

  .site-header.style-seven .header-top .main-navigation .nav-menu>li>a {
      padding-left: 14px;
      padding-right: 14px;
  }

  .site-header.style-seven .header-top .main-navigation .nav-menu>li.menu-item-has-children>a {
      padding-right: 30px;
  }

  .site-header.style-seven .header-top .main-navigation .nav-menu>li>.submenu-toggle {
      right: 18px;
  }

  .site-header.style-seven .header-top .button-wrap {
      padding-left: 0;
  }

  .site-header.style-seven .header-top .btn-readmore.btn-two {
      min-width: 100px;
      min-height: 35px;
      line-height: 1.3;
      font-size: 0.78em;
  }

  .site-header.style-seven .header-search .search-toggle svg {
      width: 15px;
      height: 15px;
  }

  .site-header.style-seven .header-top .secondary-menu .toggle-btn {
      width: 25px;
      height: 25px;
  }

  /*=================================
  SITE HEADER STYLE EIGHT
  =================================*/
  .site-header.style-eight .header-top,
  .site-header.style-eight .header-main {
      padding-left: 20px;
      padding-right: 20px;
  }

  .site-header.style-eight .header-top .social-list li,
  .site-header.style-eight .header-cart a {
      font-size: 0.8888em;
  }

  .site-header.style-eight .header-top .header-right .header-social+.header-search {
      margin-left: 10px;
  }

  .site-header.style-eight .header-main .main-navigation {
      padding-left: 0;
  }

  .site-header.style-eight .header-main .main-navigation .nav-menu>li>a {
      padding-left: 15px;
      padding-right: 15px;
  }

  .site-header.style-eight .header-main .main-navigation .nav-menu>li.menu-item-has-children>a {
      padding-right: 22px;
  }

  .site-header.style-eight .header-main .main-navigation .nav-menu>li>.submenu-toggle {
      right: 10px;
  }

  .site-header.style-eight .header-main .secondary-menu .toggle-btn {
      width: 25px;
      height: 25px;
  }

  .site-header.style-eight .header-main .secondary-menu+.button-wrap {
      padding-left: 20px;
  }

  .site-header.style-eight .header-main .button-wrap .btn-readmore {
      min-width: 100px;
      min-height: 35px;
      line-height: 1.3;
      font-size: 0.78em;
  }

  /*=================================
SITE BANNER CTA NEWSLETTER
=================================*/
  .site-banner.cta-newsletter-banner .wp-custom-header {
      height: 700px;
  }

  /*================================
  SITE BANNER APPOINTMENT
  ================================*/
  .site-banner.appointment-banner:not(.video-banner) .item .wp-custom-header {
      height: 475px;
  }

  .site-banner.appointment-banner .calendly-inline-widget {
      height: calc(100% - 40px) !important;
  }

  /*===========================================
  SITE BANNER STATIC NEWSLETTER STYLE ONE
  ===========================================*/
  .site-banner.cta-newsletter-banner.style-one .wp-custom-header {
      height: auto;
  }

  /*===================================
  SITE BANNER STATIC STYLE THREE
  ===================================*/
  .site-banner.appointment-banner.style-three:not(.video-banner) .item .wp-custom-header {
      height: auto;
  }

  /*=================================
SITE BANNER STYLE ONE
=================================*/
  .banner-slider.style-one .item .banner-img+.banner-caption {
      padding: 40px;
      left: 3%;
  }

  /*=============================
SITE BANNER STYLE THREE
=============================*/
  .banner-slider.style-three .banner-caption {
      padding: 40px 20px;
  }

  /*================================
SITE BANNER STYLE FOUR
================================*/
  .banner-slider.style-four .item .banner-caption {
      padding: 60px;
  }

  /*==================================
NEWSLETTER SECTION
===================================*/
  .newsletter-section .blossomthemes-email-newsletter-wrapper .container {
      padding-left: 0;
  }

  .newsletter-section .widget .blossomthemes-email-newsletter-wrapper .img-holder {
      position: static;
      width: 120px;
  }

  .newsletter-section .widget .blossomthemes-email-newsletter-wrapper .img-holder+.text-holder {
      margin-right: 40px;
      padding-left: 20px;
      max-width: 380px;
  }

  .newsletter-section .widget .blossomthemes-email-newsletter-wrapper .img-holder+.text-holder+form {
      max-width: calc(100% - 540px);
  }

  .newsletter-section .blossomthemes-email-newsletter-wrapper .text-holder {
      max-width: 420px;
      margin-right: 60px;
  }

  .newsletter-section .blossomthemes-email-newsletter-wrapper .text-holder+form {
      max-width: calc(100% - 480px);
  }

  /*==================================
ABOUT SECTION
==================================*/
  .about-section .widget-featured-holder .img-holder {
      margin-top: 60px;
      margin-bottom: 60px;
  }

  .about-section .widget-featured-holder .text-holder {
      padding: 60px;
  }

  .about-section .widget-featured-holder .img-holder+.text-holder {
      padding-left: 0;
  }

  .about-section .widget-featured-holder.right .img-holder+.text-holder {
      padding-left: 60px;
      padding-right: 0;
  }

  .about-section .widget-featured-holder .img-holder+.text-holder::before {
      width: 60px;
  }

  .about-section .widget-featured-holder .widget-title,
  .about-section .widget-featured-holder .featured_page_content {
      padding-left: 60px;
  }

  .about-section .widget-featured-holder.right .widget-title,
  .about-section .widget-featured-holder.right .featured_page_content {
      padding-left: 0;
      padding-right: 60px;
  }

  .about-section .widget-featured-holder .featured_page_content .btn-readmore {
      margin-top: 0;
  }

  /*===========================
SERVICE SECTION
===========================*/
  .service-section .service-inner-wrapper {
      padding: 60px 40px;
  }

  .widget_bttk_icon_text_widget .rtc-itw-inner-holder .text-holder {
      padding: 40px 20px;
  }

  /*=============================
  TESTIMONIAL SECTION
  ==============================*/
  .testimonial-section .section-grid.has-vdo-testimonial::before {
      width: 70.7vw;
  }

  .testimonial-section .section-grid::after {
      width: 29.3vw;
  }

  /*=============================
CTA SECTION
=============================*/
  .cta-section .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container {
      padding: 60px 40px;
  }

  /*==============================
BLOG SECTION
==============================*/
  .blog-section article .content-wrap {
      padding: 40px 20px;
  }

  /*================================
INSTAGRAM SECTION 
================================*/
  .instagram-section .profile-link {
      width: 200px;
      font-size: 1em;
  }

  /*=============================
BLOG COMMON CSS
=============================*/
  .page-header>.container {
      max-width: 1000px;
  }

  /*=============================
SINGLE POST STYLE ONE & SIX
=============================*/
  .single.style-one .page-header .blossomthemes-email-newsletter-wrapper,
  .page.style-one .page-header .blossomthemes-email-newsletter-wrapper,
  .single.style-six .page-header .blossomthemes-email-newsletter-wrapper,
  .page.style-six .page-header .blossomthemes-email-newsletter-wrapper,
  .single.style-seven .page-header .blossomthemes-email-newsletter-wrapper,
  .page.style-seven .page-header .blossomthemes-email-newsletter-wrapper {
      padding-left: 15px;
      padding-right: 15px;
  }

  .single.style-one.fullwidth-centered .site-main .content-wrap,
  .single.style-seven.fullwidth-centered .site-main .content-wrap {
      padding-left: 0;
  }

  .single.style-six.fullwidth-centered .site-main article .article-meta {
      left: -100px;
  }

  /*===================================
SINGLE POST STYLE TWO
===================================*/
  .single.style-two .page-header .entry-title,
  .page.style-two .page-header .page-title {
      font-size: 2.2223em;
  }

  .single.fullwidth-centered .site-main article .article-meta {
      left: -100px;
  }

  /*=====================================
SINGLE POST STYLE FIVE
=====================================*/
  .single.style-five .page-header>.container,
  .page.style-five .page-header>.container {
      max-width: 1000px;
  }

  /*======================================
PAGE TEMPLATE EVENT
======================================*/
  .page-template-event .site-content .page-header>.container {
      max-width: 1000px;
  }

  .single-cp-event.style-two .page-header .entry-header .entry-title {
      font-size: 2.67em;
  }
}

@media screen and (min-width: 1025px) {
  .mobile-header {
      display: none;
  }

  .main-navigation .nav-menu {
      display: flex !important;
  }

  .site-header .main-navigation ul .sub-menu,
  .footer-navigation ul li .sub-menu {
      display: block !important;
      height: auto !important;
  }
}

@media screen and (max-width: 1024px) {
  .container {
      max-width: 768px;
      padding: 0 15px;
  }

  /*===========================
SIDEBARS
===========================*/
  .rightsidebar.widget-sticky .site-content>.container,
  .leftsidebar.widget-sticky .site-content>.container {
      flex-direction: column;
  }

  #primary,
  #secondary {
      margin-top: 60px;
      margin-bottom: 60px;
  }

  .rightsidebar #primary,
  .leftsidebar #primary {
      width: 100%;
      padding-right: 0;
      padding-left: 0;
      float: none;
  }

  .rightsidebar #secondary,
  .leftsidebar #secondary {
      width: 100%;
      float: none;
  }

  /*================================
STICKY T BAR
================================*/
  .sticky-bar-content {
      padding-left: 0;
  }

  .sticky-t-bar .blossomthemes-email-newsletter-wrapper .container {
      display: block;
  }

  .newsletter-enabled .blossomthemes-email-newsletter-wrapper .text-holder {
      padding-right: 0;
      margin-bottom: 20px;
      text-align: center;
  }

  .newsletter-enabled .blossomthemes-email-newsletter-wrapper form {
      max-width: 540px;
      margin-left: auto;
      margin-right: auto;
  }

  .sticky-t-bar .blossomthemes-email-newsletter-wrapper form .subscribe-inner-wrap {
      justify-content: center;
  }

  /*================================
SITE HEADER
================================*/
  .site-header {
      display: none;
  }

  .mobile-header {
      padding: 20px 0;
  }

  .mobile-header.stick {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 999;
      background: var(--white-color);
      box-shadow: 0 5px 5px rgba(var(--black-color-rgb), 0.05);
      padding-top: 10px;
      padding-bottom: 10px;
  }

  .mobile-header .container {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
  }

  .mobile-header .site-branding {
      flex: 1;
      padding-right: 20px;
  }

  .mobile-header .toggle-btn {
      padding: 0 35px 0 0;
      width: auto;
      height: 30px;
      background: none;
      border: none;
      position: relative;
      min-height: auto;
      color: rgba(var(--black-color-rgb), 0.78);
      font-size: 0.89em;
      font-family: var(--primary-font);
      text-transform: uppercase;
      letter-spacing: 0.8px;
  }

  .mobile-header .toggle-btn:hover,
  .mobile-header .toggle-btn:focus {
      color: var(--primary-color);
  }

  .mobile-header .toggle-btn .toggle-bar {
      width: 25px;
      height: 2px;
      background: var(--secondary-color);
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto;
  }

  .mobile-header .toggle-btn .toggle-bar:nth-child(2) {
      top: -16px;
  }

  .mobile-header .toggle-btn .toggle-bar:last-child {
      bottom: -16px;
  }

  .mobile-header .toggle-btn:hover .toggle-bar,
  .mobile-header .toggle-btn:focus .toggle-bar {
      background: var(--primary-color);
  }

  .mobile-header .mobile-header-popup {
      position: fixed;
      top: 0;
      left: 0;
      background: var(--white-color);
      width: 320px;
      box-shadow: 10px 0 20px rgba(var(--black-color-rgb), 0.1);
      height: 100%;
      z-index: 9999;
      overflow-y: auto;
      overflow-x: hidden;
      display: none;
  }

  .mobile-header-popup .mbl-header-inner {
      width: 320px;
      padding-top: 32px;
  }

  .mobile-header .mbl-header-top {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      padding: 20px;
  }

  .mobile-header-popup .close {
      margin: 0;
      padding: 0;
      width: 25px;
      height: 25px;
      min-height: auto;
      color: inherit;
      position: relative;
      background: none;
      border: none;
      cursor: pointer;
  }

  .mobile-header-popup .close::before,
  .mobile-header-popup .close::after {
      content: "";
      background: rgba(var(--black-color-rgb), 0.7);
      width: 100%;
      height: 2px;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      transform: rotate(45deg);
  }

  .mobile-header-popup .close::after {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      transform: rotate(-45deg);
  }

  .mobile-header-popup .close:hover::before,
  .mobile-header-popup .close:hover::after {
      background: var(--primary-color);
  }

  .mobile-header .mbl-header-top .header-right {
      display: flex;
      flex-wrap: wrap;
      flex: 1;
      justify-content: flex-end;
  }

  .mobile-header .header-search .search-toggle:hover svg path,
  .mobile-header .header-cart a:hover svg path {
      fill: var(--primary-color);
  }

  .mobile-header .main-navigation .nav-menu {
      display: block;
  }

  .mobile-header .main-navigation ul li {
      display: block;
      font-size: 1em;
  }

  .mobile-header .main-navigation ul li a {
      display: block;
      padding: 15px 20px;
  }

  .mobile-header .main-navigation ul .sub-menu {
      position: static;
      width: 100%;
      background: none;
      box-shadow: none;
      display: none;
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transition: none;
      -moz-transition: none;
      transition: none;
  }

  .mobile-header .main-navigation ul .sub-menu li a {
      border-bottom: none;
  }

  .mobile-header .main-navigation ul li.menu-item-has-children>a {
      padding-right: 40px;
  }

  .mobile-header .main-navigation .submenu-toggle {
      height: 57px;
      right: 10px;
      width: 30px;
      -webkit-transform: none;
      -moz-transform: none;
      transform: none;
  }

  .mobile-header .main-navigation .submenu-toggle.active {
      -webkit-transform: rotate(-180deg);
      -moz-transform: rotate(-180deg);
      transform: rotate(-180deg);
  }

  .mobile-header .secondary-menu {
      display: none;
  }

  .mobile-header .mbl-header-bottom {
      padding: 20px;
  }

  .mobile-header .button-wrap .btn-readmore {
      display: block;
      padding-top: 5px;
      padding-bottom: 5px;
      min-height: auto;
  }

  .mobile-header .header-social {
      margin-top: 10px;
  }

  .mobile-header .social-list {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      flex-wrap: wrap;
  }

  .mobile-header .social-list li {
      margin: 5px;
  }

  .mobile-header .social-list li a {
      display: inline-block;
      line-height: 1.3;
      padding: 5px 7px;
      color: rgba(var(--black-color-rgb), 0.7);
      text-decoration: none;
  }

  .mobile-header .social-list li a:hover {
      color: var(--primary-color);
  }

  .mobile-header .header-center {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin: 20px -10px 0;
  }

  .mobile-header .header-block {
      margin: 5px 10px;
      font-size: 0.7778em;
      letter-spacing: 0.5px;
  }

  .mobile-header .header-block svg {
      color: var(--secondary-color);
      margin-right: 5px;
  }

  .mobile-header .header-block svg.fa-phone {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      transform: rotate(90deg);
  }

  .mobile-header .header-block a {
      color: var(--secondary-color);
  }

  .mobile-header .header-block a:hover {
      color: var(--primary-color);
  }

  .mobile-header nav .toggle-btn {
      display: none;
  }

  /*==================================
SITE BANNER STATIC CTA
==================================*/
  .site-banner.static-cta .item {
      flex-direction: column;
  }

  .site-banner.static-cta .item .wp-custom-header {
      width: 100%;
  }

  .site-banner.static-cta .item .banner-caption {
      width: 100%;
  }

  /*=================================
SITE BANNER CTA NEWSLETTER
=================================*/
  .site-banner.cta-newsletter-banner .wp-custom-header {
      height: 600px;
  }

  .cta-newsletter-banner .blossomthemes-email-newsletter-wrapper {
      padding-left: 15px;
      padding-right: 15px;
  }

  .blossomthemes-email-newsletter-wrapper .newsletter-img {
      width: 100px;
  }

  .blossomthemes-email-newsletter-wrapper h3 {
      font-size: 1.3333em;
  }

  .blossomthemes-email-newsletter-wrapper .text-holder span:not(.sub-title) {
      font-size: 1em;
      clear: none;
  }

  /*===========================================
  SITE BANNER STATIC NEWSLETTER STYLE ONE
  ===========================================*/
  .site-banner.cta-newsletter-banner.style-one .banner-caption>.container,
  .site-banner.appointment-banner.style-one .banner-caption>.container {
      padding-left: 0;
      padding-right: 0;
  }

  .site-banner.cta-newsletter-banner.style-one .blossomthemes-email-newsletter-wrapper {
      padding: 60px 25px;
  }

  /*===================================
  SITE BANNER STATIC STYLE THREE
  ===================================*/
  .site-banner.cta-newsletter-banner.style-three .wp-custom-header,
  .site-banner.appointment-banner.style-three .wp-custom-header {
      height: auto;
  }

  .site-banner.cta-newsletter-banner.style-three .blossomthemes-email-newsletter-wrapper {
      padding: 40px 20px;
  }

  .site-banner.appointment-banner.style-three .banner-caption {
      min-height: auto;
  }

  .site-banner.appointment-banner.style-three .calendly-inline-widget {
      height: 400px !important;
      margin-bottom: 0;
  }

  /*==================================
  SITE BANNER STATIC CTA STYLE FOUR
  ==================================*/
  .site-banner.static-cta.style-four .item .banner-caption {
      flex-direction: column;
      align-items: initial;
  }

  .site-banner.static-cta.style-four .item .banner-title-wrap {
      flex: initial;
  }

  .site-banner.static-cta.style-four .item .banner-title-wrap+.button-wrap {
      margin-left: 0;
      margin-top: 40px;
  }

  /*=================================
SITE BANNER COMMON CSS
================================*/
  .banner-slider .item .title {
      font-size: 1.67em;
  }

  .banner-slider .item .banner-desc {
      font-size: 1em;
  }

  .banner-slider .owl-carousel .owl-nav [class*="owl-"],
  .banner-slider .owl-carousel .owl-nav button[class*="owl-"] {
      width: 40px;
      height: 40px;
      line-height: 40px;
  }

  .banner-slider .owl-carousel .owl-nav [class*="owl-"] svg {
      width: 29px;
      height: 6px;
  }

  /*=================================
SITE BANNER STYLE ONE
=================================*/
  .banner-slider.style-one .item img {
      height: 450px;
  }

  /*===============================
SITE BANNER STYLE TWO
==============================*/
  .banner-slider.style-two .item .banner-caption {
      display: block;
  }

  .banner-slider.style-two .item .banner-title-wrap+.button-wrap {
      margin-left: 0;
      margin-top: 20px;
  }

  /*=============================
SITE BANNER STYLE THREE
=============================*/
  .banner-slider.style-three .item img {
      height: 450px;
  }

  /*================================
SITE BANNER STYLE FOUR
================================*/
  .banner-slider.style-four .item .banner-caption {
      padding: 40px;
  }

  .banner-slider.style-four .item .sub-title {
      font-size: 1.39em;
  }

  .banner-slider.style-four .item .title {
      font-size: 1.67em;
  }

  .banner-slider.style-four .item .button-wrap .btn-readmore {
      min-width: auto;
  }

  /*===================================
  SITE BANNER STATIC CTA STYLE TWO
  ===================================*/
  .site-banner.static-cta.style-two .banner-caption-inner {
      padding: 40px;
  }

  .site-banner.static-cta.style-two .banner-caption .button-wrap {
      margin-top: 30px;
  }

  /*==============================
NEWSLETTER SECTION
==============================*/
  .newsletter-section .blossomthemes-email-newsletter-wrapper .container {
      justify-content: center;
      padding-left: 15px;
  }

  .newsletter-section .widget .blossomthemes-email-newsletter-wrapper .img-holder {
      width: 200px;
      position: static;
  }

  .newsletter-section .blossomthemes-email-newsletter-wrapper .text-holder {
      max-width: 100%;
      margin-right: 0;
      text-align: center;
  }

  .newsletter-section .widget .blossomthemes-email-newsletter-wrapper .img-holder+.text-holder {
      margin-right: 0;
      max-width: calc(100% - 200px);
      padding-left: 30px;
      text-align: left;
  }

  .newsletter-section .blossomthemes-email-newsletter-wrapper .text-holder+form,
  .newsletter-section .widget .blossomthemes-email-newsletter-wrapper .img-holder+.text-holder+form {
      max-width: 100%;
      margin-top: 30px;
  }

  /*==================================
ABOUT SECTION
==================================*/
  .about-section .widget-featured-holder .img-holder {
      width: 40%;
      margin-top: 40px;
      margin-bottom: 40px;
  }

  .about-section .img-holder .widget-signature {
      font-size: 250%;
      white-space: inherit;
  }

  .about-section .widget-featured-holder .text-holder {
      padding: 40px;
  }

  .about-section .widget-featured-holder .img-holder+.text-holder {
      width: 60%;
      padding-left: 0;
  }

  .about-section .widget-featured-holder.right .img-holder+.text-holder {
      padding-left: 40px;
      padding-right: 0;
  }

  .about-section .widget-featured-holder .img-holder+.text-holder::before {
      width: 40px;
  }

  .about-section .widget-featured-holder .sub-title {
      font-size: 2.23em;
      top: 0;
      margin-left: -3px;
  }

  .about-section .widget-featured-holder .widget-title {
      font-size: 1.65em;
  }

  .about-section .widget-featured-holder .widget-title,
  .about-section .widget-featured-holder .featured_page_content {
      padding-left: 40px;
  }

  .about-section .widget-featured-holder.right .widget-title,
  .about-section .widget-featured-holder.right .featured_page_content {
      padding-left: 0;
      padding-right: 40px;
  }

  .about-section .widget-featured-holder .featured_page_content p {
      font-size: 1em;
  }

  .about-section .widget-featured-holder .featured_page_content .btn-readmore {
      margin-top: 0;
  }

  /*===========================
SERVICE SECTION
===========================*/
  .service-section .service-inner-wrapper {
      padding: 40px 15px;
  }

  .service-section .section-grid .widget_bttk_icon_text_widget {
      margin: 10px;
      width: calc(33.33% - 20px);
  }

  .service-section .rtc-itw-inner-holder .sub-title {
      font-size: 1.11em;
  }

  .service-section .rtc-itw-inner-holder .widget-title {
      font-size: 1.11em;
  }

  /*=================================
TESTIMONIAL SECTION
  =================================*/
  .testimonial-section .section-grid.has-vdo-testimonial::before {
      width: 100%;
  }

  .testimonial-section .section-grid::after {
      width: 100%;
      height: 30%;
      left: 0;
      top: auto;
      bottom: 0;
  }

  .testimonial-section .section-grid .container {
      flex-direction: column;
  }

  .testimonial-section .section-grid.has-vdo-testimonial .testimonial-wrap,
  .testimonial-section .section-grid .testimonial-wrap+.vdo-testimonial-wrap {
      width: 100%;
  }

  .testimonial-section .section-grid .testimonial-wrap+.vdo-testimonial-wrap {
      margin-top: 40px;
  }

  .widget_bttk_testimonial_widget .bttk-testimonial-inner-holder {
      justify-content: center;
      max-width: 503px;
      margin-left: auto;
      margin-right: auto;
  }

  .testimonial-section .owl-carousel .owl-dots {
      text-align: center;
      margin-right: 0;
  }

  /*=============================
CTA SECTION
=============================*/
  .cta-section .widget_blossomtheme_companion_cta_widget>div {
      flex-direction: column;
  }

  .cta-section .widget_blossomtheme_companion_cta_widget>div.bttk-cta-bg .cta-img-holder {
      width: 100%;
  }

  .cta-section .widget_blossomtheme_companion_cta_widget:nth-child(2n)>div.bttk-cta-bg .cta-img-holder {
      width: calc(100% - 60px);
      margin-right: auto;
  }

  .cta-section .widget_blossomtheme_companion_cta_widget .cta-img-holder+.blossomtheme-cta-container {
      width: 100%;
      margin-bottom: 60px;
  }

  .cta-section .widget_blossomtheme_companion_cta_widget:nth-child(2n) .blossomtheme-cta-container {
      margin-bottom: 0;
  }

  .cta-section .widget_blossomtheme_companion_cta_widget:nth-child(2n) .cta-img-holder+.blossomtheme-cta-container {
      width: calc(100% - 60px);
  }

  .cta-section .widget_blossomtheme_companion_cta_widget:nth-child(2n) .cta-img-holder+.blossomtheme-cta-container::before {
      right: 0;
  }

  /*==============================
BLOG SECTION
==============================*/
  .blog-section .section-grid {
      margin-left: -10px;
      margin-right: -10px;
  }

  .blog-section .section-grid article {
      width: calc(33.33% - 20px);
      margin-left: 10px;
      margin-right: 10px;
  }

  .blog-section article .entry-meta>span {
      font-size: 0.8888em;
  }

  .blog-section article .entry-title {
      font-size: 1.1112em;
  }

  .blog-section article .entry-content {
      font-size: 1em;
  }

  .blog-section article .button-wrap .btn-link {
      font-size: 0.8888em;
  }

  /*==============================
SITE FOOTER
==============================*/
  .grid.column-3 .col,
  .grid.column-4 .col {
      width: 50%;
  }

  /*==========================
BLOG COMMON CSS
==========================*/
  .breadcrumb-wrapper .breadcrumb-container {
      padding: 0;
  }

  /*==========================
CLASSIC LAYOUT
==========================*/
  /* .classic-layout .site-content #secondary {
  margin-top: 0;
} */
  /*===========================
AUTHOR SECTION
===========================*/
  .archive .page-header .author-section {
      flex-direction: column;
  }

  .author-section .author-img-title-wrap {
      margin-bottom: 30px;
  }

  .archive .page-header .author-img-title-wrap+.author-content {
      border-left: none;
      margin-left: 0;
      padding-left: 0;
  }

  /*=============================
  SINGLE NEWSLETTER
  ================================*/
  .single .newsletter .blossomthemes-email-newsletter-wrapper {
      padding: 40px;
  }

  .single .newsletter .blossomthemes-email-newsletter-wrapper .container {
      padding: 0;
  }

  /*===============================
  SINGLE POST COMMON CSS
  ===============================*/
  .single .site-main article .article-meta {
      left: -14px;
  }

  .single.leftsidebar .site-main article .article-meta {
      left: auto;
      right: -14px;
  }

  .single.style-one.fullwidth-centered .site-main .content-wrap,
  .single.style-seven.fullwidth-centered .site-main .content-wrap {
      padding-left: 80px;
  }

  .single.style-six.fullwidth-centered .site-main .content-wrap {
      padding-left: 100px;
  }

  /*===================================
SINGLE POST STYLE TWO
  ===================================*/
  /* .page.style-two .page-header::after {
      height: 40px;
  } */
  .page.style-two .page-header>.container {
      max-width: 768px;
      padding-top: 60px;
      padding-bottom: 60px;
  }

  .single.style-two .page-header .entry-title,
  .page.style-two .page-header .page-title {
      font-size: 1.67em;
  }

  .single.fullwidth-centered .site-main article.has-meta {
      padding-left: 100px;
  }

  .single.style-six.fullwidth-centered .site-main article.has-meta {
      padding-left: 0;
  }

  .single.fullwidth-centered .site-main article .article-meta {
      left: 0;
  }

  .single.style-one.fullwidth-centered .site-main article .article-meta,
  .single.style-six.fullwidth-centered .site-main article .article-meta,
  .single.style-seven.fullwidth-centered .site-main article .article-meta {
      left: 0;
  }

  /*=====================================
SINGLE POST STYLE FIVE
=====================================*/
  .single.style-five .page-header>.container,
  .page.style-five .page-header>.container {
      max-width: 768px;
  }

  /*=================================
ERROR404 PAGE
=================================*/
  .error404 .error-404 .page-content {
      padding: 40px 20px;
  }

  /*======================================
PAGE TEMPLATE EVENT
======================================*/
  .page-template-event .site-content .page-header>.container {
      max-width: 768px;
  }

  .page-template-event .page-header article .event-date-wrap {
      padding: 40px 20px;
  }

  .page-template-event article .event-date-wrap span.event-day {
      font-size: 3em;
  }

  .page-template-event .page-header article .event-date-wrap span.event-day::before {
      top: -41px;
  }

  .page-template-event article .event-content-wrap {
      padding: 40px 20px;
  }

  .page-template-event .page-header article .sub-title {
      font-size: 1.11em;
  }

  .page-template-event .page-header article .event-content {
      font-size: 1em;
  }

  .page-template-event .page-header article .event-name {
      font-size: 1.67em;
  }

  .page-template-event .site-main article .event-date-wrap {
      padding-left: 20px;
      padding-right: 20px;
  }

  .page-template-event .site-main .event-content-wrap {
      padding: 40px 20px;
  }

  /*==========================================
SINGLE EVENT PAGE
==========================================*/
  .single-cp-event.style-two .page-header .entry-header .event-date-wrap {
      top: -25px;
  }

  /* .single-cp-event.style-two .entry-header .event-date-wrap > span .event-day {
  font-size: 2.67em;
} */
}

@media screen and (max-width: 899px) {
  .site-banner.video-banner .wp-custom-header {
      height: 650px;
      padding-top: 0;
  }

  .site-banner.video-banner .wp-custom-header::before {
      display: none;
  }

  .site-banner.static-cta.video-banner .item .wp-custom-header {
      height: auto;
  }

  .site-banner.appointment-banner.video-banner.style-three .item .wp-custom-header {
      height: auto;
  }

  /*================================
  SITE BANNER APPOINTMENT
  ================================*/
  .site-banner.appointment-banner.video-banner .item .wp-custom-header {
      height: 475px;
  }
}

@media screen and (max-width: 782px) {

  .admin-bar .sticky-header,
  .admin-bar .sticky-t-bar .close,
  .admin-bar .sticky-t-bar:not(.active) .close {
      top: 46px;
  }

  .admin-bar .sticky-t-bar:not(.newsletter-enabled) .sticky-bar-content,
  .admin-bar .sticky-t-bar .blossomthemes-email-newsletter-wrapper {
      padding-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .container {
      max-width: 420px;
  }

  .section-header {
      margin-bottom: 40px;
  }

  .sub-title,
  .section-subtitle {
      font-size: 1.65em;
  }

  .section-title {
      font-size: 1.65em;
  }

  .wheeloflife-section .container .section-content p,
  .section-desc {
      font-size: 1em;
      line-height: 1.65;
  }

  .btn-readmore {
      font-size: 0.89em;
  }

  h1 {
      font-size: 2.5em;
  }

  blockquote {
      padding: 40px 20px;
      font-size: 1em;
  }

  blockquote::before {
      top: -20px;
      left: -10px;
  }

  q {
      padding: 30px 20px;
      font-size: 1em;
  }

  q::before {
      top: 30px;
      left: 15px;
  }

  section[class*="-section"] {
      margin-top: 60px;
      margin-bottom: 60px;
  }

  #primary,
  #secondary {
      margin-top: 60px;
      margin-bottom: 60px;
  }

  /*============================
BACK TO TOP
============================*/
  .back-to-top {
      width: 35px;
      height: 35px;
  }

  .back-to-top svg {
      width: 15px;
      height: 15px;
      font-size: 15px;
  }

  /*=============================
PAGINATION
=============================*/
  .post-navigation {
      padding: 40px 20px;
  }

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

  .post-navigation .nav-previous {
      padding-right: 0;
  }

  .post-navigation .nav-previous+.nav-next {
      padding-left: 0;
      margin-top: 20px;
      border-top: 1px solid rgba(var(--primary-color-rgb), 0.1);
      padding-top: 20px;
  }

  .post-navigation article .entry-title {
      font-size: 1em;
  }

  .pagination {
      margin-top: 60px;
  }

  /*=============================
ADDITIONAL POST
=============================*/
  .additional-post .section-grid {
      flex-direction: column;
      margin-left: 0;
      margin-right: 0;
  }

  .additional-post .section-grid article {
      margin-left: 0;
      margin-right: 0;
      width: 100%;
  }

  .additional-post .section-grid article .entry-title {
      font-size: 1em;
  }

  /*=============================
COMMENTS AREA
=============================*/
  .comments-area .comments-title {
      padding: 40px 20px 0;
  }

  .comments-area ol.comment-list {
      padding-left: 20px;
      padding-right: 20px;
  }

  .comments-area ol li ol {
      padding-left: 30px;
  }

  .comments-area .comment-body {
      padding-left: 0;
  }

  .comment-body img.avatar {
      position: static;
      margin-bottom: 10px;
  }

  .comments-area .comment-respond {
      padding: 40px 20px;
  }

  /*=============================
STICKY T BAR
=============================*/
  .sticky-bar-content .container {
      -webkit-flex-direction: column;
      flex-direction: column;
  }

  .sticky-bar-content {
      padding-left: 0;
      padding-right: 0;
      padding-top: 35px;
  }

  .sticky-bar-content p {
      padding-right: 0;
      text-align: center;
  }

  .sticky-bar-content a.btn-readmore {
      margin-left: 0;
      margin-top: 10px;
  }

  .newsletter-enabled .blossomthemes-email-newsletter-wrapper form {
      flex-direction: column;
  }

  .newsletter-enabled .blossomthemes-email-newsletter-wrapper form input[type="text"] {
      flex: initial;
      margin-left: 0;
      margin-top: 10px;
  }

  .newsletter-enabled .blossomthemes-email-newsletter-wrapper form label {
      margin-left: 0;
  }

  .newsletter-enabled .blossomthemes-email-newsletter-wrapper form input[type="submit"] {
      margin-left: 0;
      margin-top: 10px;
  }

  .sticky-t-bar:not(.active) {
      padding-top: 26px;
  }

  .sticky-t-bar .close {
      top: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      /* z-index: 9999; */
  }

  .admin-bar .sticky-t-bar .close {
      top: 46px;
  }

  /*===============================
  SITE BANNER STATIC CTA
  ===============================*/
  .site-banner,
  .site-banner.cta-newsletter-banner.style-one,
  .site-banner.appointment-banner.style-one {
      padding-top: 60px;
      padding-bottom: 60px;
  }

  /*==================================
SITE BANNER STATIC CTA
==================================*/
  .site-banner.static-cta .item .banner-caption {
      padding: 40px 20px;
  }

  .site-banner.static-cta .banner-caption .title {
      font-size: 1.65em;
  }

  .site-banner.static-cta .banner-caption .banner-desc {
      font-size: 1em;
  }

  .site-banner.static-cta .banner-caption .btn-readmore {
      display: flex;
      margin: 10px 0;
  }

  /*=================================
SITE BANNER CTA NEWSLETTER
=================================*/
  .site-banner.cta-newsletter-banner .wp-custom-header {
      height: auto;
  }

  .site-banner.cta-newsletter-banner .banner-caption {
      position: static;
      width: auto;
      height: auto;
  }

  .site-banner.cta-newsletter-banner .banner-caption .container {
      height: auto;
      padding: 0;
  }

  /*================================
  SITE BANNER APPOINTMENT
  ================================*/
  .site-banner.appointment-banner:not(.video-banner) .item .wp-custom-header,
  .site-banner.appointment-banner.video-banner .item .wp-custom-header {
      height: auto;
  }

  .site-banner.appointment-banner .banner-caption {
      position: static;
      width: auto;
      height: auto;
  }

  .site-banner.appointment-banner .banner-caption .container {
      padding-left: 0;
      padding-right: 0;
  }

  .site-banner.appointment-banner .calendly-inline-widget {
      min-width: 100% !important;
      height: 400px !important;
      max-height: 100%;
      /* margin-top: 40px; */
      margin-bottom: 60px;
  }

  .site-banner.appointment-banner .banner-caption iframe {
      width: 100%;
  }

  /*===================================
  SITE BANNER STATIC CTA STYLE TWO
  ===================================*/
  .site-banner.static-cta.style-two:not(.video-banner) .item .wp-custom-header,
  .site-banner.static-cta.video-banner.style-two .item .wp-custom-header {
      height: auto;
  }

  .site-banner.static-cta.style-two .item .banner-caption {
      position: static;
      background: rgba(var(--primary-color-rgb), 0.17);
  }

  .site-banner.static-cta.style-two .banner-caption>.container {
      padding-left: 0;
      padding-right: 0;
  }

  .site-banner.static-cta.style-two .banner-caption-inner {
      background: none;
      padding: 40px 20px;
  }

  .site-banner.static-cta.style-two .banner-caption .btn-readmore+.btn-readmore {
      margin-left: 0;
  }

  /*===========================================
  SITE BANNER STATIC NEWSLETTER STYLE ONE
  ===========================================*/
  .site-banner.cta-newsletter-banner.style-one .item,
  .site-banner.appointment-banner.style-one .item {
      flex-direction: column;
  }

  .site-banner.cta-newsletter-banner.style-one .wp-custom-header,
  .site-banner.appointment-banner.style-one .wp-custom-header {
      width: 100%;
      flex: initial;
  }

  .site-banner.cta-newsletter-banner.style-one .banner-caption,
  .site-banner.appointment-banner.style-one .banner-caption {
      width: 100%;
      min-height: auto;
      flex: initial;
  }

  .site-banner.cta-newsletter-banner.style-one .blossomthemes-email-newsletter-wrapper {
      padding: 40px 20px;
  }

  .site-banner.appointment-banner.style-one .calendly-inline-widget {
      height: 400px !important;
      margin-bottom: 0;
  }

  /*===================================
  SITE BANNER STATIC CTA STYLE TWO
  ===================================*/
  .site-banner.cta-newsletter-banner.style-three .item,
  .site-banner.appointment-banner.style-three .item {
      display: block;
  }

  .site-banner.cta-newsletter-banner.style-three .wp-custom-header,
  .site-banner.appointment-banner.style-three .wp-custom-header {
      width: 100%;
  }

  .site-banner.cta-newsletter-banner.style-three .banner-caption,
  .site-banner.appointment-banner.style-three .banner-caption {
      width: 100%;
  }

  /*===========================================
  SITE BANNER STATIC STYLE THREE
  ===========================================*/
  .site-banner.static-cta.style-three,
  .site-banner.cta-newsletter-banner.style-three,
  .site-banner.appointment-banner.style-three {
      padding-left: 3%;
      padding-right: 3%;
  }

  /*==================================
  SITE BANNER STATIC CTA STYLE FOUR
  ==================================*/
  .site-banner.static-cta.style-four {
      margin-bottom: 0;
      padding-bottom: 60px;
  }

  .site-banner.static-cta.style-four::before {
      height: 100%;
  }

  .site-banner.static-cta.style-four .item {
      flex-direction: column;
  }

  .site-banner.static-cta.style-four .item .wp-custom-header {
      margin-bottom: 40px;
  }

  .site-banner.static-cta.style-four .item .banner-caption {
      margin-bottom: 0;
  }

  /*====================================
SITE BANNER COMMON CSS
====================================*/
  .banner-slider .item .banner-desc {
      margin-top: 10px;
  }

  .banner-slider .item .button-wrap .btn-readmore {
      min-width: auto;
  }

  /*=================================
SITE BANNER STYLE ONE
  =================================*/
  .banner-slider.style-one .container {
      padding-left: 3%;
      padding-right: 3%;
  }

  .banner-slider.style-one .item img {
      height: auto;
  }

  .banner-slider.style-one .item .banner-img+.banner-caption {
      position: static;
      padding: 40px 20px 0;
      transform: none;
      background: none;
  }

  /*===============================
SITE BANNER STYLE TWO
==============================*/
  .banner-slider.style-two::before {
      height: 100%;
  }

  .banner-slider.style-two .item {
      display: block;
  }

  .banner-slider.style-two .item .banner-caption {
      margin-bottom: 0;
      margin-top: 40px;
  }

  /*================================
SITE BANNER STYLE THREE
================================*/
  .banner-slider.style-three .item .banner-img {
      padding-left: 0;
  }

  .banner-slider.style-three .item img {
      height: auto;
  }

  .banner-slider.style-three .banner-img+.banner-caption {
      position: relative;
      top: -40px;
      left: 0;
      right: 0;
      max-width: 100%;
      width: 90%;
      margin: 0 auto;
      -webkit-transform: none;
      -moz-transform: none;
      transform: none;
  }

  .banner-slider.style-three .banner-caption {
      padding: 40px 20px 0;
  }

  /*================================
SITE BANNER STYLE FOUR
================================*/
  .banner-slider.style-four .item {
      display: block;
  }

  .banner-slider.style-four .item .banner-img {
      width: 100%;
  }

  .banner-slider.style-four .item .banner-caption {
      padding-left: 20px;
      padding-right: 20px;
  }

  .banner-slider.style-four .item .banner-img+.banner-caption {
      width: 100%;
  }

  /*==================================
NEWSLETTER SECTION
==================================*/
  .newsletter-section .blossomthemes-email-newsletter-wrapper .container {
      flex-direction: column;
  }

  .newsletter-section .widget .blossomthemes-email-newsletter-wrapper .img-holder {
      margin: 0 auto 20px;
  }

  .newsletter-section .blossomthemes-email-newsletter-wrapper .text-holder,
  .newsletter-section .widget .blossomthemes-email-newsletter-wrapper .img-holder+.text-holder {
      max-width: 100%;
      padding-left: 0;
      text-align: center;
  }

  .newsletter-section .blossomthemes-email-newsletter-wrapper form input[type="text"] {
      flex: auto;
      margin-right: 0;
  }

  /*=============================
PROMO SECTION
=============================*/
  .promo-section .widget_text {
      margin-bottom: 40px;
  }

  .promo-section .widget_text .widget-title {
      font-size: 1.65em;
  }

  .promo-section .widget_text .textwidget {
      font-size: 1em;
      line-height: 1.65;
  }

  /*==================================
ABOUT SECTION
  ==================================*/
  .about-section .section-grid {
      padding-left: 4%;
      padding-right: 4%;
  }

  .about-section .widget-featured-holder {
      flex-direction: column;
  }

  .about-section .widget-featured-holder .img-holder {
      width: 100%;
      margin-top: 0;
      margin-bottom: 0;
  }

  .about-section .widget-featured-holder .text-holder,
  .about-section .widget-featured-holder.right .text-holder {
      padding: 60px 20px;
  }

  .about-section .widget-featured-holder .img-holder+.text-holder,
  .about-section .widget-featured-holder.right .img-holder+.text-holder {
      padding-left: 20px;
      padding-right: 20px;
      width: 100%;
  }

  .about-section .widget-featured-holder .img-holder+.text-holder::before {
      display: none;
  }

  .about-section .widget-featured-holder .widget-title,
  .about-section .widget-featured-holder .featured_page_content,
  .about-section .widget-featured-holder.right .widget-title,
  .about-section .widget-featured-holder.right .featured_page_content {
      padding: 0;
  }

  /*============================
SERVICE SECTION
==============================*/
  .service-section .section-grid {
      flex-direction: column;
  }

  .service-section .section-grid .widget_bttk_icon_text_widget {
      width: 100%;
      margin: 20px 0;
  }

  .service-section .widget_bttk_icon_text_widget .rtc-itw-inner-holder .text-holder {
      padding: 40px 20px;
  }

  /*=================================
TESTIMONIAL SECTION
=================================*/
  .testimonial-section .section-grid {
      padding-top: 60px;
      padding-bottom: 60px;
  }

  .testimonial-section .widget_bttk_testimonial_widget .bttk-testimonial-inner-holder .img-holder {
      width: 50px;
      height: 50px;
  }

  .testimonial-section .section-grid.has-vdo-testimonial .bttk-testimonial-holder {
      max-width: 100%;
  }

  .testimonial-section .widget_bttk_testimonial_widget .testimonial-content {
      font-size: 1.12em;
  }

  .testimonial-section .widget_bttk_testimonial_widget .testimonial-meta .designation {
      display: block;
      margin-top: 5px;
      margin-left: 0;
      padding-left: 0;
      border-left: none;
  }

  /*=============================
CTA SECTION
=============================*/
  .cta-section .widget .sub-title,
  .cta-section .widget .widget-title {
      font-size: 1.65em;
  }

  .cta-section .widget .button-wrap .btn-cta {
      font-size: 0.8888em;
      padding-left: 25px;
      padding-right: 25px;
  }

  .cta-section .widget_blossomtheme_companion_cta_widget:nth-child(2n)>div.bttk-cta-bg .cta-img-holder {
      width: calc(100% - 20px);
  }

  .cta-section .widget_blossomtheme_companion_cta_widget .blossomtheme-cta-container {
      padding: 40px 20px;
      margin-bottom: 40px;
  }

  .cta-section .widget_blossomtheme_companion_cta_widget:nth-child(2n) .blossomtheme-cta-container {
      margin-bottom: 0;
  }

  .cta-section .widget_blossomtheme_companion_cta_widget:nth-child(2n) .cta-img-holder+.blossomtheme-cta-container {
      width: calc(100% - 20px);
  }

  .cta-section .widget_blossomtheme_companion_cta_widget:nth-child(2n) .blossomtheme-cta-container::before {
      border-width: 7px;
  }

  .cta-section .widget_blossomtheme_companion_cta_widget:nth-child(2n) .cta-img-holder+.blossomtheme-cta-container::before {
      right: 0;
  }

  .cta-section .widget:nth-child(2n) .button-wrap::before {
      right: calc(100% + 5px);
      width: 35px;
  }

  /*==============================
BLOG SECTION
  ==============================*/
  .blog-section .section-header {
      margin-bottom: 0;
  }

  .blog-section .section-grid {
      margin-left: 0;
      margin-right: 0;
      flex-direction: column;
  }

  .blog-section .section-grid article {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
  }

  /*=============================
WIDGET TESTIMONIAL
==============================*/
  .widget_bttk_testimonial_widget .bttk-testimonial-inner-holder .img-holder {
      width: 50px;
      height: 50px;
  }

  .widget_bttk_testimonial_widget .bttk-testimonial-inner-holder .testimonial-meta {
      width: calc(100% - 50px);
  }

  /*================================
INSTAGRAM SECTION 
================================*/
  .instagram-section {
      flex-direction: column;
  }

  .instagram-section .popup-gallery {
      /* flex: initial; */
  }

  .instagram-section .profile-link {
      padding-top: 10px;
      padding-bottom: 10px;
      width: auto;
      flex-flow: row wrap;
  }

  .instagram-section .profile-link .insta-icon {
      font-size: 1em;
      margin-right: 10px;
  }

  /*=================================
SITE-FOOTER
  ================================*/
  .footer-top {
      padding-top: 60px;
      padding-bottom: 0;
  }

  .footer-navigation ul.nav-menu {
      padding-top: 10px;
      padding-bottom: 10px;
  }

  .footer-navigation ul li a {
      padding-left: 15px;
      padding-right: 15px;
      font-size: 0.8888em;
  }

  .footer-mid {
      margin-top: 60px;
      margin-bottom: 0;
  }

  .footer-top+.footer-mid {
      padding-top: 60px;
  }

  .grid:not(.column-1) {
      -webkit-flex-direction: column;
      flex-direction: column;
  }

  .grid:not(.column-1) {
      margin-left: 0;
      margin-right: 0;
  }

  .grid:not(.column-1) .col {
      padding-left: 0;
      padding-right: 0;
  }

  .grid.column-2 .col,
  .grid.column-3 .col,
  .grid.column-4 .col {
      width: 100%;
  }

  .site-info a {
      font-size: 1em;
      margin: 0;
  }

  .site-info a::after {
      left: 0;
      right: 0;
  }

  /*==========================
BLOG COMMON CSS
==========================*/
  .page-header {
      min-height: auto;
      padding-bottom: 60px;
  }

  .page-header .page-title {
      font-size: 2.2223em;
  }

  .page-header .page-content,
  .archive-description {
      font-size: 1em;
  }

  /*===========================
CLASSIC LAYOUT
===========================*/
  body.classic-layout .content-area article {
      margin-bottom: 40px;
      padding-bottom: 40px;
  }

  body.classic-layout .content-area article .entry-title {
      font-size: 1.3333em;
  }

  /*=======================================
GRID LAYOUT & GRID FULLWIDTH LAYOUT
=======================================*/
  .grid-layout .site-main,
  .grid-fullwidth-layout .site-main {
      flex-direction: column;
      margin-left: 0;
      margin-right: 0;
  }

  .grid-layout .site-main article,
  .grid-fullwidth-layout .site-main article {
      margin-left: 0;
      margin-right: 0;
      width: 100%;
  }

  /*=============================
SEARCH PAGE
=============================*/
  .search .page-header .search-form label {
      width: calc(100% - 45px);
  }

  .search .page-header .search-form .search-submit {
      width: 45px;
  }

  /*=============================
AUTHOR SECTION
=============================*/
  .author-section .author-img-title-wrap {
      align-items: flex-start;
  }

  .author-section .img-holder {
      width: 60px;
      height: 60px;
  }

  .author-section .img-holder+.author-title-wrap {
      width: calc(100% - 60px);
  }

  .single .content-area .author-section {
      padding: 40px 20px;
  }

  .single .content-area .author-section .author-content {
      font-size: 1em;
  }

  /*=============================
  SINGLE NEWSLETTER
  ================================*/
  .single .newsletter .blossomthemes-email-newsletter-wrapper {
      padding-left: 20px;
      padding-right: 20px;
  }

  .single .newsletter .blossomthemes-email-newsletter-wrapper form {
      flex-direction: column;
      justify-content: flex-start;
  }

  .single .newsletter .blossomthemes-email-newsletter-wrapper form input[type="text"] {
      flex: initial;
      margin-right: 0;
  }

  .single .newsletter .blossomthemes-email-newsletter-wrapper form input[type="submit"] {
      flex: initial;
  }

  /*===============================
SINGLE POST COMMON CSS
================================*/
  .single .site-main article.has-meta {
      padding-left: 0;
  }

  .single.leftsidebar .site-main article.has-meta {
      padding-right: 0;
  }

  .single.style-one .site-main .entry-header .entry-title,
  .page.style-one .site-main .entry-header .entry-title,
  .single.style-six .site-main .entry-header .entry-title,
  .page.style-six .site-main .entry-header .entry-title,
  .single.style-seven .site-main .entry-header .entry-title,
  .page.style-seven .site-main .entry-header .entry-title {
      font-size: 1.67em;
  }

  .single .site-main article .article-meta {
      position: static;
      height: auto;
      width: 100%;
      margin-top: 20px;
  }

  .single .site-main article.has-sticky-meta .article-meta-inner {
      position: static;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: flex-start;
  }

  .single .site-main article.has-sticky-meta .article-meta-inner>span {
      margin-bottom: 10px;
  }

  .single .site-main .article-meta .byline {
      margin-bottom: 15px;
      margin-right: 20px;
  }

  .single .site-main .article-meta .byline a {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
  }

  .single .site-main .article-meta .byline img {
      width: 40px;
      height: 40px;
      margin-bottom: 0;
      margin-right: 10px;
  }

  .single .site-main .article-meta .post-share+.comment-box {
      margin-right: 20px;
  }

  .single .site-main .article-meta .post-share {
      order: 3;
      width: auto;
      display: flex;
      flex-flow: row-reverse wrap;
      align-items: center;
      justify-content: flex-end;
      margin: 0;
  }

  .single .site-main .article-meta .social-networks li {
      display: inline-block;
  }

  .single .site-main .article-meta .social-networks a {
      width: 35px;
      height: 35px;
      line-height: 35px;
  }

  .single .site-main .article-meta .post-share-title {
      width: 35px;
      height: 35px;
      line-height: 35px;
  }

  .single .site-main .article-meta .comment-box {
      /* margin-bottom: 15px; */
      display: flex;
      flex-wrap: wrap;
      align-items: center;
  }

  .single .site-main .article-meta .comment-box a {
      display: inline-block;
      padding-left: 5px;
  }

  .single .site-main .article-meta .comment-box .meta-title {
      margin-top: 0;
      padding-left: 10px;
  }

  .blockquote-highlight {
      padding: 40px 20px;
      font-size: 1em;
      line-height: 1.85;
  }

  /*=============================
SINGLE POST STYLE ONE & SIX 
=============================*/
  .single.style-one .page-header .blossomthemes-email-newsletter-wrapper .text-holder,
  .single.style-one .page-header .blossomthemes-email-newsletter-wrapper form,
  .page.style-one .page-header .blossomthemes-email-newsletter-wrapper .text-holder,
  .page.style-one .page-header .blossomthemes-email-newsletter-wrapper form,
  .single.style-six .page-header .blossomthemes-email-newsletter-wrapper .text-holder,
  .single.style-six .page-header .blossomthemes-email-newsletter-wrapper form,
  .page.style-six .page-header .blossomthemes-email-newsletter-wrapper .text-holder,
  .page.style-six .page-header .blossomthemes-email-newsletter-wrapper form,
  .single.style-seven .page-header .blossomthemes-email-newsletter-wrapper .text-holder,
  .single.style-seven .page-header .blossomthemes-email-newsletter-wrapper form,
  .page.style-seven .page-header .blossomthemes-email-newsletter-wrapper .text-holder,
  .page.style-seven .page-header .blossomthemes-email-newsletter-wrapper form {
      max-width: 420px;
  }

  .single.style-one .page-header .text-holder span,
  .page.style-one .page-header .text-holder span,
  .single.style-six .page-header .text-holder span,
  .page.style-six .page-header .text-holder span,
  .single.style-seven .page-header .text-holder span,
  .page.style-seven .page-header .text-holder span {
      font-size: 1em;
  }

  .single.style-one .page-header .blossomthemes-email-newsletter-wrapper form input[type="text"],
  .page.style-one .page-header .blossomthemes-email-newsletter-wrapper form input[type="text"],
  .single.style-six .page-header .blossomthemes-email-newsletter-wrapper form input[type="text"],
  .page.style-six .page-header .blossomthemes-email-newsletter-wrapper form input[type="text"],
  .single.style-seven .page-header .blossomthemes-email-newsletter-wrapper form input[type="text"],
  .page.style-seven .page-header .blossomthemes-email-newsletter-wrapper form input[type="text"] {
      flex: auto;
      margin-right: 0;
  }

  .single.style-one .page-header .blossomthemes-email-newsletter-wrapper form input[name="subscribe-email"],
  .page.style-one .page-header .blossomthemes-email-newsletter-wrapper form input[name="subscribe-email"],
  .single.style-six .page-header .blossomthemes-email-newsletter-wrapper form input[name="subscribe-email"],
  .page.style-six .page-header .blossomthemes-email-newsletter-wrapper form input[name="subscribe-email"],
  .single.style-seven .page-header .blossomthemes-email-newsletter-wrapper form input[name="subscribe-email"],
  .page.style-seven .page-header .blossomthemes-email-newsletter-wrapper form input[name="subscribe-email"] {
      max-width: 100%;
  }

  .single.style-one .page-header .blossomthemes-email-newsletter-wrapper form label,
  .page.style-one .page-header .blossomthemes-email-newsletter-wrapper form label,
  .single.style-six .page-header .blossomthemes-email-newsletter-wrapper form label,
  .page.style-six .page-header .blossomthemes-email-newsletter-wrapper form label,
  .single.style-seven .page-header .blossomthemes-email-newsletter-wrapper form label,
  .page.style-seven .page-header .blossomthemes-email-newsletter-wrapper form label {
      text-align: left;
  }

  .single.style-one .page-header .blossomthemes-email-newsletter-wrapper form input[type="submit"],
  .page.style-one .page-header .blossomthemes-email-newsletter-wrapper form input[type="submit"],
  .single.style-six .page-header .blossomthemes-email-newsletter-wrapper form input[type="submit"],
  .page.style-six .page-header .blossomthemes-email-newsletter-wrapper form input[type="submit"],
  .single.style-seven .page-header .blossomthemes-email-newsletter-wrapper form input[type="submit"],
  .page.style-seven .page-header .blossomthemes-email-newsletter-wrapper form input[type="submit"] {
      flex: auto;
  }

  .single.style-six .site-content>.container,
  .page.style-six .site-content>.container {
      padding-left: 15px;
      padding-right: 15px;
      margin-top: 0;
      margin-bottom: 60px;
  }

  .single.style-six .site-content #primary,
  .single.style-six .site-content #secondary,
  .page.style-six .site-content #primary,
  .page.style-six .site-content #secondary {
      margin-top: 30px;
  }

  .single.style-one .site-main .content-wrap,
  .single.style-one.fullwidth-centered .site-main .content-wrap,
  .single.style-six .site-main .content-wrap,
  .single.style-six.fullwidth-centered .site-main .content-wrap,
  .single.style-seven .site-main .content-wrap,
  .single.style-seven.fullwidth-centered .site-main .content-wrap {
      padding-left: 0;
  }

  .single.style-one.leftsidebar .site-main .content-wrap,
  .single.style-six.leftsidebar .site-main .content-wrap,
  .single.style-seven.leftsidebar .site-main .content-wrap {
      padding-right: 0;
  }

  .single.style-one .site-main article .article-meta,
  .single.style-six .site-main article .article-meta,
  .single.style-seven .site-main article .article-meta {
      margin-top: 0;
      margin-bottom: 20px;
  }

  /*================================
SINGLE POST STYLE TWO
=================================*/
  .single.style-two .page-header>.container,
  .page.style-two .page-header>.container {
      flex-direction: column;
  }

  .page.style-two .page-header>.container {
      max-width: 420px;
      margin-top: 0;
      padding-top: 40px;
      padding-bottom: 40px;
  }

  .single.style-two .page-header .post-thumbnail {
      width: 100%;
      min-height: 300px;
  }

  .single.style-two .page-header .entry-header {
      width: 100%;
      padding: 20px 15px 40px 15px;
  }

  .page.style-two .page-header .page-title {
      width: 100%;
      padding-bottom: 30px;
  }

  .single.fullwidth-centered .site-main article.has-meta {
      padding-left: 0;
  }

  .single.style-two .site-main article .article-meta {
      margin-top: 0;
      margin-bottom: 30px;
  }

  /*=====================================
SINGLE POST STYLE THREE, FOUR & FIVE
=====================================*/
  .single.style-three .page-header .entry-header,
  .page.style-three .page-header .entry-header,
  .single.style-four .page-header .entry-header,
  .page.style-four .page-header .entry-header,
  .single.style-four .page-header .post-thumbnail,
  .page.style-four .page-header .post-thumbnail {
      margin-top: 20px;
  }

  .single.style-three .page-header .entry-header .entry-title,
  .page.style-three .page-header .entry-header .entry-title,
  .single.style-four .page-header .entry-header .entry-title,
  .page.style-four .page-header .entry-header .entry-title {
      font-size: 2.23em;
  }

  .single.style-five #primary,
  .single.style-five #secondary,
  .page.style-five #primary,
  .page.style-five #secondary {
      margin-top: 0;
  }

  /*=====================================
SINGLE POST STYLE FIVE
=====================================*/
  .single.style-five .page-header>.container,
  .page.style-five .page-header>.container {
      max-width: 420px;
  }

  .single.style-five .page-header .entry-header .entry-title,
  .page.style-five .page-header .entry-header .entry-title {
      font-size: 2em;
  }

  /*=====================================
  SINGLE POST STYLE SEVEN
  =====================================*/
  .single.style-seven #primary,
  .single.style-seven #secondary,
  .page.style-seven #primary,
  .page.style-seven #secondary {
      margin-top: 30px;
  }

  /*=================================
ERROR404 PAGE
=================================*/
  .error404 .error-404 {
      flex-direction: column;
  }

  .error404 .error-404 .error-img {
      width: 100%;
  }

  .error404 .error-404 .page-content {
      width: 100%;
      text-align: center;
      align-items: center;
  }

  .error404 .error-404 .page-content h2 {
      font-size: 2.2223em;
  }

  .error404 .error-404 .page-content p {
      font-size: 1em;
  }

  .error404 .error-404 .error-404-search {
      padding: 40px 20px;
  }

  .error404 .additional-post {
      margin-top: 80px;
  }

  /*======================================
PAGE TEMPLATE EVENT
======================================*/
  .page-template-event .site-content .page-header>.container {
      max-width: 420px;
  }

  .page-template-event .page-header article {
      flex-direction: column;
  }

  .page-template-event .page-header article .event-date-wrap {
      width: calc(100% - 40px);
      margin-left: auto;
  }

  .page-template-event .page-header article .event-content-wrap::before {
      height: 40px;
      width: 100%;
      right: auto;
      left: 0;
      top: auto;
      bottom: 100%;
  }

  .page-template-event .event-listing+.event-listing {
      margin-top: 0;
      padding-top: 40px;
  }

  .page-template-event .event-listing-wrap {
      flex-direction: column;
      margin-left: 0;
      margin-right: 0;
  }

  .page-template-event .site-main article {
      width: 100%;
      padding-left: 0;
      padding-right: 0;
  }

  .page-template-event .site-main+#load-posts {
      margin-top: 0;
  }

  /*==========================================
SINGLE EVENT PAGE
==========================================*/
  .single.single-cp-event #primary {
      margin-top: 30px;
  }

  .single-cp-event.style-two .page-header .entry-meta {
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding-bottom: 0;
  }

  .single.single-cp-event .site-main article .article-meta {
      display: flex;
      flex-direction: column;
      align-items: center;
  }

  .single.single-cp-event .site-main .article-meta .post-share-title {
      line-height: 35px;
      height: 35px;
  }

  .single.single-cp-event .site-main .article-meta .post-share-title span {
      display: none;
  }

  .single-cp-event.style-two .page-header .entry-meta>span {
      padding-right: 0;
      margin-bottom: 20px;
  }

  .single-cp-event .post-navigation .nav-previous {
      padding-right: 0;
  }

  .single-cp-event .post-navigation .nav-previous+.nav-next {
      padding-left: 0;
  }
}

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

  .btif-instagram-feed .popup-gallery li {
      width: 50%;
  }
}

@media only screen and (max-width:767px) {
  .elementor-testimonial-name::after {
      content: "|";
      margin-left: 10px;
      margin-right: 10px;
  }
}

.site-main .entry-content ul:not([class*="elementor-"])>li {
  margin-left: 0px;
  margin-bottom: 5px;
}

.woocommerce div.product .entry-summary .woocommerce-product-details__short-description ul {
  margin-left: 0;
}

.woocommerce div.product .entry-summary .woocommerce-product-details__short-description strong,
.woocommerce div.product .entry-summary .woocommerce-product-details__short-description b {
  font-weight: bold;
}

.portfolio-holder .entry-content ul {
  list-style: none;
}

.portfolio-holder .entry-content ul,
.site-main .entry-content ul:not([class*="elementor-"]) {
  margin: 0px;
  padding-left: 1.7em;
}

.portfolio-holder .entry-content ol,
.site-main .entry-content ol:not([class*="elementor-"]) {
  margin: 0px;
  padding-left: 1.7em;
}

.portfolio-holder .entry-content li>ol,
.site-main .entry-content li>ol:not([class*="elementor-"]) {
  padding-left: 1em;
}

.portfolio-holder .entry-content li>ul,
.site-main .entry-content li>ul:not([class*="elementor-"]) {
  padding-left: 1em;
}

.site-branding.has-image-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.elementor-widget .elementor-widget-container .elementor-text-editor ul,
.elementor-widget .textwidget ul,
.elementor-widget.elementor-widget-html ul {
  margin-bottom: 20px;
}

.elementor-text-editor ul,
.elementor-text-editor ol {
  margin-left: 0;
}

@media only screen and (max-width:767px) {
  .btif-instagram-feed {
      display: block;
  }
}

/*=================================
wheel of life compatiblity
=================================*/

.site-main .entry-content .wheeloflife-meter-likert-container .meter-likert-rating li {
  margin-left: 0;
  padding-left: 0;
}

.site-main .entry-content .wheeloflife-meter-likert-container .meter-likert-rating li:before {
  content: none;
}

section.wheeloflife-section {
  padding: 50px 0;
  margin: 0;
  text-align: center;
}

.wheeloflife-section .container .section-header {
  margin-bottom: 45px;
}

.wheeloflife-section .container .section-header .section-title {
  margin-bottom: 0;
}

.wheeloflife-section .container .section-header {
  margin-bottom: 45px;
}

.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,
button:not(:hover):not(:active):not(.has-background).wheeloflife-btn {
  border-radius: 0;
}

.wheeloflife-btn.is-primary{
  background: var(--primary-color);
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.333;
  padding: 1.25rem 1.5rem;
  text-transform: capitalize;
  transition: all .3s ease;
}

.wheeloflife-btn.is-primary:hover,
button:not(:hover):not(:active):not(.has-background).wheeloflife-btn.is-primary:hover {
  background-color: var(--secondary-color);
}

.wheeloflife-container .wheeloflife-wrapper {
  text-align: center;
  margin-bottom: 0;
}

@media(min-width:767px) {
  section.wheeloflife-section {
      padding: 100px 0;
  }
}

[data-loader="none"] {
  opacity: 1;
}

[data-loader] {
  animation: fadeIn 1s;
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  -o-animation: fadeIn 1s;
  -ms-animation: fadeIn 1s;
}

@keyframes fadeIn {
  0% {
      opacity: 0;
  }

  100% {
      opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
      opacity: 0;
  }

  100% {
      opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
      opacity: 0;
  }

  100% {
      opacity: 1;
  }
}

[data-loader="fade"] {
  opacity: 1;
  transition: opacity 1s ease-in;
}

[data-loader="circle"] {
  opacity: 1;
  transition: all 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.circle-animation {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #c5cbd0;
  max-width: 40px;
  max-height: 40px;
}

.circle-animation::before,
.circle-animation::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: currentColor;
  border-radius: 100%;
}

@keyframes circles {
  0% {
      transform: scale(0);
      opacity: 0;
  }

  5% {
      opacity: 1;
  }

  100% {
      transform: scale(1);
      opacity: 0;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .circle-animation {
      animation-play-state: paused;
  }

  .circle-animation::after,
  .circle-animation::before {
      animation: circles 1.5s linear infinite;
  }

  .circle-animation::before {
      animation-delay: 0s;
  }

  .circle-animation::after {
      animation-delay: 0.8s;
  }
}

.resources-section .container>.button-wrap,
.testimonial-section .button-wrap {
  text-align: center;
  margin-top: 50px;
}

@media(min-width:1024px) {

  .resources-section .container>.button-wrap {
      margin-top: 60px;
  }
}


.resources-section {
  padding: 60px 0;
  background: rgba(var(--primary-color-rgb), 0.1);
  position: relative;

}

@media screen and (min-width: 1025px) {
  .resources-section {
      padding: 80px 0;
  }
}

.resources-section .section-grid {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 30px;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .resources-section .section-grid .grid-item {
      flex: 0 0 calc((100% / 2) - 30px)
  }
}

@media(min-width:1025px) {
  .resources-section .section-grid .grid-item {
      flex: 0 0 calc((100% / 3) - 30px)
  }
}



.resources-section .section-grid {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.resources-section .post {
  margin-bottom: 0;
  grid-gap: 0;
  height: 100%;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.resources-section .post:hover {
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 10px 25px rgba(var(--black-color-rgb), 0.05);
  box-shadow: 0 10px 25px rgba(var(--black-color-rgb), 0.05);
}

.resources-section .post .content-wrap {
  padding: 35px 30px;
  background-color: var(--white-color);
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.resources-section .post .content-wrap .section-ceontent p {
  margin-bottom: 0;
}

.resources-section .post .content-wrap .button-wrap a {
  margin-top: 20px;
}

.section-button-wrapper {
  text-align: left;
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .section-button-wrapper {
      margin-top: 90px;
      text-align: center;
  }
}

.resources-section .post .entry-header {
  margin-bottom: 0;
}

.resources-section .post .entry-header .entry-meta .category {
  font-size: 1.39em;
  color: var(--black-color);
  font-family: var(--cursive-font);
}

.resources-section .post .entry-header .entry-meta .category a::before {
  content: none;
}

.resources-section .post .entry-header .entry-title {
  font-size: 1.33em;
  line-height: 1.33em;
}

.resources-section .post .entry-header .entry-title a {
  transition: all 0.3s ease-in-out;
  color: rgba(var(--black-color-rgb), 0.8);
}

.resources-section .post .entry-header .entry-title a:hover {
  color: var(--primary-color);
  text-decoration: none;
}

.resources-section .section-grid .grid-item {
  position: relative;
  overflow-x: hidden;
}

.resources-section .section-grid .grid-item .post-thumbnail {
  margin-bottom: 0;
}

.site-banner.style-six .item {
  position: relative;
}

.site-banner.static-cta.style-five .banner-caption .banner-desc,
.site-banner.static-cta.style-six .banner-caption .banner-desc {
  margin-top: 17px;
}

.site-banner.static-cta.style-five .banner-caption .banner-desc p,
.site-banner.static-cta.style-six .banner-caption .banner-desc p {
  margin-top: 0;
}

.site-banner.static-cta.style-five .banner-caption .banner-desc p:last-child,
.site-banner.static-cta.style-six .banner-caption .banner-desc p:last-child {
  margin-bottom: 0;
}

.site-banner.static-cta.style-six .banner-caption .btn-readmore.btn-two {
  border: 0;
}

.site-banner.static-cta.style-five .item .banner-caption {
  padding: 30px 0 0 0;

}

.site-banner.static-cta.style-five .item .banner-caption {
  background: unset;
}

.site-banner.static-cta.style-six .item .banner-caption {
  background: unset;
  padding: 30px 30px 0;
}



.site-banner.static-cta.style-six .item .wp-custom-header {
  width: 100%;
}

@media(min-width:1200px) {
  .site-banner.static-cta.style-six .item .banner-caption {
      position: absolute;
      left: 50%;
      transform: translatex(-50%);
      bottom: 0;
      max-width: 900px;
      margin: 0 auto;
      text-align: center;
      padding: 75px 15px;

  }

  .site-banner.static-cta.style-six {
      padding: 0;
  }

  .site-banner.static-cta.style-six .banner-caption .title {
      color: #fff;
  }



  .site-banner.static-cta.style-six .banner-caption .banner-desc p {
      color: #fff;
  }

  .site-banner.style-six.banner-overlay-enabled .item .banner-caption::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100vw;
      margin: auto calc(- 50% + 50vw);
      height: 100%;
      z-index: -1;
      margin: auto calc(50% - 50vw);
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  }
}

@media(min-width:1025px) {
  .site-banner.style-six.static-cta .banner-caption .btn-readmore:hover {
      color: #fff;
      border-color: #fff;
  }
}

@media(min-width:992px) {
  .site-banner.static-cta.style-five .item .banner-caption {
      padding-top: 0;
      padding-bottom: 0;
  }

  .site-banner.static-cta.style-five .item {
      align-items: center;
  }

  .site-banner.static-cta.style-five .item.left {
      flex-direction: row-reverse;
  }

  .site-banner.static-cta.style-five .banner-caption .banner-desc,
  .site-banner.static-cta.style-six .banner-caption .banner-desc {
      margin-top: 30px;
  }

  .site-banner.static-cta.style-five .item.right .banner-caption {
      padding: 0 0 0 65px;
  }

  .site-banner.static-cta.style-five .item .wp-custom-header {
      width: 50%;
  }

  .site-banner.static-cta.style-five .item.left .banner-caption {
      padding: 0 65px 0 0;
  }
}

@media(max-width:992px) {
  .site-banner.static-cta .banner-caption .button-wrap {
      margin-top: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .mobile-header .main-navigation ul .sub-menu {
      border-top: 1px solid var(--gray-300);
  }
}

/* issue fixed */

.site-header.style-three .main-navigation .nav-menu {
  justify-content: right;
}

.site-header.style-three .sticky-header.stick .main-navigation {
  align-items: center;
}

/* header three sticky menu refinemets */

.site-header.style-three .sticky-header {
  padding: 16px 0;
}

.site-header.style-three .sticky-header.stick .main-navigation {
  flex-direction: row;
}

.site-header.style-three .sticky-header.stick .main-navigation {
  margin-right: -30px;
  flex: none;
}

.site-header.style-three .sticky-header .container::after,
.site-header.style-three .sticky-header .container::before {
  content: none;
}

.site-header.style-three .sticky-header .container {
  justify-content: space-between;
}

.wp-block-audio figcaption {
  color: #555;
  font-size: 13px;
  text-align: center;
}
.is-dark-theme .wp-block-audio figcaption {
  color: hsla(0, 0%, 100%, 0.65);
}
.wp-block-audio {
  margin: 0 0 1em;
}
.wp-block-code {
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: Menlo, Consolas, monaco, monospace;
  padding: 0.8em 1em;
}
.wp-block-embed figcaption {
  color: #555;
  font-size: 13px;
  text-align: center;
}
.is-dark-theme .wp-block-embed figcaption {
  color: hsla(0, 0%, 100%, 0.65);
}
.wp-block-embed {
  margin: 0 0 1em;
}
.blocks-gallery-caption {
  color: #555;
  font-size: 13px;
  text-align: center;
}
.is-dark-theme .blocks-gallery-caption {
  color: hsla(0, 0%, 100%, 0.65);
}
.wp-block-image figcaption {
  color: #555;
  font-size: 13px;
  text-align: center;
}
.is-dark-theme .wp-block-image figcaption {
  color: hsla(0, 0%, 100%, 0.65);
}
.wp-block-image {
  margin: 0 0 1em;
}
.wp-block-pullquote {
  border-bottom: 4px solid;
  border-top: 4px solid;
  color: currentColor;
  margin-bottom: 1.75em;
}
.wp-block-pullquote cite,
.wp-block-pullquote footer,
.wp-block-pullquote__citation {
  color: currentColor;
  font-size: 0.8125em;
  font-style: normal;
  text-transform: uppercase;
}
.wp-block-quote {
  border-left: 0.25em solid;
  margin: 0 0 1.75em;
  padding-left: 1em;
}
.wp-block-quote cite,
.wp-block-quote footer {
  color: currentColor;
  font-size: 0.8125em;
  font-style: normal;
  position: relative;
}
.wp-block-quote.has-text-align-right {
  border-left: none;
  border-right: 0.25em solid;
  padding-left: 0;
  padding-right: 1em;
}
.wp-block-quote.has-text-align-center {
  border: none;
  padding-left: 0;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-quote.is-style-plain {
  border: none;
}
.wp-block-search .wp-block-search__label {
  font-weight: 700;
}
.wp-block-search__button {
  border: 1px solid #ccc;
  padding: 0.375em 0.625em;
}
:where(.wp-block-group.has-background) {
  padding: 1.25em 2.375em;
}
.wp-block-separator.has-css-opacity {
  opacity: 0.4;
}
.wp-block-separator {
  border: none;
  border-bottom: 2px solid;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-separator.has-alpha-channel-opacity {
  opacity: 1;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 100px;
}
.wp-block-separator.has-background:not(.is-style-dots) {
  border-bottom: none;
  height: 1px;
}
.wp-block-separator.has-background:not(.is-style-wide):not(
    .is-style-dots
  ) {
  height: 2px;
}
.wp-block-table {
  margin: 0 0 1em;
}
.wp-block-table td,
.wp-block-table th {
  word-break: normal;
}
.wp-block-table figcaption {
  color: #555;
  font-size: 13px;
  text-align: center;
}
.is-dark-theme .wp-block-table figcaption {
  color: hsla(0, 0%, 100%, 0.65);
}
.wp-block-video figcaption {
  color: #555;
  font-size: 13px;
  text-align: center;
}
.is-dark-theme .wp-block-video figcaption {
  color: hsla(0, 0%, 100%, 0.65);
}
.wp-block-video {
  margin: 0 0 1em;
}
.wp-block-template-part.has-background {
  margin-bottom: 0;
  margin-top: 0;
  padding: 1.25em 2.375em;
}

 /*! This file is auto-generated */
 .wp-block-button__link {
  color: #fff;
  background-color: #32373c;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em;
}
.wp-block-file__button {
  background: #32373c;
  color: #fff;
  text-decoration: none;
}

body {
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    rgb(155, 81, 224) 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    rgb(122, 220, 180) 0%,
    rgb(0, 208, 130) 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    rgb(207, 46, 46) 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    rgb(238, 238, 238) 0%,
    rgb(169, 184, 195) 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    rgb(74, 234, 220) 0%,
    rgb(151, 120, 209) 20%,
    rgb(207, 42, 186) 40%,
    rgb(238, 44, 130) 60%,
    rgb(251, 105, 98) 80%,
    rgb(254, 248, 76) 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    rgb(255, 206, 236) 0%,
    rgb(152, 150, 240) 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    rgb(254, 205, 165) 0%,
    rgb(254, 45, 45) 50%,
    rgb(107, 0, 62) 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    rgb(255, 203, 112) 0%,
    rgb(199, 81, 192) 50%,
    rgb(65, 88, 208) 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    rgb(255, 245, 203) 0%,
    rgb(182, 227, 212) 50%,
    rgb(51, 167, 181) 100%
  );
  --wp--preset--gradient--electric-grass: linear-gradient(
    135deg,
    rgb(202, 248, 128) 0%,
    rgb(113, 206, 126) 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    rgb(2, 3, 129) 0%,
    rgb(40, 116, 252) 100%
  );
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1),
    6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}
:where(.is-layout-flex) {
  gap: 0.5em;
}
:where(.is-layout-grid) {
  gap: 0.5em;
}
body .is-layout-flow > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .is-layout-flow > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .is-layout-flow > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .is-layout-constrained > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .is-layout-constrained > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .is-layout-constrained > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
body
  .is-layout-constrained
  > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .is-layout-constrained > .alignwide {
  max-width: var(--wp--style--global--wide-size);
}
body .is-layout-flex {
  display: flex;
}
body .is-layout-flex {
  flex-wrap: wrap;
  align-items: center;
}
body .is-layout-flex > * {
  margin: 0;
}
body .is-layout-grid {
  display: grid;
}
body .is-layout-grid > * {
  margin: 0;
}
:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}
:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}
:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}
:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}
.has-black-color {
  color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-color {
  color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-background-color {
  background-color: var(
    --wp--preset--color--luminous-vivid-orange
  ) !important;
}
.has-luminous-vivid-amber-background-color {
  background-color: var(
    --wp--preset--color--luminous-vivid-amber
  ) !important;
}
.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-border-color {
  border-color: var(
    --wp--preset--color--luminous-vivid-orange
  ) !important;
}
.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.has-cool-to-warm-spectrum-gradient-background {
  background: var(
    --wp--preset--gradient--cool-to-warm-spectrum
  ) !important;
}
.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}
.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}
.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}
.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}
.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.wp-block-navigation a:where(:not(.wp-element-button)) {
  color: inherit;
}
:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}
:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}
:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}
:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}
.wp-block-pullquote {
  font-size: 1.5em;
  line-height: 1.6;
}

.site-title,
.site-description {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}


.content-newsletter .blossomthemes-email-newsletter-wrapper.bg-img:after,
.widget_blossomthemes_email_newsletter_widget
  .blossomthemes-email-newsletter-wrapper:after {
  background: rgba(235, 193, 200, 0.8);
}

/*Typography*/

:root {
  --e-global-color-primary_color: #c09a69;
  --e-global-color-secondary_color: #7d2196;
  --e-global-color-body_font_color: #171717;
  --e-global-color-background_color: #ffffff;
  --primary-color: #c09a69;
  --primary-color-rgb: 235, 193, 200;
  --secondary-color: #7d2196;
  --secondary-color-rgb: 125, 106, 145;
  --black-color: #171717;
  --black-color-rgb: 23, 23, 23;
  --primary-font: Didact Gothic;
  --secondary-font: Noto Serif;
  --cursive-font: Brittany Signature;
}

body {
  font-size: 18px;
  font-weight: 400;
}
.elementor-widget ul li a {
  color: #c09a69;
}
.sticky-bar-content {
  background: #7d2196;
  color: #ffffff;
}

.sticky-t-bar:not(.active) .close {
  background: #7d2196;
}

.site-banner.static-cta.style-one::before {
  background-image: url("https://blossomthemesdemo.com/coachpress/wp-content/uploads/sites/92/2020/12/banner-style2-bg-1.png");
}

.site-title {
  font-size: 30px;
  font-family: Noto Serif;
  font-weight: 400;
  font-style: normal;
}

.site-title a {
  color: #111111;
}

.custom-logo-link img {
  width: 80px;
  max-width: 100%;
}

h1 {
  font-family: Noto Serif;
  font-size: 54px;
  font-weight: 400;
  font-style: normal;
}

h2 {
  font-family: Noto Serif;
  font-size: 40px;
  font-weight: 400;
  font-style: normal;
}

h3 {
  font-family: Noto Serif;
  font-size: 36px;
  font-weight: 400;
  font-style: normal;
}

h4 {
  font-family: Noto Serif;
  font-size: 30px;
  font-weight: 400;
  font-style: normal;
}

h5 {
  font-family: Noto Serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
}

h6 {
  font-family: Noto Serif;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
}

.widget_bttk_testimonial_widget .testimonial-content p {
  font-size: 18px;
}

.pagination .page-numbers.prev:hover::before,
.pagination .page-numbers.next:hover::before {
  background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><path fill="%23ff8c9f" d="M24.707 38.101L4.908 57.899c-4.686 4.686-4.686 12.284 0 16.971L185.607 256 4.908 437.13c-4.686 4.686-4.686 12.284 0 16.971L24.707 473.9c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L41.678 38.101c-4.687-4.687-12.285-4.687-16.971 0z"></path></svg>');
}

blockquote::before {
  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="%23ff8c9f"/><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="%23ff8c9f"/></svg>');
}

.testimonial-section .section-grid .testimonial-wrap {
  background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="451.762" height="275.729" viewBox="0 0 451.762 275.729"><g transform="translate(-11.737 -149.2)" opacity="0.04"><path d="M212.29,248.085c2.746,14.276-1.567,27.726-4.559,41.292-.687,3.115-2.749,5.93-4.206,8.87-2.936,5.926-5.712,11.941-8.892,17.734-2.854,5.2-6.109,10.179-9.288,15.192-1.861,2.935-4.187,5.6-5.847,8.632-9.287,16.978-20.046,32.792-33.894,46.507a77.829,77.829,0,0,0-12.117,16.356c-5.037,8.7-13.143,13.989-20.629,19.922-2.227,1.764-5.972,1.612-9.022,2.339-.225-3.139-1.165-6.422-.561-9.392,4.289-21.087,8.9-42.108,13.379-63.157a21.232,21.232,0,0,0,.189-2.985c.255-3.844-1.284-5.31-4.583-2.831-6.219,4.673-13.125,8.858-18.112,14.651-9.5,11.03-19.838,11.053-31.488,4.9C55.9,362.54,49.239,358.773,42.6,354.969a10.377,10.377,0,0,1-3.68-3.291c-5.172-8.484-10.015-17.171-15.285-25.591-3.389-5.416-7.463-10.4-10.913-15.781a6.653,6.653,0,0,1-.7-5.3c3.282-7.81,4.2-15.818,1.726-23.836-3.726-12.1-.84-23.231,5.2-33.41,7.016-11.824,14.807-23.241,22.958-34.323,11-14.961,21.875-30.151,34.288-43.9,11.049-12.241,25.426-18.786,42.888-16.752,5.093.594,10.557-.831,15.695-2.011,14.779-3.393,28.4-1.019,40.822,7.61,11.628,8.081,21.633,18.052,27.552,30.88,3.888,8.427,5.874,17.935,7.442,27.174,1.767,10.41,2.107,21.063,3.068,31.609Z" fill="%23ff8c9f"/><path d="M360.175,339.135q-7.944,6.887-15.891,13.77c-10.368,8.936-22.271,7.923-33.97,4.253-14.034-4.4-23.137-15.1-31.021-26.933a51.542,51.542,0,0,0-5.37-7.149c-7.453-7.8-9.026-16.836-5.469-26.7,1.495-4.147,1.339-7.817.5-12.064a30.169,30.169,0,0,1,.329-13.116c5.43-20.536,13.63-39.832,26.464-57.021,4.157-5.566,7.146-11.99,11.085-17.735,5.815-8.481,11.823-16.845,18.129-24.963a27.492,27.492,0,0,1,8.354-6.985c10.084-5.52,18.938-13.229,31.253-14.658,14.293-1.659,27.959-.463,39.372,8.269a348.825,348.825,0,0,1,35.882,31.581c13.417,13.556,18.731,31.122,22.284,49.638s-.312,35.956-4.662,53.5c-.926,3.735-3.321,7.282-5.664,10.454-5.423,7.338-10.87,14.717-16.975,21.476-6.861,7.6-14.473,14.516-21.724,21.764-2.224,2.224-4.729,4.3-6.431,6.89a168.768,168.768,0,0,1-25.079,29.55c-5.015,4.772-9.055,10.578-13.457,15.981-6.791,8.336-13.516,16.727-20.9,24.86,2.7-28.306,13.2-55.178,14.567-83.579Z" fill="%23ff8c9f"/></g></svg>');
}

.featured-testimonial
  .elementor-widget-testimonial
  .elementor-testimonial-content::before,
.featured-testimonial
  .elementor-widget-testimonial
  .elementor-testimonial-content::after,
.service-testimonial-section
  .elementor-widget-testimonial
  .elementor-testimonial-content::before,
.service-testimonial-section
  .elementor-widget-testimonial
  .elementor-testimonial-content::after,
.course-detail-page
  .elementor-widget-testimonial
  .elementor-testimonial-content::before,
.course-detail-page
  .elementor-widget-testimonial
  .elementor-testimonial-content::after {
  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="%23ff8c9f"/><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="%23ff8c9f"/></svg>');
}

.widget_bttk_testimonial_widget
  .testimonial-content
  p:first-child::before,
.widget_bttk_testimonial_widget .testimonial-content p:last-child::after,
.text-testimonial-section
  .elementor-widget-testimonial
  .elementor-testimonial-content::before,
.text-testimonial-section
  .elementor-widget-testimonial
  .elementor-testimonial-content::after {
  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="%23ff8c9f"/><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="%23ff8c9f"/></svg>');
}

.search .page-header .search-form .search-submit:hover {
  background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="21.863" height="22" viewBox="0 0 21.863 22"><path d="M24.863,1170.255l-2.045,2.045L18,1167.482v-1.091l-.409-.409a8.674,8.674,0,0,1-5.727,2.046,8.235,8.235,0,0,1-6.273-2.591A8.993,8.993,0,0,1,3,1159.164a8.235,8.235,0,0,1,2.591-6.273,8.993,8.993,0,0,1,6.273-2.591,8.441,8.441,0,0,1,6.273,2.591,8.993,8.993,0,0,1,2.591,6.273,8.675,8.675,0,0,1-2.045,5.727l.409.409h.955ZM7.5,1163.664a5.76,5.76,0,0,0,4.364,1.773,5.969,5.969,0,0,0,4.364-1.773,6.257,6.257,0,0,0,0-8.727,5.76,5.76,0,0,0-4.364-1.773,5.969,5.969,0,0,0-4.364,1.773,5.76,5.76,0,0,0-1.773,4.364A6.308,6.308,0,0,0,7.5,1163.664Z" transform="translate(-3 -1150.3)" fill="%23ff8c9f"/></svg>');
}

.post-navigation .meta-nav::before {
  background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="48.781" height="9.63" viewBox="0 0 48.781 9.63"><g transform="translate(-1019.528 -1511)"><path d="M141.589-1.863l-8.34,4.815v-9.63Z" transform="translate(926.721 1517.678)" fill="%237d2196"></path><path d="M3089.528,1523h40.965" transform="translate(-2070 -7.502)" fill="none" stroke="%237d2196" stroke-width="1"></path></g></svg>');
}

.header-search .header-search-wrap .search-form .search-submit:hover {
  background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="21.863" height="22" viewBox="0 0 21.863 22"><path d="M24.863,1170.255l-2.045,2.045L18,1167.482v-1.091l-.409-.409a8.674,8.674,0,0,1-5.727,2.046,8.235,8.235,0,0,1-6.273-2.591A8.993,8.993,0,0,1,3,1159.164a8.235,8.235,0,0,1,2.591-6.273,8.993,8.993,0,0,1,6.273-2.591,8.441,8.441,0,0,1,6.273,2.591,8.993,8.993,0,0,1,2.591,6.273,8.675,8.675,0,0,1-2.045,5.727l.409.409h.955ZM7.5,1163.664a5.76,5.76,0,0,0,4.364,1.773,5.969,5.969,0,0,0,4.364-1.773,6.257,6.257,0,0,0,0-8.727,5.76,5.76,0,0,0-4.364-1.773,5.969,5.969,0,0,0-4.364,1.773,5.76,5.76,0,0,0-1.773,4.364A6.308,6.308,0,0,0,7.5,1163.664Z" transform="translate(-3 -1150.3)" fill="%237d2196"/></svg>');
}

.header-search > .search-form .search-submit {
  background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="21.863" height="22" viewBox="0 0 21.863 22"><path d="M24.863,1170.255l-2.045,2.045L18,1167.482v-1.091l-.409-.409a8.674,8.674,0,0,1-5.727,2.046,8.235,8.235,0,0,1-6.273-2.591A8.993,8.993,0,0,1,3,1159.164a8.235,8.235,0,0,1,2.591-6.273,8.993,8.993,0,0,1,6.273-2.591,8.441,8.441,0,0,1,6.273,2.591,8.993,8.993,0,0,1,2.591,6.273,8.675,8.675,0,0,1-2.045,5.727l.409.409h.955ZM7.5,1163.664a5.76,5.76,0,0,0,4.364,1.773,5.969,5.969,0,0,0,4.364-1.773,6.257,6.257,0,0,0,0-8.727,5.76,5.76,0,0,0-4.364-1.773,5.969,5.969,0,0,0-4.364,1.773,5.76,5.76,0,0,0-1.773,4.364A6.308,6.308,0,0,0,7.5,1163.664Z" transform="translate(-3 -1150.3)" fill="%237d2196"/></svg>');
}

.widget_bttk_icon_text_widget
  .rtc-itw-inner-holder
  .btn-readmore::before {
  background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="48.781" height="9.63" viewBox="0 0 48.781 9.63"><g transform="translate(-1019.528 -1511)"><path d="M141.589-1.863l-8.34,4.815v-9.63Z" transform="translate(926.721 1517.678)" fill="%237d2196"></path><path d="M3089.528,1523h40.965" transform="translate(-2070 -7.502)" fill="none" stroke="%237d2196" stroke-width="1"></path></g></svg>');
}

.search .page-header .search-form .search-submit {
  background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="21.863" height="22" viewBox="0 0 21.863 22"><path d="M24.863,1170.255l-2.045,2.045L18,1167.482v-1.091l-.409-.409a8.674,8.674,0,0,1-5.727,2.046,8.235,8.235,0,0,1-6.273-2.591A8.993,8.993,0,0,1,3,1159.164a8.235,8.235,0,0,1,2.591-6.273,8.993,8.993,0,0,1,6.273-2.591,8.441,8.441,0,0,1,6.273,2.591,8.993,8.993,0,0,1,2.591,6.273,8.675,8.675,0,0,1-2.045,5.727l.409.409h.955ZM7.5,1163.664a5.76,5.76,0,0,0,4.364,1.773,5.969,5.969,0,0,0,4.364-1.773,6.257,6.257,0,0,0,0-8.727,5.76,5.76,0,0,0-4.364-1.773,5.969,5.969,0,0,0-4.364,1.773,5.76,5.76,0,0,0-1.773,4.364A6.308,6.308,0,0,0,7.5,1163.664Z" transform="translate(-3 -1150.3)" fill="%237d2196"/></svg>');
}

select {
  background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="rgba(23, 23, 23, 0.3)" d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z"></path></svg>');
}

.posts-navigation .nav-links a::before {
  background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="rgba(23, 23, 23, 0.3)" d="M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z"></path></svg>');
}

.posts-navigation .nav-links .nav-next a::before {
  background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="rgba(23, 23, 23, 0.3)" d="M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z"></path></svg>');
}

.pagination .page-numbers.prev::before,
.pagination .page-numbers.next::before {
  background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><path fill="%23171717" d="M24.707 38.101L4.908 57.899c-4.686 4.686-4.686 12.284 0 16.971L185.607 256 4.908 437.13c-4.686 4.686-4.686 12.284 0 16.971L24.707 473.9c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L41.678 38.101c-4.687-4.687-12.285-4.687-16.971 0z"></path></svg>');
}

.header-search .header-search-wrap .search-form .search-submit {
  background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="21.863" height="22" viewBox="0 0 21.863 22"><path d="M24.863,1170.255l-2.045,2.045L18,1167.482v-1.091l-.409-.409a8.674,8.674,0,0,1-5.727,2.046,8.235,8.235,0,0,1-6.273-2.591A8.993,8.993,0,0,1,3,1159.164a8.235,8.235,0,0,1,2.591-6.273,8.993,8.993,0,0,1,6.273-2.591,8.441,8.441,0,0,1,6.273,2.591,8.993,8.993,0,0,1,2.591,6.273,8.675,8.675,0,0,1-2.045,5.727l.409.409h.955ZM7.5,1163.664a5.76,5.76,0,0,0,4.364,1.773,5.969,5.969,0,0,0,4.364-1.773,6.257,6.257,0,0,0,0-8.727,5.76,5.76,0,0,0-4.364-1.773,5.969,5.969,0,0,0-4.364,1.773,5.76,5.76,0,0,0-1.773,4.364A6.308,6.308,0,0,0,7.5,1163.664Z" transform="translate(-3 -1150.3)" fill="rgba(23, 23, 23, 0.7)"/></svg>');
}

.header-search > .search-form::before {
  background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="21.863" height="22" viewBox="0 0 21.863 22"><path d="M24.863,1170.255l-2.045,2.045L18,1167.482v-1.091l-.409-.409a8.674,8.674,0,0,1-5.727,2.046,8.235,8.235,0,0,1-6.273-2.591A8.993,8.993,0,0,1,3,1159.164a8.235,8.235,0,0,1,2.591-6.273,8.993,8.993,0,0,1,6.273-2.591,8.441,8.441,0,0,1,6.273,2.591,8.993,8.993,0,0,1,2.591,6.273,8.675,8.675,0,0,1-2.045,5.727l.409.409h.955ZM7.5,1163.664a5.76,5.76,0,0,0,4.364,1.773,5.969,5.969,0,0,0,4.364-1.773,6.257,6.257,0,0,0,0-8.727,5.76,5.76,0,0,0-4.364-1.773,5.969,5.969,0,0,0-4.364,1.773,5.76,5.76,0,0,0-1.773,4.364A6.308,6.308,0,0,0,7.5,1163.664Z" transform="translate(-3 -1150.3)" fill="rgba(23, 23, 23, 0.35)"/></svg>');
}

.widget_bttk_posts_category_slider_widget .owl-theme .owl-prev::after {
  background-image: url('data:image/svg+xml; utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path fill="%23ff8c9f" d="M4.2 247.5L151 99.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17L69.3 256l118.5 119.7c4.7 4.7 4.7 12.3 0 17L168 412.5c-4.7 4.7-12.3 4.7-17 0L4.2 264.5c-4.7-4.7-4.7-12.3 0-17z"></path></svg>');
}

.widget_bttk_posts_category_slider_widget .owl-theme .owl-next::after {
  background-image: url('data:image/svg+xml; utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path fill="%23ff8c9f" d="M187.8 264.5L41 412.5c-4.7 4.7-12.3 4.7-17 0L4.2 392.7c-4.7-4.7-4.7-12.3 0-17L122.7 256 4.2 136.3c-4.7-4.7-4.7-12.3 0-17L24 99.5c4.7-4.7 12.3-4.7 17 0l146.8 148c4.7 4.7 4.7 12.3 0 17z"></path></svg>');
}

section#wheel-of-life_section {
  background-color: #fdf9f9;
}

.cs-demo-info-btns {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 999999999;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  display: none;
  -webkit-transition: 0.23s ease-in-out;
  transition: 0.23s ease-in-out;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}
.cs-demo-info-btns.sticky-btn {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (min-width: 768px) {
  .cs-demo-info-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.cs-demo-info-btns .rdi-btn-primary {
  background-color: transparent;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  padding: 12px;
  -webkit-transition: 0.23s ease-in-out;
  transition: 0.23s ease-in-out;
  position: relative;
}
.cs-demo-info-btns .rdi-btn-primary span {
  transition: opacity 0.3s, visibility 0.3s,
    transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24),
    -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  background: #000;
  color: #fff;
  padding: 9px 14px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  white-space: nowrap;
  border-radius: 5px;
  display: inline-block;
  position: absolute;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  top: 50%;
  right: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}
.cs-demo-info-btns .rdi-btn-primary span::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  right: -14px;
  background: 0 0;
  border: 7px solid transparent;
  border-left-color: #000;
  z-index: 9999;
}
.cs-demo-info-btns .rdi-btn-primary:hover span {
  opacity: 1;
  -webkit-transform: translate(-8px, -50%);
  transform: translate(-8px, -50%);
  visibility: visible;
}


.perfmatters-lazy-youtube {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 0;
  padding-bottom: 56.23%;
  overflow: hidden;
}
.perfmatters-lazy-youtube img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: auto;
  border: none;
  cursor: pointer;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
}
.perfmatters-lazy-youtube img:hover {
  -webkit-filter: brightness(75%);
}
.perfmatters-lazy-youtube .play {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  background: url(https://blossomthemesdemo.com/coachpress/wp-content/plugins/perfmatters/img/youtube.svg)
    no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
  filter: grayscale(1);
}
.perfmatters-lazy-youtube:hover .play {
  filter: grayscale(0);
}
.perfmatters-lazy-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.perfmatters-lazy.pmloaded,
.perfmatters-lazy.pmloaded > img,
.perfmatters-lazy > img.pmloaded,
.perfmatters-lazy[data-ll-status="entered"] {
  animation: 500ms pmFadeIn;
}
@keyframes pmFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body .perfmatters-lazy-css-bg:not([data-ll-status="entered"]),
body .perfmatters-lazy-css-bg:not([data-ll-status="entered"]) *,
body .perfmatters-lazy-css-bg:not([data-ll-status="entered"])::before,
body .perfmatters-lazy-css-bg:not([data-ll-status="entered"])::after {
  background-image: none !important;
  will-change: transform;
  transition: opacity 0.025s ease-in, transform 0.025s ease-in !important;
}

.site-banner.static-cta.style-two .item .wp-custom-header {
  width: 100% !important;
}

.perfmatters-lazy[data-src] {
  display: none !important;
}


/* Typewritee */

.css-typing p {
  border-right: .15em solid #c09a69;
  white-space: nowrap;
  overflow: hidden;
  line-height: 26px;
  font-size: 0.85em;
}
.css-typing p:nth-child(1) {
  width: 100%;
  -webkit-animation: type 2s steps(40, end);
  animation: type 2s steps(40, end);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.css-typing p:nth-child(2) {
  width: 100%;
  opacity: 0;
  -webkit-animation: type2 2s steps(40, end);
  animation: type2 2s steps(40, end);
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.css-typing p:nth-child(3) {
  width: 73%;
  opacity: 0;
  -webkit-animation: type3 2s steps(40, end);
  animation: type3 2s steps(40, end);
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes type {
  0% {
    width: 0;
  }
  99.9% {
    border-right: .15em solid orange;
  }
  100% {
    border: none;
  }
}

@-webkit-keyframes type {
  0% {
    width: 0;
  }
  99.9% {
    border-right: .15em solid orange;
  }
  100% {
    border: none;
  }
}

@keyframes type2 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  99.9% {
    border-right: .15em solid orange;
  }
  100% {
    opacity: 1;
    border: none;
  }
}

@-webkit-keyframes type2 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  99.9% {
    border-right: .15em solid orange;
  }
  100% {
    opacity: 1;
    border: none;
  }
}

@keyframes type3 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes type3 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}
@-webkit-keyframes blink {
  50% {
    border-color: tranparent;
  }
}

.estimate-form{
  float: left!important;
  text-align: left
}
