/*
Theme Name: 	On teste 2023
Description: 	Thème du site on teste pour vous en Picardie
Author: 	Elodie Beauget
Author URI: 	https://www.comm-el.fr
Template: 	chic-lite
Version: 	1.0
*/



/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
	--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */


/* Document
========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/* Sections
========================================================================== */


/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/* Grouping content
========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    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;
    /* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* Interactive
========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}


/* Misc
========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/


@font-face {
    font-family: 'champagne__limousinesbold';
    src: url('fonts/champagne__limousines_bold-webfont.woff2') format('woff2'),
         url('fonts/champagne__limousines_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'champagne__limousinesBdIt';
    src: url('fonts/champagne__limousines_bold_italic-webfont.woff2') format('woff2'),
         url('fonts/champagne__limousines_bold_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'champagne__limousinesitalic';
    src: url('fonts/champagne__limousines_italic-webfont.woff2') format('woff2'),
         url('fonts/champagne__limousines_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'champagne__limousinesregular';
    src: url('fonts/champagne__limousines-webfont.woff2') format('woff2'),
         url('fonts/champagne__limousines-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dita_sweetregular';
    src: url('fonts/dita-sweet-webfont.woff2') format('woff2'),
         url('fonts/dita-sweet-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
    --primary-font: champagne__limousinesregular, sans-serif !important;
    --secondary-font: dita_sweetregular, serif !important;
    --font-color: #333333;
    --primary-color: #e1bdbd;
    --primary-color-rgb: 225, 189, 189;
    --black-color: #000000;
    --black-color-rgb: 0, 0, 0;
    --white-color: #ffffff;
    --white-color-rgb: 255, 255, 255;
}

body,
button,
input,
select,
optgroup,
textarea {
    color: var(--font-color);
    font-family: champagne__limousinesregular !important;
    font-size: 18px;
    line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

h1 {
    font-size: 2.72em;
    line-height: 1.49;
}

h2 {
    font-size: 2.17em;
    line-height: 1.26;
}

h3 {
    font-size: 1.72em;
    line-height: 1.26;
    margin: 0.65em 0;
}

h4 {
    font-size: 1.39em;
    line-height: 1.24;
    margin: 0.65em 0;
}

h5 {
    font-size: 1.11em;
    line-height: 1.25;
    margin: 1em 0;
}

h6 {
    font-size: 0.8888em;
    line-height: 1.25;
    margin: 1em 0;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote,
q {
    display: block;
    margin: 1em 0;
    font-size: 1.22em;
    line-height: 1.75em;
    padding-left: 25px;
    border-left: 2px solid var(--primary-color);
    font-family: var(--secondary-font);
    font-weight: 400;
}

q {
    border-left-width: 1px;
}

p blockquote,
p q {
    float: left;
    max-width: 300px;
    margin-top: 0;
    padding-right: 30px;
    margin-bottom: 10px;
}

blockquote cite {
    display: block;
    font-size: 0.82em;
    font-style: normal;
    color: #999;
    font-weight: 400;
    line-height: 1.11em;
    margin-top: 15px;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: var(--font-color);
    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)9c0;
    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: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 0;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    vertical-align: top;
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

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: 700;
    color: #111;
    padding: 10px 15px;
    border-bottom: 2px solid #EBEBEB;
}

table tr td {
    color: #343434;
    padding: 10px 15px;
}

table tbody tr:nth-child(odd) {
    background: rgba(var(--black-color-rgb), 0.035);
}

.site-footer table tr th {
    color: var(--white-color);
    border-bottom-color: rgba(var(--white-color-rgb), 0.1);
}

.site-footer table tr td {
    color: rgba(var(--white-color-rgb), 0.7);
}

.site-footer table tbody tr:nth-child(odd) {
    background: rgba(var(--white-color-rgb), 0.05);
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    outline: none;
    border: none;
    border-radius: 0;
    background: #121212;
    color: var(--white-color);
    font-size: 0.7778em;
    line-height: 1;
    padding: 18px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    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(--primary-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: #121212;
    border: 1px solid rgba(var(--black-color-rgb), 0.1);
    border-radius: 0;
    padding: 10px 15px;
    width: 100%;
    height: 50px;
    font-size: 0.7778em;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid rgba(var(--black-color-rgb), 0.1);
}

textarea {
    width: 100%;
    height: 150px;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    text-decoration: none;
    color: var(--primary-color);
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

a:hover,
a:active {
    outline: 0;
}

a:hover {
    text-decoration: underline;
    color: var(--primary-color);
}

@-moz-document url-prefix() {

    a:focus,
    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,
    button:focus,
    input[type="button"]:focus,
    input[type="reset"]:focus,
    input[type="submit"]:focus {
        outline: thin dotted;
    }
}


/*--------------------------------------------------------------
## 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;
}


/*--------------------------------------------------------------
# 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 50px 0;
    /* Make sure select elements fit in widgets. */
}

.widget-area .widget:last-child {
    margin-bottom: 0;
}

.widget select {
    max-width: 100%;
    font-size: 0.7778em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
}


/*--------------------------------------------------------------
# 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,
.wp-block-image figcaption {
    margin: 0.8075em 0 0 0;
    font-size: 0.7778em;
    color: #999;
}

.wp-caption-text,
.wp-block-image figcaption {
    text-align: center;
}

.alignleft .wp-caption-text,
.alignright .wp-caption-text,
.alignleft figcaption,
.alignright figcaption {
    text-align: left;
}

body:not(.full-width) .wp-caption:not(.aligncenter) .size-large+figcaption,
.wp-caption:not(.aligncenter) .size-full+figcaption {
    text-align: center;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding: 5px;
    margin: 0;
}

.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;
    font-size: 0.7778em;
    background: #f8f8f8;
    padding: 5px;
    font-weight: normal;
    font-style: normal;
}


/*============================
COMMON CSS
============================*/

.fancybox-container {
    z-index: 99999 !important;
}

.portfolio-holder {
    margin-bottom: 60px;
}

.portfolio-holder .post-thumbnail {
    text-align: center;
}

.related-portfolio {
    margin-top: 30px;
}

.custom-background .site {
    background: var(--white-color);
    max-width: 85%;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(var(--black-color-rgb), 0.16);
}

.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;
}

.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;
}

.woocommerce-page .site-content>.page-header {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 100px 0;
    margin-bottom: 40px;
    z-index: 1;
}

.woocommerce-page .site-content>.page-header::before {
    content: "";
    background: rgba(var(--black-color-rgb), 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.woocommerce-page .site-content .page-header .page-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3.33em;
    font-family: var(--secondary-font);
    line-height: 1.25;
    color: var(--white-color);
}

.woocommerce-page .site-content>.page-header .archive-description {
    color: var(--white-color);
}

.woocommerce-page .site-content>.page-header .archive-description p {
    margin-top: 20px;
    margin-bottom: 0;
}

.woocommerce-page .site-content>.page-header .breadcrumb-wrapper a,
.woocommerce-page .site-content>.page-header .breadcrumb-wrapper span {
    color: var(--white-color);
}

.page .site-main .page-header+.post-thumbnail {
    margin-bottom: 0;
    margin-top: 30px;
}

.entry-content p {
    margin-top: 0;
    margin-bottom: 20px;
}

.edit-link {
    width: 100%;
    margin-top: 5px;
}

.edit-link .post-edit-link {
    color: var(--white-color);
    background: var(--primary-color);
    padding: 3px 8px;
    border-radius: 4px;
    letter-spacing: 0.5px;
    text-decoration: none;
}

.edit-link .post-edit-link:hover {
    background: var(--black-color);
    color: var(--white-color);
}

.svg-holder {
    line-height: 0;
}

.container {
    max-width: 1220px;
    margin: 0 auto;
}

.site-header ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dropcap {
    font-size: 3.56em;
    font-weight: 700;
    line-height: 0.95;
    color: #111;
    float: left;
    margin-right: 5px;
    font-family: var(--secondary-font);
}

.archive .content-area .page-header {
    border-bottom: 1px solid rgba(var(--black-color-rgb), 0.1);
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.content-area .page-header .page-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3.33em;
    font-family: var(--secondary-font);
    line-height: 1.25;
    color: #121212;
}

.page-template-default .content-area .page-header .page-title {
    font-size: 3.11em;
}

.section-title,
.promo-section .widget .widget-title {
    font-size: 2em;
    text-align: center;
    font-family: var(--secondary-font);
    font-weight: 600;
    color: #121212;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 60px;
}

.sub-title {
    font-size: 0.7778em;
    text-transform: uppercase;
    font-family: var(--primary-font);
    color: #999;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.section-desc {
    max-width: 970px;
    text-align: center;
    margin: 0 auto 60px;
    font-size: 1.11em;
    font-weight: 300;
}

.section-desc p {
    margin-top: 0;
    margin-bottom: 20px;
}

.result-count {
    font-size: 0.6666em;
    color: #999;
    margin-top: 20px;
    display: block;
    letter-spacing: 1px;
}

.post-count {
    display: block;
    margin-bottom: 20px;
    font-size: 0.7778em;
    color: #999;
}

figure.post-thumbnail {
    margin-top: 0;
    margin-bottom: 20px;
}

article .entry-meta,
article .entry-footer {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    align-items: center;
}

article .entry-meta {
    margin-bottom: 25px;
}

article .entry-meta>span,
article .entry-footer>span {
    display: inline-block;
    font-size: 0.6666em;
    line-height: 1.49;
    color: #999;
    font-style: italic;
}

.entry-meta span.posted-on,
.entry-footer span.posted-on,
.entry-meta span.byline,
.entry-footer span.byline {
    text-transform: uppercase;
    font-style: normal;
}

article .entry-meta>span::after,
article .entry-footer>span::after {
    content: "";
    background: rgba(var(--primary-color-rgb), 0.3);
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 100%;
    vertical-align: middle;
    margin: -2px 15px 0 15px;
}

article .entry-meta>span:last-child::after,
article .entry-footer>span:last-child::after {
    display: none;
}

article .entry-meta>span a,
article .entry-footer>span a {
    display: inline-block;
    color: #999;
    text-transform: uppercase;
    font-style: normal;
}

article .entry-meta>span a:hover,
article .entry-footer>span a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

article .entry-meta>span.category a,
article .entry-footer>span.category a {
    color: var(--primary-color);
    letter-spacing: 1px;
}

article .entry-meta>span.category a::after,
article .entry-footer>span.category a::after {
    content: "";
    background: rgba(var(--black-color-rgb), 0.1);
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 100%;
    vertical-align: middle;
    margin: -2px 5px 0 8px;
}

article .entry-meta>span.category a:last-child::after,
article .entry-footer>span.category a:last-child::after {
    display: none;
}

.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget ul ul {
    margin-left: 15px;
}

.widget ul ul {
    margin-top: 15px;
    border-top: 1px solid rgba(var(--black-color-rgb), 0.05);
    padding-top: 15px;
}

.widget ul li {
    display: block;
    margin-bottom: 20px;
    font-size: 0.8888em;
    font-weight: 600;
    line-height: 1.6;
}

.widget ul ul li {
    font-size: 1em;
}

.widget ul li a {
    text-decoration: none;
    color: var(--font-color);
    display: inline-block;
}

.widget ul li a:hover {
    color: var(--primary-color);
}

.widget-area .widget .widget-title {
    margin-top: 0;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 0.8333em;
    font-family: var(--secondary-font);
    color: var(--font-color);
    padding: 18px 18px 18px 0;
    font-weight: bold;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    letter-spacing: 1px;
}

.widget-area .widget .widget-title:after {
    content: "";
    background: var(--primary-color);
    height: 3px;
    width: 70px;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.nav-menu .close {
    display: none;
    background-color: transparent;
    padding: 0;
}

.search-form {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    justify-content: flex-end;
}

label {
    width: calc(100% - 50px);
}

.search-form .search-field {
    border-radius: 0;
    border-right: none;
    height: 50px;
    font-size: 0.7778em;
}

.search-form .search-submit {
    width: 50px;
    height: 50px;
    padding: 0;
    text-align: center;
    border-radius: 0;
    border: none;
    box-shadow: none;
    background-color: #121212;
    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;
    overflow: hidden;
}

.search-form .search-submit:hover,
.search-form .search-submit:active,
.search-form .search-submit:focus {
    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;
}

.owl-carousel>.owl-nav button[class*="owl-"] {
    width: 50px;
    height: 50px;
    border: 1px solid rgba(var(--black-color-rgb), 0.1);
    position: absolute;
    top: 50%;
    left: 260px;
    border-radius: 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: 17px;
    text-indent: 60px;
    overflow: hidden;
    z-index: 999;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.owl-carousel>.owl-nav button[class*="owl-"]:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    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="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>');
}

.owl-carousel>.owl-nav button.owl-next {
    left: auto;
    right: 260px;
    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>');
}

.owl-carousel>.owl-nav button.owl-next:hover {
    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="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>');
}


/*=============================
SIDEBARS
=============================*/

.content-area,
.widget-area {
    margin-top: 60px;
    margin-bottom: 60px;
}

.page .content-area,
.page .widget-area {
    margin-top: 30px;
}

.rightsidebar .content-area {
    float: left;
    width: calc(100% - 331px);
    padding-right: 50px;
}

.rightsidebar .widget-area {
    float: right;
    width: 330px;
}

.leftsidebar .content-area {
    float: right;
    width: calc(100% - 331px);
    padding-left: 50px;
}

.leftsidebar .widget-area {
    float: left;
    width: 330px;
}

.full-width-centered .site-content .content-area {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
}


/*============================
PAGINATION
============================*/

.pagination .page-numbers {
    background: var(--white-color);
    display: inline-block;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    margin-bottom: 5px;
    color: #121212;
    font-size: 0.8888em;
    font-weight: 600;
    vertical-align: middle;
    box-shadow: 0 2px 0px rgba(var(--black-color-rgb), 0.0);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
    font-size: 0.7778em;
    width: auto;
    padding-left: 10px;
    padding-right: 20px;
}

.pagination .page-numbers.next {
    padding-right: 10px;
    padding-left: 20px;
}

.pagination .page-numbers.prev svg,
.pagination .page-numbers.next svg {
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -2px;
}

.pagination .page-numbers.next svg {
    margin-right: 0;
    margin-left: 10px;
}

.pagination .page-numbers.dots {
    box-shadow: none;
}

.pagination .page-numbers.dots:hover {
    color: #121212;
    box-shadow: none;
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current {
    color: #121212;
    box-shadow: 0 2px 20px rgba(var(--black-color-rgb), 0.05);
}

.post-navigation {
    border-top: 1px solid rgba(var(--black-color-rgb), 0.1);
    padding-top: 60px;
    margin-top: 60px;
}

.post-navigation .nav-links:before,
.post-navigation .nav-links:after {
    content: "";
    display: table;
}

.post-navigation .nav-links:after {
    clear: both;
}

.post-navigation .nav-links div[class*="nav-"] {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
}

.post-navigation .nav-links .nav-previous {
    flex-direction: row-reverse;
}

.post-navigation .nav-links a {
    width: calc(100% - 90px);
}

.post-navigation .nav-links .nav-previous a {
    padding-left: 20px;
    text-decoration: none;
}

.post-navigation .nav-links .nav-next a {
    padding-right: 20px;
    text-decoration: none;
}

.post-navigation .nav-links a .meta-nav {
    position: relative;
    display: block;
    font-size: 0.6666em;
    text-transform: uppercase;
    color: #a5a8b2;
    letter-spacing: 1px;
}

.post-navigation .nav-links a .meta-nav svg {
    width: 15px;
    margin-right: 5px;
}

.post-navigation .nav-links .nav-next a .meta-nav svg {
    margin-right: 0;
    margin-left: 5px;
}

.post-navigation .nav-links a .post-title {
    font-size: 0.8888em;
    font-weight: 600;
    color: #111;
    line-height: 1.5em;
    display: block;
    margin-top: 5px;
}

.post-navigation .nav-links a:hover .post-title {
    color: var(--primary-color);
}

.post-navigation .nav-links .post-img {
    background: #f5f5f5;
    width: 90px;
    height: 90px;
    overflow: hidden;
    margin: 0;
}

.post-navigation .nav-links .post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*============================
BACK TO TOP
============================*/

.back-to-top {
    padding: 0;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    bottom: 0;
    right: 20px;
    width: 40px;
    height: 40px;
    background: rgba(var(--black-color-rgb), 0.37);
    color: var(--white-color);
    cursor: pointer;
    text-align: center;
    line-height: 45px;
    z-index: 999;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    bottom: 60px;
}

.back-to-top:hover {
    background: var(--primary-color);
}

.back-to-top svg {
    width: 20px;
    height: 20px;
    margin-top: 5px;
}


/*==========================
BREADCRUMB
==========================*/

.breadcrumb-wrapper {
    margin-top: 15px;
    margin-bottom: 0;
}

.single .top-bar {
    margin-bottom: 30px;
}

.breadcrumb-wrapper span {
    color: #121212;
    font-size: 0.7778em;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 5px;
}

.breadcrumb-wrapper span span,
.breadcrumb-wrapper span a {
    font-size: 1em;
    display: inline-block;
    vertical-align: middle;
}

.breadcrumb-wrapper a {
    color: #121212;
}

.breadcrumb-wrapper a:hover>span {
    color: var(--primary-color);
}

.breadcrumb-wrapper .current>a,
.breadcrumb-wrapper .current>a span {
    color: #999;
    pointer-events: none;
}

.breadcrumb-wrapper span.separator {
    margin: 0 15px 0 10px;
    width: 4px;
    line-height: 0;
    vertical-align: 0px;
    padding-bottom: 0;
}


/*=============================
ADDITIONAL POST
============================*/

.additional-post {
    margin-top: 60px;
    border-top: 1px solid rgba(var(--black-color-rgb), 0.1);
    padding-top: 40px;
}

.additional-post .post-title {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 1.22em;
    font-weight: 700;
    font-family: var(--secondary-font);
}

.additional-post .article-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.additional-post article {
    width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
}

.additional-post article .entry-meta {
    margin-bottom: 15px;
}

.additional-post article .entry-meta>span {
    font-size: 0.6666em;
}

.additional-post article .entry-meta>span.category a {
    color: #999;
}

.additional-post article .entry-meta>span.category a:hover {
    color: var(--primary-color);
}

.additional-post article .entry-meta>span.category a::after {
    background: none;
    width: auto;
    height: auto;
    content: ",";
    margin-left: 0;
    font-size: 16px;
    line-height: 1;
    margin-top: -5px;
    color: #999;
}

.additional-post article .entry-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.333em;
    font-family: var(--secondary-font);
}

.additional-post article .entry-title a {
    color: #121212;
    text-decoration: none;
    line-height: 1.5;
}

.additional-post article .entry-title a:hover {
    color: var(--primary-color);
}

.additional-post article .post-thumbnail {
    order: -1;
    margin-bottom: 30px;
    text-align: center;
}


/*========================
COMMENTS AREA
========================*/

.comments-area {
    margin-top: 40px;
    padding-top: 50px;
    border-top: 1px solid rgba(var(--black-color-rgb), 0.1);
}

.comments-area .comments-title,
.comment-respond .comment-reply-title {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 1.22em;
    font-family: var(--secondary-font);
}

.comments-area ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comments-area ol li ol {
    margin-left: 30px;
}

.comment-list .comment {
    border-top: 1px solid rgba(var(--black-color-rgb), 0.05);
    margin-top: 20px;
    padding-top: 20px;
}

.comment-list>.comment:first-child {
    border-top: none;
    padding-top: 0;
    margin-top: 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" viewBox="0 0 19.999 19.999"><g class="a" transform="translate(2 1.902)"><path fill="%2300ab0b" d="M 9.834222793579102 17.09700393676758 C 9.293392181396484 17.09700393676758 8.75604248046875 16.91920280456543 8.321172714233398 16.59635353088379 C 8.226932525634766 16.52631378173828 8.115872383117676 16.48946380615234 7.99956226348877 16.48946380615234 C 7.883032321929932 16.48946380615234 7.771632194519043 16.52643394470215 7.677412509918213 16.59638404846191 C 7.241622447967529 16.91916275024414 6.704292297363281 17.09657287597656 6.163562297821045 17.09657287597656 C 5.919732570648193 17.09657287597656 5.677532196044922 17.06148338317871 5.443672180175781 16.99227333068848 C 4.684462547302246 16.76824378967285 4.062642574310303 16.19062423706055 3.781052350997925 15.44737339019775 C 3.698472261428833 15.23033332824707 3.497072458267212 15.08926391601563 3.268432378768921 15.08926391601563 C 3.257022380828857 15.08926391601563 3.24551248550415 15.08962345123291 3.234002351760864 15.0903434753418 C 3.18197226524353 15.09369373321533 3.127422332763672 15.09544372558594 3.073572397232056 15.09544372558594 C 2.333252429962158 15.09544372558594 1.630492329597473 14.77195358276367 1.145472407341003 14.20793342590332 C 0.6309023499488831 13.60939311981201 0.4188423752784729 12.78896331787109 0.5781523585319519 12.01321315765381 C 0.628312349319458 11.77128314971924 0.5158923864364624 11.52090358734131 0.3051423728466034 11.40245342254639 C -0.3843876421451569 11.0153636932373 -0.863067626953125 10.31490325927734 -0.9748876094818115 9.528953552246094 C -1.086567640304565 8.744133949279785 -0.8234476447105408 7.937823295593262 -0.2710376381874084 7.372093677520752 C -0.09887763112783432 7.195113658905029 -0.0609276294708252 6.926823616027832 -0.1779476255178452 6.705893516540527 C -0.5481376051902771 6.008523464202881 -0.574747622013092 5.161323547363281 -0.2486976236104965 4.440483570098877 C 0.07903236895799637 3.715943574905396 0.7355723977088928 3.178373575210571 1.507562398910522 3.002493381500244 C 1.743242383003235 2.948773384094238 1.914972424507141 2.746383428573608 1.93482232093811 2.498863458633423 C 1.997702360153198 1.708733439445496 2.431482315063477 0.9799134731292725 3.095152378082275 0.5499134659767151 C 3.507802486419678 0.2825334668159485 3.985422372817993 0.1412034779787064 4.476352214813232 0.1412034779787064 C 4.775092601776123 0.1412034779787064 5.068942546844482 0.1934034675359726 5.349722385406494 0.2963534593582153 C 5.408862590789795 0.3179934620857239 5.470902442932129 0.3290634751319885 5.533562183380127 0.3290634751319885 C 5.704382419586182 0.3290534615516663 5.861742496490479 0.2500134706497192 5.965312480926514 0.1122034713625908 C 6.447322368621826 -0.5240164995193481 7.206072330474854 -0.9019965529441833 7.997312545776367 -0.9019965529441833 C 8.788962364196777 -0.9019965529441833 9.547962188720703 -0.5240164995193481 10.02763271331787 0.1091034710407257 C 10.13322257995605 0.2487534731626511 10.29187202453613 0.3284034729003906 10.46349239349365 0.3284034729003906 C 10.52629280090332 0.3284034729003906 10.58841228485107 0.3173234760761261 10.64813232421875 0.2954734861850739 C 10.92821216583252 0.1925134658813477 11.2226619720459 0.1400634795427322 11.52193260192871 0.1400634795427322 C 12.01345252990723 0.1400634795427322 12.49126243591309 0.2819134593009949 12.90372276306152 0.5502734780311584 C 13.5648021697998 0.9778934717178345 13.99903202056885 1.706353425979614 14.06306266784668 2.497463464736938 C 14.08274269104004 2.745793581008911 14.25481224060059 2.947883367538452 14.49137210845947 3.002033472061157 C 15.26238250732422 3.177703380584717 15.91892242431641 3.715273380279541 16.24664306640625 4.439813613891602 C 16.57781219482422 5.170623302459717 16.55232238769531 5.996893405914307 16.17643165588379 6.706143379211426 C 16.05976295471191 6.926653385162354 16.09770202636719 7.194893360137939 16.27117156982422 7.372983455657959 C 16.82341194152832 7.939643383026123 17.08597183227539 8.746183395385742 16.97332191467285 9.530303001403809 C 16.86064147949219 10.31448364257813 16.38290214538574 11.01409339904785 15.69535255432129 11.40177345275879 C 15.47971248626709 11.52283382415771 15.36982250213623 11.76781368255615 15.42027282714844 12.01229381561279 C 15.58054256439209 12.78744316101074 15.36860275268555 13.60835361480713 14.85323238372803 14.2078332901001 C 14.36939144134521 14.77166938781738 13.66647529602051 15.09544372558594 12.9253454208374 15.09544372558594 C 12.92530059814453 15.09544372558594 12.9252872467041 15.09544372558594 12.92524242401123 15.09544372558594 C 12.87138271331787 15.09543323516846 12.81682205200195 15.09369373321533 12.76308250427246 15.09024333953857 C 12.75198268890381 15.08954334259033 12.74048233032227 15.08917331695557 12.72901248931885 15.08917331695557 C 12.50478267669678 15.08917331695557 12.29945278167725 15.2332935333252 12.21808242797852 15.44778347015381 C 11.9347620010376 16.19160270690918 11.31292247772217 16.76860427856445 10.5541820526123 16.99249267578125 C 10.32169246673584 17.06164360046387 10.078782081604 17.09700393676758 9.834222793579102 17.09700393676758 Z"/><path fill="%23fff" d="M 7.997312545776367 0.09800338745117188 C 7.514002799987793 0.09800338745117188 7.058032035827637 0.3258533477783203 6.76472282409668 0.7129936218261719 C 6.467014312744141 1.109124183654785 6.00753116607666 1.32906436920166 5.53363037109375 1.32906436920166 C 5.357028961181641 1.32906436920166 5.178509712219238 1.298551559448242 5.005492210388184 1.235233306884766 C 4.833670616149902 1.172236442565918 4.654583930969238 1.141204833984375 4.476350784301758 1.141204833984375 C 4.182979583740234 1.141204833984375 3.891871452331543 1.225250244140625 3.638912200927734 1.389153480529785 C 3.232272148132324 1.652623176574707 2.970282554626465 2.092863082885742 2.931622505187988 2.578803062438965 C 2.876962661743164 3.260343551635742 2.390322685241699 3.826943397521973 1.729701995849609 3.977503776550293 C 1.257721900939941 4.085033416748047 0.8630819320678711 4.409003257751465 0.6624326705932617 4.852603912353516 C 0.4617824554443359 5.29620361328125 0.4777727127075195 5.808363914489746 0.7057619094848633 6.237853050231934 C 1.02507209777832 6.840743064880371 0.9190826416015625 7.582773208618164 0.4444427490234375 8.070733070373535 C 0.1051321029663086 8.41822338104248 -0.05352783203125 8.905513763427734 0.01514244079589844 9.388093948364258 C 0.08380222320556641 9.870683670043945 0.3724527359008789 10.29344367980957 0.7950925827026367 10.5307035446167 C 1.387052536010742 10.8634033203125 1.696362495422363 11.54561328887939 1.557712554931641 12.21437358856201 C 1.459712028503418 12.69158363342285 1.587042808532715 13.18761348724365 1.903682708740234 13.55593299865723 C 2.199407577514648 13.89982128143311 2.62714672088623 14.09543991088867 3.073574066162109 14.09543991088867 C 3.106174468994141 14.09543991088867 3.138856887817383 14.09439754486084 3.171612739562988 14.09229373931885 C 3.204021453857422 14.09026718139648 3.23631477355957 14.08926582336426 3.268446922302246 14.08926582336426 C 3.907810211181641 14.08926391601563 4.485134124755859 14.48575592041016 4.716182708740234 15.09308338165283 C 4.888832092285156 15.54878330230713 5.262812614440918 15.89627361297607 5.727452278137207 16.03338432312012 C 5.870650291442871 16.07576179504395 6.017534255981445 16.09657287597656 6.16356372833252 16.09657287597656 C 6.489995002746582 16.09657287597656 6.812380790710449 15.99265956878662 7.081362724304199 15.79343318939209 C 7.354347229003906 15.59078884124756 7.676995277404785 15.48946571350098 7.999558448791504 15.48946571350098 C 8.322122573852539 15.48946571350098 8.644601821899414 15.59078884124756 8.917252540588379 15.79343318939209 C 9.185972213745117 15.99292850494385 9.508113861083984 16.09700202941895 9.834220886230469 16.09700202941895 C 9.980564117431641 16.09700202941895 10.12765312194824 16.0760612487793 10.27116203308105 16.03338432312012 C 10.73580169677734 15.89627361297607 11.10978221893311 15.54811382293701 11.28310203552246 15.09308338165283 C 11.51334095001221 14.48618412017822 12.09069538116455 14.0892162322998 12.7290096282959 14.08917808532715 C 12.76156234741211 14.08917617797852 12.79417991638184 14.09020614624023 12.82701206207275 14.09229373931885 C 12.85982799530029 14.09439563751221 12.89265060424805 14.09543991088867 12.92529296875 14.09543991088867 C 13.37273979187012 14.09543991088867 13.79981231689453 13.8998441696167 14.09493255615234 13.55593299865723 C 14.41157245635986 13.18761348724365 14.53957271575928 12.69158363342285 14.44090270996094 12.21437358856201 C 14.30291271209717 11.54561328887939 14.61156272888184 10.8634033203125 15.20419216156006 10.5307035446167 C 15.6261625289917 10.29277324676514 15.91414260864258 9.870683670043945 15.98347282409668 9.388093948364258 C 16.05281257629395 8.905513763427734 15.89348220825195 8.41822338104248 15.55483245849609 8.070733070373535 C 15.07953262329102 7.582773208618164 14.97353267669678 6.841413497924805 15.2928524017334 6.237853050231934 C 15.52083206176758 5.807693481445313 15.53683280944824 5.29620361328125 15.33551216125488 4.851933479309082 C 15.13486194610596 4.408333778381348 14.74022197723389 4.08436393737793 14.26824188232422 3.976823806762695 C 13.60762214660645 3.825603485107422 13.12032222747803 3.259673118591309 13.06632232666016 2.578133583068848 C 13.02699279785156 2.092193603515625 12.76568222045898 1.65195369720459 12.35836219787598 1.388473510742188 C 12.10599422454834 1.224272727966309 11.81520080566406 1.140069007873535 11.52193450927734 1.140061378479004 C 11.3434419631958 1.140056610107422 11.16405868530273 1.171241760253906 10.99179267883301 1.234563827514648 C 10.81877517700195 1.297879219055176 10.6401424407959 1.328403472900391 10.46349906921387 1.328403472900391 C 9.98948860168457 1.328403472900391 9.529720306396484 1.108635902404785 9.230562210083008 0.7129936218261719 C 8.937252044677734 0.3258533477783203 8.481282234191895 0.09800338745117188 7.997312545776367 0.09800338745117188 M 7.166022300720215 11.72036361694336 L 4.16621208190918 8.787213325500488 L 5.404132843017578 7.539083480834961 L 7.166022300720215 9.223423004150391 L 10.9277925491333 5.33586311340332 L 12.16571235656738 6.583993911743164 L 7.166022300720215 11.72036361694336 M 7.997312545776367 -1.901996612548828 C 8.992444038391113 -1.901996612548828 9.950216293334961 -1.473686218261719 10.6182804107666 -0.7426300048828125 C 10.91207313537598 -0.8204364776611328 11.21511459350586 -0.8599357604980469 11.52184295654297 -0.8599357604980469 C 12.2058048248291 -0.8599166870117188 12.870530128479 -0.6631450653076172 13.4446325302124 -0.2908172607421875 L 13.4446325302124 -0.2908172607421875 C 14.28115653991699 0.2502975463867188 14.85563564300537 1.133090019226074 15.02170944213867 2.112277984619141 C 15.96063041687012 2.41915225982666 16.74603271484375 3.117411613464355 17.15777206420898 4.027683258056641 C 17.56901550292969 4.935222625732422 17.57688522338867 5.988980293273926 17.18978691101074 6.901698112487793 C 17.81775665283203 7.669354438781738 18.10519790649414 8.68384838104248 17.96314239501953 9.672543525695801 C 17.82138061523438 10.65933799743652 17.26283264160156 11.55005550384521 16.44812965393066 12.10965633392334 C 16.56416702270508 13.09438991546631 16.2614860534668 14.10370445251465 15.61153221130371 14.85974311828613 C 14.96013641357422 15.61883068084717 14.02242088317871 16.06552696228027 13.02670574188232 16.093994140625 C 12.59089088439941 16.98707580566406 11.79205322265625 17.66984748840332 10.83721256256104 17.95161437988281 C 10.51419258117676 18.04768371582031 10.17537307739258 18.09700393676758 9.834222793579102 18.09700393676758 C 9.190168380737305 18.09700393676758 8.549810409545898 17.91626167297363 7.999041557312012 17.58315277099609 C 7.447338104248047 17.91622161865234 6.807188987731934 18.09657287597656 6.163562774658203 18.09657287597656 C 5.823602676391602 18.09657287597656 5.485922813415527 18.04765319824219 5.159882545471191 17.95116424560547 C 4.205093383789063 17.66941261291504 3.40628719329834 16.98602104187012 2.972140312194824 16.09399223327637 C 1.977666854858398 16.06550979614258 1.040310859680176 15.61935138702393 0.3872823715209961 14.8599739074707 C -0.2621898651123047 14.10450649261475 -0.5649242401123047 13.09535026550293 -0.4493160247802734 12.10971832275391 C -1.265361785888672 11.55028820037842 -1.824228286743164 10.65863418579102 -1.96491813659668 9.669803619384766 C -2.105524063110352 8.681713104248047 -1.818069458007813 7.66879940032959 -1.191118240356445 6.902331352233887 C -1.578231811523438 5.991298675537109 -1.571016311645508 4.93742847442627 -1.159828186035156 4.028353691101074 C -0.7483558654785156 3.118679046630859 0.03640937805175781 2.420709609985352 0.9759445190429688 2.113198280334473 C 1.141068458557129 1.135534286499023 1.714901924133301 0.2526473999023438 2.551392555236816 -0.2893257141113281 C 3.126372337341309 -0.6618766784667969 3.792022705078125 -0.8587970733642578 4.476352691650391 -0.8587970733642578 C 4.781661033630371 -0.8587970733642578 5.083295822143555 -0.8197002410888672 5.376714706420898 -0.7423210144042969 C 6.044746398925781 -1.473556518554688 7.002415657043457 -1.901996612548828 7.997312545776367 -1.901996612548828 Z"/></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.888em;
    margin-bottom: 0;
    display: block;
    color: #202020;
    font-weight: 700;
}

.comment-author a {
    text-decoration: none;
    color: #202020;
    line-height: 1.25em;
}

.comment-author a:hover {
    color: var(--primary-color);
}

.comment-body b.fn span.says {
    display: none;
}

.comment-body .comment-metadata {
    font-size: 0.666em;
    color: #999;
    line-height: 1.25em;
}

.comment-metadata a {
    color: #999;
}

.comment-metadata a:hover {
    color: #202020;
}

.comment-body .comment-awaiting-moderation {
    font-size: 0.7778em;
    line-height: 1.65em;
    margin-top: 10px;
    margin-bottom: 0;
    color: red;
    letter-spacing: 0;
}

.comment-body .reply .comment-reply-link {
    display: inline-block;
    text-align: center;
    position: relative;
    vertical-align: top;
    color: #202020;
    font-size: 0.7em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.8px;
    padding-left: 25px;
}

.comment-body .reply .comment-reply-link:hover {
    color: var(--primary-color);
}

.comment-body .reply .comment-reply-link:before {
    content: "";
    background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="18" height="15" viewBox="0 0 18 15"><path d="M934,147.2a11.941,11.941,0,0,1,7.5,3.7,16.063,16.063,0,0,1,3.5,7.3c-2.4-3.4-6.1-5.1-11-5.1v4.1l-7-7,7-7Z" transform="translate(-927 -143.2)" fill="%23202020"/></svg>');
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 2px;
    left: 0;
}

.comment-body .reply .comment-reply-link:hover:before {
    background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="18" height="15" viewBox="0 0 18 15"><path d="M934,147.2a11.941,11.941,0,0,1,7.5,3.7,16.063,16.063,0,0,1,3.5,7.3c-2.4-3.4-6.1-5.1-11-5.1v4.1l-7-7,7-7Z" transform="translate(-927 -143.2)" fill="%2390BAB5"/></svg>');
}

.comment-body .comment-content {
    font-size: 0.8888em;
    font-weight: 400;
}

.comment-body .comment-content p {
    margin-top: 5px;
    margin-bottom: 15px;
}

.comments-area .comment-list+.comment-respond {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid rgba(var(--black-color-rgb), 0.1);
}

.comment-respond .comment-reply-title small {
    font-size: 50%;
    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: #202020;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 10px;
    border-left: 1px solid #202020;
}

.comment-respond .comment-reply-title a:hover {
    color: var(--primary-color);
}

.comment-respond .comment-form p {
    margin-top: 0;
    margin-bottom: 20px;
}

.comment-form p.comment-notes {
    display: none;
    width: 100%;
}

.comment-respond .comment-form p.comment-form-comment {
    width: 100%;
}

.comment-respond .comment-form p.comment-form-author,
.comment-respond .comment-form p.comment-form-email,
.comment-respond .comment-form p.comment-form-url {
    width: 31.5%;
    display: inline-block;
    margin-right: 2%;
}

.comment-respond .comment-form p.comment-form-url {
    margin-right: 0;
}

.comment-respond .comment-form p textarea,
.comment-respond .comment-form p input {
    font-size: 0.7778em;
}

.comment-respond .comment-form p:not(.comment-form-cookies-consent) label {
    display: none;
}

.comment-respond .comment-form p.comment-form-cookies-consent {
    position: relative;
    display: inline-block;
    width: 100%;
}

.comment-respond .comment-form p.comment-form-cookies-consent label {
    font-size: 0.8888em;
    line-height: 1.65em;
    color: var(--font-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: 15px;
    height: 15px;
    border: 1px solid rgba(var(--black-color-rgb), 0.3);
    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: 6px;
    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: #121212;
    background-color: #121212;
    background-size: 10px;
}

.comment-respond .comment-form p.comment-form-cookies-consent input[type="checkbox"] {
    display: none;
}

.comment-form p.form-submit {
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
}

.comment-form p.form-submit input[type="submit"] {
    background: #121212;
    border: none;
    padding: 20px 35px;
}

.comment-form p.form-submit input[type="submit"]:hover {
    background: var(--primary-color);
    color: var(--white-color);
}


/*======================
HEADER T 
======================*/

.header-t {
    background: rgba(var(--primary-color-rgb), 0.15);
    padding: 15px 0;
}

.header-t .container {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    align-items: center;
}

.secondary-menu {
    display: flex;
    flex: auto;
    align-items: center;
}

.secondary-menu .toggle-btn {
    display: none;
}

.secondary-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.style-two .header-bottom .secondary-menu ul.nav-menu {
    position: relative;
}

.style-two .header-bottom .secondary-menu ul.nav-menu.ps--active-y {
    padding-left: 10px;
}

.style-two .header-bottom .secondary-menu ul.nav-menu .ps__rail-y {
    right: auto !important;
    left: 0;
}

.secondary-menu ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.7222em;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 1em;
    position: relative;
    text-transform: uppercase;
}

.secondary-menu ul li .submenu-toggle {
    top: 5px;
    right: 13px;
    font-size: 10px;
}

.secondary-menu ul ul li .submenu-toggle {
    top: 20px;
}

.secondary-menu ul li a {
    color: var(--font-color);
    display: inline-block;
    text-decoration: none;
    padding: 5px 15px;
}

.secondary-menu ul li.menu-item-has-children>a {
    padding-right: 25px;
}

.secondary-menu ul.nav-menu>li:first-child a {
    padding-left: 0;
}

.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,
.secondary-menu ul li:hover>.submenu-toggle,
.secondary-menu ul li.current-menu-item>.submenu-toggle,
.secondary-menu ul li.current_page_item>.submenu-toggle,
.secondary-menu ul li.current-menu-ancestor>.submenu-toggle,
.secondary-menu ul li.current_page_ancestor>.submenu-toggle {
    color: var(--primary-color);
}

.secondary-menu ul li:hover>ul,
.secondary-menu ul li.focused>ul {
    opacity: 1;
    filter: alpha(opacity=100);
    clip: inherit;
}

.secondary-menu ul ul {
    opacity: 0;
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    background: var(--white-color);
    -webkit-box-shadow: 0 2px 5px rgba(var(--black-color-rgb), 0.16);
    box-shadow: 0 2px 5px rgba(var(--black-color-rgb), 0.16);
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
    z-index: 999;
}

.secondary-menu ul ul ul {
    left: 100%;
    top: 0;
}

.secondary-menu .nav-menu>li:nth-last-of-type(1)>ul,
.secondary-menu .nav-menu>li:nth-last-of-type(2)>ul,
.secondary-menu .nav-menu>li:nth-last-of-type(3)>ul {
    left: auto;
    right: 0;
}

.secondary-menu .nav-menu>li:nth-last-of-type(1)>ul ul,
.secondary-menu .nav-menu>li:nth-last-of-type(2)>ul ul,
.secondary-menu .nav-menu>li:nth-last-of-type(3)>ul ul {
    left: auto;
    right: 100%;
}

.secondary-menu ul ul li {
    display: block;
    font-size: 1em;
    letter-spacing: 1px;
    padding-right: 25px;
    padding-left: 25px;
    margin-right: 0;
    border-right: none;
}

.secondary-menu ul ul li.menu-item-has-children .submenu-toggle {
    right: 25px;
}

.secondary-menu ul ul li a {
    display: block;
    padding: 20px 0;
    border-bottom: 1px dashed rgba(var(--primary-color-rgb), 0.3);
}

.secondary-menu ul ul li.menu-item-has-children>a {
    padding-right: 20px;
}

.header-t .right {
    display: flex;
    flex: auto;
    justify-content: flex-end;
    align-items: center;
}

.header-social ul li {
    display: inline-block;
    font-size: 0.8889em;
}

.header-social ul li a {
    display: inline-block;
    color: #121212;
    padding: 10px 7px;
    line-height: 1;
}

.header-social ul li a:hover {
    color: var(--primary-color);
}

.header-search {
    position: relative;
    line-height: 1;
}

.header-search .search-toggle,
.cart-block {
    background: none;
    color: var(--font-color);
    font-size: 0.7778em;
    padding: 5px 0;
    line-height: 1;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.header-search .search-toggle:hover {
    cursor: pointer;
    color: var(--primary-color);
}

.header-search-wrap {
    position: absolute;
    top: -5px;
    right: -30%;
    z-index: 999;
    background: var(--white-color);
    box-shadow: -5px 0 20px rgba(var(--black-color-rgb), 0.07);
    width: 300px;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-transition: right 0.35s ease;
    -moz-transition: right 0.35s ease;
    transition: right 0.35s ease;
}

.active .header-search-wrap {
    right: 0;
    clip: inherit;
}

.header-search-wrap .header-search-inner {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
}

.header-search-wrap .close {
    background: none;
    padding: 0;
    width: 30px;
    height: 35px;
    color: inherit;
    font-size: 0;
    position: relative;
    cursor: pointer;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.header-search-wrap .close:hover {
    background: none;
}

.header-search-wrap .close::before,
.header-search-wrap .close::after {
    content: "";
    background: #999;
    width: 15px;
    height: 1px;
    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-wrap .close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header-search-wrap .close:hover::before,
.header-search-wrap .close:hover::after {
    background: #f00;
}

.header-search-wrap .search-form {
    width: calc(100% - 30px);
    flex-direction: row-reverse;
}

.header-search-wrap .search-form label {
    width: calc(100% - 35px);
}

.header-search-wrap .search-form .search-field {
    height: 35px;
    background: rgba(var(--white-color-rgb), 0.85);
    border-color: rgba(var(--white-color-rgb), 0.3);
    padding: 0 15px 0 5px;
}

.header-search-wrap .search-form .search-submit {
    height: 35px;
    width: 35px;
    color: inherit;
    text-indent: 40px;
    background-color: transparent;
    background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23999" 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-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
}

.cart-block {
    margin-left: 15px;
}

.cart-block a {
    color: #121212;
    position: relative;
    padding-right: 8px;
    padding-top: 8px;
}

.cart-block a:hover {
    color: var(--primary-color);
}

.cart-block a .number {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--primary-color);
    color: var(--white-color);
    width: 17px;
    text-align: center;
    height: 17px;
    line-height: 17px;
    border-radius: 100%;
    font-size: 0.7778em;
    font-weight: 600;
}

.header-t .header-social+.header-search,
.header-t .header-social+.cart-block {
    border-left: 1px solid rgba(var(--black-color-rgb), 0.15);
    padding-left: 15px;
    margin-left: 5px;
}


/*========================
HEADER MID
========================*/

.header-mid {
    padding: 30px 0;
    text-align: center;
}

.site-branding .site-title-wrap .site-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.6667em;
    line-height: 1.3;
    font-family: var(--secondary-font);
    font-weight: 800;
}

.site-branding .site-title-wrap .site-title a {
    color: #121212;
    text-decoration: none;
}

.site-branding .site-title-wrap .site-description {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0.7778em;
    color: #777;
}


/*=============================
HEADER MAIN
=============================*/

.header-bottom {
    border-top: 1px solid rgba(var(--primary-color-rgb), 0.15);
    border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.15);
}

.main-navigation .toggle-btn,
.main-navigation .toggle-text {
    display: none;
}

.main-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.main-navigation ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.7222em;
    letter-spacing: 1px;
    font-weight: 700;
    position: relative;
}

.submenu-toggle {
    background: none;
    padding: 0;
    color: var(--font-color);
    font-size: 12px;
    display: block;
    position: absolute;
    top: 20px;
    right: 19px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.submenu-toggle:hover {
    background: none;
    color: var(--primary-color);
}

.sub-menu .menu-item-has-children .submenu-toggle {
    top: 20px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.main-navigation ul li a {
    color: var(--font-color);
    display: inline-block;
    text-decoration: none;
    padding: 15px 22px;
    text-transform: uppercase;
}

.main-navigation ul li.menu-item-has-children>a {
    padding-right: 35px;
}

.main-navigation ul li:hover>a,
.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,
.main-navigation ul li:hover>.submenu-toggle,
.main-navigation ul li.current-menu-item>.submenu-toggle,
.main-navigation ul li.current_page_item>.submenu-toggle,
.main-navigation ul li.current-menu-ancestor>.submenu-toggle,
.main-navigation ul li.current_page_ancestor>.submenu-toggle {
    color: var(--primary-color);
}

.main-navigation ul ul {
    opacity: 0;
    clip: rect(1px, 1px, 1px, 1px);
    visibility: visible !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 230px;
    background: var(--white-color);
    text-align: left;
    -webkit-box-shadow: 0 2px 5px rgba(var(--black-color-rgb), 0.16);
    box-shadow: 0 2px 5px rgba(var(--black-color-rgb), 0.16);
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: 100%;
    top: 0;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focused>ul {
    opacity: 1;
    filter: alpha(opacity=100);
    clip: inherit;
}

.main-navigation ul ul li {
    display: block;
    font-size: 1em;
    letter-spacing: 1px;
    padding-right: 25px;
    padding-left: 25px;
    margin-right: 0;
    border-right: none;
}

.main-navigation ul ul li.menu-item-has-children .submenu-toggle {
    right: 25px;
}

.main-navigation ul ul li a {
    display: block;
    padding: 15px 0;
    border-bottom: 1px dashed rgba(var(--primary-color-rgb), 0.3);
}

.main-navigation ul ul li:last-child a {
    border-bottom: none;
}

.main-navigation ul ul li.menu-item-has-children>a {
    padding-right: 20px;
}


/*=========================
HEADER STYLE TWO
=========================*/

.style-two .header-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
}

.style-two .header-bottom .container {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    align-items: center;
}

.style-two .header-bottom .secondary-menu {
    flex: initial;
    border-right: 1px solid rgba(var(--primary-color-rgb), 0.2);
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.style-two .header-bottom .secondary-menu .toggle-btn {
    display: inline-block;
    padding: 0;
    width: 20px;
    height: 20px;
    background: none;
    border: none;
    position: relative;
    cursor: pointer;
    color: inherit;
}

.style-two .header-bottom .secondary-menu .toggle-btn .toggle-bar {
    background: #333;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.style-two .header-bottom .secondary-menu .toggle-btn .toggle-bar:first-child {
    top: -12px;
}

.style-two .header-bottom .secondary-menu .toggle-btn .toggle-bar:last-child {
    bottom: -12px;
}

.style-two .header-bottom .secondary-menu .toggle-btn:hover .toggle-bar {
    background: var(--primary-color);
}

.style-two .header-bottom .secondary-menu .secondary-menu-list {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 320px;
    background: var(--white-color);
    box-shadow: 0 2px 10px rgba(var(--black-color-rgb), 0.1);
    z-index: 999;
    overflow: hidden;
    padding-top: 80px;
    display: none;
}

.style-two .header-bottom .secondary-menu .mobile-menu {
    width: 320px;
    height: 100%;
}

.style-two .header-bottom .secondary-menu .secondary-menu-list .mobile-menu>div,
.style-two .header-bottom .secondary-menu .secondary-menu-list .nav-menu {
    height: 100%;
}

.style-two .secondary-menu .close {
    /* display: block; */
    width: 20px;
    height: 20px;
    position: absolute;
    top: 40px;
    left: 280px;
    cursor: pointer;
    background: none;
    padding: 0;
    color: initial;
}

.style-two .secondary-menu .active .close {
    display: block;
}

.style-two .secondary-menu .close::before,
.style-two .secondary-menu .close::after {
    content: "";
    background: #333;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.style-two .secondary-menu .close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.style-two .secondary-menu .close:hover::before,
.style-two .secondary-menu .close:hover::after {
    background: #f00;
}

.style-two .header-bottom .secondary-menu ul li {
    display: block;
    padding-left: 0;
    padding-right: 0;
}

.style-two .header-bottom .secondary-menu ul li a {
    display: block;
    margin: 1px;
    padding: 25px 15px;
    border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.1);
}

.style-two .header-bottom .secondary-menu ul li.menu-item-has-children>a {
    padding-right: 30px;
}

.style-two .header-bottom .secondary-menu ul li .submenu-toggle {
    top: 0;
    width: 25px;
    height: 60px;
    font-size: inherit;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    right: 5px;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.style-two .header-bottom .secondary-menu ul li .submenu-toggle.active {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.style-two .secondary-menu ul ul {
    display: none;
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    background: rgba(var(--black-color-rgb), 0.02);
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.style-two .header-bottom .main-navigation {
    display: flex;
    flex: auto;
    flex-wrap: wrap;
}

.style-two .header-bottom .right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.style-two .header-bottom .header-social+.header-search,
.style-two .header-bottom .header-social+.cart-block {
    border-left: 1px solid rgba(var(--primary-color-rgb), 0.15);
    padding-left: 15px;
    margin-left: 5px;
}

.main-navigation ul.nav-menu>li:nth-last-of-type(1)>ul,
.main-navigation ul.nav-menu>li:nth-last-of-type(2)>ul,
.main-navigation ul.nav-menu>li:nth-last-of-type(3)>ul {
    left: auto;
    right: 0;
}

/* .main-navigation ul.nav-menu>li:nth-last-of-type(1)>ul ul,
.main-navigation ul.nav-menu>li:nth-last-of-type(2)>ul ul,
.main-navigation ul.nav-menu>li:nth-last-of-type(3)>ul ul {
    left: auto;
    right: 100%;
} */

.header-t .header-search+.cart-block {
    border-left: 1px solid rgba(var(--black-color-rgb), 0.15);
    padding-left: 15px;
    margin-left: 15px;
}


/*========================
SITE BANNER
========================*/

.site-banner .item {
    position: relative;
}

.site-banner .banner-caption {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
    background: -webkit-linear-gradient(transparent, rgba(var(--black-color-rgb), 0.5));
    background: -moz-linear-gradient(transparent, rgba(var(--black-color-rgb), 0.5));
    background: -ms-linear-gradient(transparent, rgba(var(--black-color-rgb), 0.5));
    background: -o-linear-gradient(transparent, rgba(var(--black-color-rgb), 0.5));
    background: linear-gradient(transparent, rgba(var(--black-color-rgb), 0.5));
    padding: 80px 0;
    text-align: center;
}

.site-banner .banner-caption .container {
    max-width: 860px;
}

.site-banner .banner-caption .cat-links {
    font-size: 0.6666em;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.site-banner .banner-caption .cat-links a {
    display: inline-block;
    color: var(--white-color);
    position: relative;
}

.site-banner .banner-caption .cat-links a::after {
    content: "";
    background: rgba(var(--primary-color-rgb), 0.3);
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 100%;
    vertical-align: middle;
    margin: -2px 5px 0 8px;
}

.site-banner .banner-caption .cat-links a:last-child::after {
    display: none;
}

.site-banner .banner-caption .banner-title {
    font-size: 2.67em;
    line-height: 1.3;
    font-family: var(--secondary-font);
    font-weight: 500;
    display: block;
    margin: 0;
}

.site-banner .banner-caption .banner-title a {
    color: var(--white-color);
    text-decoration: none;
}

.site-banner .banner-caption .banner-title a:hover {
    color: rgba(var(--white-color-rgb), 0.7);
    ;
}

.promo-section .owl-carousel>.owl-nav button[class*="owl-"] {
    left: -25px;
    border-radius: 100%;
    border: none;
    background-color: rgba(var(--white-color-rgb), 0.45);
}

.promo-section .owl-carousel>.owl-nav button.owl-next {
    left: auto;
    right: -25px;
}

.promo-section .owl-carousel>.owl-nav button[class*="owl-"]:hover {
    background-color: var(--primary-color);
}


/*===========================
BANNER STYLE EIGHT
===========================*/

.site-banner.style-eight .banner-caption {
    text-align: left;
    bottom: 0;
    background: -webkit-linear-gradient(transparent, rgba(var(--black-color-rgb), 0.5));
    background: -moz-linear-gradient(transparent, rgba(var(--black-color-rgb), 0.5));
    background: -ms-linear-gradient(transparent, rgba(var(--black-color-rgb), 0.5));
    background: -o-linear-gradient(transparent, rgba(var(--black-color-rgb), 0.5));
    background: linear-gradient(transparent, rgba(var(--black-color-rgb), 0.5));
    padding: 80px 0;
    text-align: center;
}

.site-banner.style-eight .banner-caption .container {
    max-width: 990px;
}

.site-banner.style-eight .banner-caption .cat-links a,
.site-banner.style-eight .banner-caption .cat-links a::after {
    color: var(--white-color);
}

.site-banner.style-eight .banner-caption .banner-title {
    background: none;
    color: var(--white-color);
    font-size: 2.67em;
}

.site-banner.style-eight .banner-caption .banner-title a {
    color: var(--white-color);
}

.site-banner.style-eight .banner-caption .banner-title a:hover {
    color: rgba(var(--white-color-rgb), 0.7);
    text-decoration: none;
}

.site-banner.style-eight .banner-meta>span {
    font-size: 0.6666em;
    font-weight: 700;
    color: var(--white-color);
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
}

.site-banner.style-eight .banner-meta>span::after {
    content: "";
    background: rgba(var(--white-color-rgb), 0.25);
    width: 5px;
    height: 5px;
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
    border-radius: 100%;
}

.site-banner.style-eight .banner-meta>span:last-child::after {
    display: none;
}

.site-banner.style-eight .banner-meta>span a {
    color: var(--white-color);
}

.site-banner.style-eight .banner-meta>span a:hover {
    color: var(--primary-color);
}

.site-banner.style-eight .owl-carousel .owl-stage-outer+.owl-nav [class*="owl-"] {
    left: 3%;
    border: none;
    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="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>');
}

.site-banner.style-eight .owl-carousel .owl-stage-outer+.owl-nav .owl-next {
    left: auto;
    right: 3%;
    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="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>');
}

.site-banner.style-eight .owl-carousel .owl-stage-outer+.owl-nav [class*="owl-"]:hover {
    background-color: var(--primary-color);
}

.site-banner .banner-caption .banner-title a:hover {
    text-decoration: none;
    color: var(--primary-color)
}


/*=======================
VIDEO BANNER
=======================*/

.video-banner #wp-custom-header {
    position: relative;
    height: 0;
    padding-top: 56.25%;
}

.video-banner #wp-custom-header::before {
    content: "";
    background: rgba(var(--black-color-rgb), 0.15);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.video-banner #wp-custom-header iframe,
.video-banner .wp-custom-header video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-banner #wp-custom-header .wp-custom-header-video-button {
    position: absolute;
    bottom: 30px;
    right: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    left: 0;
    margin: auto;
    background: none;
    border: none;
    border-radius: 100%;
    box-shadow: none;
    text-indent: 100px;
    overflow: hidden;
    white-space: nowrap;
    z-index: 99;
}

.video-banner #wp-custom-header .wp-custom-header-video-button::before {
    content: "";
    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="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm-16 328c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16v160zm112 0c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16v160z"></path></svg>');
    background-repeat: no-repeat;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.video-banner #wp-custom-header .wp-custom-header-video-pause::before {
    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="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z"></path></svg>');
}

.video-banner #wp-custom-header .wp-custom-header-video-button:hover::before {
    opacity: 1;
    filter: alpha(opacity=100);
}

@media screen and (max-width: 899px) {
    .video-banner #wp-custom-header {
        height: auto;
        padding-top: 0;
    }
}


/*=========================
STATIC CTA BANNER
=========================*/

.site-banner.static-cta-banner {
    position: relative;
}

.site-banner.static-cta-banner img {
    height: 540px;
    object-fit: cover;
}

.site-banner.static-cta-banner .banner-caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    z-index: 9;
}

.static-cta-banner .banner-caption .container {
    background: rgba(var(--white-color-rgb), 0.9);
    padding: 60px 40px;
}

.static-cta-banner .banner-caption .banner-title {
    background: none;
}

.static-cta-banner .banner-caption .banner-desc {
    margin-top: 20px;
}

.static-cta-banner .banner-caption .btn {
    text-align: center;
    background: #121212;
    color: var(--white-color);
    text-decoration: none;
    font-size: 0.7778em;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 15px 30px;
    text-transform: uppercase;
    margin-top: 30px;
    display: inline-block;
}

.static-cta-banner .banner-caption .btn:hover {
    background: var(--primary-color);
}


/*=========================
PROMO SECTION
=========================*/

.promo-section {
    margin-top: 80px;
    margin-bottom: 80px;
}

.promo-section+.site-content .content-area,
.promo-section+.site-content .widget-area {
    margin-top: 0;
}

.promo-section .widget:last-child {
    margin-bottom: 0;
}

.promo-section .raratheme-itw-holder {
    margin: 0;
    padding: 0;
    list-style: none;
}

.promo-section .widget_raratheme_image_text_widget .raratheme-itw-holder li {
    margin-bottom: 0;
    box-shadow: none;
}

.promo-section.style-two .widget_raratheme_image_text_widget .raratheme-itw-holder li {
    box-shadow: 0 2px 20px rgba(var(--black-color-rgb), 0.05);
}

.promo-section .widget_raratheme_image_text_widget .raratheme-itw-holder li a {
    display: block;
    z-index: 9999;
}

.promo-section .widget_raratheme_image_text_widget .raratheme-itw-holder li img {
    display: inline-block;
}


/*==========================
INSTAGRAM SECTION
==========================*/

.instagram-section {
    padding-top: 60px;
    position: relative;
    z-index: 1;
    text-align: center;
    display: flex;
    flex: auto;
    flex-direction: column;
}

.instagram-section:before {
    content: "";
    background: rgba(var(--primary-color-rgb), 0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    width: 44px;
    text-align: center;
    padding-right: 0;
    top: -4px;
}

.instagram-section .title {
    margin: 0 0 40px 0;
    font-size: 0.8888em;
    font-weight: 600;
    letter-spacing: 1px;
}

.instagram-section .title a {
    display: inline-block;
    margin-left: 10px;
    color: var(--black-color);
    text-transform: uppercase;
}

.instagram-section .title a:hover {
    color: var(--primary-color);
}

.instagram-section p {
    margin-top: 0;
    margin-bottom: 0;
}

.instagram-section .popup-gallery {
    order: 2;
    display: flex;
    flex: auto;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.instagram-section .popup-gallery li {
    padding: 0;
    display: block;
    position: relative;
}

.instagram-section .popup-gallery.photos-2 li {
    width: 50%;
}

.instagram-section .popup-gallery.photos-3 li {
    width: 33.33%;
}

.instagram-section .popup-gallery.photos-4 li {
    width: 25%;
}

.instagram-section .popup-gallery.photos-5 li {
    width: 20%;
}

.instagram-section .popup-gallery.photos-6 li {
    width: 16.6667%;
}

.instagram-section .popup-gallery.photos-7 li {
    width: 14.26%;
}

.instagram-section .popup-gallery.photos-8 li {
    width: 12.5%;
}

.instagram-section .popup-gallery.photos-9 li {
    width: 11.111%;
}

.instagram-section .popup-gallery.photos-10 li {
    width: 10%;
}

.instagram-section .popup-gallery.photos-11 li {
    width: 9.08%;
}

.instagram-section .popup-gallery.photos-12 li {
    width: 8.33%;
}

@media screen and (max-width: 1260px) {

    .instagram-section .popup-gallery.photos-8 li,
    .instagram-section .popup-gallery.photos-9 li,
    .instagram-section .popup-gallery.photos-10 li,
    .instagram-section .popup-gallery.photos-11 li,
    .instagram-section .popup-gallery.photos-12 li {
        width: 14.26%;
    }
}

@media screen and (max-width: 1199px) {

    .instagram-section .popup-gallery.photos-6 li,
    .instagram-section .popup-gallery.photos-7 li,
    .instagram-section .popup-gallery.photos-8 li,
    .instagram-section .popup-gallery.photos-9 li,
    .instagram-section .popup-gallery.photos-10 li,
    .instagram-section .popup-gallery.photos-11 li,
    .instagram-section .popup-gallery.photos-12 li {
        width: 20%;
    }
}

@media screen and (max-width: 1024px) {

    .instagram-section .popup-gallery.photos-5 li,
    .instagram-section .popup-gallery.photos-6 li,
    .instagram-section .popup-gallery.photos-7 li,
    .instagram-section .popup-gallery.photos-8 li,
    .instagram-section .popup-gallery.photos-9 li,
    .instagram-section .popup-gallery.photos-10 li,
    .instagram-section .popup-gallery.photos-11 li,
    .instagram-section .popup-gallery.photos-12 li {
        width: 25%;
    }
}

@media screen and (max-width: 767px) {

    .instagram-section .popup-gallery.photos-2 li,
    .instagram-section .popup-gallery.photos-3 li,
    .instagram-section .popup-gallery.photos-4 li,
    .instagram-section .popup-gallery.photos-5 li,
    .instagram-section .popup-gallery.photos-6 li,
    .instagram-section .popup-gallery.photos-7 li,
    .instagram-section .popup-gallery.photos-8 li,
    .instagram-section .popup-gallery.photos-9 li,
    .instagram-section .popup-gallery.photos-10 li,
    .instagram-section .popup-gallery.photos-11 li,
    .instagram-section .popup-gallery.photos-12 li {
        width: 100%;
    }
}

.instagram-section ul li .instagram-meta {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: rgba(var(--black-color-rgb), 0.5);
    font-size: 0.7778em;
    color: var(--white-color);
    font-weight: 700;
    padding: 10px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.instagram-section ul li:hover .instagram-meta {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.instagram-section ul li .instagram-meta span {
    padding: 5px 10px;
    display: inline-block;
}

.instagram-section ul li .instagram-meta span svg {
    margin-right: 5px;
}

.instagram-section .profile-link {
    font-size: 0.7778em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--font-color);
    letter-spacing: 2px;
    margin: 0 auto 20px;
    display: table;
    clear: both;
    position: absolute;
    top: 21px;
    left: 50%;
    transform: translateX(-50%);
}

.instagram-section .profile-link .insta-icon {
    display: inline-block;
    margin-right: 10px;
    font-size: 1.5em;
    line-height: 1;
    position: relative;
    top: 2px;
}

.mfp-bg {
    z-index: 99999;
}

.mfp-wrap {
    z-index: 99999;
}


/*==========================
SITE FOOTER
==========================*/

.footer-t {
    background: #121212;
    padding-top: 80px;
    padding-bottom: 30px;
}

.site-footer .grid:not(.column-1) {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
}

.site-footer .grid:not(.column-1) .col {
    margin-right: 3%;
}

.site-footer .grid:not(.column-1) .col:last-child {
    margin-right: 0;
}

.site-footer .grid.column-2 .col {
    width: 48%;
}

.site-footer .grid.column-3 .col {
    width: 31.33%;
}

.site-footer .grid.column-4 .col {
    width: 22.66%;
}

.site-footer .blossomthemes-email-newsletter-wrapper form input[type="submit"] {
    background: rgba(var(--white-color-rgb), 0.15);
}

.site-footer .blossomthemes-email-newsletter-wrapper form input[type="submit"]:hover {
    background: var(--primary-color);
}

.site-footer .widget .widget-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 0.7778em;
    text-transform: uppercase;
    color: var(--white-color);
    letter-spacing: 2px;
    font-family: var(--secondary-font);
    font-weight: 800;
    border-bottom: 1px solid rgba(var(--white-color-rgb), 0.2);
    padding-bottom: 10px;
}

.site-footer .widget .widget-title span {
    display: inline-block;
    position: relative;
}

.site-footer .widget .widget-title span::after {
    content: "";
    background: var(--primary-color);
    max-width: 80px;
    height: 1px;
    position: absolute;
    bottom: -11px;
    left: 0;
    width: 100%;
}

.site-footer .widget_rtc_contact_social_links ul.social-networks li a {
    border-color: rgba(var(--white-color-rgb), 0.15);
    color: rgba(var(--white-color-rgb), 0.5);
}

.site-footer .widget_categories ul li,
.site-footer .widget_text .textwidget {
    color: var(--white-color);
}

.site-footer .textwidget,
.site-footer .text-holder,
.site-footer table caption,
.site-footer .widget ul li,
.site-footer .widget ul li a {
    color: var(--white-color);
}

.site-footer .widget ul li a:hover {
    color: var(--primary-color);
}

.site-footer .widget_raratheme_popular_post ul li .entry-header .entry-meta a,
.site-footer .widget_raratheme_recent_post ul li .entry-header .entry-meta a {
    color: rgba(var(--white-color-rgb), 0.7);
}

.site-footer .blossomthemes-email-newsletter-wrapper,
.site-footer .blossomthemes-email-newsletter-wrapper.bg-img.has-overlay:before {
    background: none !important;
}

.site-footer .widget_blossomthemes_email_newsletter_widget .text-holder h3,
.site-footer .widget_blossomthemes_email_newsletter_widget .text-holder span {
    color: var(--white-color);
}

.site-footer .blossomthemes-email-newsletter-wrapper form label .check-mark {
    border-color: rgba(var(--white-color-rgb), 0.15);
}

.site-footer .blossomthemes-email-newsletter-wrapper form label .text {
    color: rgba(var(--white-color-rgb), 0.5);
}

.site-footer .widget_raratheme_author_bio .title-holder,
.site-footer .widget_raratheme_author_bio .text-signature,
.site-footer .widget_raratheme_author_bio .author-bio-content {
    color: var(--white-color);
}

.site-footer .widget_raratheme_author_bio .readmore {
    background: var(--primary-color);
}

.site-footer .widget_raratheme_author_bio .readmore:hover {
    background: var(--primary-color);
}

.site-footer .widget_raratheme_author_bio .author-socicons li a,
.site-footer .widget_rtc_social_links ul li a {
    color: var(--white-color);
    border-color: rgba(var(--white-color-rgb), 0.15);
}

.site-footer .widget_raratheme_author_bio .author-socicons li a:hover,
.site-footer .widget_rtc_social_links ul li a:hover {
    border-color: var(--primary-color);
}

.footer-b {
    background: var(--black-color);
    padding: 20px 0;
}

.footer-b .container {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    align-items: center;
}

.footer-b .copyright {
    font-size: 0.8888em;
    color: var(--white-color);
    flex: 1;
    flex-wrap: wrap;
}

.footer-b .copyright a {
    color: var(--white-color);
}

.footer-b .copyright a:hover {
    color: var(--primary-color);
}

.footer-menu {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.footer-menu ul li {
    font-size: 0.8888em;
    line-height: 1.5;
    display: inline-block;
}

.footer-menu ul li:not(:first-child)::before {
    content: "|";
    color: rgba(var(--white-color-rgb), 0.5);
    margin: 0 15px;
}

.footer-menu ul li a {
    display: inline-block;
    color: var(--white-color);
}

.footer-menu ul li a:hover {
    color: var(--primary-color);
}

.footer-social .social-networks {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-social .social-networks li {
    display: inline-block;
    vertical-align: middle;
    font-size: 1em;
    line-height: 1.3;
}

.footer-social .social-networks li a {
    display: inline-block;
    color: var(--white-color);
    padding: 5px 10px;
}

.footer-social .social-networks li a:hover {
    color: var(--primary-color);
}


/*========================
WIDGET CALENDAR
========================*/

.widget_calendar table tr th,
.widget_calendar table tr td {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    font-size: 0.8888em;
}

.widget_calendar .wp-calendar-nav-next {
    float: right;
}


/*=========================
WIDGET TAG CLOUD
=========================*/

.tagcloud a {
    display: inline-block;
    font-size: 0.7778em !important;
    text-transform: uppercase;
    font-weight: 700;
    color: #121212;
    letter-spacing: 1px;
    border: 1px solid rgba(var(--black-color-rgb), 0.1);
    padding: 12px 18px;
    margin-right: 3px;
    margin-bottom: 10px;
    line-height: 1.3;
    text-decoration: none;
}

.tagcloud a:hover {
    background: var(--primary-color);
    color: var(--white-color);
    border-color: var(--primary-color);
}


/*==========================
WIDGET IMAGE TEXT
==========================*/

.widget_raratheme_image_text_widget .raratheme-itw-holder li {
    margin-top: 0;
    margin-bottom: 5px;
    position: relative;
    box-shadow: 0 2px 20px rgba(var(--black-color-rgb), 0.05);
    overflow: hidden;
    font-size: 1em;
}

.widget_raratheme_image_text_widget .raratheme-itw-holder li:before {
    content: "";
    border: 1px solid rgba(var(--white-color-rgb), 0.2);
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    z-index: 1;
}

.widget_raratheme_image_text_widget .raratheme-itw-holder li img {
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    transition: all ease 1s;
}

.widget_raratheme_image_text_widget .raratheme-itw-holder li:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.widget_raratheme_image_text_widget .raratheme-itw-holder li .btn-holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.widget_raratheme_image_text_widget .raratheme-itw-holder li .btn-readmore {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    background: var(--white-color);
    color: var(--black-color);
    max-width: 90%;
    max-height: -moz-fit-content;
    max-height: fit-content;
    width: auto;
    margin: auto;
    text-decoration: none;
    font-size: 0.6666em;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 15px 30px;
    word-break: break-word;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    min-width: 150px;
}

.widget_raratheme_image_text_widget .raratheme-itw-holder li .btn-readmore:hover {
    background: var(--black-color);
    color: var(--white-color);
}


/*==============================
WIDGET CONTACT SOCIAL LINKS
==============================*/

.rtc-contact-widget-wrap p {
    color: var(--white-color);
    font-size: 0.8888em;
    margin-top: 0;
    margin-bottom: 25px;
}

.widget_rtc_contact_social_links ul.contact-list li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 30px;
    color: var(--white-color);
    font-size: 0.89em;
    padding-bottom: 0;
}

.widget_rtc_contact_social_links ul.contact-list li svg {
    position: absolute;
    top: 4px;
    left: 0;
    color: var(--primary-color);
    font-size: 1.1112em;
    font-weight: normal;
}

.widget_rtc_contact_social_links ul.contact-list li svg.fa-phone {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}

.contact-info ul.contact-list li b {
    font-size: 1em;
}

.widget_rtc_contact_social_links ul li a {
    color: var(--white-color);
}

.widget-area .rtc-contact-widget-wrap p,
.widget-area .widget_rtc_contact_social_links ul li a,
.widget-area .widget_rtc_contact_social_links ul.contact-list li {
    color: #333;
}

.widget_rtc_contact_social_links ul li a:hover,
.widget-area .widget_rtc_contact_social_links ul li a:hover {
    color: var(--primary-color);
    text-decoration: underline;
}

.widget_rtc_contact_social_links ul.social-networks {
    margin-top: 30px;
}

.widget_rtc_contact_social_links ul.social-networks li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1%;
    margin-bottom: 10px;
}

.widget_rtc_contact_social_links ul.social-networks li:last-child {
    margin-bottom: 10px;
}

.widget_rtc_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(--font-color);
}

.widget_rtc_contact_social_links ul.social-networks li a:hover {
    background: var(--primary-color);
    color: var(--white-color);
}


/*==================================
WIDGET RECENT & POPULAR POST
==================================*/

.widget_raratheme_popular_post ul li .entry-header,
.widget_raratheme_recent_post ul li .entry-header {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    align-items: center;
}

.widget_raratheme_popular_post .style-two li .entry-header,
.widget_raratheme_recent_post .style-two li .entry-header {
    justify-content: center;
}

.widget_raratheme_popular_post ul.style-three li .entry-header,
.widget_raratheme_recent_post ul.style-three li .entry-header {
    justify-content: center;
}

.site-footer .widget_raratheme_popular_post .style-three li .entry-header,
.site-footer .widget_raratheme_recent_post .style-three li .entry-header {
    background: #121212;
}

.widget_raratheme_popular_post ul li .entry-header .cat-links,
.widget_raratheme_recent_post ul li .entry-header .cat-links,
.widget_raratheme_popular_post .style-three li .entry-header .cat-links,
.widget_raratheme_popular_post .style-two li .entry-header .cat-links,
.widget_raratheme_recent_post .style-three li .entry-header .cat-links,
.widget_raratheme_recent_post .style-two li .entry-header .cat-links {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 0.6666em;
    font-weight: 700;
    letter-spacing: 1px;
}

.widget_raratheme_popular_post .style-two li .entry-header .cat-links a,
.widget_raratheme_recent_post .style-two li .entry-header .cat-links a,
.widget_raratheme_popular_post .style-three li .entry-header .cat-links a,
.widget_raratheme_recent_post .style-three li .entry-header .cat-links a {
    margin: 0;
}

.widget_raratheme_popular_post ul.style-two li .entry-header .cat-links {
    display: block;
    width: 100%;
}

.widget_raratheme_popular_post ul li .entry-header .cat-links a,
.widget_raratheme_recent_post ul li .entry-header .cat-links a {
    color: var(--primary-color);
    text-transform: uppercase;
}

.widget_raratheme_popular_post ul li .entry-header .cat-links a:hover,
.widget_raratheme_recent_post ul li .entry-header .cat-links a:hover {
    text-decoration: underline;
}

.widget_raratheme_popular_post ul li .entry-header .cat-links a::after,
.widget_raratheme_recent_post ul li .entry-header .cat-links a::after {
    content: ",";
    font-size: 18px;
    line-height: 1;
    margin-right: 5px;
}

.widget_raratheme_popular_post ul li .entry-header .cat-links a:last-child::after,
.widget_raratheme_recent_post ul li .entry-header .cat-links a:last-child::after {
    display: none;
}

.widget_raratheme_popular_post ul li .entry-header .entry-meta,
.widget_raratheme_recent_post ul li .entry-header .entry-meta,
.widget_raratheme_popular_post ul li .entry-header .comment-count,
.widget_raratheme_popular_post ul li .entry-header .view-count {
    margin-top: 5px;
    font-size: 0.77em;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
}

.widget_raratheme_recent_post ul.style-one li .entry-header .entry-meta {
    display: block;
    text-align: center;
}

.widget_raratheme_recent_post ul.style-two li .entry-header .entry-meta,
.widget_raratheme_recent_post ul.style-three li .entry-header .entry-meta {
    display: block;
    text-align: center;
    width: 100%;
}

.widget_raratheme_popular_post ul li .entry-header .entry-meta::after {
    content: "";
    background: rgba(var(--black-color-rgb), 0.1);
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 100%;
    vertical-align: middle;
    margin: -2px 10px 0 6px;
}

.widget_raratheme_popular_post ul li .entry-header .entry-meta a,
.widget_raratheme_recent_post ul li .entry-header .entry-meta a {
    color: rgba(var(--black-color-rgb), 0.7);
}

.widget_raratheme_popular_post ul li .entry-header .entry-meta a:hover,
.widget_raratheme_recent_post ul li .entry-header .entry-meta a:hover {
    color: var(--primary-color);
    text-decoration: underline;
}

.widget_raratheme_popular_post ul li .entry-header .entry-title,
.widget_raratheme_recent_post ul li .entry-header .entry-title {
    width: 100%;
    font-size: 1em;
    line-height: 1.3;
}


/*==========================
WIDGET NEWSLETTER
==========================*/

.widget-area .blossomthemes-email-newsletter-wrapper {
    padding: 30px;
    text-align: center;
}

.blossomthemes-email-newsletter-wrapper.bg-img {
    z-index: 1;
}

.blossomthemes-email-newsletter-wrapper.bg-img:before {
    z-index: -1;
}

.widget_blossomthemes_email_newsletter_widget .img-holder,
.widget_blossomthemes_email_newsletter_widget .text-holder {
    margin-bottom: 20px;
    width: auto;
}

.widget_blossomthemes_email_newsletter_widget .img-holder img {
    width: auto;
    height: auto;
}

.widget_blossomthemes_email_newsletter_widget .text-holder h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.3333em;
    font-family: var(--secondary-font);
    font-weight: 700;
    line-height: 1.25;
}

.widget_blossomthemes_email_newsletter_widget .text-holder span {
    font-size: 0.8888em;
    line-height: 1.6;
    display: block;
    margin-top: 10px;
}

.widget_blossomthemes_email_newsletter_widget form {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.widget_blossomthemes_email_newsletter_widget input[type="text"] {
    margin-bottom: 5px;
    font-size: 0.7778em;
}

.blossomthemes-email-newsletter-wrapper form label {
    order: 5;
    width: 100%;
    font-size: 0.7778em;
}

.widget_blossomthemes_email_newsletter_widget .has-overlay form label {
    color: var(--white-color);
}

.blossomthemes-email-newsletter-wrapper form label .subscribe-inner-wrap {
    display: inline-block;
    position: relative;
    padding-left: 25px;
}

.blossomthemes-email-newsletter-wrapper form .subscribe-inner-wrap input[type="checkbox"] {
    display: block;
    position: absolute;
    top: 10px;
    left: 0px;
    opacity: 0;
    width: auto;
}

.blossomthemes-email-newsletter-wrapper form label .check-mark {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid rgba(var(--black-color-rgb), 0.15);
    vertical-align: middle;
    border-radius: 0;
    margin-top: 0;
    position: absolute;
    top: 6px;
    left: 0;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
    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" class=""></path></svg>');
    background-size: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--white-color);
}

.blossomthemes-email-newsletter-wrapper.has-overlay form label .check-mark {
    border-color: rgba(var(--white-color-rgb), 0.25);
}

.blossomthemes-email-newsletter-wrapper form label input[type="checkbox"]:checked+.check-mark {
    background-size: 9px;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.blossomthemes-email-newsletter-wrapper form label input[type="checkbox"]:checked+.check-mark::before {
    display: none;
}

.blossomthemes-email-newsletter-wrapper form label .text {
    margin-top: 2px;
    text-align: left;
    display: inline-block;
}


/*========================
WIDGET AUTHOR BIO
========================*/

.widget_raratheme_author_bio {
    text-align: left;
}

.widget_raratheme_author_bio .image-holder {
    margin-bottom: 20px;
}

.widget_raratheme_author_bio .title-holder {
    font-family: var(--secondary-font);
    color: #121212;
    font-weight: 800;
    line-height: 1.42;
    font-size: 1.22em;
    margin-bottom: 10px;
}

.widget_raratheme_author_bio .author-bio-content {
    line-height: 1.6;
    margin-bottom: 20px;
}

.widget_raratheme_author_bio .author-bio-content p {
    margin-top: 0;
    margin-bottom: 20px;
}

.widget_raratheme_author_bio .author-bio-content p:last-child {
    margin-bottom: 0;
}

.widget_raratheme_author_bio .text-signature {
    margin-bottom: 20px;
}

.widget_raratheme_author_bio .readmore {
    display: block;
    background: #121212;
    text-align: center;
    font-size: 0.7778em;
    font-weight: 700;
    letter-spacing: 1px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-decoration: none;
    color: var(--white-color);
}

.widget_raratheme_author_bio .readmore:hover {
    background: var(--primary-color);
}

.widget_raratheme_author_bio .author-socicons li {
    font-size: 0.8888em;
    margin-left: 0;
}

.widget_raratheme_author_bio .author-socicons li a {
    display: inline-block;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border: 1px solid rgba(var(--black-color-rgb), 0.1);
}

.widget_raratheme_author_bio .author-socicons li a:hover {
    border-color: var(--primary-color);
    background: var(--primary-color);
    color: var(--white-color);
}


/*===========================
WIDGET SOCIAL LINKS
===========================*/

.widget_rtc_social_links ul li {
    margin-bottom: 7px;
    padding-left: 0;
    padding-right: 7px;
    font-size: 0.7778em;
}

.widget_rtc_social_links ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: none;
    border: 1px solid rgba(var(--black-color-rgb), 0.1);
}

.widget_rtc_social_links ul li a:hover {
    border-color: var(--primary-color);
    background: var(--primary-color);
    color: var(--white-color);
}


/*===========================
WIDGET FAQ
===========================*/

.raratheme-faq-holder ul .expand-faq {
    display: table;
    margin-left: auto;
    line-height: 1.5;
    font-size: 0.89em;
    margin-bottom: 20px;
}

.raratheme-faq-holder ul li {
    margin-top: 15px;
    margin-bottom: 0;
    padding-top: 15px;
    border-top: 1px solid rgba(var(--black-color-rgb), 0.05);
}

ul.accordion li a.toggle {
    position: relative;
    font-family: var(--secondary-font);
    font-weight: 900;
    font-size: 1.11em;
}

ul.accordion li a.toggle::after {
    top: 5px;
}

.raratheme-faq-holder ul li .inner {
    font-weight: normal;
}


/*=========================
WIDGET CUSTOM CATEGORY
=========================*/

.widget_raratheme_custom_categories ul li {
    margin-bottom: 10px;
    background-size: cover !important;
    position: relative;
}

.widget_raratheme_custom_categories ul li a {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    align-items: center;
}

.widget_raratheme_custom_categories ul li .cat-title {
    font-size: 0.7778em;
    font-weight: 700;
    color: var(--white-color);
    display: flex;
    flex: auto;
    padding: 5px 0 5px 15px;
    letter-spacing: 1px;
}

.widget_raratheme_custom_categories ul li .post-count {
    background: rgba(var(--black-color-rgb), 0.5);
    color: var(--white-color);
    font-size: 0.6666em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.widget_raratheme_custom_categories ul li a:hover .post-count {
    background: var(--primary-color);
}


/*==========================
WIDGET DEFAULT DESIGN
==========================*/

.widget-area .widget_categories ul li,
.widget-area .widget_archive ul li,
.widget-area .widget_meta ul li,
.widget-area .widget_nav_menu ul li,
.widget-area .widget_pages ul li {
    font-size: 0.7778em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(var(--black-color-rgb), 0.05);
}

.widget-area .widget_categories ul li:last-child,
.widget-area .widget_archive ul li:last-child,
.widget-area .widget_meta ul li:last-child,
.widget-area .widget_nav_menu ul li:last-child,
.widget-area .widget_pages ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.widget-area .widget_categories ul ul li,
.widget-area .widget_archive ul ul li,
.widget-area .widget_meta ul ul li,
.widget-area .widget_nav_menu ul ul li,
.widget-area .widget_pages ul ul li {
    font-size: 1em;
}


/*============================
WIDGET NAV MENU
============================*/

.widget_nav_menu ul li {
    position: relative;
}

.widget_nav_menu ul li ul {
    display: none;
}

.widget_nav_menu ul li .submenu-toggle {
    width: 20px;
    text-align: center;
    height: 20px;
    top: 0;
    right: 0;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
}

.widget_nav_menu .sub-menu .menu-item-has-children .submenu-toggle {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
}

.site-footer .widget_nav_menu ul li .submenu-toggle {
    color: var(--white-color);
}

.widget_nav_menu ul li.menu-item-has-children .submenu-toggle.active {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}


/*===============================
WIDGET INSTAGRAM 
===============================*/

.widget_btif_instagram_widget ul li {
    margin: 0;
    padding: 3px;
}

.widget_btif_instagram_widget .profile-link {
    display: block;
    margin-top: 10px;
    text-align: center;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: var(--white-color);
    font-size: 0.7778em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px;
    text-decoration: none;
}

.widget_btif_instagram_widget .profile-link:hover {
    background: none;
    color: var(--primary-color);
}

.widget_btif_instagram_widget .profile-link .insta-icon {
    margin-right: 5px;
}


/*=============================
WIDGET FEATURED PAGE
==============================*/

.widget_raratheme_featured_page_widget .widget-featured-holder {
    display: flex;
    flex-direction: column;
}

.widget_raratheme_featured_page_widget .section-subtitle {
    color: rgba(var(--black-color-rgb), 0.5);
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 10px;
}

.widget_raratheme_featured_page_widget .text-holder p {
    margin-bottom: 0;
}

.widget_raratheme_featured_page_widget .text-holder .btn-readmore {
    margin-top: 25px;
    padding: 13px 30px;
    display: inline-block;
    font-weight: 700;
    font-size: 0.7778em;
    color: var(--white-color);
    letter-spacing: 1px;
    background: var(--primary-color);
    border: none;
    text-transform: uppercase;
    text-decoration: none;
}

.widget_raratheme_featured_page_widget .text-holder .btn-readmore:hover {
    background: #121212;
    color: var(--white-color);
}

.widget_raratheme_featured_page_widget .img-holder {
    order: -1;
    margin-bottom: 25px;
}


/*===============================
WIDGET CTA
===============================*/

.widget_raratheme_companion_cta_widget>div {
    padding: 40px 20px;
}

.widget_raratheme_companion_cta_widget>div.bttk-cta-bg {
    position: relative;
    z-index: 1;
}

.widget_raratheme_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;
}

.right .raratheme-cta-container,
.right .raratheme-cta-container .widget-title {
    text-align: right;
}

.centered .raratheme-cta-container,
.centered .raratheme-cta-container .widget-title {
    text-align: center;
}

.widget_raratheme_companion_cta_widget .widget-title,
.widget-area .widget_raratheme_companion_cta_widget .widget-title {
    background: none;
    padding: 0;
    font-size: 1.3333em;
    letter-spacing: 0;
    text-transform: none;
    border-bottom: none;
}

.widget_raratheme_companion_cta_widget .raratheme-cta-container .widget-title,
.widget_raratheme_companion_cta_widget .text-holder {
    color: var(--white-color);
}

.widget_raratheme_companion_cta_widget .text-holder p {
    margin-top: 0;
    font-size: 0.8888em;
    line-height: 1.5;
}

.widget_raratheme_companion_cta_widget .btn-cta {
    display: inline-block;
    font-weight: 700;
    font-size: 0.7778em;
    color: var(--white-color);
    letter-spacing: 1px;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    padding: 12px 25px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 3px;
}

.widget_raratheme_companion_cta_widget .btn-cta+.btn-cta,
.widget_raratheme_companion_cta_widget .btn-cta:hover {
    background: none;
    color: var(--primary-color);
}

.widget_raratheme_companion_cta_widget .btn-cta+.btn-cta:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.widget_raratheme_companion_cta_widget .widget-title:after,
.widget-area .widget_raratheme_companion_cta_widget .widget-title:after {
    display: none;
}


/*=============================
WIDGET TESTIMONIAL
=============================*/

.widget_rrtc_testimonial_widget .rtc-testimonial-holder {
    padding-top: 40px;
}

.widget_rrtc_testimonial_widget .rtc-testimonial-inner-holder {
    border: 3px solid rgba(var(--primary-color-rgb), 0.1);
    border-radius: 5px;
    text-align: center;
    padding: 50px 20px 20px 20px;
    position: relative;
}

.site-footer .widget_rrtc_testimonial_widget .rtc-testimonial-inner-holder {
    border-color: rgba(var(--white-color-rgb), 0.2);
}

.widget_rrtc_testimonial_widget .img-holder {
    width: 70px;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    top: -27px;
    left: 0;
    border: 2px solid rgba(var(--black-color-rgb), 0.1);
    padding: 4px;
    background: var(--white-color);
    right: 0;
    margin: 0 auto;
}

.site-footer .widget_rrtc_testimonial_widget .img-holder {
    background: var(--black-color);
    border-color: rgba(var(--white-color-rgb), 0.2);
}

.widget_rrtc_testimonial_widget .img-holder img {
    border-radius: 3px;
}

.widget_rrtc_testimonial_widget .rtc-testimonial-inner-holder .name {
    display: block;
    font-weight: 700;
    line-height: 1.4;
}

.widget_rrtc_testimonial_widget .rtc-testimonial-inner-holder .designation {
    font-size: 0.7778em;
    color: #8c8c8c;
}

.site-footer .widget_rrtc_testimonial_widget .rtc-testimonial-inner-holder .designation {
    color: rgba(var(--white-color-rgb), 0.6);
}

.widget_rrtc_testimonial_widget .testimonial-content {
    margin-top: 15px;
}

.widget_rrtc_testimonial_widget .testimonial-content p {
    margin-top: 0;
    margin-bottom: 20px;
}

.widget_rrtc_testimonial_widget .testimonial-content p:last-child {
    margin-bottom: 0;
}


/*==========================
WIDGET TEAM
==========================*/

.widget_rrtc_description_widget .rtc-team-holder-modal {
    display: none !important;
}

.widget_rrtc_description_widget .bttk-team-inner-holder {
    text-align: center;
}

.widget_rrtc_description_widget .image-holder {
    margin-bottom: 30px;
}

.widget_rrtc_description_widget .name {
    display: block;
    font-weight: 700;
    line-height: 1.5;
}

.widget_rrtc_description_widget .designation {
    display: block;
    font-size: 0.7778em;
    color: #8c8c8c;
    margin-top: 0;
}

.widget_rrtc_description_widget .description {
    margin-top: 15px;
}

.site-footer .widget_rrtc_description_widget .description {
    color: rgba(var(--white-color-rgb), 0.6)
}

.widget_rrtc_description_widget .description p {
    margin-top: 0;
    margin-bottom: 20px;
}

.widget_rrtc_description_widget .description p:last-child {
    margin-bottom: 0;
}

.widget_rrtc_description_widget .social-profile {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.widget_rrtc_description_widget .social-profile li,
#secondary .widget_rrtc_description_widget .social-profile li {
    margin-right: 5px;
    margin-bottom: 0;
    margin-top: 5px;
    padding-bottom: 0;
    border-bottom: none;
}

.widget_rrtc_description_widget .social-profile li a,
#secondary .widget_rrtc_description_widget .social-profile li a {
    display: inline-block;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 100%;
    color: var(--white-color);
}

.widget_rrtc_description_widget .social-profile li a:hover,
#secondary .widget_rrtc_description_widget .social-profile li a:hover {
    background: none;
    color: var(--primary-color);
}


/*============================
WIDGET STAT COUNTER
============================*/

.widget_raratheme_companion_stat_counter_widget .raratheme-sc-holder {
    position: relative;
    padding-left: 70px;
}

#secondary .widget_raratheme_companion_stat_counter_widget .widget-title,
.site-footer .widget_raratheme_companion_stat_counter_widget .widget-title {
    margin-bottom: 15px;
    background: none;
    border-bottom: none;
    color: #121212;
    text-align: left;
    padding: 0;
    font-size: 0.8888em;
    text-transform: none;
    letter-spacing: 0;
}

#secondary .widget_raratheme_companion_stat_counter_widget .widget-title::after,
.site-footer .widget_raratheme_companion_stat_counter_widget .widget-title::after {
    display: none;
}

.widget_raratheme_companion_stat_counter_widget .raratheme-sc-holder .icon-holder {
    font-size: 3em;
    position: absolute;
    top: 5px;
    left: 0;
    line-height: 1;
    color: var(--primary-color);
}

.widget_raratheme_companion_stat_counter_widget .raratheme-sc-holder .image-holder {
    width: 55px;
    position: absolute;
    top: 0;
    left: 0;
}

.widget_raratheme_companion_stat_counter_widget .raratheme-sc-holder .hs-counter {
    font-size: 2.6665em;
    font-weight: 700;
    line-height: 1;
}


/*===============================
WIDGET POST CATEGORY SLIDER
===============================*/

.widget_rara_posts_category_slider_widget .item {
    height: 350px;
    position: relative;
}

.widget_rara_posts_category_slider_widget .item img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.widget_rara_posts_category_slider_widget .item .carousel-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(var(--black-color-rgb), 0.5);
    padding: 20px 10px;
}

.site-footer .widget_rara_posts_category_slider_widget .item .carousel-title {
    background: rgba(var(--white-color-rgb), 0.5);
}

.widget_rara_posts_category_slider_widget .carousel-title a {
    color: var(--white-color);
    display: inline-block;
}

.widget_rara_posts_category_slider_widget .carousel-title a:hover {
    color: var(--primary-color);
}

.widget_rara_posts_category_slider_widget .item .carousel-title .cat-links {
    font-size: 0.78em;
    font-weight: 600;
}

.widget_rara_posts_category_slider_widget .carousel-title .cat-links a::after {
    content: ",";
    margin-right: 5px;
}

.widget_rara_posts_category_slider_widget .carousel-title .cat-links a:last-child::after {
    display: none;
}

.widget_rara_posts_category_slider_widget .carousel-title .title {
    font-size: 1em;
    margin-top: 5px;
    margin-bottom: 0;
}

.widget_rara_posts_category_slider_widget .owl-carousel .owl-nav [class*="owl-"] {
    border-radius: 100%;
    border: none;
    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="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;
    left: 10px;
    top: 40%;
    min-height: auto;
    width: 35px;
    height: 35px;
}

.widget_rara_posts_category_slider_widget .owl-theme .owl-nav [class*="owl-"]:hover {
    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 448 512"><path fill="%23fff" 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;
}

.widget_rara_posts_category_slider_widget .owl-carousel .owl-nav .owl-next,
.widget_rara_posts_category_slider_widget .owl-carousel .owl-nav .owl-next:hover {
    left: auto;
    right: 10px;
    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="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_rara_posts_category_slider_widget .owl-carousel .owl-nav [class*="owl-"]:before {
    display: none;
}

.widget_rara_posts_category_slider_widget .owl-carousel .owl-dots {
    position: static;
}

.widget_rara_posts_category_slider_widget .owl-carousel .owl-dots .owl-dot {
    background: rgba(var(--black-color-rgb), 0.3);
    margin: 5px;
}

.widget_rara_posts_category_slider_widget .owl-carousel .owl-dots .owl-dot.active,
.widget_rara_posts_category_slider_widget .owl-carousel .owl-dots .owl-dot:hover {
    background: #111;
    border-color: #111;
}

.widget_rara_posts_category_slider_widget .owl-theme .owl-dots .owl-dot span,
.widget_rara_posts_category_slider_widget .owl-theme .owl-dots .owl-dot:hover span,
.widget_rara_posts_category_slider_widget .owl-theme .owl-dots .owl-dot span:hover,
.widget_rara_posts_category_slider_widget .owl-theme .owl-dots .owl-dot.active span {
    background: none;
    width: 20px;
    height: 6px;
    margin: 0;
    border-radius: 0;
}


/*==========================
WIDGET ICON TEXT
==========================*/

.widget_rrtc_icon_text_widget .rtc-itw-inner-holder {
    display: flex;
    flex: 1;
    flex-direction: column;
    text-align: center;
}

.widget_rrtc_icon_text_widget .rtc-itw-inner-holder .icon-holder {
    font-size: 3em;
    line-height: 1;
    color: var(--primary-color);
}

.widget_rrtc_icon_text_widget .rtc-itw-inner-holder .text-holder {
    order: 2;
    margin-top: 40px;
}

.widget_rrtc_icon_text_widget .rtc-itw-inner-holder .widget-title {
    font-size: 0.778em;
    font-weight: 700;
    text-align: center;
    background: none;
    color: #121212;
    line-height: 1.5;
    font-family: var(--primary-color);
    letter-spacing: 1px;
}

#secondary .widget_rrtc_icon_text_widget .text-holder .widget-title,
.site-footer .widget_rrtc_icon_text_widget .text-holder .widget-title {
    padding: 0 0 5px 0;
    margin-bottom: 0;
}

.widget_rrtc_icon_text_widget .rtc-itw-inner-holder .widget-title span {
    padding-right: 0;
}

#secondary .widget_rrtc_icon_text_widget .text-holder .widget-title span,
.site-footer .widget_rrtc_icon_text_widget .text-holder .widget-title span {
    background: none;
    padding: 0;
}

#secondary .widget_rrtc_icon_text_widget .text-holder .widget-title:after,
.site-footer .widget_rrtc_icon_text_widget .text-holder .widget-title:after {
    display: none;
}

.widget_rrtc_icon_text_widget .text-holder .content {
    font-size: 0.8888em;
}

.widget_rrtc_icon_text_widget .text-holder .btn-readmore {
    display: inline-block;
    font-weight: 700;
    font-size: 0.7778em;
    color: var(--white-color);
    letter-spacing: 1px;
    background: var(--primary-color);
    border: none;
    padding: 13px 30px;
    text-transform: uppercase;
    text-decoration: none;
}

.widget_rrtc_icon_text_widget .text-holder .btn-readmore:hover {
    background: #121212;
    color: var(--white-color);
}


/*=============================
WIDGET CLIENT LOGO
=============================*/

.widget_raratheme_client_logo_widget .raratheme-client-logo-holder {
    overflow: hidden;
}

.widget_raratheme_client_logo_widget .raratheme-client-logo-inner-holder {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.widget_raratheme_client_logo_widget .widget-title {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}

.widget_raratheme_client_logo_widget .image-holder {
    width: 50%;
    padding: 10px;
}

.client-logo-section .widget_raratheme_client_logo_widget .image-holder {
    padding: 40px;
    width: 25%;
    margin-top: 0;
}

.widget_raratheme_client_logo_widget .image-holder.black-white {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.widget_raratheme_client_logo_widget .image-holder.black-white:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.image-holder:not(.black-white) a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}


/*===================================
BLOG POST LAYOUT DEFAULT DESIGN
===================================*/

body[class*="post-layout-"] .site-main article .entry-title {
    margin-top: 10px;
    margin-bottom: 0;
    font-family: var(--secondary-font);
    font-size: 1.67em;
    line-height: 1.25;
    font-weight: 600;
    margin-bottom: 20px;
}

body[class*="post-layout-"] .site-main article .entry-title a {
    color: #121212;
    text-decoration: none;
    background-image: linear-gradient(180deg, transparent 95%, var(--primary-color) 0);
    background-size: 0% 100%;
    background-repeat: no-repeat;
    -webkit-transition: background-size 0.4s ease;
    -moz-transition: background-size 0.4s ease;
    transition: background-size 0.4s ease;
}

body[class*="post-layout-"] .site-main article .entry-title a:hover {
    color: var(--primary-color);
    text-decoration: none;
    background-size: 100% 100%;
}

body[class*="post-layout-"] .site-main article .entry-content {
    margin-top: 0;
}

body[class*="post-layout-"] .site-main article .entry-content p {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.6;
}

body[class*="post-layout-"] .site-main article .entry-content p:last-child {
    margin-bottom: 0;
}

body[class*="post-layout-"] .site-main article .entry-footer {
    margin-top: 20px;
}

body[class*="post-layout-"] .site-main article .entry-footer .btn-readmore {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 0.67em;
    letter-spacing: 1px;
    text-decoration: none;
    color: var(--primary-color);
    min-height: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

body[class*="post-layout-"] .site-main article .entry-footer .btn-readmore>svg {
    width: 20px;
    height: 21px;
    vertical-align: middle;
    margin-top: -1px;
    margin-left: 10px;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

body[class*="post-layout-"] .site-main article .entry-footer .btn-readmore:hover>svg {
    margin-left: 20px;
}

body[class*="post-layout-"] .site-main article .entry-footer .btn-readmore>svg path {
    fill: var(--primary-color);
}

body[class*="post-layout-"] .site-main article .entry-footer .social-share {
    display: flex;
    flex: auto;
    flex-wrap: wrap;
    justify-content: flex-end;
    min-height: 30px;
    align-items: center;
    position: relative;
}

body[class*="post-layout-"] .site-main article .entry-footer .social-share .share-icon {
    font-size: 0.67em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.75;
    display: inline-block;
    cursor: pointer;
    background: none;
    padding: 0;
    color: var(--font-color);
    margin-top: -3px;
}

body[class*="post-layout-"] .site-main article .entry-footer .social-share .share-icon:hover {
    color: var(--primary-color);
}

body[class*="post-layout-"] .site-main article .entry-footer .social-share .share-icon svg {
    font-size: 15px;
    vertical-align: middle;
    margin-right: 5px;
    /* margin-top: -2px; */
}

.share-title {
    display: inline-block;
    vertical-align: middle;
}

body[class*="post-layout-"] .site-main article .entry-footer .social-share .social-networks {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    right: 45px;
    top: -2px;
    background: var(--white-color);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

body[class*="post-layout-"] .site-main article .entry-footer .social-share.active .social-networks {
    right: 55px;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

body[class*="post-layout-"] .site-main article .entry-footer .social-share .social-networks li {
    display: inline-block;
    font-size: 0.6666em;
    margin-left: 5px;
}

body[class*="post-layout-"] .site-main article .entry-footer .social-share .social-networks li:first-child {
    margin-left: 0;
}

body[class*="post-layout-"] .site-main article .entry-footer .social-share .social-networks li a {
    display: inline-block;
    border: 1px solid rgba(var(--black-color-rgb), 0.1);
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #121212;
}

body[class*="post-layout-"] .site-main article .entry-footer .social-share .social-networks li a:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color);
}


/*========================
BLOG POST LAYOUT ONE
========================*/

.post-layout-one .site-main {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    margin-left: -1.5%;
    margin-right: -1.5%;
}

.post-layout-one .site-main article {
    margin-bottom: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.2);
    width: 47%;
    margin-left: 1.5%;
    margin-right: 1.5%;
}

.full-width.post-layout-one .site-main article {
    width: 30.33%;
}

.post-layout-one .site-main article:first-child,
.full-width.post-layout-one .site-main article:first-child {
    width: 100%;
}

.post-layout-one .site-main article .entry-header {
    margin-bottom: 15px;
}

.post-layout-one .site-main article:first-child .entry-title {
    font-size: 2.22em;
}

.post-layout-one .site-main article figure.post-thumbnail {
    margin-bottom: 30px;
}

body[class*="post-layout-"] .site-main article figure.post-thumbnail img {
    width: 100%;
}

.post-layout-one .site-main article span.category {
    display: inline-block;
    font-size: 0.6666em;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.49;
    letter-spacing: 1px;
}

.post-layout-one .site-main article span.category a:hover {
    color: #121212;
    text-decoration: none;
}

.post-layout-one .site-main article span.category a::after {
    content: "";
    background: rgba(var(--primary-color-rgb), 0.3);
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 100%;
    vertical-align: middle;
    margin: -2px 5px 0 8px;
}

.post-layout-one .site-main article span.category a:last-child::after {
    display: none;
}


/*==========================
AUTHOR SECTION
==========================*/

.author-section {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
}

.single .content-area .author-section {
    border-top: 1px solid rgba(var(--black-color-rgb), 0.1);
    padding-top: 60px;
    margin-top: 60px;
}

.archive.author .content-area>.author-section {
    border-bottom: 1px solid rgba(var(--black-color-rgb), 0.1);
    padding-bottom: 40px;
    margin-bottom: 50px;
}

.author-section .author-img {
    margin: 0;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    overflow: hidden;
}

.author-section .author-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}

.author-section .author-content-wrap {
    width: calc(100% - 180px);
    padding-left: 20px;
}

.author-section .author-name {
    font-size: 1.22em;
    color: #111;
    margin-top: 0;
    margin-bottom: 20px;
    display: inline-block;
    line-height: 1em;
    font-family: var(--secondary-font);
}

.author-section .author-name .sub-title {
    font-size: 0.64em;
}

.author-section .author-content {
    font-size: 0.8888em;
    line-height: 1.63;
}

.author-section .author-social {
    margin-top: 20px;
}

.author-section .social-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.author-section .social-list li {
    margin: 5px;
    display: inline-block;
}

.author-section .social-list li a {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 100%;
    font-size: 0.7778em;
    color: #999;
    padding: 0;
    background: #f7f7f7;
}

.author-section .social-list li a:hover {
    background: var(--primary-color);
    color: var(--white-color);
}


/*=============================
NEWSLETTER BLOCK
=============================*/

.newsletter-block {
    text-align: center;
}

.single .newsletter-block {
    margin-top: 60px;
}

.newsletter-block .blossomthemes-email-newsletter-wrapper {
    padding: 60px 30px;
}

.newsletter-block .blossomthemes-email-newsletter-wrapper .text-holder {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.newsletter-block .blossomthemes-email-newsletter-wrapper .text-holder h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: var(--secondary-font);
    font-size: 2em;
}

.newsletter-block .blossomthemes-email-newsletter-wrapper .text-holder span {
    display: block;
    margin-top: 10px;
    font-size: 1em;
    margin-bottom: 30px;
}

.newsletter-block .blossomthemes-email-newsletter-wrapper form {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    align-items: flex-start;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.newsletter-block .blossomthemes-email-newsletter-wrapper form input {
    margin: 0;
    display: flex;
    flex: 2;
    align-items: flex-start;
    flex-wrap: wrap;
}

.newsletter-block .blossomthemes-email-newsletter-wrapper form input[name="subscribe-email"] {
    width: 50%;
    flex: auto;
}

.newsletter-block .blossomthemes-email-newsletter-wrapper form input+input[name="subscribe-email"] {
    width: auto;
    flex: 2;
}

.newsletter-block .blossomthemes-email-newsletter-wrapper form input[type="submit"] {
    flex: 1;
    margin: 0;
}

.newsletter-block .blossomthemes-email-newsletter-wrapper form>label {
    order: 5;
}


/*=============================
SINGLE POST DEFAULT CSS
=============================*/

.single .content-area .right {
    margin-bottom: 40px;
}

.single .content-area .site-main+.right {
    margin-bottom: 0;
    margin-top: 40px;
}

.single-post .site-main article .content-wrap {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    align-items: flex-start;
}

.single-post .site-main .entry-header {
    width: 100%;
}

.single-post .site-main .article-meta {
    width: 132px;
    text-align: center;
}

.single-post .site-main .sticky-meta .article-meta {
    position: sticky;
    top: 20px;
}

.single-post .site-main .article-meta .byline a {
    display: flex;
    flex-direction: column;
    flex: auto;
    font-size: 0.6666em;
    font-weight: 800;
    color: #121212;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.single-post .site-main .article-meta .byline a:hover {
    color: var(--primary-color);
}

.single-post .site-main .article-meta .byline a img {
    margin: 0 auto 10px auto;
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 100%;
}

.single-post .site-main .article-meta .byline+.comments,
.single-post .site-main .article-meta .byline+.social-share {
    border-top: 1px solid rgba(var(--black-color-rgb), 0.07);
    margin-top: 15px;
    padding-top: 10px;
}

.single-post .entry-header span.category {
    display: inline-block;
    font-size: 0.6666em;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.49;
}

.single-post .entry-header span.category a {
    color: var(--primary-color);
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: middle;
}

.single-post .entry-header span.category a::after {
    content: "";
    background: rgba(var(--primary-color-rgb), 0.3);
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 100%;
    vertical-align: middle;
    margin: -2px 5px 0 8px;
}

.single-post .entry-header span.category a:hover {
    color: var(--black-color);
    text-decoration: none;
}

.single-post .entry-header span.category a:last-child::after {
    display: none;
}

.single .site-main .comments {
    display: block;
    font-size: 0.6666em;
    text-transform: uppercase;
    margin: 10px 0;
}

.single .site-main .comments svg {
    display: none;
}

.single .site-main .comments a {
    color: #909090;
}

.single .site-main .comments a:hover {
    color: var(--primary-color);
}

.single-post .site-main .article-meta .share-title {
    display: block;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 0.7778em;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.single-post .site-main .article-meta .favourite {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.single-post .site-main .article-meta .favourite a,
.single-post .site-main .article-meta .favourite .liked-icon {
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 54px;
    background: var(--white-color);
    box-shadow: 0 0 15px rgba(var(--primary-color-rgb), 0.4);
    border-radius: 100%;
    margin: 5px auto 0 auto;
    font-size: 1em;
    color: #DA222E;
}

.single-post .site-main .article-meta .favourite a:hover {
    background: #DA222E;
    color: var(--white-color);
}

.single-post .site-main .article-meta .favourite .fav-count {
    display: inline-block;
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 1px;
    color: #DA222E;
}

.single-post .site-main .article-meta .social-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-post .site-main .article-meta .social-list li {
    display: block;
    margin-top: 15px;
}

.single-post .site-main .article-meta .social-list li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: var(--white-color);
    border-radius: 100%;
    color: #999;
    box-shadow: 0 0 15px rgba(var(--primary-color-rgb), 0.4);
}

.single-post .site-main .article-meta .social-list li a:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.single-post .site-main article .entry-content,
.single-post .site-main article .entry-content p:first-child {
    margin-top: 0;
}

.single-post .site-main .entry-content {
    width: 100%;
}

.single-post .site-main .article-meta+.entry-content {
    width: calc(100% - 132px);
    padding-left: 50px;
}

.single-post .site-main .article-meta~.entry-footer {
    padding-left: 182px;
}

.single-post .site-main .entry-footer {
    margin-top: 10px;
}

.single-post .site-main .entry-footer .cat-tags {
    font-size: 0.6666em;
    color: #333;
    letter-spacing: 1px;
}

.single-post .site-main .entry-footer .cat-tags a {
    color: #333;
    font-weight: 600;
    background: rgba(var(--primary-color-rgb), 0.15);
    padding: 6px 15px;
    margin-right: 2px;
    margin-bottom: 5px;
    text-decoration: none;
}

.single-post .site-main .entry-footer .cat-tags a:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.leftsidebar.single-post .site-main article .content-wrap {
    flex-direction: row-reverse;
}

.leftsidebar.single-post .site-main .article-meta+.entry-content {
    padding-left: 0;
    padding-right: 50px;
}

.leftsidebar.single-post .site-main .article-meta~.entry-footer {
    padding-left: 0;
    padding-right: 182px;
}

.single .site-main .author-signature {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    border-top: 1px solid rgba(var(--black-color-rgb), 0.05);
    padding-top: 20px;
    margin-top: 40px;
}

.single .site-main .author-signature.left {
    align-items: flex-start;
}

.single .site-main .author-signature.right {
    align-items: flex-end;
}

.single .site-main .author-signature img {
    margin-top: 5px;
    margin-bottom: 5px;
}

.single .site-main .author-signature .social-networks {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex: 1;
}

.single .site-main .author-signature .social-networks li {
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 5px;
    display: inline-block;
    font-size: 0.8888em;
}

.single .site-main .author-signature .social-networks li a {
    display: inline-block;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #f7f7f7;
    border-radius: 100%;
    color: #999;
}

.single .site-main .author-signature .social-networks li a:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.single-recipe .dr-entry-header .dr-entry-meta {
    justify-content: initial;
}

.widget.dr-popular-tags ul li {
    display: inline-block;
}

.dr-popular-tags ul li a {
    padding-bottom: 6px;
}

.widget_delicious_featured_recipes_widget .dr-mst-pop-wrap,
.widget_delicious_popular_recipes_widget .dr-mst-pop-wrap,
.widget_delicious_recent_recipes_widget .dr-mst-pop-wrap,
.widget.dr-recipe-keys ul li a {
    display: flex;
}

.dr-archive-details .dr-entry-meta>span {
    font-size: 0.88em;
    font-weight: 600;
}

.dr-archive-details .dr-entry-meta svg,
.post-navigation article .dr-recipe-meta svg {
    vertical-align: -15px;
}

.archive .dr-block-wrapper .dr-button-holder a,
.dr-recipe-post-wrap .dr-block-wrapper .dr-button-holder a,
.dr-byline .fn,
.dr-posted-on,
.dr-comment,
.dr-rating,
.dr-category .cat-name,
.post-navigation article .dr-recipe-meta>span,
.dr-mst-pop-meta,
.dr-post-summary .dr-buttons .dr-btn-link {
    font-size: 0.88em;
    font-weight: 600;
}

.dr-buttons .dr-btn-link {
    text-decoration: none;
}

.site-main .single-recipe .dr-entry-header .dr-category a {
    text-decoration: none;
    padding-top: 5px;
}

.dr-tags a {
    padding-top: 5px;
    text-decoration: none;
    font-size: 0.78em;
}

.single-recipe .site-main .post-navigation {
    border-top: none;
}

.dr-categories figure a span,
.dr-categories figure a .svg-inline--fa {
    font-size: 1em;
}

.dr-categories h3 {
    font-weight: 600;
}

.dr-recipe-keys .dr-icon-title {
    font-weight: 600;
    font-size: 0.78em;
}

.dr-most-popular-rcp .dr-mst-pop-details .dr-mst-pop-title {
    margin-bottom: 10px;
}

.entry-content ul li,
.entry-content ol li {
    margin-bottom: 1em;
}

.entry-content li>ul,
.entry-content li>ol {
    margin-top: 1em;
}


/*===============================
SINGLE POST STYLE FOUR
===============================*/

.single-style-four .content-area,
.single-style-four .widget-area {
    margin-top: 0;
}

.single-style-four .site-main .entry-header .entry-meta>span.category a::after {
    background: none;
    width: auto;
    height: auto;
    content: ",";
    margin-left: 2px;
    margin-right: 5px;
}

.single-style-four .site-main .entry-header .entry-meta>span.category a:last-child::after {
    display: none;
}

.single-style-four .site-main .entry-header .entry-title {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 3.11em;
    font-family: var(--secondary-font);
    font-weight: 700;
    line-height: 1.25;
    color: #121212;
    margin-bottom: 20px;
}

.single-style-four .site-main article .post-thumbnail {
    margin-bottom: 60px;
    width: 100%;
}


/*===========================
ARCHIVE PAGE
===========================*/

.archive .content-area,
.archive .widget-area {
    margin-top: 30px;
}

.archive .content-area .page-header .result-count {
    margin-top: 10px;
}


/*===========================
SEARCH PAGE
===========================*/

.search-results .content-area>.page-header {
    margin-bottom: 50px;
}

.search-results .content-area>.page-header .page-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 0.6666em;
    color: #999;
    letter-spacing: 1px;
}

.search-results .content-area>.page-header .search-form {
    border-bottom: 2px solid rgba(var(--black-color-rgb), 0.15);
}

.search-results .content-area>.page-header .search-field {
    border: none;
    padding-left: 0;
    height: 80px;
    font-size: 3.33em;
    font-weight: 700;
    line-height: 1.25em;
    font-family: var(--secondary-font);
}

.search-results .content-area>.page-header .search-submit {
    height: 80px;
    background-color: transparent;
    text-indent: 100px;
    background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23121212" 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-size: 25px;
}

.search-results .content-area>.page-header .search-submit:hover {
    background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%2390BAB5" 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>');
}

.no-results .page-content .search-form {
    display: none;
}


/*==========================
ERROR 404 PAGE
==========================*/

.error404 .site-main .error-404 {
    text-align: center;
}

.error404 .content-area .page-header .page-title {
    font-family: var(--primary-font);
    font-size: 2.72em;
    margin-top: 0;
    margin-bottom: 30px;
}

.error404 .site-main .error-text {
    font-size: 1.39em;
    max-width: 586px;
    margin: 0 auto;
}

.error404 .site-main .error-num {
    font-size: 22.22em;
    line-height: 1;
    font-weight: 700;
    text-shadow: 0 -10px rgba(var(--black-color-rgb), 0.1);
    color: var(--primary-color);
    margin-top: 60px;
}

.error404 .site-main .btn-readmore {
    display: inline-block;
    font-size: 0.7778em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 17px 50px;
    line-height: 1.75em;
    background: #121212;
    color: var(--white-color);
    margin-top: 80px;
    text-decoration: none;
}

.error404 .site-main .btn-readmore:hover {
    background: var(--primary-color);
}

.error404 .site-main .search-form {
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    max-width: 630px;
}


/*==================================
DELICIOUS RECIPE PLUGIN
==================================*/

.dr-archive-details .dr-archive-list-title a,
.dr-advance-search .advance-search-options #dr-recipes-clear-filters,
.dr-feature-image .view-gallery-btn,
.dr-archive-details .dr-archive-list-title a {
    text-decoration: none;
}

.post-navigation .dr-category .cat-name {
    font-size: 0.78em;
    font-family: var(--secondary-font);
}

.dr-post-carousel.owl-carousel .owl-nav button[class*="owl-"]:hover {
    background: var(--primary-color);
}

.dr-post-carousel.owl-carousel .owl-nav button[class*="owl-"]:hover path {
    stroke: var(--white-color);
}

.post-layout-two.rightsidebar .site-main article,
.post-layout-two.leftsidebar .site-main article {
    flex: auto;
}

.archive .site-main article,
.site-main .dr-archive-list-gridwrap article {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.site-main .dr-archive-list-gridwrap article:not(:first-child) {
    margin-top: 0;
}

.post-layout-two .site-main article.recipe-post figure.post-thumbnail {
    margin-bottom: 0;
}

.post-layout-two .site-main article.recipe-post .content-wrap {
    padding-left: 60px;
}

.dr-archive-list-gridwrap .entry-meta span.posted-on {
    font-weight: normal;
    text-transform: none;
}

.archive .site-main article.recipe-post .entry-footer>span.byline::after {
    display: none;
}

.archive .site-main .dr-archive-list-gridwrap article .entry-meta>span,
.site-main .dr-archive-list-gridwrap article .entry-meta>span {
    margin-right: 0;
}

.site-main+.navigation.pagination {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.site-main+.navigation.pagination .page-numbers {
    font-family: var(--primary-font);
    color: #121212;
    min-width: auto;
    min-height: auto;
    width: 50px;
    height: 50px;
    line-height: 50px;
    letter-spacing: 0px;
    margin: 0 5px 0 0;
}

.site-main+.navigation.pagination .page-numbers.prev {
    padding-left: 10px;
    width: auto;
}

.site-main+.navigation.pagination .page-numbers.next {
    padding-right: 10px;
    width: auto;
}

.site-main+.navigation.pagination .page-numbers.prev svg,
.site-main+.navigation.pagination .page-numbers.next svg {
    position: static;
    opacity: 1;
    filter: alpha(opacity=100);
}

.comments-area ol li>div {
    margin-top: 0;
    border-top: none;
}

.widget ul li.dr-mst-pop-wrap,
.dr-recipe-keys ul li a {
    display: flex;
}

.dr-popular-tags ul li {
    display: inline-block;
}

@media screen and (min-width: 768px) {
    .single.full-width-centered .site-main article:not(.has-article-meta) .content-wrap {
        flex-direction: column;
    }

    .single.full-width-centered .site-main article .article-meta {
        margin-left: -70px;
    }

    .single.full-width-centered .site-main article .entry-content,
    .page.full-width-centered .site-main article {
        max-width: 670px;
    }

    .single.full-width-centered .site-main article:not(.has-article-meta) .entry-content,
    .page.full-width-centered .site-main article {
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .single.full-width-centered .site-content .content-area {
        max-width: 670px;
    }
}


/*===========================
RESPONSIVE STYLESHEET
===========================*/

@media screen and (max-width: 1500px) {

    .custom-background .site,
    .custom-background .sticky-header {
        max-width: 95%;
    }

    /*=========================
	SITE BANNER
	=========================*/
    .site-banner .banner-caption {
        bottom: 20px;
    }

    .owl-carousel>.owl-nav button[class*="owl-"] {
        left: 235px;
    }

    .owl-carousel>.owl-nav button.owl-next {
        left: auto;
        right: 235px;
    }
}

@media screen and (max-width: 1366px) {
    .container {
        max-width: 1170px;
    }

    .rightsidebar .widget-area,
    .leftsidebar .widget-area {
        width: 300px;
    }

    .rightsidebar .content-area,
    .leftsidebar .content-area {
        width: calc(100% - 301px);
    }

    /*=========================
	SITE BANNER
	=========================*/
    .owl-carousel>.owl-nav button[class*="owl-"] {
        left: 145px;
    }

    .owl-carousel>.owl-nav button.owl-next {
        left: auto;
        right: 145px;
    }

    /*=============================
	SITE BANNER STYLE EIGHT
	=============================*/
    .site-banner.style-eight .banner-caption {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    /*==========================
	PROMO SECTION
	==========================*/
    .promo-section .owl-carousel>.owl-nav button[class*="owl-"] {
        left: -10px;
    }

    .promo-section .owl-carousel>.owl-nav button.owl-next {
        left: auto;
        right: -10px;
    }
}

@media screen and (max-width: 1199px) {
    .container {
        max-width: 1000px;
    }

    /*=========================
	SITE BANNER
	=========================*/
    .owl-carousel>.owl-nav button[class*="owl-"] {
        left: 105px;
    }

    .owl-carousel>.owl-nav button.owl-next {
        left: auto;
        right: 105px;
    }

    .single-post .site-main .article-meta+.entry-content {
        padding-left: 30px;
    }

    .single-post .site-main .article-meta~.entry-footer {
        padding-left: 162px;
    }

    .leftsidebar.single-post .site-main .article-meta+.entry-content {
        padding-left: 0;
        padding-right: 30px;
    }

    .leftsidebar.single-post .site-main .article-meta~.entry-footer {
        padding-left: 0;
        padding-right: 162px;
    }
}

@media screen and (min-width: 1025px) {
    .style-two .header-bottom .secondary-menu.menu-toggled ul.nav-menu {
        height: 100% !important;
    }

    .main-navigation .primary-menu-list,
    .main-navigation ul ul {
        display: block !important;
    }

    .main-navigation .primary-menu-list .close {
        display: none;
    }
    
    .main-navigation ul .sub-menu li.menu-item-has-children > a::after {
        top: 15px;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}

@media screen and (max-width: 1024px) {
    .container {
        max-width: 768px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .back-to-top {
        width: 40px;
        height: 40px;
        line-height: 55px;
    }

    .rightsidebar .content-area {
        float: none;
        width: 100%;
        padding-right: 0;
    }

    .leftsidebar .content-area {
        float: none;
        width: 100%;
        padding-left: 0;
    }

    .rightsidebar .widget-area,
    .leftsidebar .widget-area {
        float: none;
        width: 100%;
    }

    .toggle-btn {
        display: block;
        width: 25px;
        height: 25px;
        padding: 0;
        background: none;
        position: relative;
        color: inherit;
    }

    .toggle-btn:hover,
    .toggle-btn:active,
    .toggle-btn:focus {
        background: none;
    }

    .toggle-btn .toggle-bar {
        background: rgba(var(--black-color-rgb), 0.5);
        width: 100%;
        height: 2px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        -webkit-transition: all ease 0.35s;
        -moz-transition: all ease 0.35s;
        transition: all ease 0.35s;
    }

    .toggle-btn .toggle-bar:first-child {
        top: -12px;
    }

    .toggle-btn .toggle-bar:last-child {
        bottom: -12px;
    }

    .toggle-btn:hover .toggle-bar {
        background: rgba(var(--black-color-rgb), 0.8);
    }

    .owl-carousel>.owl-nav button[class*="owl-"] {
        width: 30px;
        height: 30px;
        background-size: 12px;
        left: 60px;
    }

    .owl-carousel>.owl-nav button.owl-next {
        left: auto;
        right: 60px;
    }

    /*=====================
	HEADER T
	=====================*/
    .header-t,
    .style-two .header-bottom {
        position: relative;
    }

    .style-two .header-bottom .container {
        position: relative;
    }

    .style-two .header-bottom .secondary-menu {
        width: 40px;
        height: 20px;
    }

    .secondary-menu .toggle-btn {
        display: block;
    }

    .style-two .header-bottom .secondary-menu .toggle-btn.active {
        display: none;
    }

    .style-two .secondary-menu .close {
        display: none;
        top: 12px;
        left: 15px;
    }

    .style-two .secondary-menu .active .close {
        display: block;
    }

    .style-two .header-bottom .secondary-menu .secondary-menu-list {
        position: static;
        width: auto !important;
        height: auto !important;
        display: block !important;
        box-shadow: none;
        background: none;
        overflow: visible;
        padding-top: 0;
    }

    .style-two .header-bottom .secondary-menu.menu-toggled ul.nav-menu {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }

    .style-two .header-bottom .secondary-menu .mobile-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: auto;
        height: auto;
        background: var(--white-color);
        box-shadow: 0 5px 10px rgba(var(--black-color-rgb), 0.1);
        padding: 0 20px;
        visibility: visible;
        z-index: 9;
        max-height: 44vh;
        overflow: auto;
    }

    .secondary-menu ul li {
        display: block;
        line-height: 1.4;
    }

    .secondary-menu ul li a,
    .style-two .header-bottom .secondary-menu ul li a {
        padding: 20px 0;
        border-bottom: 1px solid rgba(var(--black-color-rgb), 0.1);
        display: block;
    }

    .secondary-menu ul li .submenu-toggle {
        top: 0;
        right: 0;
        width: 20px;
        height: 55px;
        line-height: 55px;
    }

    .secondary-menu ul ul li.menu-item-has-children .submenu-toggle {
        right: 0;
        transform: none;
        top: 0;
    }

    .secondary-menu ul li.menu-item-has-children .submenu-toggle.active {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .secondary-menu ul ul {
        padding-left: 10px;
        position: static;
        visibility: visible;
        opacity: 1;
        box-shadow: none;
        width: auto;
        display: none;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
    }

    .style-two .secondary-menu ul ul {
        background: none;
    }

    .secondary-menu ul ul li {
        padding-left: 0;
        padding-right: 0;
    }

    .secondary-menu ul ul li a {
        border-bottom-style: solid;
    }

    /*======================
	MAIN NAVIGATION
	======================*/
    .main-navigation {
        padding: 10px 0;
    }

    .main-navigation .toggle-btn,
    .main-navigation .toggle-text {
        display: inline-block;
        vertical-align: middle;
    }

    .main-navigation .toggle-text {
        font-size: 0.8888em;
        text-transform: uppercase;
        margin-left: 5px;
        font-weight: 600;
        letter-spacing: 1px;
    }

    .main-navigation .close {
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 30px;
        right: 20px;
        cursor: pointer;
        padding: 0;
        background: none;
        color: inherit;
    }

    .main-navigation .close::before,
    .main-navigation .close::after {
        content: "";
        background: #333;
        height: 2px;
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        -webkit-transition: all ease 0.35s;
        -moz-transition: all ease 0.35s;
        transition: all ease 0.35s;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .main-navigation .close::after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .main-navigation .close:hover::before,
    .main-navigation .close:hover::after {
        background: #f00;
    }

    .main-navigation .primary-menu-list {
        text-align: left;
        position: fixed;
        top: 0;
        left: 0;
        width: 320px;
        height: 100%;
        background: var(--white-color);
        box-shadow: 5px 0 10px rgba(var(--black-color-rgb), 0.1);
        z-index: 99999;
        padding-top: 70px;
        display: none;
    }

    .main-navigation .primary-menu-list .mobile-menu {
        width: 320px;
        padding-left: 20px;
        padding-right: 20px;
        height: 100%;
        overflow: auto;
    }

    .main-navigation ul li {
        display: block;
    }

    .main-navigation ul li a {
        padding: 15px 0;
        border-bottom: 1px solid rgba(var(--black-color-rgb), 0.1);
        display: block;
        text-align: left;
    }

    .main-navigation ul ul {
        padding-left: 10px;
        position: static;
        visibility: visible;
        opacity: 1;
        box-shadow: none;
        width: auto;
        display: none;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
    }

    .main-navigation ul ul li {
        padding-left: 0;
        padding-right: 0;
    }

    .main-navigation ul ul li a {
        border-bottom-style: solid;
    }

    .main-navigation ul li .submenu-toggle {
        top: 0;
        right: 0;
        width: 20px;
        height: 55px;
        line-height: 55px;
    }

    .main-navigation ul ul li.menu-item-has-children .submenu-toggle {
        right: 0;
        transform: none;
        top: 0;
    }

    .main-navigation ul li.menu-item-has-children .submenu-toggle.active {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    /*=========================
	MAIN NAVIGATION
	=========================*/
    .site-header.style-two .main-navigation .toggle-btn {
        margin-left: 20px;
    }

    /*==========================
	SITE BANNER
	==========================*/
    .site-banner .banner-caption .banner-title {
        font-size: 2em;
    }

    /*=============================
	SITE BANNER STYLE EIGHT
	=============================*/
    .site-banner.style-eight .item img {
        height: 400px;
        object-fit: cover;
    }

    .site-banner.style-eight .fallback-svg {
        height: 400px;
        width: 100%;
    }

    .site-banner.style-eight .banner-caption .banner-title {
        font-size: 2em;
    }

    /*=========================
	STATIC CTA BANNER
	=========================*/
    .site-banner.static-cta-banner .wp-custom-header img {
        height: 500px;
        object-fit: cover;
    }

    /*==========================
	PROMO SECTION
	==========================*/
    .promo-section .owl-carousel>.owl-nav button[class*="owl-"] {
        left: 5px;
    }

    .promo-section .owl-carousel>.owl-nav button.owl-next {
        left: auto;
        right: 5px;
    }

    /*=======================
	POST LAYOUT ONE
	=======================*/
    .full-width.post-layout-one .site-main article {
        width: 47%;
    }

    /*==========================
	SITE FOOTER SECTION
	==========================*/
    .site-footer .grid.column-4 .col,
    .site-footer .grid.column-3 .col {
        width: 48%;
    }

    .site-footer .grid.column-4 .col:nth-child(2n),
    .site-footer .grid.column-3 .col:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .container {
        max-width: 420px;
    }

    h1 {
        font-size: 2em;
    }

    h2 {
        font-size: 1.67em;
    }

    h3 {
        font-size: 1.3333em;
    }

    h4 {
        font-size: 1.1112em;
    }

    h5 {
        font-size: 1em;
    }

    blockquote,
    q {
        font-size: 1.11em;
    }

    .promo-section {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .section-title {
        font-size: 1.67em;
        margin-bottom: 40px;
    }

    .archive .content-area .page-header {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .content-area .page-header .page-title,
    .page-template-default .content-area .page-header .page-title {
        font-size: 2.2223em;
    }

    .pagination .page-numbers {
        font-size: 0.7778em;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .pagination .page-numbers.prev,
    .pagination .page-numbers.next {
        padding-right: 10px;
        font-size: 0.6666em;
    }

    .pagination .page-numbers.next {
        padding-right: 0;
        padding-left: 10px;
    }

    .pagination .page-numbers.prev svg,
    .pagination .page-numbers.next svg {
        width: 7px;
        margin-right: 5px;
    }

    .pagination .page-numbers.next svg {
        margin-right: 0;
        margin-left: 5px;
    }

    .woocommerce-page .site-content>.page-header {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .woocommerce-page .site-content .page-header .page-title {
        font-size: 2.2223em;
    }

    .mfp-arrow {
        width: 50px;
    }

    .mfp-arrow-left .mfp-a,
    .mfp-arrow-left::after {
        margin-left: 15px;
    }

    .mfp-arrow-right .mfp-a,
    .mfp-arrow-right::after {
        margin-left: 20px;
    }

    .mfp-arrow-left .mfp-b,
    .mfp-arrow-left::before,
    .mfp-arrow-right .mfp-b,
    .mfp-arrow-right::before {
        display: none;
    }

    /*========================
	PAGINATION
	========================*/
    .post-navigation {
        margin-top: 40px;
        padding-top: 40px;
    }

    .comment-navigation .nav-previous,
    .posts-navigation .nav-previous,
    .post-navigation .nav-previous {
        float: none;
        width: 100%;
    }

    .comment-navigation .nav-next,
    .posts-navigation .nav-next,
    .post-navigation .nav-next {
        float: none;
        width: 100%;
    }

    .comment-navigation .nav-previous+.nav-next,
    .posts-navigation .nav-previous+.nav-next,
    .post-navigation .nav-previous+.nav-next {
        margin-top: 20px;
    }

    /*=======================
	COMMENTES AREA
	=======================*/
    .comments-area,
    .comments-area .comment-list+.comment-respond {
        margin-top: 40px;
        padding-top: 40px;
    }

    .comments-area .comment-body {
        padding-left: 50px;
    }

    .comment-body img.avatar {
        width: 40px;
        height: 40px;
    }

    .comments-area ol li ol {
        margin-left: 20px;
    }

    .comments-area .bypostauthor>.comment-body .comment-author::after {
        left: 25px;
        top: 28px;
    }

    .comment-respond .comment-form p.comment-form-author,
    .comment-respond .comment-form p.comment-form-email,
    .comment-respond .comment-form p.comment-form-url {
        width: 100%;
        margin-right: 0;
    }

    /*=====================
	HEADER T
	=====================*/
    .header-search-wrap {
        width: 250px;
    }

    /*========================
	SITE BANNER
	========================*/
    .site-banner .banner-caption .banner-title {
        font-size: 1.3333em;
    }

    .owl-carousel>.owl-nav button[class*="owl-"] {
        left: 0;
    }

    .owl-carousel>.owl-nav button.owl-next {
        left: auto;
        right: 0;
    }

    /*=============================
	SITE BANNER STYLE EIGHT
	=============================*/
    .site-banner.style-eight .banner-caption .banner-title {
        font-size: 1.67em;
    }

    /*=========================
	STATIC CTA BANNER
	=========================*/
    .site-banner.static-cta-banner .wp-custom-header img {
        height: auto;
    }

    .site-banner.static-cta-banner .banner-caption {
        position: static;
    }

    .site-banner.static-cta-banner .banner-caption .container {
        padding: 40px 15px 0 15px;
        max-width: 420px;
    }

    /*===================================
	BLOG POST LAYOUT DEFAULT DESIGN
	===================================*/
    body[class*="post-layout-"] .site-main article .entry-title {
        font-size: 1.3333em;
    }

    /*=======================
	POST LAYOUT ONE
	=======================*/
    .post-layout-one .site-main {
        flex-direction: column;
        margin-left: 0;
        margin-right: 0;
    }

    .post-layout-one .site-main article {
        margin-bottom: 30px;
        padding-bottom: 30px;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .full-width.post-layout-one .site-main article {
        width: 100%;
    }

    .post-layout-one .site-main article:first-child .entry-title {
        font-size: 1.67em;
    }

    .single-style-one .site-content>.entry-header .entry-meta>span::after {
        margin: -2px 10px 0 10px;
    }

    /*============================
	NEWSLETTER BLOCK
	============================*/
    .newsletter-block .blossomthemes-email-newsletter-wrapper form {
        flex-direction: column;
    }

    .newsletter-block .blossomthemes-email-newsletter-wrapper form input {
        flex: auto;
        width: 100%;
    }

    .newsletter-block .blossomthemes-email-newsletter-wrapper form input+input[name="subscribe-email"] {
        flex: auto;
        width: 100%;
    }

    .newsletter-block .blossomthemes-email-newsletter-wrapper form input[type="submit"] {
        flex: auto;
        align-items: center;
        justify-content: center;
    }

    /*=========================
	SITE FOOTER SECTION
	=========================*/
    .footer-t {
        padding-top: 60px;
        padding-bottom: 10px;
    }

    .site-footer .grid:not(.column-1) {
        flex-direction: column;
    }

    .site-footer .grid:not(.column-1) .col {
        margin-right: 0;
    }

    .site-footer .grid.column-4 .col,
    .site-footer .grid.column-3 .col,
    .site-footer .grid.column-2 .col {
        width: 100%;
    }

    .footer-b .container {
        flex-direction: column;
        text-align: center;
    }

    .footer-b .copyright {
        justify-content: center;
    }

    .footer-b .footer-social {
        margin-top: 15px;
    }

    /*===========================
	AUTHOR SECTION
	===========================*/
    .author-section {
        flex-direction: column;
        text-align: center;
    }

    .author-section .author-img {
        margin: 0 auto 20px;
    }

    .author-section .author-content-wrap {
        width: 100%;
        padding-left: 0;
    }

    /*=============================
	SEARCH PAGE
	=============================*/
    .search-results .content-area>.page-header .search-field {
        height: 60px;
        font-size: 2.2223em;
    }

    .search-results .content-area>.page-header .search-submit {
        height: 60px;
    }

    /*==========================
	ERROR 404 PAGE
	==========================*/
    .error404 .content-area .page-header .page-title {
        font-size: 2.2223em;
    }

    .error404 .site-main .error-text {
        font-size: 1.1112em;
    }

    .error404 .site-main .error-num {
        margin-top: 40px;
        font-size: 9em;
    }

    .error404 .site-main .btn-readmore {
        margin-top: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .error404 .site-main .search-form {
        margin-top: 40px;
    }

    /*=============================
	ADDITIONAL POST SECTION
	=============================*/
    .additional-post {
        margin-top: 40px;
        padding-top: 20px;
    }

    .additional-post article .entry-header {
        flex-direction: column;
        padding-right: 20px;
    }

    .additional-post article .entry-meta {
        width: 100%;
    }

    .additional-post article .entry-title {
        font-size: 0.8888em;
    }

    .additional-post article .entry-meta+.entry-title {
        padding-left: 0;
        width: 100%;
    }

    /*========================
	NEWSLETTER BLOCK
	========================*/
    .single .newsletter-block {
        margin-top: 40px;
    }

    .newsletter-block .blossomthemes-email-newsletter-wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    /*=============================
	SINGLE POST DEFAULT CSS
	=============================*/
    .single-post .site-main article .content-wrap {
        flex-direction: column;
        flex: auto;
    }

    .single-post .site-main .article-meta {
        width: 100%;
        margin-bottom: 30px;
    }

    .single-post .site-main .sticky-meta .article-meta {
        position: static;
    }

    .single-post .site-main .article-meta .share-title {
        width: 100%;
    }

    .single-post .site-main .article-meta .favourite {
        flex-direction: row;
        align-items: center;
    }

    .single-post .site-main .article-meta .favourite a,
    .single-post .site-main .article-meta .favourite .liked-icon {
        width: 40px;
        height: 40px;
        line-height: 45px;
        margin-top: 15px;
        margin-right: 5px;
    }

    .single-post .site-main .article-meta .favourite .fav-count {
        font-size: 0.8888em;
        margin-top: 15px;
        margin-right: 5px;
    }

    .single-post .site-main .article-meta .social-share {
        display: flex;
        flex: 1;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .single-post .site-main .article-meta .social-list li {
        display: inline-block;
        margin-left: 5px;
    }

    .single-post .site-main .article-meta .social-list li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 0.7778em;
    }

    .single-post .site-main .article-meta+.entry-content {
        width: 100%;
        padding-left: 0;
    }

    .single-post .site-main .article-meta~.entry-footer {
        padding-left: 0;
    }

    .single .content-area .author-section {
        margin-top: 40px;
        padding-top: 40px;
    }

    .leftsidebar.single-post .site-main .article-meta+.entry-content,
    .leftsidebar.single-post .site-main .article-meta~.entry-footer {
        padding-right: 0;
    }

    .single-post .entry-header span.category a,
    .single-style-four .site-main .entry-header .entry-meta span a {
        margin-bottom: 10px;
    }

    .single .site-main .comments {
        margin-top: 0;
    }

    /*=============================
	SINGLE STYLE THREE & FOUR
	==============================*/
    .single-style-four .site-main .entry-header .entry-title {
        font-size: 2em;
    }

    .header-search .search-modal {
        width: 250px;
    }
}


/* Menu Accessibility */

.main-navigation .toggle-btn:focus,
.header-search .search-toggle:focus,
.mobile-menu .submenu-toggle:focus {
    outline: 2px solid #111;
}

.secondary-menu .toggle-btn:focus,
.secondary-menu .close.close-nav-toggle:focus,
.primary-menu-list .close.close-main-nav-toggle:focus {
    outline: 2px solid #111;
}

.header-search-inner .close:focus {
    outline: 2px solid #111;
}

@media only screen and (min-width:1024px) {
    .main-navigation .submenu-toggle {
        display: none;
    }

    .main-navigation ul li.menu-item-has-children>a::after {
        content: '';
        position: absolute;
        background-image: url("data:image/svg+xml,%3Csvg class='svg-inline--fa fa-chevron-down fa-w-14' aria-hidden='true' data-prefix='fas' data-icon='chevron-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' data-fa-i2svg=''%3E%3Cpath fill='currentColor' 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'%3E%3C/path%3E%3C/svg%3E");
        background-repeat: no-repeat;
        top: 19px;
        width: 17px;
        height: 13px;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        right: 13px;
    }
}


/* Adding css for accessibility */

.header-search .search-submit:focus,
.header-search .close:focus {
    outline: 2px solid #111;
}

.header-search .search-submit {
    background-color: transparent;
}

.header-search .close {
    position: relative;
    background-color: transparent;
    background: none;
    padding: 0;
    width: 30px;
    height: 35px;
    color: inherit;
    font-size: 0;
    position: relative;
    cursor: pointer;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

#formModal .search-field {
    height: 35px;
    background: rgba(var(--white-color-rgb), 0.85);
    border-color: rgba(var(--white-color-rgb), 0.3);
    padding: 0 15px 0 5px;
}

.search-form {
    width: calc(100% - 30px);
    flex-direction: row-reverse;
}

.header-search .search-form .search-submit {
    background-color: #fff;
    background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23999" 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>');
    height: 35px;
    width: 35px;
    color: inherit;
    text-indent: 40px;
    background-color: transparent;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
}

.header-search .search-modal {
    display: none;
    flex: 1;
    flex-wrap: wrap;
    position: absolute;
    top: -5px;
    right: -30%;
    z-index: 999;
    background: var(--white-color);
    box-shadow: -5px 0 20px rgba(var(--black-color-rgb), 0.07);
    width: 300px;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-transition: right 0.35s ease;
    -moz-transition: right 0.35s ease;
    transition: right 0.35s ease;
}

.header-search .search-modal.active {
    right: 0;
    clip: inherit;
    display: flex;
}

.header-search .close::before,
.header-search .close::after {
    content: "";
    background: #999;
    width: 15px;
    height: 1px;
    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 .close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header-search .close:hover::after,
.header-search .close:hover::before {
    background: #f00;
}

.newsletter-block .blossomthemes-email-newsletter-wrapper form input[type="submit"] {
    justify-content: center;
}



.woocommerce .comment-respond .comment-form p.comment-form-author,
.woocommerce .comment-respond .comment-form p.comment-form-email,
.woocommerce .comment-respond .comment-form p.comment-form-url {
    width: 49%;
    display: inline-block;
    margin-right: 2%;
}