/*!
Theme Name: Cookery Lite
Theme URI: https://blossomthemes.com/wordpress-themes/cookery-lite/
Author: Blossom Themes
Author URI: https://blossomthemes.com/
Description: Cookery Lite is a lead generating recipe and food WordPress theme with multiple Call-to-Action (CTA) to capture leads. Beside food blog, you can also use this theme for creating different types of blogs such as fashion, lifestyle, travel, beauty, parenting, journal and much more. The theme is SEO optimized,  mobile-friendly, Schema friendly, and loads faster to help you rank your recipes higher on search engines. The theme is compatible with the Delicious Recipes plugin that includes top-notch features (such as recipe keys, cuisines, advance search, nutrition value, recipe blocks) to easily create and share your recipes. You can easily choose from unlimited colors and 900+ Google fonts to change your website look and feel with a single click. With the Instagram section, you can share your recipe images and grow your followers. It also includes newsletter integration to help you grow your email list. Cookery Lite is translation ready, RTL ready, and WooCommerce compatible. Check demo at https://blossomthemes.com/theme-demo/?theme=cookery-lite, read the documentation at https://docs.blossomthemes.com/cookery-lite/, and get support at https://blossomthemes.com/support-ticket/.
Version: 1.0.2
Requires at least: 4.7
Requires PHP: 5.6
Tested up to: 5.7
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: cookery-lite
Tags: blog, one-column, two-columns, right-sidebar, left-sidebar, footer-widgets, custom-background, custom-header, custom-menu, custom-logo, featured-images, threaded-comments, full-width-template, rtl-language-support, translation-ready, theme-options, e-commerce

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Cookery Lite is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# 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: "Get Show";
	src: url('fonts/Get Show.ttf') format('truetype');
}

:root {
	--primary-color: #2DB68D;
	--primary-color-rgb: 45, 182, 141;
	--secondary-color: #E84E3B;
	--secondary-color-rgb: 232, 78, 59;
	--font-color: #232323;
	--font-color-rgb: 35, 35, 35;
	--white-color: #ffffff;
	--white-color-rgb: 255, 255, 255;
	--black-color: #000000;
	--black-color-rgb: 0, 0, 0;
	--heading-color: #374757;
	--heading-color-rgb: 55, 71, 87;
	--primary-font: 'Questrial', sans-serif;
	--secondary-font: 'Noto Serif', serif;
    --cursive-font: "Get Show";
    --dr-primary-font: 'Questrial', sans-serif;
    --dr-secondary-font: 'Noto Serif', serif;
}

body {
	color: var(--font-color);
	font-family: var(--primary-font);
	font-size: 18px;
	line-height: 1.86;
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: var(--secondary-font);
	font-weight: 400;
	color: var(--heading-color);
	margin: 1em 0 0.5em 0;
}

h1 {
	font-size: 3.33em;
	line-height: 1.13;
}

h2 {
	font-size: 2.78em;
	line-height: 1.22;
}

h3 {
	font-size: 2.5em;
	line-height: 1.16;
}

h4 {
	font-size: 1.67em;
	line-height: 1.27;
}

h5 {
	font-size: 1.39em;
	line-height: 1.52;
}

h6 {
	font-size: 1.1112em;
	line-height: 1.45;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 1.5em 5%;
	padding-left: 60px;
	font-family: var(--secondary-font);
	font-style: italic;
	color: var(--heading-color);
    font-size: 1.1112em;
    position: relative;
}

blockquote::before {
    content: "";
    background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="64" height="40.062" viewBox="0 0 64 40.062"><path d="M68.871,47.073A12.886,12.886,0,0,0,56.71,36.191c1.494-5.547,5.121-7.752,9.53-9.032a.515.515,0,0,0,.356-.569l-.711-4.409s-.071-.356-.64-.284C50.024,23.6,39.712,35.2,41.632,49.277,43.41,59.021,51.02,62.79,58.061,61.794a12.968,12.968,0,0,0,10.81-14.722ZM20.3,36.191c1.422-5.547,5.192-7.752,9.53-9.032a.515.515,0,0,0,.356-.569l-.64-4.409s-.071-.356-.64-.284C13.682,23.532,3.441,35.124,5.219,49.206c1.849,9.815,9.53,13.584,16.5,12.588A12.865,12.865,0,0,0,32.458,47.073,12.693,12.693,0,0,0,20.3,36.191Z" transform="translate(-5.018 -21.887)" fill="%232DB68D"/></svg>');
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 0px 5px;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
}

blockquote cite {
	display: block;
	font-size: 0.8em;
	font-style: normal;
	color: rgba(var(--font-color-rgb), 0.8);
	letter-spacing: 0.5px;
	margin-top: 10px;
	font-weight: 400;
}

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;
	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: #fff9c0;
	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 {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: top;
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
	border-radius: 0;
	font-size: 1em;
	text-align: left;
	border-collapse: collapse;
}
table tr th {
	font-weight: 600;
	color: var(--font-color);
	padding: 10px 15px;
	font-family: var(--secondary-font);
	letter-spacing: 0.5px;
	font-size: 1.1112em;
}
table tr td {
	color: var(--font-color);
	padding: 10px 15px;
}
table tbody tr:nth-child(odd) {
	background: rgba(var(--primary-color-rgb), 0.1);
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid var(--primary-color);
	border-radius: 0;
	background-color: var(--primary-color);
	color: var(--white-color);
	font-size: 0.7778em;
	line-height: 1;
	letter-spacing: 0.5px;
	padding: 10px 15px;
	min-height: 50px;
	font-weight: 400;
	font-family: var(--secondary-font);
	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-color: transparent;
	color: var(--primary-color);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus{
	background-color: transparent;
	color: var(--primary-color);
	outline: 1px dotted;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea, 
select {
	color: var(--font-color);
	border: 1px solid rgba(var(--font-color-rgb), 0.1);
	border-radius: 0;
	padding: 10px 15px;
	width: 100%;
	height: 50px;
	font-size: 0.8888em;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: var(--font-color);
}

select {
  border: 1px solid rgba(var(--primary-color-rgb), 0.2);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="15" height="8" viewBox="0 0 15 8"><path d="M7.5,0,15,8H0Z" transform="translate(15 8) rotate(180)" fill="%23ccc"/></svg>');
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: calc(100% - 12px) 50%;
  padding-right: 30px; 
}

textarea {
	width: 100%;
	height: 150px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: var(--primary-color);
	text-decoration: none;
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
	transition: all ease 0.35s;
}

a:hover {
	color: var(--primary-color);
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 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 40px;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption:not(.aligncenter) {
	margin-top: 0;
	margin-bottom: 0;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0 0 0;
	font-size: 0.8888em;
	color: rgba(var(--font-color-rgb), 0.8);
}

.wp-caption-text {
	text-align: center;
}

.alignleft .wp-caption-text, 
.alignright .wp-caption-text {
	text-align: left;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
    margin: 0;
    padding: 2px;
    display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.fancybox-button--pause svg path:nth-child(1), 
.fancybox-button--play svg path:nth-child(2) {
    display: block;
}

.fancybox-inner .fancybox-button.fancybox-button--close {
    position: relative;
}

.fancybox-inner .fancybox-button.fancybox-button--close::before, 
.fancybox-inner .fancybox-button.fancybox-button--close::after {
    content: "";
    background: var(--white-color);
    width: 20px;
    height: 2px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fancybox-inner .fancybox-button.fancybox-button--close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.fancybox-inner .fancybox-button.fancybox-button--close svg {
    display: none;
}

/*===============================
OWL CAROUSEL
===============================*/
.owl-carousel {
	position: relative;
}

.owl-carousel .owl-stage {
	-webkit-backface-visibility: visible;
	-moz-backface-visibility: visible;
	backface-visibility: visible;
}

.owl-carousel .owl-item {
    float: left;
    width: 33.33%;
}

.owl-carousel .owl-nav [class*="owl-"], 
.owl-carousel .owl-nav button[class*="owl-"] {
    position: absolute;
    top: 50%;
    left: 0;
    background: var(--white-color);
    width: 46px;
    height: 46px;
    border-radius: 100%;
    min-height: auto;
    padding: 0;
	line-height: 46px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.owl-carousel .owl-nav .owl-next, 
.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: 0;
}

.owl-carousel .owl-nav [class*="owl-"]:hover, 
.owl-carousel .owl-nav button[class*="owl-"]:hover {
	background: var(--primary-color);
}

.owl-carousel .owl-nav [class*="owl-"] svg path {
    stroke: var(--font-color);
}

.owl-carousel .owl-nav [class*="owl-"]:hover svg path, 
.owl-carousel .owl-nav button[class*="owl-"]:hover svg path {
	stroke: var(--white-color);
}

/*===========================
CUSTOM BACKGROUND
===========================*/
.custom-background .site {
    background: var(--white-color);
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 10px rgba(var(--black-color-rgb), 0.1);
}

.custom-background .site .container {
    padding-left: 15px;
    padding-right: 15px;
}

.custom-background .site-main article .content-wrap, 
.custom-background.list-with-first-lg .site-main article:first-child .content-wrap, 
.custom-background.classic-with-tall-img .site-main article .content-wrap {
    padding-left: 40px;
}

.custom-background .site-main article .floated-meta, 
.custom-background.list-with-first-lg .site-main article:first-child .floated-meta, 
.custom-background.classic-with-tall-img .site-main article .floated-meta {
    left: -40px;
}


.custom-background .video-section .section-grid::before {
	left: -10px;
} 

.custom-background .video-section .section-grid::after {
	right: -10px;
}

/*=========================
COMMON CSS
=========================*/
.skip-link, .skip-link:hover, .skip-link:visited {
	position: absolute;
	top: -999px;
	left: 20px;
	background: #f7f7f7;
	border: 1px solid rgba(var(--font-color-rgb), 0.1);
	font-size: 0.8888em;
	font-weight: 600;
	padding: 10px 20px;
	color: var(--font-color);
	border-radius: 5px;
	box-shadow: 0 2px 20px rgba(var(--font-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;
}

article .post-thumbnail img {
    width: 100%;
}

.container, 
.woocommerce-page.archive .site-content > .page-header .container {
	max-width: 1218px;
	margin: 0 auto;
}

.woocommerce-page.archive .site-content > .page-header .page-title, 
.woocommerce-page.archive .site-content > .page-header .entry-title {
    margin-bottom: 30px;
}

.fallback-svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: top;
}

.search-form {
    display: flex;
    flex-wrap: wrap;
}

.search-form label {
    width: calc(100% - 50px);
}

.search-form .search-field {
    height: 50px;
    background: none;
    border: none;
    font-size: 1em;
}

.search-form .search-submit {
    width: 50px;
    height: 50px;
	padding: 0;
	font-size: 0;
	border: none;
	background-color: transparent;
    background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="21.863" height="22" viewBox="0 0 21.863 22"><path d="M24.863,1170.255l-2.045,2.045L18,1167.482v-1.091l-.409-.409a8.674,8.674,0,0,1-5.727,2.046,8.235,8.235,0,0,1-6.273-2.591A8.993,8.993,0,0,1,3,1159.164a8.235,8.235,0,0,1,2.591-6.273,8.993,8.993,0,0,1,6.273-2.591,8.441,8.441,0,0,1,6.273,2.591,8.993,8.993,0,0,1,2.591,6.273,8.675,8.675,0,0,1-2.045,5.727l.409.409h.955ZM7.5,1163.664a5.76,5.76,0,0,0,4.364,1.773,5.969,5.969,0,0,0,4.364-1.773,6.257,6.257,0,0,0,0-8.727,5.76,5.76,0,0,0-4.364-1.773,5.969,5.969,0,0,0-4.364,1.773,5.76,5.76,0,0,0-1.773,4.364A6.308,6.308,0,0,0,7.5,1163.664Z" transform="translate(-3 -1150.3)" fill="rgba(0,0,0,0.7)"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
}

.search-form .search-submit:hover {
	background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="21.863" height="22" viewBox="0 0 21.863 22"><path d="M24.863,1170.255l-2.045,2.045L18,1167.482v-1.091l-.409-.409a8.674,8.674,0,0,1-5.727,2.046,8.235,8.235,0,0,1-6.273-2.591A8.993,8.993,0,0,1,3,1159.164a8.235,8.235,0,0,1,2.591-6.273,8.993,8.993,0,0,1,6.273-2.591,8.441,8.441,0,0,1,6.273,2.591,8.993,8.993,0,0,1,2.591,6.273,8.675,8.675,0,0,1-2.045,5.727l.409.409h.955ZM7.5,1163.664a5.76,5.76,0,0,0,4.364,1.773,5.969,5.969,0,0,0,4.364-1.773,6.257,6.257,0,0,0,0-8.727,5.76,5.76,0,0,0-4.364-1.773,5.969,5.969,0,0,0-4.364,1.773,5.76,5.76,0,0,0-1.773,4.364A6.308,6.308,0,0,0,7.5,1163.664Z" transform="translate(-3 -1150.3)" fill="%23E84E3B"/></svg>');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 25px;
}

.btn-readmore {
    display: inline-block;
    font-family: var(--secondary-font);
    font-weight: 600;
    font-style: italic;
    color: var(--heading-color);
    font-size: 0.8888em;
    text-decoration: none;
}

.btn-readmore:hover {
	color: var(--primary-color);
	text-decoration: none;
}

.btn-readmore > svg {
    vertical-align: middle;
    margin-left: 10px;
}

.btn-readmore:hover svg path {
	stroke: var(--primary-color);
}

.section-header {
    margin-bottom: 40px;
}

.section-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2em;
    font-weight: normal;
    line-height: 1.47;
}

.section-desc {
    font-size: 1.11em;
    letter-spacing: 0.2px;
    margin-top: 20px;
}

.section-desc p {
    margin-top: 20px;
    margin-bottom: 0;
}

.widget .widget-title {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 1.1112em;
	font-family: var(--primary-font);
	letter-spacing: 1px;
	line-height: 1.5;
}

.widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget ul li {
	display: block;
	margin-bottom: 15px;
	font-size: 1em;
}

.widget ul li a {
	text-decoration: none;
	color: var(--black-color);
}

.widget ul li a:hover {
	color: var(--primary-color);
}

.btn-transparent {
    display: inline-block;
    font-family: var(--secondary-font);
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: 0.8888em;
    color: var(--primary-color);
    border: 1px dashed var(--primary-color);
    padding: 10px 20px;
    text-decoration: none;
}

.btn-transparent:hover {
	text-decoration: none;
	background: var(--primary-color);
	color: var(--white-color);
}

.home section[class*="-section"] {
	margin-top: 80px;
	margin-bottom: 80px;
}

section[class*="-section"] .widget {
	margin-bottom: 40px;
}

section[class*="-section"] .widget:last-child {
	margin-bottom: 0;
}

.page-header {
    margin-bottom: 40px;
}

.page-header .page-title, 
.page-header .entry-title {
    margin-top: 0;
    margin-bottom: 65px;
    font-size: 2em;
    font-weight: normal;
    line-height: 1.5;
}

.page-header .page-content {
    margin-top: 20px;
    font-size: 1.11em;
	line-height: 1.5;
	letter-spacing: 0.2px;
    color: var(--heading-color);
}

.page-header .page-content p {
    margin-top: 20px;
    margin-bottom: 0;
}

.page-header .page-content p:first-child {
    margin-top: 0;
}

.dr-category a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
	margin: 5px 3px;
	position: relative;
	z-index: 9;
	width: 30px;
	height: 30px;
	text-align: center;
}

.dr-category .cat-name {
    font-size: 0.7778em;
    background: #f0f0f0;
	line-height: 1.3;
	letter-spacing: 0.2px;
	color: var(--heading-color);
	white-space: nowrap;
    padding: 5px 10px;
	border-radius: 5px;
	position: absolute;
    top: calc(100% + 10px);
	left: 0;
	opacity: 0;
	visibility: hidden;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.dr-category a:hover .cat-name {
	top: calc(100% + 6px);
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}

.dr-category .cat-name::before {
    content: "";
    border-bottom: 6px solid #f0f0f0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: 0 auto;
}

.dr-category a svg {
	vertical-align: middle;
}

/*==============================
BACK TO TOP
==============================*/
.back-to-top {
	background: var(--white-color);
	border: 1px solid var(--primary-color);
	position: fixed;
	bottom: 10%;
	right: 5px;
	padding: 0;
	width: 45px;
	min-height: auto;
	height: 45px;
	color: var(--primary-color);
	z-index: 999;
	opacity: 0;
	visibility: hidden;
}

.back-to-top.active {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}

.back-to-top:hover, 
.back-to-top:focus {
	background: var(--primary-color);
	color: var(--white-color);
}

.back-to-top svg {
	width: 25px;
	height: 25px;
	display: inline-block;
	font-size: 25px;
}

/*=============================
PAGINATION
=============================*/
.navigation.pagination {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid rgba(var(--primary-color-rgb), 0.3);
}

.navigation.pagination .page-numbers {
    display: inline-block;
    font-size: 0.8888em;
    font-family: var(--secondary-font);
    font-weight: 600;
    min-width: 30px;
    text-align: center;
    min-height: 30px;
    line-height: 30px;
    margin: 5px;
    color: rgba(var(--heading-color-rgb), 0.5);
    letter-spacing: 0.5px;
    text-decoration: none;
}

.navigation.pagination .page-numbers.prev {
    position: relative;
    font-style: italic;
    padding-left: 30px;
    color: var(--heading-color);
}

.navigation.pagination .page-numbers.prev svg {
    position: absolute;
    top: 9px;
	left: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}

.navigation.pagination .page-numbers.next {
    position: relative;
    padding-right: 35px;
    font-style: italic;
    color: var(--heading-color);
}

.navigation.pagination .page-numbers.next svg {
    position: absolute;
    top: 9px;
	right: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}

.navigation.pagination .page-numbers:first-child {
	margin-left: 0;
}

.navigation.pagination .page-numbers:last-child {
	margin-right: 0;
}

.navigation.pagination .page-numbers.current, 
.navigation.pagination .page-numbers:not(.dots):hover {
    color: var(--heading-color);
}

.navigation.pagination .page-numbers.prev:hover svg, 
.navigation.pagination .page-numbers.next:hover svg {
	opacity: 1;
	filter: alpha(opacity=100);
}

.post-navigation .nav-links::before, 
.post-navigation .nav-links::after, 
.posts-navigation .nav-links::before, 
.posts-navigation .nav-links::after {
    content: "";
    display: table;
    line-height: 0;
}

.post-navigation .nav-links::after, 
.posts-navigation .nav-links::after {
    clear: both;
}

.post-navigation, 
.posts-navigation {
	margin-bottom: 0;
	margin-top: 60px;
	padding: 1px;
	overflow: visible;
}

.posts-navigation {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid rgba(var(--primary-color-rgb), 0.3);
}

.posts-navigation .nav-links a {
    display: inline-block;
    color: var(--heading-color);
    font-family: var(--secondary-font);
    font-size: 0.89em;
    position: relative;
    border-bottom: 2px solid;
    line-height: 1.5;
    text-decoration: none;
    padding-left: 25px;
}

.posts-navigation .nav-links .nav-next a {
    padding-left: 0;
    padding-right: 25px;
}

.posts-navigation .nav-links a:hover {
    color: var(--primary-color);
}

.posts-navigation .nav-links a::before {
    content: "";
    background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="%23374757" d="M20.2 247.5L167 99.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17L85.3 256l118.5 119.7c4.7 4.7 4.7 12.3 0 17L184 412.5c-4.7 4.7-12.3 4.7-17 0l-146.8-148c-4.7-4.7-4.7-12.3 0-17zm160 17l146.8 148c4.7 4.7 12.3 4.7 17 0l19.8-19.8c4.7-4.7 4.7-12.3 0-17L245.3 256l118.5-119.7c4.7-4.7 4.7-12.3 0-17L344 99.5c-4.7-4.7-12.3-4.7-17 0l-146.8 148c-4.7 4.7-4.7 12.3 0 17z"></path></svg>');
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 2px;
    left: 0;
}

.posts-navigation .nav-links a:hover::before {
    background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="%232db68d" d="M20.2 247.5L167 99.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17L85.3 256l118.5 119.7c4.7 4.7 4.7 12.3 0 17L184 412.5c-4.7 4.7-12.3 4.7-17 0l-146.8-148c-4.7-4.7-4.7-12.3 0-17zm160 17l146.8 148c4.7 4.7 12.3 4.7 17 0l19.8-19.8c4.7-4.7 4.7-12.3 0-17L245.3 256l118.5-119.7c4.7-4.7 4.7-12.3 0-17L344 99.5c-4.7-4.7-12.3-4.7-17 0l-146.8 148c-4.7 4.7-4.7 12.3 0 17z"></path></svg>');
}

.posts-navigation .nav-links .nav-next a::before {
    left: auto;
    right: 0;
    background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="%23374757" d="M363.8 264.5L217 412.5c-4.7 4.7-12.3 4.7-17 0l-19.8-19.8c-4.7-4.7-4.7-12.3 0-17L298.7 256 180.2 136.3c-4.7-4.7-4.7-12.3 0-17L200 99.5c4.7-4.7 12.3-4.7 17 0l146.8 148c4.7 4.7 4.7 12.3 0 17zm-160-17L57 99.5c-4.7-4.7-12.3-4.7-17 0l-19.8 19.8c-4.7 4.7-4.7 12.3 0 17L138.7 256 20.2 375.7c-4.7 4.7-4.7 12.3 0 17L40 412.5c4.7 4.7 12.3 4.7 17 0l146.8-148c4.7-4.7 4.7-12.3 0-17z"></path></svg>');
}

.posts-navigation .nav-links .nav-next a:hover::before {
    background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="%232db68d" d="M363.8 264.5L217 412.5c-4.7 4.7-12.3 4.7-17 0l-19.8-19.8c-4.7-4.7-4.7-12.3 0-17L298.7 256 180.2 136.3c-4.7-4.7-4.7-12.3 0-17L200 99.5c4.7-4.7 12.3-4.7 17 0l146.8 148c4.7 4.7 4.7 12.3 0 17zm-160-17L57 99.5c-4.7-4.7-12.3-4.7-17 0l-19.8 19.8c-4.7 4.7-4.7 12.3 0 17L138.7 256 20.2 375.7c-4.7 4.7-4.7 12.3 0 17L40 412.5c4.7 4.7 12.3 4.7 17 0l146.8-148c4.7-4.7 4.7-12.3 0-17z"></path></svg>');
}

.post-navigation .nav-previous {
	padding-right: 15px;
}

.post-navigation .nav-links .nav-next {
	text-align: left;
}

.post-navigation .nav-previous + .nav-next {
	padding-left: 15px;
}

.post-navigation .nav-links > div .post-img {
    margin: 0;
    width: 150px;
}

.post-navigation .nav-links div[class*="nav-"] a {
	display: block;
	color: var(--font-color);
	padding: 0;
}

.post-navigation .nav-links div[class*="nav-"] a:hover {
	color: var(--primary-color);
}

.post-navigation .nav-links > div {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.post-navigation .nav-block {
	width: calc(100% - 150px);
	padding-left: 20px;
}

.post-navigation .post-title {
	margin-top: 0;
	margin-bottom: 0;
	display: block;
	font-size: 1em;
	font-weight: 600;
	font-family: var(--secondary-font);
	line-height: 1.5;
	color: var(--font-color);
}

.post-navigation div[class*="nav"] a:hover .post-title {
	color: var(--primary-color);
}

.post-navigation div[class*="nav"] a .meta-nav {
	width: auto;
	position: relative;
	top: 0;
	left: 0;
	font-size: 0.8888em;
	font-family: var(--secondary-font);
	font-weight: 600;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
	padding-right: 25px;
	margin-top: 20px;
	display: inline-block;
	line-height: 1.3;
}

.post-navigation div.nav-previous a .meta-nav {
	padding-right: 0;
	padding-left: 25px;
}

.post-navigation .meta-nav svg {
	position: absolute;
	top: 6px;
	right: 0;
}

.post-navigation .nav-previous .meta-nav svg {
	top: 5px;
	left: 0;
	right: auto;
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.post-navigation div[class*="nav-"] a .meta-nav path {
	transition: all ease 0.35s;
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
}

.post-navigation div[class*="nav-"] a:hover .meta-nav path {
	stroke: var(--primary-color);
}

/*===============================
ADDITIONAL POST
===============================*/
.additional-post {
    margin-top: 60px;
}

.additional-post .title {
    margin-top: 0;
    margin-bottom: 0;
	font-size: 1.11em;
	font-weight: 600;
    font-family: var(--secondary-font);
    line-height: 1.5;
}

.additional-post .section-grid {
	display: flex;
	flex-wrap: wrap;
    margin-left: -30px;
    margin-right: -30px;
}

body:not(.full-width) .additional-post .section-grid {
    margin-left: -15px;
    margin-right: -15px;
}

body:not(.full-width) .additional-post article {
    margin-left: 15px;
    margin-right: 15px;
    width: calc(33.33% - 30px);
}

.additional-post article {
    display: block;
    width: calc(33.33% - 60px);
    padding: 0;
	margin: 40px 30px 0;
	border-top: none;
	text-align: center;
}

.additional-post .post-thumbnail {
	margin: 0 0 20px 0;
	padding-bottom: 20px;
	position: relative;
	width: 100%;
}

.additional-post .post-thumbnail .dr-category {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.additional-post .post-thumbnail .dr-category .cat-name {
    left: 0 !important;
}

.additional-post .post-thumbnail .dr-category .cat-name::before {
    right: auto;
    left: 11px;
}

.additional-post .post-thumbnail .post-pinit-button {
    position: absolute;
    top: 10px;
    left: 10px;
    background: none;
    border: none;
    padding: 0;
    min-height: auto;
}

.additional-post .content-wrap {
    width: 100%;
	padding-left: 0;
	position: relative;
}

.additional-post .entry-header {
    margin-bottom: 10px;
}

.additional-post .entry-header .post-cat {
    margin-bottom: 10px;
    display: block;
}

.additional-post .entry-header .post-cat a {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid rgba(var(--primary-color-rgb), 0.25);
    border-radius: 50px;
    line-height: 1.3;
    padding: 5px 15px;
    font-size: 0.7778em;
    letter-spacing: 0.6px;
    color: var(--heading-color);
    text-decoration: none;
}

.additional-post .entry-header .post-cat a:hover {
	background: var(--primary-color);
	border-color: var(--primary-color);
	color: var(--white-color);
}

.additional-post .entry-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0.89em;
	font-weight: 600;
    line-height: 1.5;
}

.additional-post .entry-title a {
    text-decoration: none;
    color: var(--heading-color);
}

.additional-post .entry-title a:hover {
	color: var(--primary-color);
}

.additional-post .entry-meta, 
.additional-post .item-footer {
    margin-top: 10px;
}

.additional-post .entry-meta > span, 
.additional-post .item-footer > span {
    display: inline-block;
	margin-right: 10px;
    margin-top: 10px;
    line-height: 1.5;
    font-size: 0.7778em;
    letter-spacing: 0.9px;
}

.additional-post .entry-meta > span:last-child, 
.additional-post .item-footer > span:last-child {
	margin-right: 0;
}

.additional-post .entry-meta > span.posted-on, 
.additional-post .item-footer > span.posted-on {
    font-style: italic;
    font-family: var(--secondary-font);
}

.additional-post .entry-meta > span a, 
.additional-post .item-footer > span a {
    display: inline-block;
    text-decoration: none;
    color: var(--font-color);
}

.additional-post .entry-meta > span a:hover, 
.additional-post .item-footer > span a:hover {
	color: var(--primary-color);
}

.additional-post .entry-meta > span svg, 
.additional-post .item-footer > span svg {
    vertical-align: -18px;
}

.additional-post .entry-meta > span.posted-on svg, 
.additional-post .item-footer > span.posted-on svg {
    vertical-align: -14px;
}

.additional-post .entry-meta > span img, 
.additional-post .item-footer > span img {
    vertical-align: -15px;
	margin-right: 5px;
	border-radius: 100%;
}

.additional-post .entry-meta > span svg.icon, 
.additional-post .item-footer > span svg.icon {
    width: 15px;
    height: 15px;
    fill: #e84e3b;
    margin-right: 5px;
    vertical-align: middle;
}

.additional-post .entry-meta > span svg.icon + span, 
.additional-post .item-footer > span svg.icon + span {
    display: inline-block;
    vertical-align: middle;
}

.additional-post .floated-meta {
    position: absolute;
	left: -35px;
    bottom: 35%;
	text-align: center;
	z-index: 99;
}

.additional-post .floated-meta a.meta-title {
    display: inline-block;
    text-decoration: none;
    color: var(--heading-color);
    font-size: 0.8888em;
}

.additional-post .floated-meta a.meta-title:hover path {
    stroke: var(--primary-color);
}

.additional-post .floated-meta .social-networks {
    margin: 0;
    padding: 0;
	list-style: none;
	display: none;
}

.additional-post .floated-meta ul li {
    font-size: 0.8888em;
    margin: 15px 0;
    display: block;
    line-height: 1;
}

.additional-post .floated-meta ul li a {
    color: var(--heading-color);
    display: inline-block;
    text-decoration: none;
}

.additional-post .floated-meta ul li a:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
}

.additional-post .floated-meta ul li a[href*="youtube.com"] {
	color: #C4302B;
}

.additional-post .floated-meta ul li a[href*="facebook.com"] {
	color: #3B5998;
}

.additional-post .floated-meta ul li a[href*="instagram.com"] {
	color: #3F729B;
}

.additional-post .floated-meta ul li a[href*="pinterest.com"] {
	color: #C8232C;
}

.additional-post .floated-meta .cookery_ajax_like {
    margin-top: 5px;
}

.additional-post .floated-meta .cookery_ajax_like a:hover path {
    fill: var(--secondary-color);
    stroke: var(--secondary-color);
}

.additional-post .entry-content {
    margin-top: 0;
}

.additional-post .entry-content p {
    margin-top: 0;
    margin-bottom: 20px;
}

.additional-post .entry-content p:last-child {
	margin-bottom: 0;
}

.additional-post .entry-footer {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.additional-post .entry-footer > span {
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
    letter-spacing: 0.5px;
	font-size: 0.6666em;
	font-family: var(--secondary-font);
	flex: initial;
}

.additional-post .entry-footer > span.byline {
    font-family: var(--secondary-font);
    font-style: italic;
}

.additional-post .entry-footer > span:last-child {
    margin-right: 0;
}

.additional-post .entry-footer > span a {
    display: inline-block;
    text-decoration: none;
    color: rgba(var(--black-color-rgb), 0.8);
}

.additional-post .entry-footer > span a:hover {
	color: var(--primary-color);
}

.additional-post .entry-footer > span.byline img {
	width: 30px;
	height: 30px;
	object-fit: cover;
	border-radius: 100%;
	vertical-align: middle;
}

.additional-post .entry-footer > span.byline .fn {
    font-weight: normal;
	padding-left: 5px;
	vertical-align: middle;
}

.additional-post .entry-footer > span svg, 
.additional-post .entry-footer > span .meta-text {
	display: inline-block;
    vertical-align: middle;
}

.additional-post .entry-footer > span svg {
    margin-top: 7px;
}

/*===============================
COMMENTS AREA
==============================*/
.comments-area {
	margin-top: 60px;
	border: 1px solid rgba(var(--primary-color-rgb), 0.2);
	padding: 40px;
}

.comments-area .comments-title,
.comment-respond .comment-reply-title {
	margin-top: 0;
	margin-bottom: 50px;
	padding-bottom: 0;
	border-bottom: none;
	font-size: 1.1112em;
	font-family: var(--secondary-font);
	font-weight: 700;
	color: var(--font-color);
}

.comments-area ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.comments-area ol ol {
	margin-left: 70px;
}

.comments-area ol li > div {
	border-top: 1px solid rgba(var(--primary-color-rgb), 0.2);
	margin-top: 30px;
	padding-top: 30px;
}

.comments-area .comment-list > li:first-child > div {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

.comments-area .comment-list > li:first-child > div.comment-respond {
	margin-top: 30px;
	padding-top: 50px;
}

.comments-area .comment-body {
	position: relative;
	padding-bottom: 40px; 
	padding-left: 70px;
}

.comments-area .bypostauthor > div > .comment-body {
	background: none;
	border: none;
	padding-bottom: 40px; 
	padding-left: 70px;
	position: relative;
}

.single-recipe .comments-area .bypostauthor > div > .comment-body .comment-author::after {
	content: "";
	background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="17.96" height="17.96" viewBox="0 0 17.96 17.96"><g transform="translate(-584 -10824)"><rect width="17.96" height="17.96" rx="8.98" transform="translate(584 10824)" fill="%2300ab0b"/><path d="M5058.939,3595.743l2.417,2.418,5.32-5.32" transform="translate(-4469.439 7237.66)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-width="2"/></g></svg>');
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 35px;
	left: 35px;
	display: block;
}

.comment-body img.avatar {
	position: absolute;
	top: 40px;
	left: 0;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	object-fit: cover;
}

.comments-area .comment-list > li:first-child > div img.avatar {
    top: 5px;
}

.bypostauthor > div > .comment-body img.avatar {
	left: 0;
}

.comment-body b.fn {
	font-size: 0.8888em;
	margin-bottom: 0;
	display: block;
	font-weight: 700;
	font-family: var(--secondary-font);
	color: var(--font-color);
}

.comment-author a {
	color: var(--font-color);
	line-height: 1.25em;
}

.comment-body span.says {
	display: none;
}

.comment-body .comment-metadata {
	font-size: 0.8888em;
	color: rgba(var(--black-color-rgb), 0.8);
	line-height: 1.25;
}

.comment-metadata a {
	color: rgba(var(--black-color-rgb), 0.8);
}

.comment-body .comment-awaiting-moderation {
	font-size: 0.8888em;
	line-height: 1.65;
	margin-top: 10px;
	margin-bottom: 0;
	color: red;
	letter-spacing: 0.5px;
}

.comment-body .reply {
	position: absolute;
	bottom: 0;
	left: 70px;
}

.bypostauthor > div > .comment-body .reply {
	bottom: 0;
	left: 70px;
}

.comment-body .reply .comment-reply-link {
	padding: 0;
	display: inline-block;
	text-align: center;
	position: relative;
	vertical-align: top;
	color: var(--primary-color);
	font-size: 0.7778em;
	letter-spacing: 0.5px;
	font-family: var(--secondary-font);
	line-height: 1.2;
	text-decoration: none;
	font-style: italic;
	text-transform: none;
}

.comment-body .reply .comment-reply-link::before {
	display: none;
}

.comment-body .reply .comment-reply-link::after {
	content: "";
	background-image: url('data:image/svg+xml;utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="14.796" height="10.354" viewBox="0 0 14.796 10.354"><g transform="translate(0.75 1.061)"><path d="M7820.11-1126.021l4.117,4.116-4.117,4.116" transform="translate(-7811.241 1126.021)" fill="none" stroke="%232db68d" stroke-linecap="round" stroke-width="1.5"></path><path d="M6555.283-354.415h-12.624" transform="translate(-6542.659 358.532)" fill="none" stroke="%232db68d" stroke-linecap="round" stroke-width="1.5"></path></g></svg>');
	background-repeat: no-repeat;
	background-size: 15px;
	font-weight: 400;
	margin-left: 10px;
	display: inline-block;
	width: 16px;
	height: 11px;
	vertical-align: -3px;
}

.comment-body .comment-content {
	font-weight: 400;
	font-size: 0.8888em;
	letter-spacing: 0.1px;
}

.comment-body .comment-content p {
	margin-top: 10px;
	margin-bottom: 15px;
}

.comments-area .comment-respond {
	background: rgba(var(--primary-color-rgb), 0.1);
	padding: 50px 60px;
}

.comments-area .comment-list + .comment-respond {
	margin-top: 60px;
}

.comment-respond .comment-reply-title {
	border-bottom: none;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.comment-respond .comment-reply-title small {
	font-size: 60%;
	line-height: 1.3;
	vertical-align: middle;
	display: inline-block;
	letter-spacing: 0.5px;
}

.comment-respond .comment-reply-title a {
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 0;
	color: rgba(var(--black-color-rgb), 0.8);
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: 700;
	padding-left: 10px;
	border-left: 1px solid rgba(var(--black-color-rgb), 0.8);
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-radius: 0;
	background: none;
	padding: 0 0 0 10px;
}

.comment-respond .comment-reply-title a:hover {
	background: none;
	color: var(--secondary-color);
}

form.comment-form {
	display: block;
}

.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:not(.comment-form-cookies-consent) label {
	display: none;
}

.comment-respond .comment-form p.comment-form-cookies-consent {
	position: relative;
	width: 100%;
}

.comment-respond .comment-form p.comment-form-cookies-consent label {
	font-size: 1em;
	line-height: 1.65;
	color: var(--black-color);
	padding-left: 25px;
	position: relative;
	cursor: pointer;
	display: inline-block;
    width: auto;
    margin-left: 0;
    padding: 0 0 0 25px;
    border-left: 0;
    line-height: 1.5;
}

.comment-respond .comment-form p.comment-form-cookies-consent label:hover {
	text-decoration: underline;
}

.comment-respond .comment-form p.comment-form-cookies-consent label::before {
	content: "";
	width: 16px;
	height: 16px;
	border: 1px solid var(--primary-color);
	background-color: var(--white-color);
	background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23fff" d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>');
	background-repeat: no-repeat;
	background-size: 0;
	background-position: center;
	position: absolute;
	top: 3px;
	left: 0;
	font-weight: normal;
	text-align: center;
	line-height: 14px;
	font-size: 0;
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
	transition: all ease 0.35s;
}

.comment-respond .comment-form p.comment-form-cookies-consent input[type="checkbox"]:checked + label::before {
	content: "";
	border-color: var(--black-color);
	background-color: var(--black-color);
	background-size: 10px;
}

.comment-respond .comment-form p.comment-form-cookies-consent input[type="checkbox"] {
	position: absolute;
	top: 12px;
	left: 2px;
	z-index: 1;
	opacity: 0;
}

.comment-respond .comment-form label[for="rating"] {
	display: block;
	width: 100%;
	font-family: var(--secondary-font);
	font-size: 0.8888em;
	font-weight: 600;
	margin-bottom: 5px;
	color: var(--font-color);
}

.comment-respond fieldset {
	border: none;
	padding: 0;
	margin: 0 0 20px 0;
}

.comments-area .jq-ry-container {
	width: 100px !important;
	padding: 0;
}

.comments-area .jq-ry-container svg {
	width: 20px;
	height: 20px;
}

.comment-respond .comment-form input[type="text"],
.comment-respond .comment-form input[type="email"],
.comment-respond .comment-form input[type="url"],
.comment-respond .comment-form textarea {
	background: var(--white-color);
	font-size: 0.8888em;
}

.comment-form p.form-submit {
	margin-bottom: 0;
	margin-top: 0;
	width: 100%;
}

.comment-form p.form-submit input[type="submit"] {
	padding: 17px 25px;
	font-size: 0.8888em;
	background: var(--primary-color);
	font-family: var(--secondary-font);
	border: none;
	letter-spacing: 0;
	text-transform: none;
}

.comment-form p.form-submit input[type="submit"]:hover {
	background: var(--secondary-color);
	color: var(--white-color);
}

/*==============================
BREADCRUMB
==============================*/
#crumbs {
    margin-top: 5px;
    margin-bottom: 20px;
}

#crumbs .container > span {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.88em;
    line-height: 1.5;
}

#crumbs .container > span a {
    display: inline-block;
    color: rgba(var(--heading-color-rgb), 0.4);
    text-decoration: none;
}

#crumbs .container > span .separator {
    color: rgba(var(--heading-color-rgb), 0.4);
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px;
}

#crumbs .container > span a:hover {
    color: var(--heading-color);
}

#crumbs .container > span.current a {
    color: var(--heading-color);
    pointer-events: none;
}

/*================================
SIDEBARS
===============================*/
#primary, 
#secondary {
    margin-top: 60px;
    margin-bottom: 60px;
}

.home #primary, 
.home #secondary {
	margin-top: 0;
	margin-bottom: 0;
}

.rightsidebar #primary {
	float: left;
	width: calc(100% - 350px);
	padding-right: 100px;
}

.rightsidebar #secondary {
	float: right;
	width: 350px;
}

.leftsidebar #primary {
	float: right;
	width: calc(100% - 350px);
	padding-left: 100px;
}

.leftsidebar #secondary {
	float: left;
	width: 350px;
}

.full-width.centered .site-main {
    max-width: 800px;
    margin: 0 auto;
}

/*==============================
HEADER Top 
===============================*/
.header-top {
	background: rgba(var(--primary-color-rgb), 0.1);
}

.header-top .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header-top .secondary-menu {
	flex: 1;
}

.secondary-menu .toggle-btn, 
.secondary-menu .close {
	display: none;
}

.secondary-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.secondary-menu .nav-menu {
	display: flex;
	flex-wrap: wrap;
}

.secondary-menu ul li {
	position: relative;
	font-family: var(--secondary-font);
	font-size: 0.7778em;
	letter-spacing: 0.5px;
	display: inline-block;
	margin-right: 35px;
}

.nav-menu .menu-item-has-children > a {
	padding-right: 15px
}

.secondary-menu ul li:last-child {
	margin-right: 0;
}

.secondary-menu ul li a {
	display: inline-block;
	color: rgba(var(--font-color-rgb), 0.8);
	padding: 12px 0;
	text-decoration: none;
}

.secondary-menu ul li:hover > a, 
.secondary-menu ul li.current-menu-item > a, 
.secondary-menu ul li.current_page_item > a, 
.secondary-menu ul li.current-menu-ancestor > a, 
.secondary-menu ul li.current_page_ancestor > a {
	color: var(--primary-color);
}

.nav-menu .submenu-toggle {
	background: none;
    border: none;
    min-height: auto;
    color: rgba(var(--font-color-rgb), 0.8);
    position: absolute;
    top: 20px;
    right: 0px;
    padding: 0;
    line-height: 1.15;
    font-size: 0.7778em;
}

.secondary-menu ul ul {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 230px;
	background: var(--white-color);
	box-shadow: 0 2px 5px rgba(var(--font-color-rgb), 0.1);
	opacity: 0;
	clip: rect(1px, 1px, 1px, 1px);
	z-index: 999;
	-webkit-transition: opacity 0.35s ease;
	-moz-transition: opacity 0.35s ease;
	transition: opacity 0.35s ease;
}

.secondary-menu ul ul ul {
	left: 100%;
	top: 0;
}

.secondary-menu ul li:hover > ul, 
.secondary-menu ul li.hover > ul {
	opacity: 1;
	filter: alpha(opacity=100);
	clip: inherit;
}

.secondary-menu ul ul li {
	font-size: 1em;
	display: block;
	width: 100%;
	margin-right: 0;
}

.secondary-menu ul ul li a {
	padding: 17px;
	display: block;
	border-bottom: 1px solid rgba(var(--font-color-rgb), 0.05)
}

.nav-menu ul .menu-item-has-children > a {
	padding-right: 35px;
}

.nav-menu ul .submenu-toggle {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);
	right: 15px;
	top: 25px;
}

.header-social ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.header-social ul li {
	font-size: 0.8888em;
	margin: 5px;
}

.header-social ul li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 1;
	color: var(--font-color);

}

.header-social ul li a:hover, 
.header-social ul li a:focus {
	color: var(--primary-color);
}

/*===============================
SITE BRANDING
===============================*/
.site-branding:not(.has-image-text) .site-title-wrap {
    text-align: center;
}

.site-title {
    margin: 0;
	font-family: var(--secondary-font);
	color: var(--heading-color);
	font-weight: 400;
    font-size: 1.67em;
    line-height: 1.3;
}

.site-title a {
    text-decoration: none;
    color: var(--heading-color);
}

.site-description {
    margin: 0;
    font-size: 0.78em;
    line-height: 1.5;
    color: rgba(var(--black-color-rgb), 0.5);
}

/*===================================
MAIN NAVIGATION
===================================*/
.main-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-navigation .nav-menu {
	display: flex;
	flex-wrap: wrap;
}

.main-navigation ul li {
	position: relative;
	font-family: var(--secondary-font);
	font-size: 0.8888em;
	letter-spacing: 0.5px;
	display: inline-block;
	line-height: 1.3;
}

.main-navigation ul li a {
	display: inline-block;
	color: var(--font-color);
	padding: 15px 30px;
	text-decoration: none;
}

.main-navigation .nav-menu .menu-item-has-children > a {
    padding-right: 30px;
}

.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 {
	color: var(--primary-color);
}

.main-navigation ul ul {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 230px;
	background: var(--white-color);
	box-shadow: 0 2px 5px rgba(var(--font-color-rgb), 0.1);
	opacity: 0;
	clip: rect(1px, 1px, 1px, 1px);
	z-index: 9999;
	-webkit-transition: opacity 0.35s ease;
	-moz-transition: opacity 0.35s ease;
	transition: opacity 0.35s ease;
}

.main-navigation .nav-menu > li:nth-last-of-type(1) > .sub-menu, 
.main-navigation .nav-menu > li:nth-last-of-type(2) > .sub-menu, 
.main-navigation .nav-menu > li:nth-last-of-type(3) > .sub-menu {
    left: auto;
    right: 0;
}

.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}

.main-navigation .nav-menu > li:nth-last-of-type(1) > .sub-menu .sub-menu, 
.main-navigation .nav-menu > li:nth-last-of-type(2) > .sub-menu .sub-menu, 
.main-navigation .nav-menu > li:nth-last-of-type(3) > .sub-menu .sub-menu {
    left: auto;
    right: 100%;
}

.main-navigation ul li:hover > ul, 
.main-navigation ul li.hover > ul {
	opacity: 1;
	filter: alpha(opacity=100);
	clip: inherit;
}

.main-navigation ul ul li {
	font-size: 1em;
	display: block;
	width: 100%;
	margin-right: 0;
}

.main-navigation ul ul li a {
	padding: 17px;
	display: block;
	border-bottom: 1px solid rgba(var(--font-color-rgb), 0.05)
}

.main-navigation .nav-menu .submenu-toggle {
    top: 20px;
}

.main-navigation .nav-menu ul li .submenu-toggle {
    top: 22px;
}

.main-navigation .nav-menu .menu-item-has-children > .submenu-toggle {
    right: 15px;
}

.header-cart a {
    display: inline-block;
    color: var(--font-color);
    font-size: 0.7778em;
	letter-spacing: 0.2px;
	text-decoration: none;
}

.header-cart a:hover {
	color: var(--primary-color);
}

.header-cart a .number {
    display: inline-block;
    margin-left: 5px;
    font-style: italic;
    font-family: var(--secondary-font);
	color: rgba(var(--font-color-rgb), 0.8);
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
	transition: all ease 0.35s;
}

.header-cart a:hover .number {
	color: var(--primary-color);
}

.site-header.style-one .header-bottom .header-cart + .header-search {
    margin-left: 20px;
}

.header-search .search-toggle {
	background: none;
	border: none;
    padding: 5px 10px;
    line-height: 1.3;
    min-height: auto;
    color: var(--font-color);
}

.header-search .search-toggle svg {
    width: 23px;
	height: 23px;
	position: relative;
	top: 2px;
}

.header-search .search-toggle svg circle + circle, 
.header-search .search-toggle svg path {
    stroke: var(--font-color);
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
	transition: all ease 0.35s;
}

.header-search .search-toggle:hover svg circle + circle, 
.header-search .search-toggle:hover svg path {
	stroke: var(--primary-color);
}

.header-search .header-search-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(var(--black-color-rgb), 0.8);
	z-index: 9999;
	display: none;
}

.header-search .header-search-inner {
	display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.header-search .header-search-wrap .search-form {
    max-width: 640px;
    width: 100%;
    background: rgba(var(--white-color-rgb), 0.75);
    height: 70px;
}

.header-search .header-search-wrap .search-form label {
    width: calc(100% - 70px);
}

.header-search .header-search-wrap .search-form .search-field {
    height: 70px;
    font-size: 1.3333em;
    padding-left: 20px;
    padding-right: 20px;
    font-family: var(--secondary-font);
}

.header-search .header-search-wrap .search-form .search-submit {
    width: 70px;
    height: 70px;
}

.header-search .header-search-wrap .close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 50px;
    padding: 0;
    background: none;
    border: none;
    min-height: auto;
    font-size: 0;
}

.header-search .header-search-wrap .close::before, 
.header-search .header-search-wrap .close::after {
    content: "";
    background: var(--white-color);
    width: 30px;
    height: 2px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	margin: auto;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.header-search .header-search-wrap .close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.header-search .header-search-wrap .close:hover::before, 
.header-search .header-search-wrap .close:hover::after {
	background: var(--secondary-color);
}

/*======================================
SITE HEADER STYLE ONE
======================================*/
.site-header.style-one .header-main .site-branding {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
	align-items: center;
	text-align: center;
    padding: 30px 0;
    border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.1);
}

.site-header.style-one .header-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
}

.site-header.style-one .header-bottom .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.site-header.style-one .header-bottom .main-navigation {
    flex: 1;
}

.site-header.style-one .header-bottom .header-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.site-header.style-one .header-bottom .main-navigation .nav-menu > li:first-child > a {
    padding-left: 0;
}

.site-header.style-one .header-main .site-branding.has-image-text {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    text-align: left
}

.site-header.style-one .header-main .site-branding.has-image-text .site-title-wrap {
	padding-left: 15px;
}

.hide-element {
	display: none;
}

/*=====================================
SITE BANNER
=====================================*/
.site-banner {
	margin-bottom: 80px;
}

.banner-slider .item {
    position: relative;
}

.banner-slider .item .banner-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(var(--heading-color-rgb), 0.9);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.banner-slider .item .banner-caption .item-title {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 1.67em;
    font-weight: normal;
    line-height: 1.3;
}

.banner-slider .item .banner-caption .item-title a {
    display: inline-block;
	color: var(--white-color);
}

.banner-slider .item .banner-caption .item-title a:hover {
	color: var(--primary-color);
    text-decoration: none;
}

.banner-slider .item .banner-caption .item-meta {
    margin-top: 15px;
    margin-left: -10px;
    margin-right: -10px;
}

.banner-slider .item .banner-caption .item-meta > span {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    color: var(--white-color);
    font-family: var(--secondary-font);
    font-size: 0.7778em;
    letter-spacing: 0.5px;
    line-height: 1.3;
    margin-top: 10px;
}

.banner-slider .item .banner-caption .item-meta > span svg {
    vertical-align: middle;
}

.banner-slider .item .banner-caption .item-meta > span.dr-category {
	position: absolute;
    bottom: -21px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 1em;
}

.banner-slider .item .post-cat a {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid rgba(var(--primary-color-rgb), 0.25);
    border-radius: 50px;
    line-height: 1.3;
    padding: 5px 15px;
    font-size: 0.7778em;
    letter-spacing: 0.6px;
    color: var(--heading-color);
    text-decoration: none;
}

.banner-slider .item .post-cat a:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color);
}


/*========================================
SITE BANNER STYLE ONE
========================================*/
.banner-slider.style-one {
    margin-bottom: 0;
}

.banner-slider.style-one + section[class*="-section"] {
    margin-top: 0;
}

.banner-slider.style-one .item-wrapper .owl-stage-outer {
    padding-bottom: 80px;
}

.banner-slider.style-one .item .banner-caption {
    text-align: center;
	padding: 40px 20px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
	transition: all ease 0.35s;
}

.banner-slider.style-one .item:hover .banner-caption {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}

.banner-slider.style-one .item .post-cat a {
    color: var(--white-color);
    border-color: rgba(var(--white-color-rgb), 0.25);
}

.banner-slider.style-one .item .post-cat a:hover {
    border-color: var(--primary-color);
}

.banner-slider.style-one .item .banner-caption .item-title {
	position: relative;
	top: 20px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
	transition: all ease 0.35s;
}

.banner-slider.style-one .item:hover .banner-caption .item-title {
	top: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.banner-slider.style-one .item .banner-caption .item-meta {
	/* padding-top: 20px; */
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
	transition: all ease 0.35s;
}

.banner-slider.style-one .item:hover .banner-caption .item-meta {
	padding-top: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	-webkit-transition-delay: 0.45s;
	-moz-transition-delay: 0.45s;
	transition-delay: 0.45s;
}

.banner-slider.style-one .item .banner-caption .item-meta > span svg.icon {
    /* vertical-align: -13px; */
    width: 15px;
    height: 15px;
    margin-right: 5px;
    vertical-align: -3px;
    fill: #e84e3b;
    -webkit-filter: drop-shadow(0 3px 6px rgba(232, 78, 59, 0.26));
    filter: drop-shadow(0 3px 6px rgba(232, 78, 59, 0.26));
    display: inline-block;
}

.banner-slider.style-one .item .banner-caption .item-meta > span svg.icon + span {
    vertical-align: middle;
}

.site-banner.style-one .owl-carousel .owl-nav [class*="owl-"], 
.site-banner.style-one .owl-carousel .owl-nav button[class*="owl-"] {
	left: 10px;
	top: 42%;
}

.site-banner.style-one .owl-carousel .owl-nav .owl-next, 
.site-banner.style-one .owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 10px;
}

/*=====================================
STATIC BANNER STYLE ONE
=====================================*/
.site-banner.static-cta.style-one {
    margin-bottom: 80px;
}

.static-cta.style-one .item {
    background-repeat: no-repeat;
    background-size: cover;
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: flex-start;
    padding: 0 80px 80px 10%;
}

.static-cta.style-one .item.left {
    margin-left: auto;
    flex-direction: row;
    padding-right: 10%;
    padding-left: 80px;
}

.static-cta.style-one .item .item-img {
	width: 45%;
	position: relative;
	top: 120px;
}

.static-cta.style-one .item .item-img img {
	width: 100%;
}

.video-banner .item-img {
    position: relative;
}

.video-banner .item-img::before {
    content: "";
    background: rgba(var(--black-color-rgb), 0.01);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.video-banner .wp-custom-header {
    position: relative;
    height: 0;
    padding-top: 56.25%;
}

.video-banner .wp-custom-header:empty {
    display: none;
}

.video-banner .wp-custom-header video, 
.video-banner .wp-custom-header iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-banner .wp-custom-header .wp-custom-header-video-button {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    padding: 0;
    min-height: auto;
    border-radius: 100%;
    border: none;
    color: inherit;
    font-size: 0;
    background-color: rgba(var(--black-color-rgb), 0.5);
    background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23fff" d="M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6zM48 453.5v-395c0-4.6 5.1-7.5 9.1-5.2l334.2 197.5c3.9 2.3 3.9 8 0 10.3L57.1 458.7c-4 2.3-9.1-.6-9.1-5.2z"></path></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    z-index: 99;
}

.video-banner .wp-custom-header .wp-custom-header-video-button:hover {
    background-color: rgba(var(--black-color-rgb), 0.75);
}

.video-banner .wp-custom-header .wp-custom-header-video-button.wp-custom-header-video-pause {
    background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23fff" d="M192 79v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V79c0-26.5 21.5-48 48-48h96c26.5 0 48 21.5 48 48zm-48 346V85c0-3.3-2.7-6-6-6H54c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h84c3.3 0 6-2.7 6-6zM448 79v352c0 26.5-21.5 48-48 48h-96c-26.5 0-48-21.5-48-48V79c0-26.5 21.5-48 48-48h96c26.5 0 48 21.5 48 48zm-48 346V85c0-3.3-2.7-6-6-6h-84c-3.3 0-6 2.7-6 6v340c0 3.3 2.7 6 6 6h84c3.3 0 6-2.7 6-6z"></path></svg>');
}

.video-banner .banner-caption {
    z-index: 9;
}

.static-cta.style-one .item .banner-caption {
	width: 55%;
    margin-top: 60px;
    padding-right: 80px;
    padding-top: 60px;
}

.static-cta.style-one .item.left .banner-caption {
    padding-right: 0;
    padding-left: 80px;
}

.static-cta .item .item-title {
    margin-top: 0;
    margin-bottom: 0;
    color: var(--white-color);
    font-size: 2.94em;
    font-weight: 600;
    line-height: 1.4;
}

.static-cta .item .item-desc {
    font-size: 1em;
    letter-spacing: 0.2px;
    margin-top: 20px;
}

.static-cta.style-one .item .item-desc {
	color: var(--white-color);
}

.static-cta .item .button-wrap {
    margin-top: 20px;
}

.static-cta .item .button-wrap .btn-readmore {
    background: var(--primary-color);
    color: var(--white-color);
    margin-top: 10px;
    margin-right: 15px;
    padding: 12px 22px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.5px;
}

.static-cta .item .button-wrap .btn-readmore:hover {
	background: var(--secondary-color);
}

.static-cta .item .button-wrap .btn-readmore.btn2 {
	background: none;
	border: 1px solid var(--white-color);
	margin-right: 0;
	font-style: italic;
}

.static-cta .item .button-wrap .btn-readmore.btn2:hover {
	background: var(--primary-color);
	border-color: var(--primary-color);
}

.static-cta .item .button-wrap .btn-readmore > svg {
    vertical-align: 0px;
}

.static-cta .item .button-wrap .btn-readmore > svg path {
    stroke: var(--white-color);
}

.static-cta .item .item-title {
    margin-top: 0;
    margin-bottom: 0;
    color: var(--white-color);
    font-size: 2.94em;
    font-weight: 600;
    line-height: 1.4;
}

.static-cta .item .item-desc {
    font-size: 1em;
    letter-spacing: 0.2px;
    margin-top: 20px;
}

/*=====================================
NEWSLETTER SECTION
=====================================*/
.widget_blossomthemes_email_newsletter_widget .container {
    width: 100%;
    padding: 0;
}

.blossomthemes-email-newsletter-wrapper form {
    display: flex;
    flex-wrap: wrap;
}

.blossomthemes-email-newsletter-wrapper form label {
	order: 5;
	width: 100%;
}

.blossomthemes-email-newsletter-wrapper form .subscribe-inner-wrap {
    position: relative;
    font-size: 0.8888em;
    line-height: 1.5;
}

.blossomthemes-email-newsletter-wrapper form label .check-mark {
    margin-top: 4px;
}

.blossomthemes-email-newsletter-wrapper form label input[type="checkbox"]:checked + .check-mark {
    background: var(--white-color);
}

.blossomthemes-email-newsletter-wrapper form .subscribe-inner-wrap input[type="checkbox"] {
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    opacity: 0;
}

.blossomthemes-email-newsletter-wrapper form label .text {
    flex: initial;
    max-width: calc(100% - 30px);
    text-align: left;
}

.blossomthemes-email-newsletter-wrapper form [type="submit"] {
    margin-top: 10px;
}

/*================================
PROMO SECTION
================================*/
.promo-section .widget .widget-title {
    text-align: center;
}

.promo-section .owl-carousel .owl-nav .owl-prev, 
.promo-section .owl-carousel .owl-nav button.owl-prev {
    left: -23px;
}

.promo-section .owl-carousel .owl-nav .owl-next, 
.promo-section .owl-carousel .owl-nav button.owl-next {
    right: -23px;
}

/*=================================
ABOUT SECTION
=================================*/
.about-section .widget-featured-holder {
    display: flex;
    flex-wrap: wrap;
}

.about-section .widget_blossomtheme_featured_page_widget .right {
    text-align: left;
    flex-direction: row-reverse;
}

.about-section .widget-featured-holder .img-holder {
    width: 50%;
    margin-bottom: 0;
}

.about-section .widget-featured-holder .img-holder img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-section .widget-featured-holder .text-holder {
    background: #f5f5f5;
    padding: 80px 7% 80px 5%;
}

.about-section .widget-featured-holder .img-holder + .text-holder {
    width: calc(50% - 45px);
    margin-left: 45px;
}

.about-section .widget_blossomtheme_featured_page_widget .right .img-holder + .text-holder {
    margin-left: 0;
    margin-right: 45px;
}

.about-section .widget-featured-holder .widget-title {
    margin-top: 0;
    margin-bottom: 0;
    font-family: var(--secondary-font);
    font-weight: normal;
    color: var(--heading-color);
    font-size: 2.22em;
    line-height: 1;
}

.about-section .widget-featured-holder .featured_page_content {
    font-size: 1em;
    margin-top: 20px;
}

.about-section .widget-featured-holder .featured_page_content p {
    margin-top: 25px;
    margin-bottom: 0;
}

.about-section .widget-featured-holder .featured_page_content p:first-child {
    margin-top: 0;
}

.about-section .widget-featured-holder .btn-readmore {
    margin-top: 40px;
    padding-right: 55px;
	background: #f5f5f5;
}

.about-section .widget-featured-holder .btn-readmore::after {
	right: 20px;
} 

.about-section .widget-featured-holder .btn-readmore:hover::after {
	right: 30px;
}

.about-section .widget-featured-holder .social-btn-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
	margin-top: 40px;
	z-index: 9;
}

.about-section .widget-featured-holder .social-btn-wrap::after {
    content: "";
    background: rgba(var(--font-color-rgb), 0.1);
    width: 100%;
    height: 1px;
    position: absolute;
    top: 28px;
    left: 0;
    z-index: -9;
}

.about-section .widget-featured-holder .social-networks {
	background: #f5f5f5;
	margin: 0;
	margin-left: auto;
    padding: 0 0 0 10px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.about-section .widget-featured-holder .social-networks li {
    margin-top: 10px;
    margin-left: 10px;
    display: inline-block;
    font-size: 0.7778em;
}

.about-section .widget-featured-holder .social-networks li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 38px;
    text-align: center;
	background: var(--primary-color);
	border: 1px solid var(--primary-color);
    color: var(--white-color);
    border-radius: 100%;
}

.about-section .widget-featured-holder .social-networks li a:hover {
	background: none;
	color: var(--primary-color);
}

.about-section .widget-featured-holder .social-networks li a[href*="youtube.com"] {
    background: #C4302B;
    border-color: #C4302B;
}

.about-section .widget-featured-holder .social-networks li a[href*="youtube.com"]:hover {
	background: none;
	color: #C4302B;
}

.about-section .widget-featured-holder .social-networks li a[href*="facebook.com"] {
    background: #3B5998;
    border-color: #3B5998;
}

.about-section .widget-featured-holder .social-networks li a[href*="facebook.com"]:hover {
	background: none;
	color: #3B5998;
}

.about-section .widget-featured-holder .social-networks li a[href*="instagram.com"] {
    background: #3F729B;
    border-color: #3F729B;
}

.about-section .widget-featured-holder .social-networks li a[href*="instagram.com"]:hover {
	background: none;
	color: #3F729B;
}

.about-section .widget-featured-holder .social-networks li a[href*="pinterest.com"] {
    background: #C8232C;
    border-color: #C8232C;
}

.about-section .widget-featured-holder .social-networks li a[href*="pinterest.com"]:hover {
	background: none;
	color: #C8232C;
}

/*=================================
WIDGET IMAGE TEXT
=================================*/
.widget_bttk_image_text_widget ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 0;
    padding-top: 63%;
}

.widget_bttk_image_text_widget ul 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_bttk_image_text_widget ul li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.widget_bttk_image_text_widget ul li .btn-readmore {
    right: auto;
    left: auto;
    width: auto;
    margin: auto;
    min-width: 145px;
    min-height: 50px;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: calc(100% - 30px);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	transform: translate(0,-50%);
	background: var(--white-color);
    color: var(--heading-color);
    font-family: var(--secondary-font);
    font-size: 0.8888em;
    text-transform: none;
    letter-spacing: 0;
	font-weight: 600;
	z-index: 9;
}

.widget_bttk_image_text_widget ul li .btn-readmore:hover {
	text-decoration: none;
	background: var(--primary-color);
	color: var(--white-color);
}

/*=================================
BLOG LISTING COMMON CSS
=================================*/
.list-with-all-tall-img article {
    margin-top: 50px;
    padding-top: 50px;
	border-top: 1px solid rgba(var(--primary-color-rgb), 0.15);
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.list-with-all-tall-img .site-main article:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.site-main article .post-thumbnail {
	margin: 0;
	padding-bottom: 20px;
	position: relative;
}

.list-with-all-tall-img article .post-thumbnail {
	width: 40%;
}

.site-main article .post-thumbnail .dr-category {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.site-main article .post-thumbnail .post-pinit-button {
    position: absolute;
    top: 10px;
    left: 10px;
    background: none;
    border: none;
    padding: 0;
    min-height: auto;
}

.site-main article .content-wrap {
    padding-left: 60px;
	position: relative;
}

.site-main article .post-thumbnail + .content-wrap {
    width: 60%;
}

.site-main article .entry-header {
    margin-bottom: 20px;
}

.site-main article .entry-header .post-cat {
    margin-bottom: 10px;
    display: block;
}

.site-main article .entry-header .post-cat a {
    display: inline-block;
	vertical-align: text-top;
	margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid rgba(var(--primary-color-rgb), 0.25);
    border-radius: 50px;
    line-height: 1.3;
    padding: 5px 15px;
    font-size: 0.7778em;
    letter-spacing: 0.6px;
    color: var(--heading-color);
    text-decoration: none;
}

.site-main article .entry-header .post-cat a:hover {
	background: var(--primary-color);
	border-color: var(--primary-color);
	color: var(--white-color);
}

.site-main article .entry-title, 
.site-main article .item-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.11em;
    font-weight: 600;
    line-height: 1.5;
}

.site-main article .entry-title a, 
.site-main article .item-title a {
    text-decoration: none;
    color: var(--heading-color);
}

.site-main article .entry-title a:hover, 
.site-main article .item-title a:hover {
	color: var(--primary-color);
}

.site-main article .entry-meta {
    margin-top: 10px;
}

.site-main article .entry-meta > span {
    display: inline-block;
    margin-right: 20px;
    margin-top: 10px;
    line-height: 1.5;
    font-size: 0.78em;
    letter-spacing: 0.5px;
    font-family: var(--secondary-font);
}

.site-main article .entry-meta > span:last-child {
	margin-right: 0;
}

.site-main article .entry-meta > span a .fn {
    font-weight: normal;
}

/* .site-main article .entry-meta > span.posted-on {
    font-style: italic;
    font-family: var(--secondary-font);
} */

.site-main article .entry-meta > span a {
    display: inline-block;
    text-decoration: none;
    color: var(--font-color);
}

.site-main article .entry-meta > span a:hover {
	color: var(--primary-color);
}

.site-main article .entry-meta > span svg {
    vertical-align: -18px;
}

.site-main article .entry-meta > span.posted-on svg {
    vertical-align: -13px;
}

.site-main article .entry-meta > span img {
    vertical-align: -2px;
    margin-right: 5px;
}

span.byline img, 
.site-main article .entry-meta > span img {
    border-radius: 100%;
    vertical-align: middle;
}

.site-main article .entry-meta > span.post-rating img {
    vertical-align: -14px;
    margin-right: 0;
}

.site-main article .entry-meta > span svg.icon, 
.site-main article .entry-footer > span svg.icon {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    vertical-align: -3px;
    -webkit-filter: drop-shadow(0 3px 6px rgba(232, 78, 59, 0.26));
    filter: drop-shadow(0 3px 6px rgba(232, 78, 59, 0.26));
    display: inline-block;
}

.site-main article .entry-meta > span:not(.post-rating):not(.posted-on):not(.comments) svg.icon, 
.site-main article .entry-footer > span:not(.post-rating):not(.posted-on):not(.comments) svg.icon {
    fill: #e84e3b;
}

/* .site-main article .entry-meta > span svg.icon + span, 
.site-main article .entry-meta > span svg.icon + a, 
.site-main article .entry-footer > span svg.icon + span, 
.site-main article .entry-footer > span svg.icon + a {
    vertical-align: middle;
} */

.site-main article .floated-meta {
    position: absolute;
	left: 18px;
    bottom: 0;
	text-align: center;
	z-index: 99;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}

.site-main article .floated-meta a.meta-title {
    display: inline-block;
    text-decoration: none;
    color: var(--heading-color);
    font-size: 0.8888em;
}

.site-main article .floated-meta a.meta-title:hover path {
    stroke: var(--primary-color);
}

.site-main article .floated-meta .social-networks {
    margin: 0;
    padding: 0;
	list-style: none;
	display: none;
}

.site-main article .floated-meta ul li {
    font-size: 0.8888em;
    margin: 15px 0;
    display: block;
    line-height: 1;
}

.site-main article .floated-meta ul li a {
    color: var(--heading-color);
    display: inline-block;
    text-decoration: none;
}

.site-main article .floated-meta ul li a:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
}

.site-main article .floated-meta ul li a[href*="facebook"] {
	color: #3b5998;
}

.site-main article .floated-meta ul li a[href*="twitter"] {
	color: #00aced;
}

.site-main article .floated-meta ul li a[href*="instagram"] {
	color: #3f729b;
}

.site-main article .floated-meta ul li a[href*="plus.google"] {
	color: #dd4b39;
}

.site-main article .floated-meta ul li a[href*="pinterest"] {
	color: #cd2128;
}

.site-main article .floated-meta ul li a[href*="linkedin"] {
	color: #007fb1;
}

.site-main article .floated-meta ul li a[href*="youtube"] {
	color: #ff3333;
}

.site-main article .floated-meta ul li a[href*="vimeo"] {
	color: #1ab7ea;
}

.site-main article .floated-meta ul li a[href*="dribbble"] {
	color: #ea4c89;
}

.site-main article .floated-meta ul li a[href*="foursquare"] {
	color: #0072b1;
}

.site-main article .floated-meta ul li a[href*="flickr"] {
	color: #0063db;
}

.site-main article .floated-meta ul li a[href*="reddit"] {
	color: #000000;
}

.site-main article .floated-meta ul li a[href*="skype"] {
	color: #26ade3;
}

.site-main article .floated-meta ul li a[href*="stumbleupon"] {
	color: #ea4b24;
}

.site-main article .floated-meta ul li a[href*="tumblr"] {
	color: #2c4762;
}

.site-main article .floated-meta ul li a[href*="ok.ru"] {
	color: #f38231;
}

.site-main article .floated-meta ul li a[href*="vk"] {
	color: #4e76a1;
}

.site-main article .floated-meta ul li a[href*="xing"] {
	color: #006565;
}

.site-main article .floated-meta ul li a[href*="behance"] {
	color: #053eff;
}

.site-main article .floated-meta .cookery_ajax_like {
    margin-top: 5px;
}

.floated-meta .favourite {
    display: flex;
    flex-direction: column;
}

.floated-meta .favourite a {
    color: var(--heading-color);
    line-height: 1;
    margin-bottom: 8px;
}

.floated-meta .favourite .liked-icon {
    line-height: 1;
    margin-bottom: 8px;
}

.favourite svg path {
    stroke: var(--heading-color);
    stroke-width: 1.3px;
}

.favourite a:hover svg path, 
.favourite .liked-icon path {
    stroke: #DB0C18;
}

.floated-meta .favourite .fav-count {
    display: block;
    line-height: 1;
    font-size: 0.61em;
    position: relative;
    font-weight: 400;
    letter-spacing: -0.3px;
    font-family: var(--secondary-font);
    color: #db0c18;
    background: rgba(219, 12, 24, 0.05);
    border-radius: 3px;
    min-width: 30px;
    text-align: center;
    padding: 5px;
}

.floated-meta .favourite .fav-count::before {
    content: "";
    border-bottom: 5px solid rgba(219, 12, 24, 0.05);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
}

.site-main article .entry-content {
    margin-top: 0;
}

.site-main article .post-thumbnail + .entry-content {
    margin-top: 20px;
}

.site-main article .entry-content p {
    margin-top: 0;
    margin-bottom: 20px;
}

.site-main article .entry-content p:last-child {
	margin-bottom: 0;
}

.site-main article .entry-footer {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.site-main article .entry-footer > span {
    display: inline-block;
    margin-top: 10px;
    margin-right: 20px;
    font-size: 0.7778em;
    letter-spacing: 0.5px;
    color: rgba(var(--black-color-rgb), 0.8);
    font-family: var(--secondary-font);
}

.site-main article .entry-footer > .edit-link {
    display: block;
    width: 100%;
    font-size: 0.67em;
}

.site-main article .entry-footer > .edit-link .post-edit-link {
    display: inline-block;
    font-family: var(--secondary-font);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1em;
    background: rgba(var(--primary-color-rgb), 0.15);
    line-height: 1.5;
    padding: 3px 12px 2px 12px;
    border: 1px solid rgba(var(--primary-color-rgb), 0.2);
    border-radius: 50px;
}

.site-main article .entry-footer > .edit-link .post-edit-link:hover {
	background: var(--primary-color);
	color: var(--white-color);
}

.site-main article .entry-footer > span.byline {
    flex: 1;
    font-family: var(--secondary-font);
    font-style: italic;
}

.site-main article .entry-footer > span:last-child {
    margin-right: 0;
}

.site-main article .entry-footer > span a {
    display: inline-block;
    text-decoration: none;
    color: rgba(var(--black-color-rgb), 0.8);
}

.site-main article .entry-footer > span a:hover {
	color: var(--primary-color);
}

.site-main article .entry-footer > span.byline a {
    position: relative;
    min-height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 35px;
    line-height: 1.3;
}

.site-main article .entry-footer > span.byline img {
	width: 30px;
	height: 30px;
	object-fit: cover;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.site-main article .entry-footer > span.byline .fn {
    font-weight: normal;
    padding-left: 5px;
}

.site-main article .entry-footer > span svg {
    vertical-align: top;
}

/*=================================================
LIST WITH FIRST LG
=================================================*/
.list-with-first-lg .site-main article:first-child {
	display: block;
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.list-with-first-lg .site-main article:not(:first-child) {
    display: flex;
	flex-wrap: wrap;
	align-items: center;
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid rgba(var(--primary-color-rgb), 0.15);
}

.list-with-first-lg .site-main .advertisement-block {
    margin-top: 50px;
    margin-bottom: 50px;
}

.list-with-first-lg .site-main .advertisement-block + article, 
.classic-with-tall-img .site-main .advertisement-block + article {
    padding-top: 0;
    border-top: none;
}

.list-with-first-lg .site-main article:first-child .post-thumbnail {
	width: 100%;
	margin-bottom: 30px;
}

.list-with-first-lg .site-main article:not(:first-child) .post-thumbnail {
	width: 40%;
}

.list-with-first-lg .site-main article:first-child .post-thumbnail .dr-category {
    text-align: left;
    left: 10px;
}

.list-with-first-lg .site-main article:first-child .post-thumbnail + .content-wrap {
	width: 100%;
	padding-left: 0;
}

.custom-background.list-with-first-lg .site-main article:not(:first-child) .content-wrap {
    padding-left: 60px;
}

.custom-background.list-with-first-lg .site-main article:not(:first-child) .floated-meta {
    left: 20px;
}

.list-with-first-lg .site-main article:first-child .entry-title, 
.list-with-first-lg .site-main article:first-child .item-title {
    font-size: 2em;
}

.list-with-first-lg .site-main article:first-child .floated-meta {
    left: -40px;
	top: auto;
	bottom: 0;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}

/*================================
SINGLE POST COMMON CSS
================================*/
.single .site-main article .content-wrap {
    padding-left: 0;
}

.dr-comment {
    font-weight: normal;
}

.dropcap {
    float: left;
    font-size: 3.39em;
    line-height: 0.8;
    font-family: var(--secondary-font);
    font-weight: 600;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.single .site-main .entry-content ul, 
.single .site-main .entry-content ol {
    margin-left: 0;
}

.entry-content ol > li {
    padding-left: 10px;
    margin-bottom: 10px;
}

.entry-content ul > li {
    padding-left: 5px;
    margin-bottom: 10px;
}

.entry-content ol ol, 
.entry-content ol ul, 
.entry-content ul ul, 
.entry-content ul ol {
    margin-top: 10px;
}

.single .advertise-holder {
	margin-top: 60px;
	text-align: center;
}

.single .site-main article .entry-title {
    font-size: 2.22em;
    font-weight: normal;
}

.single .site-main article .post-thumbnail + .content-wrap {
    width: 100%;
    padding-left: 0;
}

.single .site-main article .content-wrap .floated-meta {
    bottom: auto;
    top: 0;
    left: -80px;
    max-width: 30px;
    height: 100%;
}

.single .site-main article .floated-meta-inner {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
}

.single .site-main article .entry-content p:first-child,
.single .site-main article .entry-content h1:first-child,
.single .site-main article .entry-content h2:first-child,
.single .site-main article .entry-content h3:first-child,
.single .site-main article .entry-content h4:first-child,
.single .site-main article .entry-content h5:first-child,
.single .site-main article .entry-content h6:first-child {
    margin-top: 0;
}

.tags span {
    display: inline-block;
    font-family: var(--secondary-font);
    font-weight: 600;
    font-size: 0.89em;
    color: var(--heading-color);
    margin-bottom: 5px;
    line-height: 1.5;
    margin-right: 10px;
    vertical-align: middle;
}

.tags a {
    display: inline-block;
    font-size: 0.67em;
    letter-spacing: 0.6px;
    color: var(--heading-color);
    border: 1px solid rgba(var(--primary-color-rgb), 0.25);
    border-radius: 50px;
    line-height: 1.55;
    text-transform: uppercase;
    padding: 3px 10px;
    margin-bottom: 5px;
    margin-left: 5px;
    vertical-align: middle;
    text-decoration: none;
}

.tags a:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color);
}

.author-signature {
	margin-top: 40px;
	padding-top: 30px;
	border-top: 1px solid rgba(var(--primary-color-rgb), 0.15);
}

.author-signature.center {
    text-align: center;
}

.author-signature.right {
    text-align: right;
}

.author-signature .social-networks {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
}

.author-signature .social-networks li {
    display: inline-block;
}

.site-main .entry-content .author-signature .social-networks > li {
    padding: 0;
    margin: 5px 2px;
}

.author-signature .social-networks li::before {
    display: none;
}

.author-signature .social-networks li a {
    padding: 0;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 37px;
    color: var(--primary-color);
    border: 1px solid rgba(var(--primary-color-rgb), 0.3);
}

.author-signature .social-networks li a:hover {
	background: var(--primary-color);
	border-color: var(--primary-color);
	color: var(--white-color);
}

.single .site-main article .entry-header {
    margin-bottom: 40px;
}

.single .site-main article .post-thumbnail {
    margin-bottom: 40px;
    padding-bottom: 0;
}

.single .site-content > .page-header .post-cat {
    margin-bottom: 10px;
    display: block;
}

.single .site-content > .page-header .post-cat a {
    display: inline-block;
    vertical-align: text-top;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid rgba(var(--primary-color-rgb), 0.25);
    border-radius: 50px;
    line-height: 1.3;
    padding: 5px 15px;
    font-size: 0.7778em;
    letter-spacing: 0.6px;
    color: var(--heading-color);
    text-decoration: none;
}

.single .site-content > .page-header .post-cat a:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color);
}

.single .site-content > .page-header .entry-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.22em;
    font-weight: normal;
    line-height: 1.5;
}

.single .site-content > .page-header .entry-meta {
    margin-top: 10px;
}

.single .site-content > .page-header .entry-meta > span {
    display: inline-block;
    margin-right: 20px;
    margin-top: 10px;
    line-height: 1.5;
    font-size: 0.8888em;
    letter-spacing: 0.9px;
    font-family: var(--secondary-font);
}

.single .site-content > .page-header .entry-meta > span:last-child {
    margin-right: 0;
}

.single .site-content > .page-header .entry-meta > span a {
    display: inline-block;
    text-decoration: none;
    color: var(--font-color);
}

.single .site-content > .page-header .entry-meta > span a:hover {
    color: var(--primary-color);
}

.single .site-content > .page-header .entry-meta > span svg {
    vertical-align: -18px;
}

.single .site-content > .page-header .entry-meta > span.posted-on svg {
    vertical-align: -13px;
}

.single .site-content > .page-header .floated-meta {
    position: absolute;
    /* bottom: auto; */
    top: 0;
    left: 0;
    text-align: center;
    z-index: 99;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
}

.single .site-content > .page-header .floated-meta .social-networks {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
}

.single .site-content > .page-header .floated-meta ul li {
    font-size: 0.8888em;
    margin: 15px 0;
    display: block;
    line-height: 1;
}

.single .site-content > .page-header .floated-meta ul li a {
    color: var(--heading-color);
    display: inline-block;
    text-decoration: none;
}

.single .site-content > .page-header .floated-meta ul li a[href*="youtube.com"] {
	color: #C4302B;
}

.single .site-content > .page-header .floated-meta ul li a[href*="facebook.com"] {
	color: #3B5998;
}

.single .site-content > .page-header .floated-meta ul li a[href*="instagram.com"] {
	color: #3F729B;
}

.single .site-content > .page-header .floated-meta ul li a[href*="pinterest.com"] {
	color: #C8232C;
}

.single .site-content > .page-header .floated-meta a.meta-title {
    display: inline-block;
    text-decoration: none;
    color: var(--heading-color);
    font-size: 0.8888em;
}

.single .site-content > .page-header .floated-meta .cookery_ajax_like {
    margin-top: 5px;
}

.single .site-content > .page-header .floated-meta .cookery_ajax_like a:hover path, 
.single .site-content > .page-header .floated-meta .cookery_ajax_like .liked-icon path {
    fill: var(--secondary-color);
    stroke: var(--secondary-color);
}

/*==============================
NEWSLETTER BLOCK
===============================*/
.newsletter {
    margin-top: 60px;
}

.newsletter .blossomthemes-email-newsletter-wrapper {
    padding: 50px 70px;
    text-align: center;
}

.newsletter .blossomthemes-email-newsletter-wrapper .text-holder, 
.newsletter .blossomthemes-email-newsletter-wrapper form {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
}

.newsletter .blossomthemes-email-newsletter-wrapper h3 {
    font-size: 2em;
    margin-top: 0;
    margin-bottom: 0;
}

.newsletter .blossomthemes-email-newsletter-wrapper .text-holder span {
    display: block;
    margin-top: 15px;
    font-size: 1em;
    letter-spacing: 0.2px;
}

.newsletter .blossomthemes-email-newsletter-wrapper form input[type="text"] {
    flex: 2;
}

.newsletter .blossomthemes-email-newsletter-wrapper form .subscribe-inner-wrap {
    justify-content: center;
}

.newsletter .blossomthemes-email-newsletter-wrapper form label .check-mark {
    margin-top: 3px;
}

.newsletter .blossomthemes-email-newsletter-wrapper form [type="submit"] {
    flex: 1;
}

.newsletter .blossomthemes-email-newsletter-wrapper form [type="submit"]::after {
    content: "";
    background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="18.479" height="12.689" viewBox="0 0 18.479 12.689"><g transform="translate(0.75 1.061)"><path d="M7820.11-1126.021l5.284,5.284-5.284,5.284" transform="translate(-7808.726 1126.021)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-width="1.5"/><path d="M6558.865-354.415H6542.66" transform="translate(-6542.66 359.699)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-width="1.5"/></g></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 16px;
    height: 10px;
    display: inline-block;
    margin-left: 7px;
    vertical-align: middle;
}

.newsletter .blossomthemes-email-newsletter-wrapper form [type="submit"]:hover::after {
    background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="18.479" height="12.689" viewBox="0 0 18.479 12.689"><g transform="translate(0.75 1.061)"><path d="M7820.11-1126.021l5.284,5.284-5.284,5.284" transform="translate(-7808.726 1126.021)" fill="none" stroke="%232DB68D" stroke-linecap="round" stroke-width="1.5"/><path d="M6558.865-354.415H6542.66" transform="translate(-6542.66 359.699)" fill="none" stroke="%232DB68D" stroke-linecap="round" stroke-width="1.5"/></g></svg>');
}

/*=================================
ARCHIVE AND SEARCH PAGE
==================================*/
.archive .site-content > .page-header, 
.search .site-content > .page-header, 
body.page .site-content > .page-header, 
.woocommerce-cart .site-content > .page-header {
    background-color: rgba(var(--primary-color-rgb), 0.08);
    padding-top: 60px;
	padding-bottom: 35px;
	margin-bottom: 0;
}

body[class*="page-template-recipe-"] .site-content > .page-header {
    padding-bottom: 60px;
}

.full-width.centered .site-content > .page-header {
    text-align: center;
}

.woocommerce-cart .site-content > .page-header {
	margin-top: 0;
}

.archive.author .site-content > .page-header {
    padding-top: 60px;
    padding-bottom: 60px;
}

body.page .site-content > .page-header .entry-title {
    margin-bottom: 30px;
}

.page-header.has-bg {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 99;
}

.page-header.has-bg::before {
    content: "";
    background: rgba(var(--black-color-rgb), 0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -99;
}

.page-header.has-bg .page-title, 
.page-header.has-bg .showing-results, 
.page-header.has-bg .page-subtitle, 
.page-header.has-bg .archive-description {
    color: var(--white-color);
}

.archive-description {
    line-height: 1.7;
    max-width: 800px;
}

.archive .site-content > .page-header .container {
    max-width: 1218px;
}

.search .site-content > .page-header .container {
    max-width: 850px;
}

.archive.author .site-content > .page-header .container {
    max-width: 1030px;
}

.archive .page-header .page-title, 
.archive .page-header .entry-title {
    font-size: 2.22em;
}

.blog .content-area .page-header .page-title, 
.blog .content-area .page-header .entry-title {
    margin-bottom: 0;
}

.no-results .page-header, 
.no-results .page-header .page-title, 
.no-results .page-header .entry-title, 
.blog .no-results .page-header, 
.blog .no-results .page-title {
    margin-bottom: 0;
}

.no-results .page-content {
    margin-top: 0;
}

.page-subtitle, 
.showing-results {
    display: block;
    font-size: 1.11em;
    line-height: 1.5;
    color: var(--heading-color);
    margin-bottom: 20px;
}

.showing-results {
    font-size: 1em;
    margin-bottom: 0;
    padding-top: 50px;
}

.search .page-header .search-form {
    background: var(--white-color);
    box-shadow: 0 11px 56px rgba(var(--black-color-rgb), 0.06);
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
    flex-wrap: wrap;
    align-items: center;
}

.search.search-no-results .page-header .search-form {
    margin-bottom: 65px;
}

.search-no-results .page-content .search-form {
    display: none;
}

.search .page-header .search-form label {
    width: calc(100% - 85px);
    display: inline-block;
    vertical-align: middle;
}

.search .page-header .search-form .search-field {
    border: none;
    height: 80px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1.33em;
    font-family: var(--secondary-font);
    color: var(--heading-color);
}

.search .page-header .search-form .search-submit {
    width: 80px;
    height: 80px;
	background-color: transparent;
	background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="21.863" height="22" viewBox="0 0 21.863 22"><path d="M24.863,1170.255l-2.045,2.045L18,1167.482v-1.091l-.409-.409a8.674,8.674,0,0,1-5.727,2.046,8.235,8.235,0,0,1-6.273-2.591A8.993,8.993,0,0,1,3,1159.164a8.235,8.235,0,0,1,2.591-6.273,8.993,8.993,0,0,1,6.273-2.591,8.441,8.441,0,0,1,6.273,2.591,8.993,8.993,0,0,1,2.591,6.273,8.675,8.675,0,0,1-2.045,5.727l.409.409h.955ZM7.5,1163.664a5.76,5.76,0,0,0,4.364,1.773,5.969,5.969,0,0,0,4.364-1.773,6.257,6.257,0,0,0,0-8.727,5.76,5.76,0,0,0-4.364-1.773,5.969,5.969,0,0,0-4.364,1.773,5.76,5.76,0,0,0-1.773,4.364A6.308,6.308,0,0,0,7.5,1163.664Z" transform="translate(-3 -1150.3)" fill="%232DB68D"/></svg>');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 25px;
    border: none;
    border-radius: 0;
	color: inherit;
	font-size: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}

.search .page-header .search-form .search-submit:hover {
	background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="21.863" height="22" viewBox="0 0 21.863 22"><path d="M24.863,1170.255l-2.045,2.045L18,1167.482v-1.091l-.409-.409a8.674,8.674,0,0,1-5.727,2.046,8.235,8.235,0,0,1-6.273-2.591A8.993,8.993,0,0,1,3,1159.164a8.235,8.235,0,0,1,2.591-6.273,8.993,8.993,0,0,1,6.273-2.591,8.441,8.441,0,0,1,6.273,2.591,8.993,8.993,0,0,1,2.591,6.273,8.675,8.675,0,0,1-2.045,5.727l.409.409h.955ZM7.5,1163.664a5.76,5.76,0,0,0,4.364,1.773,5.969,5.969,0,0,0,4.364-1.773,6.257,6.257,0,0,0,0-8.727,5.76,5.76,0,0,0-4.364-1.773,5.969,5.969,0,0,0-4.364,1.773,5.76,5.76,0,0,0-1.773,4.364A6.308,6.308,0,0,0,7.5,1163.664Z" transform="translate(-3 -1150.3)" fill="%23374757"/></svg>');
}

.author-block {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
    flex-wrap: wrap;
}

.single .author-block {
	margin-top: 150px;
    padding: 0 30px 30px;
    background: rgba(var(--primary-color-rgb), 0.05);
}

.single-recipe .author-block .author-img-wrap {
    margin-bottom: -90px;
}

.archive .page-header .author-block {
    padding: 0;
}

.single .author-block::before, 
.archive .page-header .author-block::before {
	display: none;
}

.author-block .author-img-wrap {
    width: 175px;
	display: inline-block;
	text-align: center;
}

.single-post .author-block .author-img-wrap {
    top: -40px;
    position: relative;
    margin-bottom: -40px;
}

.author-block .author-img {
    margin: 0;
    border-radius: 100px;
    overflow: hidden;
}

.author-block .author-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-block .author-name {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 1em;
    letter-spacing: 0.3px;
    line-height: 1.5;
    font-weight: 600;
    font-style: italic;
}

.author-block .author-social {
    margin-top: 10px;
}

.author-block .social-networks {
    margin: 0;
    padding: 0;
    list-style: none;
}

.author-block .social-networks li {
    display: inline-block;
    margin: 5px 2px;
    font-size: 0.78em;
    line-height: 1.3;
}

.author-block .social-networks li a {
    display: inline-block;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: var(--white-color);
    border-radius: 100%;
}

.author-block .social-networks li a:hover {
	background: none;
	color: var(--primary-color);
}

.author-block .social-networks li a[href*="youtube.com"] {
    background: #C4302B;
    border-color: #C4302B;
}

.author-block .social-networks li a[href*="youtube.com"]:hover {
	background: none;
	color: #C4302B;
}

.author-block .social-networks li a[href*="facebook.com"] {
    background: #3B5998;
    border-color: #3B5998;
}

.author-block .social-networks li a[href*="facebook.com"]:hover {
	background: none;
	color: #3B5998;
}

.author-block .social-networks li a[href*="instagram.com"] {
    background: #3F729B;
    border-color: #3F729B;
}

.author-block .social-networks li a[href*="instagram.com"]:hover {
	background: none;
	color: #3F729B;
}

.author-block .social-networks li a[href*="pinterest.com"] {
    background: #C8232C;
    border-color: #C8232C;
}

.author-block .social-networks li a[href*="pinterest.com"]:hover {
	background: none;
	color: #C8232C;
}

.author-block .social-networks li a[href*="twitter.com"] {
    background: #1da1f2;
    border-color: #1da1f2;
}

.author-block .social-networks li a[href*="twitter.com"]:hover {
	background: none;
	color: #1da1f2;
}

.author-block .social-networks li a[href*="snapchat.com"] {
    background: #fffc00;
	border-color: #fffc00;
	color: #000000;
}

.author-block .social-networks li a[href*="snapchat.com"]:hover {
	background: none;
	color: #000000;
	border-color: #000000;
}

.author-block .social-networks li a[href*="linkedin.com"] {
    background: #0e76a8;
    border-color: #0e76a8;
}

.author-block .social-networks li a[href*="linkedin.com"]:hover {
	background: none;
	color: #0e76a8;
}

.author-block .author-desc {
    width: calc(100% - 230px);
    display: inline-block;
    background: var(--white-color);
    margin-left: 50px;
	padding: 50px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: center;
}

.single .author-block .author-desc {
	background: none;
	display: block;
	padding: 45px 0 0 0;
}

.author-block .author-desc p {
    margin-top: 0;
    margin-bottom: 20px;
}

.author-block .author-desc p:last-child {
    margin-bottom: 0;
}

/*==================================
PAGE TEMPLATE PORTFOLIO
==================================*/
.page-template-blossom-portfolio .portfolio-holder {
    margin-bottom: 60px;
}

body.page-template-blossom-portfolio .site-content > .page-header {
    margin-bottom: 40px;
}

.portfolio-item .portfolio-text-holder {
    font-weight: normal;
    letter-spacing: 0.2px;
    font-size: 1em;
}

.portfolio-text-holder .portfolio-img-title {
    font-size: 1.33em;
    font-family: var(--secondary-font);
    font-weight: 400;
    line-height: 1.5;
}

.portfolio-holder .entry-header .entry-title {
    font-size: 2.22em;
}


/*===========================
ERROR 404 PAGE
===========================*/
.error404 .error-404 {
    display: flex;
    flex-wrap: wrap;
}

.error404 .error-404 .error-img {
    margin: 0;
    width: 42%;
    display: inline-block;
    vertical-align: top;
}

.error404 .error-404 .error-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.error404 .error-404 .error-content-wrap {
    width: 57%;
    display: inline-block;
    vertical-align: top;
    background: rgba(var(--primary-color-rgb), 0.06);
    border-radius: 0 15px 15px 0;
}

.error404 .error-404 .page-content {
    margin: 0;
    padding: 80px;
}

.error404 .error-404 h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 2.94em;
}

.error404 .error-404 .error-txt {
    display: block;
    font-style: italic;
    font-family: var(--secondary-font);
    font-size: 1.11em;
    color: var(--heading-color);
}

.error404 .error-404 .page-content p {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 1.11em;
}

.error404 .error-404 .btn-readmore {
	background: var(--primary-color);
    color: var(--white-color);
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.5px;
    text-decoration: none;
    margin-top: 45px;
    line-height: 1.5;
    padding: 15px 30px;
}

.error404 .error-404 .btn-readmore:hover {
	background: var(--secondary-color);
}

.error404 .error-404 .btn-readmore > svg {
	margin-left: 0;
	margin-right: 5px;
	vertical-align: inherit;
}

.error404 .error-404 .btn-readmore:hover svg path {
    stroke: var(--white-color);
}

.error404 .site-main .error-404-search {
    background: rgba(var(--primary-color-rgb), 0.04);
    padding: 60px 80px;
}

.error404 .site-main .error-404-search p {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: var(--secondary-font);
    font-size: 1em;
}

.error404 .error-404-search .search-form {
    background: var(--white-color);
    box-shadow: 0 11px 56px rgba(var(--black-color-rgb), 0.06);
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
    flex-wrap: wrap;
	align-items: center;
	max-width: 430px;
}

.error404 .error-404-search .search-form label {
    width: calc(100% - 55px);
    display: inline-block;
    vertical-align: middle;
}

.error404 .error-404-search .search-form .search-field {
	border: none;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1em;
    font-family: var(--secondary-font);
    color: var(--heading-color);
}

.error404 .error-404-search .search-form .search-submit {
    width: 50px;
    height: 50px;
	background-color: transparent;
	background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="21.863" height="22" viewBox="0 0 21.863 22"><path d="M24.863,1170.255l-2.045,2.045L18,1167.482v-1.091l-.409-.409a8.674,8.674,0,0,1-5.727,2.046,8.235,8.235,0,0,1-6.273-2.591A8.993,8.993,0,0,1,3,1159.164a8.235,8.235,0,0,1,2.591-6.273,8.993,8.993,0,0,1,6.273-2.591,8.441,8.441,0,0,1,6.273,2.591,8.993,8.993,0,0,1,2.591,6.273,8.675,8.675,0,0,1-2.045,5.727l.409.409h.955ZM7.5,1163.664a5.76,5.76,0,0,0,4.364,1.773,5.969,5.969,0,0,0,4.364-1.773,6.257,6.257,0,0,0,0-8.727,5.76,5.76,0,0,0-4.364-1.773,5.969,5.969,0,0,0-4.364,1.773,5.76,5.76,0,0,0-1.773,4.364A6.308,6.308,0,0,0,7.5,1163.664Z" transform="translate(-3 -1150.3)" fill="%232DB68D"/></svg>');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
    border: none;
    border-radius: 0;
	color: inherit;
	font-size: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}

.error404 .error-404-search .search-form .search-submit:hover {
	background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="21.863" height="22" viewBox="0 0 21.863 22"><path d="M24.863,1170.255l-2.045,2.045L18,1167.482v-1.091l-.409-.409a8.674,8.674,0,0,1-5.727,2.046,8.235,8.235,0,0,1-6.273-2.591A8.993,8.993,0,0,1,3,1159.164a8.235,8.235,0,0,1,2.591-6.273,8.993,8.993,0,0,1,6.273-2.591,8.441,8.441,0,0,1,6.273,2.591,8.993,8.993,0,0,1,2.591,6.273,8.675,8.675,0,0,1-2.045,5.727l.409.409h.955ZM7.5,1163.664a5.76,5.76,0,0,0,4.364,1.773,5.969,5.969,0,0,0,4.364-1.773,6.257,6.257,0,0,0,0-8.727,5.76,5.76,0,0,0-4.364-1.773,5.969,5.969,0,0,0-4.364,1.773,5.76,5.76,0,0,0-1.773,4.364A6.308,6.308,0,0,0,7.5,1163.664Z" transform="translate(-3 -1150.3)" fill="%23374757"/></svg>');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
}

.error404 .additional-post {
    margin-top: 100px;
}

.error404 .additional-post article {
	text-align: left;
}

.error404 .additional-post .title {
	font-size: 2.22em;
	font-weight: normal;
}

.error404 .additional-post .entry-title {
	font-size: 1.11em;
	font-weight: 600;
}

/*=================================
WIDGET DEFAULT CSS
================================*/
.widget-area .widget {
    margin-top: 40px;
    border-top: 1px solid rgba(var(--primary-color-rgb), 0.1);
    margin-bottom: 0;
    padding-top: 40px;
}

.widget-area .widget:first-child {
    margin-top: 0;
}

.widget-area .widget .widget-title {
    font-size: 0.8888em;
    font-family: var(--secondary-font);
    font-weight: 600;
    font-style: italic;
}

.site-footer .widget .widget-title {
    font-size: 0.8888em;
    font-family: var(--secondary-font);
    font-weight: 600;
    font-style: italic;
    color: var(--heading-color);
    line-height: 1.6;
}

.site-footer .widget ul li {
    font-size: 1em;
    margin-bottom: 15px;
    line-height: 1.5;
    letter-spacing: 0.2px;
    color: rgba(var(--font-color-rgb), 0.8);
}

.site-footer .widget ul ul li {
	font-size: 1em;
}

/*================================
CTA SECTION
================================*/
.home section.cta-section {
    margin-bottom: 130px;
}

.cta-section .widget .container {
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: row-reverse; */
    align-items: center;
	position: relative;
}

.cta-section .widget .container::before {
    content: "";
    background-image: url('images/decor-img1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 82px;
    height: 82px;
    position: absolute;
    top: -41px;
    right: 0;
}

.cta-section .widget_blossomtheme_companion_cta_widget > div {
	padding: 0;
	position: relative;
    z-index: 9;
}

.cta-section .widget_blossomtheme_companion_cta_widget > div::after {
    content: "";
    background-image: url('images/cta-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.03;
    z-index: -9;
}

.cta-section .widget .cta-img-holder {
    /* width: 33%; */
    padding: 10px 20px;
    position: relative;
    top: 40px;
    max-width: 336px;
}

.cta-section .widget .cta-img-holder img {
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	transform: rotate(5deg);
    box-shadow: 0 6px 50px rgba(var(--black-color-rgb), 0.19);
}

.cta-section .widget .blossomtheme-cta-container {
    padding: 75px;
}

.cta-section .widget .cta-img-holder + .blossomtheme-cta-container {
    max-width: calc(100% - 336px);
}

.cta-section .right .cta-img-holder + .blossomtheme-cta-container, 
.cta-section .right .cta-img-holder + .blossomtheme-cta-container .widget-title, 
.cta-section .centered .cta-img-holder + .blossomtheme-cta-container, 
.cta-section .centered .cta-img-holder + .blossomtheme-cta-container .widget-title {
    text-align: left;
}

.cta-section .widget .section-subtitle {
    display: block;
    font-family: var(--cursive-font);
    color: var(--white-color);
    font-size: 2.78em;
    line-height: 1;
    margin-bottom: 10px;
}

.cta-section .widget .widget-title {
    margin-top: 0;
    margin-bottom: 0;
    color: var(--white-color);
    font-family: var(--secondary-font);
    font-weight: 600;
    font-size: 2em;
    line-height: 1.44;
}

.cta-section .widget .text-holder p {
    margin-top: 20px;
    margin-bottom: 0;
    color: var(--white-color);
    font-size: 1.11em;
}

.cta-section .widget .button-wrap {
    margin-top: 20px;
}

.cta-section .widget .button-wrap .btn-cta {
    display: inline-block;
	border: none;
	color: var(--white-color);
    background: var(--primary-color);
    font-family: var(--secondary-font);
    font-size: 0.83em;
	letter-spacing: 0.5px;
	text-decoration: none;
    padding: 12px 30px;
    margin-top: 10px;
    margin-right: 10px;
}

.cta-section .widget .button-wrap .btn-cta:hover, 
.cta-section .widget .button-wrap .btn-cta + .btn-cta {
	background: var(--secondary-color);
}

.cta-section .widget .button-wrap .btn-cta + .btn-cta:hover {
	background: var(--primary-color)
}

.cta-section .widget .button-wrap .btn-cta::after {
    content: "";
    background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="18.479" height="12.689" viewBox="0 0 18.479 12.689"><g transform="translate(0.75 1.061)"><path d="M7820.11-1126.021l5.284,5.284-5.284,5.284" transform="translate(-7808.726 1126.021)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-width="1.5"/><path d="M6558.865-354.415H6542.66" transform="translate(-6542.66 359.699)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-width="1.5"/></g></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 20px;
    height: 12px;
    display: inline-block;
    margin-left: 10px;
}

/*=====================================
FEATURED RECIPE SECTION STYLE ONE
=====================================*/
section.featured-recipe-section {
    position: relative;
}

section.featured-recipe-section::after {
    content: "";
    background-image: url('images/feat-recipe-section-decor.png');
    background-repeat: no-repeat;
    background-size: auto;
    width: 183px;
    height: 168px;
    position: absolute;
    top: 0;
    right: 0;
}

section.featured-recipe-section .section-header {
    position: relative;
    z-index: 2;
}

section.featured-recipe-section.style-one, 
.home section.featured-recipe-section.style-one {
    margin-bottom: 0;
}

section.featured-recipe-section.style-one + [class*="-section"] {
    margin-top: 0;
}

.featured-recipe-section.style-one .section-grid .owl-stage-outer {
    padding-bottom: 80px;
}

.featured-recipe-section.style-one .section-block {
    position: relative;
}

.featured-recipe-section .section-grid .block-img {
    padding-bottom: 0;
}

.featured-recipe-section.style-one .section-block .block-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(var(--heading-color-rgb), 0.9);
    display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;
	text-align: center;
	padding: 40px 20px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
	transition: all ease 0.35s;
}

.featured-recipe-section.style-one .section-block:hover .block-content {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}

.featured-recipe-section.style-one .block-content .block-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.67em;
    font-weight: normal;
	line-height: 1.3;
	position: relative;
	top: 20px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
	transition: all ease 0.35s;
}

.featured-recipe-section.style-one .section-block:hover .block-content .block-title {
	top: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.featured-recipe-section.style-one .block-content .block-title a {
    display: inline-block;
	color: var(--white-color);
}

.featured-recipe-section.style-one .block-content .block-title a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.featured-recipe-section .block-content .block-meta {
	margin-top: 15px;
}

.featured-recipe-section.style-one .block-content .block-meta {
	padding-top: 20px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
	transition: all ease 0.35s;
}

.featured-recipe-section.style-one .section-block:hover .block-content .block-meta {
	padding-top: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	-webkit-transition-delay: 0.45s;
	-moz-transition-delay: 0.45s;
	transition-delay: 0.45s;
}

.featured-recipe-section .block-content .block-meta > span {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    font-family: var(--secondary-font);
    font-size: 0.7778em;
    letter-spacing: 0.5px;
    line-height: 1.3;
    margin-top: 10px;
}

.featured-recipe-section.style-one .block-content .block-meta > span {
	color: var(--white-color);
}

.featured-recipe-section .block-content .block-meta > span svg {
    vertical-align: middle;
}

.featured-recipe-section .block-content .block-meta > span svg.icon {
    width: 15px;
    height: 15px;
    fill: #e84e3b;
    margin-right: 5px;
}

.featured-recipe-section .block-content .block-meta > span svg.icon + .meta-text {
    vertical-align: middle;
    display: inline-block;
}

.featured-recipe-section .block-content .block-meta > span.dr-category {
	position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 1em;
}

.featured-recipe-section.style-one .block-content .block-meta > span.dr-category {
	top: auto;
	bottom: -22px;
}

.featured-recipe-section .owl-carousel .owl-nav [class*="owl-"], 
.featured-recipe-section .owl-carousel .owl-nav button[class*="owl-"] {
	left: 10px;
	top: 42%;
}

.featured-recipe-section .owl-carousel .owl-nav .owl-next, 
.featured-recipe-section .owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 10px;
}

.section-grid .block-img {
    position: relative;
    padding-bottom: 22px;
}

.section-grid .dr-category {
    display: block;
}

.section-grid .block-img .dr-category {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.section-grid .item-meta > span {
    display: inline-block;
    font-size: 0.89em;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 1.3;
}

.section-grid .item-meta > span svg, 
.section-grid .item-meta > span img {
    vertical-align: -13px;
}

.section-grid .item-meta > span svg.icon {
    width: 15px;
    height: 15px;
    fill: #e84e3b;
    margin-right: 5px;
    vertical-align: middle;
}

.section-grid .item-meta > span svg.icon + span {
    display: inline-block;
    vertical-align: middle;
}

/*====================================
CLIENT SECTION
====================================*/
section.client-section, 
.home section.client-section {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	padding-bottom: 50px;
}

.client-section::after {
    content: "";
    background-image: url('images/client-section-decor.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 350px;
	height: 190px;
	z-index: -9;
}

.client-section .widget .widget-title {
	margin-bottom: 40px;
    text-align: center;
    font-family: var(--secondary-font);
    letter-spacing: 0.1px;
    font-size: 0.7778em;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.client-section .widget .widget-title::after {
    content: "";
    background: rgba(var(--heading-color-rgb), 0.06);
    height: 1px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.client-section .widget .widget-title span {
    display: inline-block;
    background: var(--white-color);
    padding: 0 10px;
}

.client-section .blossom-inner-wrap .image-holder {
    width: 16.6%;
}

/*=====================================
FOOTER NEWSLETTER SECTION
=====================================*/
section.footer-newsletter-section, 
.home section.footer-newsletter-section {
    margin-top: 0;
	margin-bottom: 0;
	position: relative;
}

section.footer-newsletter-section::after {
    content: "";
    background-image: url('images/newsletter-section-decor.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    top: -40px;
    right: 0;
    width: 159px;
    height: 248px;
}

.footer-newsletter-section .blossomthemes-email-newsletter-wrapper {
    text-align: center;
	padding-top: 60px;
	padding-bottom: 80px;
}

.footer-newsletter-section .blossomthemes-email-newsletter-wrapper .container {
    max-width: 800px;
}

.footer-newsletter-section .blossomthemes-email-newsletter-wrapper h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.22em;
    font-weight: 600;
}

.footer-newsletter-section .text-holder span {
	display: block;
    font-size: 1.11em;
    margin-top: 15px;
}

.footer-newsletter-section .blossomthemes-email-newsletter-wrapper form input[type="text"] {
	flex: 2;
	margin-right: 20px;
	min-height: 70px;
}

.footer-newsletter-section .blossomthemes-email-newsletter-wrapper form [type="submit"] {
	flex: 1;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1em;
    letter-spacing: 0.5px;
    white-space: nowrap;
    background: none;
	border-color: var(--white-color);
	min-height: 70px;
}

.footer-newsletter-section .blossomthemes-email-newsletter-wrapper form [type="submit"]:hover {
	background: var(--white-color);
	color: var(--primary-color);
}

.footer-newsletter-section .blossomthemes-email-newsletter-wrapper form .subscribe-inner-wrap {
    justify-content: center;
}

/*==============================
INSTAGRAM SECTION
==============================*/
.instagram-section {
	margin-top: 80px;
	margin-bottom: 80px;
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    align-items: center;
}

.instagram-section .profile-link {
    display: inline-block;
    margin-bottom: 20px;
    font-family: var(--secondary-font);
    font-weight: 600;
    font-size: 1em;
    letter-spacing: 0.4px;
    color: var(--heading-color);
}

.instagram-section .profile-link:hover {
	color: var(--primary-color);
}

.instagram-section .profile-link .insta-icon {
    display: inline-block;
    margin-right: 10px;
}

/*==============================
FOOTER TOP
==============================*/
.site-footer {
    margin-top: 80px;
}

.footer-top {
	margin-bottom: 40px;
	overflow: hidden;
}

.grid:not(.column-1) {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.5%;
    margin-right: -1.5%;
}

.grid:not(.column-1) .col {
    margin-left: 1.5%;
    margin-right: 1.5%;
}

.grid.column-1 .col {
    text-align: center;
}

.grid.column-2 .col {
    width: 47%;
}

.grid.column-3 .col {
    width: 30.33%;
}

.grid.column-4 .col {
    width: 22%;
}

.site-footer .widget .col {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

/*=============================
FOOTER BOTTOM
=============================*/
.footer-bottom {
    margin-bottom: 40px;
}

.footer-bottom .container {
    border-top: 1px solid rgba(var(--heading-color-rgb), 0.05);
    padding-top: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.footer-bottom .site-info {
    font-size: 0.8888em;
    letter-spacing: 0.2px;
    color: rgba(var(--font-color-rgb), 0.78);
    line-height: 1.5;
    flex: 1;
}

.footer-bottom .site-info a {
    display: inline-block;
    color: var(--secondary-color);
    font-family: var(--secondary-font);
    font-style: italic;
}

.footer-bottom .footer-menu {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.footer-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-navigation .nav-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.footer-navigation ul li {
    font-size: 0.8888em;
    letter-spacing: 0.2px;
    line-height: 1.5;
    margin-top: 5px;
    margin-bottom: 5px;
}

.footer-navigation ul li:not(:last-child)::after {
    content: "|";
    margin: 0 15px;
    color: rgba(var(--black-color-rgb), 0.3);
}

.footer-navigation ul li a {
    color: rgba(var(--font-color-rgb), 0.78);
}

.footer-navigation ul li:hover > a, 
.footer-navigation ul li.current-menu-item > a, 
.footer-navigation ul li.current_page_item > a, 
.footer-navigation ul li.current-menu-ancestor > a, 
.footer-navigation ul li.current_page_ancestor > a {
    color: var(--secondary-color);
}

/*===========================
FOOTER DISCLIMER
===========================*/
.footer-disclaimer {
    background: rgba(var(--primary-color-rgb), 0.15);
    text-align: center;
    padding: 45px 0;
    letter-spacing: 0.2px;
    font-size: 0.8888em;
}

.footer-disclaimer .container {
    max-width: 1000px;
}

.footer-disclaimer b {
	display: inline-block;
	font-family: var(--secondary-font);
    font-style: italic;
}

.footer-disclaimer p {
    margin-top: 0;
    margin-bottom: 20px;
}

.footer-disclaimer p:last-child {
	margin-bottom: 0;
}

/*================================
WIDGET COMMON CSS
================================*/
#secondary .widget:last-child {
	margin-bottom: 0;
}

.last-widget-sticky.rightsidebar .site-content > .container, 
.last-widget-sticky.leftsidebar .site-content > .container {
    display: flex;
    flex-wrap: wrap;
}

.last-widget-sticky .widget-area .widget:last-child {
    position: sticky;
    top: 0;
}

.admin-bar.last-widget-sticky .widget-area .widget:last-child {
    top: 50px;
}

.widget .widget-title {
    font-size: 1.11em;
    font-family: var(--secondary-font);
    font-weight: normal;
    letter-spacing: 0;
	margin-bottom: 30px;
}

.widget-area .widget ul li {
	font-size: 0.8888em;
	line-height: 1.5;
	letter-spacing: 0.2px;
}

.widget_categories ul li, 
.widget_archive ul li, 
.widget_pages ul li, 
.widget_meta ul li, 
.widget_nav_menu ul li, 
.widget_recent_entries ul li, 
.widget_recent_comments ul li, 
.widget_bttk_popular_post ul.style-one li, 
.widget_bttk_pro_recent_post ul.style-one li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.1);
    font-weight: 400;
    position: relative;
    padding-left: 20px;
}

.widget_categories ul li:last-child, 
.widget_archive ul li:last-child, 
.widget_pages ul li:last-child, 
.widget_meta ul li:last-child, 
.widget_nav_menu ul li:last-child, 
.widget_recent_entries ul li:last-child, 
.widget_recent_comments ul li:last-child, 
.widget_bttk_popular_post ul.style-one li:last-child, 
.widget_bttk_pro_recent_post ul.style-one li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.widget_categories ul li::before, 
.widget_archive ul li::before, 
.widget_pages ul li::before, 
.widget_meta ul li::before, 
.widget_nav_menu ul li::before, 
.widget_recent_entries ul li::before, 
.widget_recent_comments ul li::before {
    content: "";
    background: var(--primary-color);
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 100px;
}

.widget_nav_menu ul ul {
	margin-top: 15px;
}

.widget_categories ul ul li, 
.widget_archive ul ul li, 
.widget_pages ul ul li, 
.widget_meta ul ul li, 
.widget_nav_menu ul ul li {
	font-size: 1em;
}

/*===============================
WIDGET RSS
===============================*/
.rsswidget {
    vertical-align: middle;
    display: inline-block;
    line-height: 1.3;
}

.rsswidget img {
    vertical-align: initial;
}

/*===============================
WIDGET CATEGORY & ARCHIVE
===============================*/
.widget_categories ul li a, 
.widget_archive ul li a {
    padding-right: 10px;
}

/*============================
WIDGET AUTHOR BIO
=============================*/
.widget_bttk_author_bio {
	text-align: left;
}

.widget_bttk_author_bio .image-holder {
    border-radius: 200px;
    overflow: hidden;
}

.widget_bttk_author_bio .image-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.widget_bttk_author_bio .title-holder {
    font-family: var(--secondary-font);
    font-weight: 600;
    color: var(--heading-color);
    font-size: 1.11em;
    margin-bottom: 10px;
}

.widget_bttk_author_bio .author-bio-content {
    font-size: 1em;
    letter-spacing: 0.2px;
}

.widget_bttk_author_bio .author-bio-content p {
    margin-top: 0;
    margin-bottom: 20px;
}

.widget_bttk_author_bio .text-signature {
    font-size: 2.67em;
    color: var(--font-color);
	-webkit-transform: translateY(-10px) rotate(-5deg);
	-moz-transform: translateY(-10px) rotate(-5deg);
	transform: translateY(-10px) rotate(-5deg);
}

.widget_bttk_author_bio .readmore {
    display: block;
    text-align: center;
    background: var(--heading-color);
    color: var(--white-color);
    line-height: 1.3;
    text-decoration: none;
    font-size: 0.8888em;
    letter-spacing: 0.5px;
}

.widget_bttk_author_bio .readmore:hover {
	background: var(--primary-color);
}

.widget_bttk_author_bio .author-socicons li {
    margin: 5px;
    font-size: 0.8888em;
}

.widget_bttk_author_bio .author-socicons li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 31px;
	background: var(--primary-color);
	border: 1px solid var(--primary-color);
    color: var(--white-color);
    border-radius: 100%;
}

.widget_bttk_author_bio .author-socicons li a:hover {
    background: none;
    color: var(--primary-color);
}

.widget_bttk_author_bio .author-socicons li a[href*="facebook"], 
.widget_bttk_description_widget .social-profile li a[href*="facebook"], 
.widget_bttk_social_links ul li a[href*="facebook"] {
	background: #3b5998;
	border-color: #3b5998;
}
.widget_bttk_author_bio .author-socicons li a[href*="facebook"]:hover, 
.widget_bttk_description_widget .social-profile li a[href*="facebook"]:hover, 
.widget_bttk_social_links ul li a[href*="facebook"]:hover {
	background: none;
	color: #3b5998;
}
.widget_bttk_author_bio .author-socicons li a[href*="twitter"], 
.widget_bttk_description_widget .social-profile li a[href*="twitter"], 
.widget_bttk_social_links ul li a[href*="twitter"] {
	background: #00aced;
	border-color: #00aced;
}
.widget_bttk_author_bio .author-socicons li a[href*="twitter"]:hover, 
.widget_bttk_description_widget .social-profile li a[href*="twitter"]:hover, 
.widget_bttk_social_links ul li a[href*="twitter"]:hover {
	background: none;
	color: #00aced;
}
.widget_bttk_author_bio .author-socicons li a[href*="instagram"], 
.widget_bttk_description_widget .social-profile li a[href*="instagram"], 
.widget_bttk_social_links ul li a[href*="instagram"] {
	background: #3f729b;
	border-color: #3f729b;
}
.widget_bttk_author_bio .author-socicons li a[href*="instagram"]:hover, 
.widget_bttk_description_widget .social-profile li a[href*="instagram"]:hover, 
.widget_bttk_social_links ul li a[href*="instagram"]:hover {
	background: none;
	color: #3f729b;
}
.widget_bttk_author_bio .author-socicons li a[href*="plus.google"], 
.widget_bttk_description_widget .social-profile li a[href*="plus.google"], 
.widget_bttk_social_links ul li a[href*="plus.google"] {
	background: #dd4b39;
	border-color: #dd4b39;
}
.widget_bttk_author_bio .author-socicons li a[href*="plus.google"]:hover, 
.widget_bttk_description_widget .social-profile li a[href*="plus.google"]:hover, 
.widget_bttk_social_links ul li a[href*="plus.google"]:hover {
	background: none;
	color: #dd4b39;
}
.widget_bttk_author_bio .author-socicons li a[href*="pinterest"], 
.widget_bttk_description_widget .social-profile li a[href*="pinterest"], 
.widget_bttk_social_links ul li a[href*="pinterest"] {
	background: #cb2128;
	border-color: #cd2128;
}
.widget_bttk_author_bio .author-socicons li a[href*="pinterest"]:hover, 
.widget_bttk_description_widget .social-profile li a[href*="pinterest"]:hover, 
.widget_bttk_social_links ul li a[href*="pinterest"]:hover {
	background: none;
	color: #cd2128;
}
.widget_bttk_author_bio .author-socicons li a[href*="linkedin"], 
.widget_bttk_description_widget .social-profile li a[href*="linkedin"], 
.widget_bttk_social_links ul li a[href*="linkedin"] {
	background: #007fb1;
	border-color: #007fb1;
}
.widget_bttk_author_bio .author-socicons li a[href*="linkedin"]:hover, 
.widget_bttk_description_widget .social-profile li a[href*="linkedin"]:hover, 
.widget_bttk_social_links ul li a[href*="linkedin"]:hover {
	background: none;
	color: #007fb1;
}
.widget_bttk_author_bio .author-socicons li a[href*="youtube"], 
.widget_bttk_description_widget .social-profile li a[href*="youtube"], 
.widget_bttk_social_links ul li a[href*="youtube"] {
	background: #ff3333;
	border-color: #ff3333;
}
.widget_bttk_author_bio .author-socicons li a[href*="youtube"]:hover, 
.widget_bttk_description_widget .social-profile li a[href*="youtube"]:hover, 
.widget_bttk_social_links ul li a[href*="youtube"]:hover {
	background: none;
	color: #ff3333;
}
.widget_bttk_author_bio .author-socicons li a[href*="vimeo"], 
.widget_bttk_description_widget .social-profile li a[href*="vimeo"], 
.widget_bttk_social_links ul li a[href*="vimeo"] {
	background: #1ab7ea;
	border-color: #1ab7ea;
}
.widget_bttk_author_bio .author-socicons li a[href*="vimeo"]:hover, 
.widget_bttk_description_widget .social-profile li a[href*="vimeo"]:hover, 
.widget_bttk_social_links ul li a[href*="vimeo"]:hover {
	background: none;
	color: #1ab7ea;
}
.widget_bttk_author_bio .author-socicons li a[href*="dribbble"], 
.widget_bttk_description_widget .social-profile li a[href*="dribbble"], 
.widget_bttk_social_links ul li a[href*="dribbble"] {
	background: #ea4c89;
	border-color: #ea4c89;
}
.widget_bttk_author_bio .author-socicons li a[href*="dribbble"]:hover, 
.widget_bttk_description_widget .social-profile li a[href*="dribbble"]:hover, 
.widget_bttk_social_links ul li a[href*="dribbble"]:hover {
	background: none;
	color: #ea4c89;
}
.widget_bttk_author_bio .author-socicons li a[href*="foursquare"], 
.widget_bttk_description_widget .social-profile li a[href*="foursquare"], 
.widget_bttk_social_links ul li a[href*="foursquare"] {
	background: #0072b1;
	border-color: #0072b1;
}
.widget_bttk_author_bio .author-socicons li a[href*="foursquare"]:hover, 
.widget_bttk_description_widget .social-profile li a[href*="foursquare"]:hover, 
.widget_bttk_social_links ul li a[href*="foursquare"]:hover {
	background: none;
	color: #0072b1;
}
.widget_bttk_author_bio .author-socicons li a[href*="flickr"], 
.widget_bttk_description_widget .social-profile li a[href*="flickr"], 
.widget_bttk_social_links ul li a[href*="flickr"] {
	background: #0063db;
	border-color: #0063db;
}
.widget_bttk_author_bio .author-socicons li a[href*="flickr"]:hover, 
.widget_bttk_description_widget .social-profile li a[href*="flickr"]:hover, 
.widget_bttk_social_links ul li a[href*="flickr"]:hover {
	background: none;
	color: #0063db;
}
.widget_bttk_author_bio .author-socicons li a[href*="reddit"], 
.widget_bttk_description_widget .social-profile li a[href*="reddit"], 
.widget_bttk_social_links ul li a[href*="reddit"] {
	background: #000000;
	border-color: #000000;
}
.widget_bttk_author_bio .author-socicons li a[href*="reddit"]:hover, 
.widget_bttk_description_widget .social-profile li a[href*="reddit"]:hover, 
.widget_bttk_social_links ul li a[href*="reddit"]:hover {
	background: none;
	color: #000000;
}
.widget_bttk_author_bio .author-socicons li a[href*="skype"], 
.widget_bttk_description_widget .social-profile li a[href*="skype"], 
.widget_bttk_social_links ul li a[href*="skype"] {
	background: #26ade3;
	border-color: #26ade3;
}
.widget_bttk_author_bio .author-socicons li a[href*="skype"]:hover, 
.widget_bttk_description_widget .social-profile li a[href*="skype"]:hover, 
.widget_bttk_social_links ul li a[href*="skype"]:hover {
	background: none;
	color: #26ade3;
}
.widget_bttk_author_bio .author-socicons li a[href*="stumbleupon"], 
.widget_bttk_description_widget .social-profile li a[href*="stumbleupon"], 
.widget_bttk_social_links ul li a[href*="stumbleupon"] {
	background: #ea4b24;
	border-color: #ea4b24;
}
.widget_bttk_author_bio .author-socicons li a[href*="stumbleupon"]:hover, 
.widget_bttk_description_widget .social-profile li a[href*="stumbleupon"]:hover, 
.widget_bttk_social_links ul li a[href*="stumbleupon"]:hover {
	background: none;
	color: #ea4b24;
}
.widget_bttk_author_bio .author-socicons li a[href*="tumblr"], 
.widget_bttk_description_widget .social-profile li a[href*="tumblr"], 
.widget_bttk_social_links ul li a[href*="tumblr"] {
	background: #2c4762;
	border-color: #2c4762;
}
.widget_bttk_author_bio .author-socicons li a[href*="tumblr"]:hover, 
.widget_bttk_description_widget .social-profile li a[href*="tumblr"]:hover, 
.widget_bttk_social_links ul li a[href*="tumblr"]:hover {
	background: none;
	color: #2c4762;
}
.widget_bttk_author_bio .author-socicons li a[href*="ok.ru"], 
.widget_bttk_description_widget .social-profile li a[href*="ok.ru"], 
.widget_bttk_social_links ul li a[href*="ok.ru"] {
	background: #f38231;
	border-color: #f38231;
}
.widget_bttk_author_bio .author-socicons li a[href*="ok.ru"]:hover, 
.widget_bttk_description_widget .social-profile li a[href*="ok.ru"]:hover, 
.widget_bttk_social_links ul li a[href*="ok.ru"]:hover {
	background: none;
	color: #f38231;
}
.widget_bttk_author_bio .author-socicons li a[href*="vk"], 
.widget_bttk_description_widget .social-profile li a[href*="vk"], 
.widget_bttk_social_links ul li a[href*="vk"] {
	background: #4e76a1;
	border-color: #4e76a1;
}
.widget_bttk_author_bio .author-socicons li a[href*="vk"]:hover, 
.widget_bttk_description_widget .social-profile li a[href*="vk"]:hover, 
.widget_bttk_social_links ul li a[href*="vk"]:hover {
	background: none;
	color: #4e76a1;
}
.widget_bttk_author_bio .author-socicons li a[href*="xing"], 
.widget_bttk_description_widget .social-profile li a[href*="xing"], 
.widget_bttk_social_links ul li a[href*="xing"] {
	background: #006565;
	border-color: #006565;
}

.widget_bttk_author_bio .author-socicons li a[href*="xing"]:hover, 
.widget_bttk_description_widget .social-profile li a[href*="xing"]:hover, 
.widget_bttk_social_links ul li a[href*="xing"]:hover {
	background: none;
	color: #006565;
}
.widget_bttk_author_bio .author-socicons li a[href*="behance"], 
.widget_bttk_description_widget .social-profile li a[href*="behance"], 
.widget_bttk_social_links ul li a[href*="behance"] {
	background: #053eff;
	border-color: #053eff;
}

.widget_bttk_author_bio .author-socicons li a[href*="behance"]:hover, 
.widget_bttk_description_widget .social-profile li a[href*="behance"]:hover, 
.widget_bttk_social_links ul li a[href*="behance"]:hover {
	background: none;
	color: #053eff;
}

.widget_bttk_author_bio .author-socicons li a svg {
    vertical-align: middle;
}

/*=================================
WIDGET EMAIL NEWSLETTER
=================================*/
.blossomthemes-email-newsletter-wrapper .img-holder {
    width: auto;
    margin-bottom: 20px;
}

.blossomthemes-email-newsletter-wrapper .img-holder img {
	width: auto;
	height: auto;
}

.widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper {
    padding: 60px 30px;
}

.blossomthemes-email-newsletter-wrapper h3 {
    color: inherit;
}

.widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.33em;
    line-height: 1.5;
}

.widget_blossomthemes_email_newsletter_widget .blossomthemes-email-newsletter-wrapper .text-holder span {
    display: block;
    font-size: 0.8888em;
    margin-top: 15px;
    line-height: 1.65;
    letter-spacing: 0.2px;
}

.widget_blossomthemes_email_newsletter_widget form [type="submit"] {
    margin-top: 10px;
    width: 100%;
}

.widget_blossomthemes_email_newsletter_widget form [type="submit"]::after {
    content: "";
    background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="18.479" height="12.689" viewBox="0 0 18.479 12.689"><g transform="translate(0.75 1.061)"><path d="M7820.11-1126.021l5.284,5.284-5.284,5.284" transform="translate(-7808.726 1126.021)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-width="1.5"/><path d="M6558.865-354.415H6542.66" transform="translate(-6542.66 359.699)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-width="1.5"/></g></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 16px;
    height: 10px;
    display: inline-block;
    margin-left: 10px;
}

.widget_blossomthemes_email_newsletter_widget form [type="submit"]:hover::after {
	background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="18.479" height="12.689" viewBox="0 0 18.479 12.689"><g transform="translate(0.75 1.061)"><path d="M7820.11-1126.021l5.284,5.284-5.284,5.284" transform="translate(-7808.726 1126.021)" fill="none" stroke="%232DB68D" stroke-linecap="round" stroke-width="1.5"/><path d="M6558.865-354.415H6542.66" transform="translate(-6542.66 359.699)" fill="none" stroke="%232DB68D" stroke-linecap="round" stroke-width="1.5"/></g></svg>');
}

/*===============================
WIDGET CLIENT LOGO
===============================*/
.widget_blossom_client_logo_widget .blossom-inner-wrap {
    display: flex;
    flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.blossom-inner-wrap .image-holder {
    width: 50%;
    padding: 10px 20px;
    text-align: center;
}

.blossom-inner-wrap .image-holder:not(.black-white) a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.blossom-inner-wrap .image-holder.black-white img {
    -webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	filter: grayscale(1);
}

.blossom-inner-wrap .image-holder.black-white a:hover img {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	filter: grayscale(0);
}

/*===============================
WIDGET TEXT
===============================*/
.widget_text .textwidget {
    font-size: 1em;
    letter-spacing: 0.2px;
}

.widget_text .textwidget p {
    margin-top: 20px;
	margin-bottom: 0;
	/* font-size: 0.89em; */
}

.widget_text .textwidget p:first-child {
	margin-top: 0;
}

/*===============================
WIDGET CTA
===============================*/
.widget_blossomtheme_companion_cta_widget > div {
	padding: 40px 20px;
}

.widget_blossomtheme_companion_cta_widget > div.bttk-cta-bg {
	position: relative;
	z-index: 1;
}

.widget_blossomtheme_companion_cta_widget > div.bttk-cta-bg::before {
	content: "";
	background: rgba(var(--black-color-rgb), 0.5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.right .blossomtheme-cta-container, 
.right .blossomtheme-cta-container .widget-title {
	text-align: right;
}

.centered .blossomtheme-cta-container, 
.centered .blossomtheme-cta-container .widget-title {
	text-align: center;
}

.widget_blossomtheme_companion_cta_widget .widget-title, 
.widget-area .widget_blossomtheme_companion_cta_widget .widget-title {
	background: none;
	padding: 0;
	font-size: 1.3333em;
	letter-spacing: 0;
	text-transform: none;
}

.widget_blossomtheme_companion_cta_widget .bttk-cta-bg .widget-title,
.widget_blossomtheme_companion_cta_widget .bttk-cta-bg .text-holder {
	color: var(--white-color);
}

.widget_blossomtheme_companion_cta_widget .text-holder p {
	margin-top: 0;
	font-size: 0.8888em;
	line-height: 1.5;
}

.widget_blossomtheme_companion_cta_widget .btn-cta {
	display: inline-block;
	font-weight: 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-decoration: none;
	margin: 3px;
}

.widget_blossomtheme_companion_cta_widget .btn-cta + .btn-cta, 
.widget_blossomtheme_companion_cta_widget .btn-cta:hover {
	background: none;
	color: var(--primary-color);
}

.widget_blossomtheme_companion_cta_widget .btn-cta + .btn-cta:hover {
	background: var(--primary-color);
	color: var(--white-color);
}

/*==============================
WIDGET CONTACT SOCIAL LINKS
==============================*/
.bttk-contact-widget-wrap p {
	font-size: 0.8888em;
	margin-top: 0;
	margin-bottom: 25px;
}

.widget_bttk_contact_social_links ul.contact-list li {
	position: relative;
	margin-bottom: 20px;
	padding-left: 30px;
}

.widget_bttk_contact_social_links ul.contact-list li svg {
	position: absolute;
	top: 4px;
	left: 0;
	color: var(--primary-color);
	font-size: 1.1112em;
	font-weight: normal;
}

.widget_bttk_contact_social_links ul.contact-list li svg.fa-phone {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}

.widget_bttk_contact_social_links ul.social-networks {
	margin-top: 30px;
}

.widget_bttk_contact_social_links ul.social-networks li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 1%;
	margin-bottom: 10px;
}

.widget_bttk_contact_social_links ul.social-networks li a {
	width: 40px;
	height: 40px;
	display: inline-block;
	line-height: 40px;
	text-align: center;
	border: 1px solid rgba(var(--font-color-rgb), 0.15);
	color: var(--font-color);
}

.widget_bttk_contact_social_links ul.social-networks li a:hover {
	background: var(--primary-color);
	border-color: var(--primary-color);
	color: var(--white-color);
}

/*=========================
WIDGET CUSTOM CATEGORY
=========================*/
.widget_bttk_custom_categories ul li {
	margin-bottom: 10px;
	background-size: cover !important;
}

.widget_bttk_custom_categories ul li a {
	display: flex;
	flex: 1;
	flex-wrap: wrap;
	align-items: center;
}

.widget_bttk_custom_categories ul li .cat-title {
	font-size: 0.8888em;
	font-weight: 700;
	color: var(--white-color);
	display: flex;
	flex: auto;
	padding: 5px 0 5px 15px;
	letter-spacing: 1px;
}

.widget_bttk_custom_categories ul li .post-count {
	background: rgba(var(--black-color-rgb), 0.5);
	color: var(--white-color);
	font-size: 0.7778em;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 0;
}

.widget_bttk_custom_categories ul li a:hover .post-count {
	background: var(--primary-color);
}

/*=============================
WIDGET FEATURED PAGE
==============================*/
.widget_blossomtheme_featured_page_widget .right {
  text-align: right;
}

.widget_blossomtheme_featured_page_widget .centered {
  text-align: center;
}

.widget_blossomtheme_featured_page_widget .img-holder {
    margin-bottom: 20px;
}

.widget-featured-holder .btn-readmore {
	padding-right: 30px;
	background: none;
    display: inline-block;
    margin-top: 10px;
    font-family: var(--secondary-font);
    font-weight: 600;
    font-style: italic;
    font-size: 0.8888em;
    color: var(--heading-color);
    position: relative;
}

.widget-featured-holder .btn-readmore::after {
    content: "";
    background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="18.479" height="12.689" viewBox="0 0 18.479 12.689"><g transform="translate(0.75 1.061)"><path d="M7820.11-1126.021l5.284,5.284-5.284,5.284" transform="translate(-7808.726 1126.021)" fill="none" stroke="%23374757" stroke-linecap="round" stroke-width="1.5"/><path d="M6558.865-354.415H6542.66" transform="translate(-6542.66 359.699)" fill="none" stroke="%23374757" stroke-linecap="round" stroke-width="1.5"/></g></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 20px;
    height: 12px;
    position: absolute;
    top: 10px;
	right: 20px;
	right: 0;
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
	transition: all ease 0.35s;
}

.widget-featured-holder .btn-readmore:hover::after {
	right: 5px;
}

/*==========================
WIDGET ICON TEXT
==========================*/
.widget_bttk_icon_text_widget .rtc-itw-inner-holder {
	display: flex;
	flex: 1;
	flex-direction: column;
}

.widget_bttk_icon_text_widget .rtc-itw-inner-holder .icon-holder {
	font-size: 3em;
	line-height: 1;
	color: var(--primary-color);
}

.widget_bttk_icon_text_widget .rtc-itw-inner-holder .text-holder {
	order: 2;
	margin-top: 40px;
}

.widget_bttk_icon_text_widget .rtc-itw-inner-holder .widget-title {
	background: none;
}

.widget_bttk_icon_text_widget .text-holder .widget-title {
	padding: 0;
	margin-bottom: 0;
}

.widget_bttk_icon_text_widget .rtc-itw-inner-holder .widget-title span {
	padding-right: 0;
}

.widget_bttk_icon_text_widget .text-holder .widget-title span {
	background: none;
	padding: 0;
}

.widget_bttk_icon_text_widget .text-holder .widget-title:after {
	display: none;
}

.widget_bttk_icon_text_widget .text-holder .btn-readmore {
	display: inline-block;
	color: var(--white-color);
	letter-spacing: 1px;
	background: var(--primary-color);
	border: none;
	padding: 10px 20px;
	text-decoration: none;
}

.widget_bttk_icon_text_widget .text-holder .btn-readmore:hover {
	background: var(--font-color);
	color: var(--white-color);
}

/*===============================
WIDGET POST CATEGORY SLIDER
===============================*/
.widget_bttk_posts_category_slider_widget .item {
  width: 100%;
  height: auto;
  position: relative;
}

.widget_bttk_posts_category_slider_widget .post-thumbnail {
	margin-bottom: 0;
}

.widget_bttk_posts_category_slider_widget .item img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.widget_bttk_posts_category_slider_widget .item .carousel-title {
	background: rgba(var(--primary-color-rgb), 0.1);
  	padding: 20px 10px;
}

.widget_bttk_posts_category_slider_widget .carousel-title .cat-links {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}

.widget_bttk_posts_category_slider_widget .carousel-title a {
	color: var(--font-color);
	display: inline-block;
}

.widget_bttk_posts_category_slider_widget .carousel-title a:hover {
	color: var(--primary-color);
}

.widget_bttk_posts_category_slider_widget .carousel-title .cat-links a::after {
	content: ",";
}

.widget_bttk_posts_category_slider_widget .carousel-title .cat-links a:last-child::after {
	display: none;
}

.widget_bttk_posts_category_slider_widget .carousel-title .title {
	font-size: 1em;
	margin-top: 5px;
  	margin-bottom: 0;
  	-webkit-transform: translateZ(0);
  	-moz-transform: translateZ(0);
  	transform: translateZ(0);
}

.widget_bttk_posts_category_slider_widget .owl-carousel .owl-nav [class*="owl-"] {
	border-radius: 100%;
	background: rgba(var(--black-color-rgb), 0.5);
	left: 10px;
	top: 40%;
	min-height: auto;
}

.widget_bttk_posts_category_slider_widget .owl-carousel .owl-nav .owl-next {
	left: auto;
	right: 10px;
}

.widget_bttk_posts_category_slider_widget .owl-carousel .owl-nav [class*="owl-"]:before {
	display: none;
}

.widget_bttk_posts_category_slider_widget .owl-theme .owl-nav [class*="owl-"]:hover {
	background: var(--primary-color);
}

.widget_bttk_posts_category_slider_widget .owl-carousel .owl-dots {
	position: static;
}

.widget_bttk_posts_category_slider_widget .owl-carousel .owl-dots .owl-dot {
	background: rgba(var(--black-color-rgb), 0.3);
	margin: 3px;
	min-height: auto;
}

.widget_bttk_posts_category_slider_widget .owl-carousel .owl-dots .owl-dot.active, 
.widget_bttk_posts_category_slider_widget .owl-carousel .owl-dots .owl-dot:hover {
	background: var(--black-color);
	border-color: var(--black-color);
}

.widget_bttk_posts_category_slider_widget .owl-theme .owl-dots .owl-dot span, 
.widget_bttk_posts_category_slider_widget .owl-theme .owl-dots .owl-dot:hover span, 
.widget_bttk_posts_category_slider_widget .owl-theme .owl-dots .owl-dot span:hover, 
.widget_bttk_posts_category_slider_widget .owl-theme .owl-dots .owl-dot.active span {
	background: none;
}

/*================================
WIDGET POPULAR & RECENT POST
================================*/
.widget_bttk_popular_post ul li, 
.widget_bttk_pro_recent_post ul li {
    margin-bottom: 30px;
}

.site-footer .widget_bttk_popular_post ul li, 
.site-footer .widget_bttk_pro_recent_post ul li {
    font-size: 1em;
    margin-bottom: 30px;
}

.widget_bttk_popular_post ul.style-one li, 
.widget_bttk_pro_recent_post ul.style-one li {
	padding-left: 0;
	font-weight: initial;
}

.page .widget_bttk_popular_post ul li .post-thumbnail, 
.page .widget_bttk_pro_recent_post ul li .post-thumbnail {
  padding: 0;
}

.widget_bttk_popular_post .style-two li .post-thumbnail, 
.widget_bttk_pro_recent_post .style-two li .post-thumbnail, 
.widget_bttk_popular_post .style-three li .post-thumbnail, 
.widget_bttk_pro_recent_post .style-three li .post-thumbnail {
  height: auto;
}

.widget_bttk_popular_post ul li .entry-header, 
.widget_bttk_pro_recent_post ul li .entry-header {
	display: flex;
	flex: 1;
	flex-wrap: wrap;
	align-items: center;
}

.widget_bttk_popular_post ul.style-three li .entry-header, 
.widget_bttk_pro_recent_post ul.style-three li .entry-header, 
.widget_bttk_popular_post ul.style-two li .entry-header, 
.widget_bttk_pro_recent_post ul.style-two li .entry-header {
	justify-content: center;
}

.widget_bttk_popular_post ul li .entry-header .cat-links, 
.widget_bttk_pro_recent_post ul li .entry-header .cat-links, 
.widget_bttk_popular_post .style-three li .entry-header .cat-links, 
.widget_bttk_popular_post .style-two li .entry-header .cat-links, 
.widget_bttk_pro_recent_post .style-three li .entry-header .cat-links, 
.widget_bttk_pro_recent_post .style-two li .entry-header .cat-links {
	display: inline-block;
	margin-top: 5px;
	font-size: 0.7778em;
}

.widget_bttk_popular_post ul.style-two li .entry-header .cat-links, 
.widget_bttk_pro_recent_post ul.style-two li .entry-header .cat-links {
	order: inherit;
}

.widget_bttk_popular_post ul.style-two li .entry-header .cat-links {
	display: block;
	width: 100%;
}

.widget_bttk_popular_post ul li .entry-header .cat-links a, 
.widget_bttk_pro_recent_post ul li .entry-header .cat-links a {
	color: var(--primary-color);
}

.widget_bttk_popular_post ul li .entry-header .cat-links a:hover, 
.widget_bttk_pro_recent_post ul li .entry-header .cat-links a:hover {
	text-decoration: underline;
}

.widget_bttk_popular_post ul li .entry-header .cat-links a::after, 
.widget_bttk_pro_recent_post ul li .entry-header .cat-links a::after {
	content: ",";
	font-size: 18px;
	line-height: 1;
	margin-right: 5px;
}

.widget_bttk_popular_post ul li .entry-header .cat-links a:last-child::after, 
.widget_bttk_pro_recent_post ul li .entry-header .cat-links a:last-child::after {
	display: none;
}

.widget_bttk_popular_post ul li .entry-header .entry-meta, 
.widget_bttk_pro_recent_post ul li .entry-header .entry-meta {
  /* padding-right: 15px; */
  margin-top: 5px;
  font-size: 0.7778em;
  display: inline-block;
}

.site-footer .widget_bttk_popular_post ul li .entry-header .entry-meta, 
.site-footer .widget_bttk_pro_recent_post ul li .entry-header .entry-meta, 
.site-footer .widget_bttk_popular_post ul li .entry-header .cat-links, 
.site-footer .widget_bttk_pro_recent_post ul li .entry-header .cat-links, 
.site-footer .widget_bttk_popular_post .style-three li .entry-header .cat-links, 
.site-footer .widget_bttk_popular_post .style-two li .entry-header .cat-links, 
.site-footer .widget_bttk_pro_recent_post .style-three li .entry-header .cat-links, 
.site-footer .widget_bttk_pro_recent_post .style-two li .entry-header .cat-links {
	font-size: 0.8888em;
}

.single .site-content .widget .entry-meta {
  margin-top: 0;
}

.single .site-content .widget .entry-meta > span {
  padding-left: 0;
}

.single .site-content .widget .entry-meta > span::before {
  display: none;
}

.widget_bttk_popular_post ul.style-two li .entry-header .entry-meta, 
.widget_bttk_pro_recent_post ul.style-two li .entry-header .entry-meta {
	display: block;
	text-align: center;
	width: 100%;
}

.widget_bttk_popular_post ul li .entry-header .entry-meta a, 
.widget_bttk_pro_recent_post ul li .entry-header .entry-meta a {
	color: rgba(var(--black-color-rgb), 0.7);
}

.widget_bttk_popular_post ul li .entry-header .entry-meta a:hover, 
.widget_bttk_pro_recent_post ul li .entry-header .entry-meta a:hover {
	color: var(--primary-color);
	text-decoration: underline;
}

.widget_bttk_popular_post ul li .entry-header .entry-title, 
.widget_bttk_pro_recent_post ul li .entry-header .entry-title {
	width: 100%;
	font-size: 0.8888em;
	line-height: 1.6;
}

.widget_bttk_popular_post ul.style-two li .entry-header .entry-title, 
.widget_bttk_pro_recent_post ul.style-two li .entry-header .entry-title {
	order: inherit;
}

/*===========================
WIDGET SOCIAL LINKS
===========================*/
.widget_bttk_social_links ul {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.widget_bttk_social_links ul li, 
.widget-area .widget_bttk_social_links ul li, 
.site-footer .widget_bttk_social_links ul li {
  margin-right: 25px;
  margin-bottom: 25px;
  padding: 0;
  font-size: 1.1112em;
}

.widget_bttk_social_links ul li:last-child {
  margin-bottom: 25px;
}

.widget_bttk_social_links ul li a {
  background: var(--primary-color);
  color: var(--white-color);
  border-radius: 100%;
  width: 43px;
  height: 43px;
  line-height: 43px;
  border: 1px solid var(--primary-color);
}

.widget_bttk_social_links ul li a:hover {
  background: none;
  color: var(--primary-color);
}

/*============================
WIDGET STAT COUNTER
============================*/
.widget_blossomthemes_stat_counter_widget .blossomthemes-sc-holder {
	position: relative;
  padding-left: 70px;
  display: flex;
  flex-direction: column-reverse;
}

.widget_blossomthemes_stat_counter_widget .widget-title, 
.widget-area .widget_blossomthemes_stat_counter_widget .widget-title {
	background: none;
  padding: 0;
  font-size: 1.112em;
  margin-bottom: 0;
  text-align: left;
}

.widget-area .widget_blossomthemes_stat_counter_widget .widget-title::before {
  display: none;
}

.widget_blossomthemes_stat_counter_widget .blossomthemes-sc-holder .icon-holder {
	font-size: 3em;
	position: absolute;
	top: 5px;
	left: 0;
	line-height: 1;
	color: var(--primary-color);
}

.widget_blossomthemes_stat_counter_widget .blossomthemes-sc-holder .hs-counter {
	font-size: 2.6665em;
	font-weight: 700;
	line-height: 1;
}

/*==========================
WIDGET TEAM
==========================*/
.widget_bttk_description_widget .bttk-team-holder-modal {
	display: none !important;
}

.widget_bttk_description_widget .bttk-team-inner-holder {
	text-align: center;
}

.widget_bttk_description_widget .image-holder {
	margin-bottom: 30px;
}

.widget_bttk_description_widget .name {
	display: block;
	font-weight: 700;
	line-height: 1.5;
}

.widget_bttk_description_widget .designation {
	display: block;
	font-size: 0.89em;
	color: rgba(var(--black-color-rgb), 0.6);
	margin-top: 0;
}

.widget_bttk_description_widget .description {
	margin-top: 15px;
}

.widget_bttk_description_widget .description p {
	margin-top: 0;
	margin-bottom: 20px;
}

.widget_bttk_description_widget .description p:last-child {
	margin-bottom: 0;
}

.widget_bttk_description_widget .social-profile {
	margin-top: 20px;
	display: flex;
	flex: 1;
	flex-wrap: wrap;
	justify-content: center;
}

.widget_bttk_description_widget .social-profile li {
	margin-right: 5px;
	margin-bottom: 0;
	margin-top: 5px;
	padding-bottom: 0;
	border-bottom: none;
}

.widget_bttk_description_widget .social-profile li a {
	display: inline-block;
	width: 40px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background: var(--primary-color);
	border: 1px solid var(--primary-color);
	border-radius: 100%;
	color: var(--white-color);
}

.widget_bttk_description_widget .social-profile li a:hover {
	background: none;
	color: var(--primary-color);
}

/*=============================
WIDGET TESTIMONIAL
=============================*/
.widget_bttk_testimonial_widget .bttk-testimonial-holder {
	padding-top: 40px;
}

.widget_bttk_testimonial_widget .bttk-testimonial-inner-holder {
	border: 3px solid rgba(var(--font-color-rgb), 0.05);
	border-radius: 5px;
	text-align: center;
	padding: 50px 20px 20px 20px;
	position: relative;
}

.widget_bttk_testimonial_widget .img-holder {
	width: 70px;
	border-radius: 5px;
	overflow: hidden;
	position: absolute;
	top: -40px;
	left: 0;
	border: 2px solid rgba(var(--font-color-rgb), 0.05);
	padding: 4px;
	background: var(--white-color);
	right: 0;
	margin: 0 auto;
}

.widget_bttk_testimonial_widget .img-holder img {
	border-radius: 3px;
}

.widget_bttk_testimonial_widget .bttk-testimonial-inner-holder .name {
	display: block;
	font-weight: 700;
	line-height: 1.4;
}

.widget_bttk_testimonial_widget .bttk-testimonial-inner-holder .designation {
	font-size: 0.7778em;
	color: rgba(var(--black-color-rgb), 0.6);
}

.widget_bttk_testimonial_widget .testimonial-content {
	margin-top: 15px;
}

.widget_bttk_testimonial_widget .testimonial-content p {
	margin-top: 0;
	margin-bottom: 20px;
}

.widget_bttk_testimonial_widget .testimonial-content p:last-child {
	margin-bottom: 0;
}

/*===============================
WIDGET INSTAGRAM 
===============================*/
.widget_btif_instagram_widget .profile-link {
	display: block;
	margin-top: 10px;
	text-align: center;
	background: var(--font-color);
	border: 1px solid var(--font-color);
	color: var(--white-color);
	font-size: 0.89em;
	padding: 10px;
	text-decoration: none;
	line-height: 1.5;
}

.widget_btif_instagram_widget .profile-link:hover {
	background: none;
	color: var(--font-color);
}

.widget_btif_instagram_widget .profile-link .insta-icon {
  display: inline-block;
  line-height: 1;
  margin-right: 10px;
  padding-top: 5px;
}

.widget_btif_instagram_widget ul li .instagram-meta .fa-comment {
  float: none;
}

/*============================
WIDGET CALENDAR
============================*/
.widget_calendar table {
  margin: 0;
}

.widget_calendar table caption {
  	background: var(--primary-color);
	color: var(--white-color);
}

.widget_calendar table tr th,
.widget_calendar table tr td {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.5;
}

.widget_calendar table tr td {
  font-weight: 400;
}

.widget_calendar table tbody tr td#today {
  background: rgba(var(--primary-color-rgb), 0.15);
}

.widget_calendar table tr td a {
  display: block;
}

.widget_calendar table tr td a:hover {
  text-decoration: none;
  color: var(--font-color);
}

.widget_calendar .wp-calendar-nav {
  border-top: 1px solid rgba(var(--primary-color-rgb), 0.1);
}

.calendar_wrap .wp-calendar-nav-next {
  float: right;
}

/*==========================
WIDGET SEARCH 
=========================*/
.widget_search form {
  	border: 1px solid rgba(var(--primary-color-rgb), 0.1);
}

.widget_search form .search-field {
    border: none;
    font-size: 0.7778em;
    letter-spacing: 0.2px;
}

.widget_search form .search-submit {
    background-color: var(--primary-color);
    background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="21.863" height="22" viewBox="0 0 21.863 22"><path d="M24.863,1170.255l-2.045,2.045L18,1167.482v-1.091l-.409-.409a8.674,8.674,0,0,1-5.727,2.046,8.235,8.235,0,0,1-6.273-2.591A8.993,8.993,0,0,1,3,1159.164a8.235,8.235,0,0,1,2.591-6.273,8.993,8.993,0,0,1,6.273-2.591,8.441,8.441,0,0,1,6.273,2.591,8.993,8.993,0,0,1,2.591,6.273,8.675,8.675,0,0,1-2.045,5.727l.409.409h.955ZM7.5,1163.664a5.76,5.76,0,0,0,4.364,1.773,5.969,5.969,0,0,0,4.364-1.773,6.257,6.257,0,0,0,0-8.727,5.76,5.76,0,0,0-4.364-1.773,5.969,5.969,0,0,0-4.364,1.773,5.76,5.76,0,0,0-1.773,4.364A6.308,6.308,0,0,0,7.5,1163.664Z" transform="translate(-3 -1150.3)" fill="%23fff"/></svg>');
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center;
}

.widget_search form .search-submit:hover, 
.widget_search form .search-submit:focus {
	background-color: rgba(var(--primary-color-rgb), 0.75);
    background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="21.863" height="22" viewBox="0 0 21.863 22"><path d="M24.863,1170.255l-2.045,2.045L18,1167.482v-1.091l-.409-.409a8.674,8.674,0,0,1-5.727,2.046,8.235,8.235,0,0,1-6.273-2.591A8.993,8.993,0,0,1,3,1159.164a8.235,8.235,0,0,1,2.591-6.273,8.993,8.993,0,0,1,6.273-2.591,8.441,8.441,0,0,1,6.273,2.591,8.993,8.993,0,0,1,2.591,6.273,8.675,8.675,0,0,1-2.045,5.727l.409.409h.955ZM7.5,1163.664a5.76,5.76,0,0,0,4.364,1.773,5.969,5.969,0,0,0,4.364-1.773,6.257,6.257,0,0,0,0-8.727,5.76,5.76,0,0,0-4.364-1.773,5.969,5.969,0,0,0-4.364,1.773,5.76,5.76,0,0,0-1.773,4.364A6.308,6.308,0,0,0,7.5,1163.664Z" transform="translate(-3 -1150.3)" fill="%23fff"/></svg>');
    background-size: 18px;
}

/*============================
WIDGET TAG CLOUD
============================*/
.tagcloud a {
    display: inline-block;
    padding: 5px 10px;
    color: var(--heading-color);
    text-decoration: none;
    border: 1px solid rgba(var(--primary-color-rgb), 0.25);
    border-radius: 50px;
    font-size: 0.6666em !important;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    line-height: 1.3;
    vertical-align: middle;
    margin: 0 5px 10px 0;
}

.tagcloud a:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

/*===============================
DELICIOUS PLUGINS CSS
===============================*/
.dr-archive-all-categories .dr-title {
    font-family: var(--secondary-font);
    font-size: 1em;
    font-weight: 600;
    color: var(--heading-color);
}

.dr-instructions ol li img {
    padding-top: 0;
}

.post-type-archive-recipe .site-content > .container {
    overflow: hidden;
}

.post-type-archive-recipe.rightsidebar .site-content .recipe-archive {
    width: calc(100% - 350px);
    float: left;
    margin-top: 80px;
    padding-right: 100px;
}

.post-type-archive-recipe.leftsidebar .site-content .recipe-archive {
    width: calc(100% - 350px);
    float: right;
    margin-top: 80px;
    padding-left: 100px;
}

body[class*="page-template-recipe-"] .site-content > .page-header, 
body[class*="page-template-recipe-"] .site-content > .page-header .page-title, 
body[class*="page-template-recipe-"] .site-content > .page-header .entry-title {
    margin-bottom: 0;
}

body[class*="page-template-recipe-"] .site-content > .page-header .entry-title {
    margin-bottom: 0;
}

.single-recipe.single-recipe-one #primary, 
.single-recipe.single-recipe-one #secondary, 
body[class*="page-template-recipe-"] #primary, 
body[class*="page-template-recipe-"] #secondary {
    margin-top: 60px;
}

.dr-advance-search .advance-search-options #dr-recipes-clear-filters, 
.dr-archive-single a {
    text-decoration: none;
}

.dr-advance-search .navigation.pagination {
    margin-top: 20px;
    padding-top: 30px;
}

.dr-advance-search .pagination .nav-links {
    text-align: left;
}

.advance-search-options .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal !important;
}

.advance-search-field .select2-container--default .select2-selection--multiple .select2-selection__rendered, 
.advance-search-field .select2-container--default .select2-selection--single .select2-selection__rendered, 
.select2-results__options li {
    font-size: 1em;
}

.single-recipe-one .site-main article .dr-entry-content {
    position: relative;
}

#primary .entry-content .dr-entry-content .dr-title, 
#primary .entry-content .author-block .author-name, 
.entry-content .post-navigation article h3.dr-recipe-title, 
.single-recipe .dr-entry-title, 
#primary .single-recipe .dr-entry-title {
    font-family: var(--dr-secondary-font);
}

.single-recipe .comment-body .comment-metadata {
    font-size: 0.7778em;
}

.dr-title-wrap .dr-entry-meta .dr-category {
    flex-wrap: wrap;
}

.single-recipe .site-main article .post-share {
    display: flex;
    flex-direction: column-reverse;
}

.single-recipe .site-main article .social-networks {
    display: block !important;
    height: auto !important;
}

.single-recipe-one .site-main .dr-entry-content .floated-meta li {
    padding: 0;
}

.single-recipe-one .site-main .dr-entry-content .floated-meta li::before {
    display: none;
}

.widget.dr-popular-tags ul li {
    display: inline-block;
    font-size: 1em;
}

.dr-most-popular-rcp .dr-mst-pop-details .dr-mst-pop-title {
    font-size: 1em;
    line-height: 1.5;
    margin-bottom: 10px;
}

.dr-favorite-recipe .dr-fav-recipe-title {
    line-height: 1.5;
}

.widget .dr-favorite-recipe li {
    margin-bottom: 30px;
}

/* .dr-mst-pop-time svg {
    margin-bottom: -6px;
} */

.single-recipe .dr-entry-header .dr-entry-meta > span {
    font-family: var(--secondary-font);
    font-size: 0.8888em;
    margin-bottom: 10px;
}

.single-recipe .dr-entry-header .dr-entry-meta > span:not(:last-child) {
    margin-right: 30px;
}

.single-recipe .dr-entry-header .dr-entry-meta .dr-byline .fn {
    font-size: 1em;
    color: var(--font-color);
}

.single-recipe .dr-entry-header .dr-entry-meta .dr-byline .fn:hover {
    color: var(--primary-color);
}

.single-recipe .dr-entry-header .dr-entry-meta > span.dr-posted-on .icon, 
.single-recipe .dr-entry-header .dr-entry-meta > span.dr-comment .icon {
    fill: rgba(var(--font-color-rgb), 0.7);
}

.widget ul li.dr-mst-pop-wrap {
    display: flex;
}

.widget.dr-categories ul {
    margin-left: -15px;
    margin-right: -15px;
}

.widget.dr-categories ul li {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.dr-nav-links .dr-page-numbers, 
.dr-feature-image .view-gallery-btn, 
.dr-buttons .dr-btn-link, 
.single-recipe .dr-entry-header .dr-entry-meta > span a {
	text-decoration: none;
}

.site-main .dr-archive-list-wrapper article .entry-meta > span img {
    vertical-align: -16px;
}

.dr-archive-list-wrapper article .post-rating .meta-text {
    vertical-align: middle;
    display: inline-block;
}

.floated-meta svg {
	-webkit-transform: translateY(2px);
	-moz-transform: translateY(2px);
	transform: translateY(2px);
}

.dr-archive-pagination .dr-navigation.pagination {
    margin-top: 60px;
}

body:not(.home) .site-header {
    border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.1);
}

.dr-title-wrap .dr-entry-meta .fn:hover, 
.dr-summary-holder .dr-title-wrap .dr-entry-meta .dr-category a:hover, 
.dr-byline .fn:hover {
    color: var(--primary-color);
}

.single-recipe .dr-buttons .dr-btn-link[href="#dr-recipe-meta-main"] svg {
    margin-right: 0;
    margin-left: 10px;
}

.single-recipe #primary .site-main .entry-content .dr-entry-title {
    font-size: 2.22em;
    margin-top: 0;
    line-height: 1.5;
    margin-bottom: 0.5em;
}

.single .site-main > article, 
.page .site-main > article {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    display: block;
    position: relative;
}

.single-recipe .site-main article .entry-content {
    margin-top: 0;
}

.single .site-main > article .floated-meta {
    bottom: auto;
    top: 0;
    left: 0;
}

.post-navigation a {
    text-decoration: none;
}

.post-navigation .nav-previous article .dr-recipe-meta > span {
    margin-right: 10px;
}

.post-navigation article .dr-category > span {
    width: 30px;
    height: 30px;
}

.dr-tags a {
    padding-top: 5px;
    text-decoration: none;
}

#primary .dr-nutrition-facts .dr-title-wrap .dr-title {
    margin-bottom: 0;
    color: var(--white-color);
}

.single-recipe .author-block .author-desc {
    background: none;
    display: block;
    padding: 45px 0 0 0;
}

.author-block .author-img {
	margin-left: auto;
	margin-right: auto;
}

.site-main .post-navigation article {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.post-navigation article h3.dr-recipe-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1em;
    font-weight: 600;
    line-height: 1.5;
    color: var(--font-color);
}

.dr-summary-holder .dr-keywords {
    font-size: 0.89em;
}

.dr-summary-holder .dr-keywords .dr-meta-title {
    font-style: italic;
}

.widget-area .widget[class*="widget_delicious_"] ul li, 
.widget-area .widget.dr-categories ul li, 
.widget-area .widget.dr-recipe-keys ul li {
    font-size: 1em;
}

.widget.dr-categories ul li {
    margin-bottom: 45px;
}

.widget.dr-categories + .widget {
    margin-top: 0;
}

.dr-popular-tags ul li a {
    line-height: 1.5;
}

.dr-archive-recipe-ingrd .dr-title {
    font-size: 1.11em;
    font-family: var(--secondary-font);
    color: var(--heading-color);
    font-weight: 600;
    margin-bottom: 20px;
}

.dr-archive-recipe-ingrd ul {
    margin: 0;
    padding: 0;
}

.dr-archive-recipe-ingrd ul li a {
    font-family: var(--secondary-font);
    letter-spacing: 0.5px;
    font-style: italic;
    font-size: 0.72em;
    color: var(--heading-color);
    text-decoration: none;
}

.dr-nav-links .dr-page-numbers {
    font-family: var(--secondary-font);
}

.dr-nav-links .dr-page-numbers.prev, 
.dr-nav-links .dr-page-numbers.next {
    font-style: italic;
}

.dr-title-alpha {
    font-family: var(--secondary-font);
}

.recipe-archive a {
    text-decoration: none;
}

.dr-archive-recipe-by-alph ul {
    margin: 0;
    padding: 0 0 0 1.3em;
}

.widget.dr-categories, 
.widget.dr-recipe-keys {
    overflow: hidden;
}

.dr-buttons .dr-btn-link {
    font-family: var(--secondary-font);
}

.dr-buttons .dr-btn-link.dr-btn2 svg {
    width: 22px;
    height: 24px;
}

.single-recipe .site-main article .post-share + .cookery_ajax_like {
    border-top: 1px dotted var(--heading-color);
    padding-top: 20px;
    margin-top: 10px;
}

.dr-summary-holder .dr-recipe-summary-inner .dr-title-wrap .dr-title, 
#primary .dr-summary-holder .dr-recipe-summary-inner .dr-title-wrap .dr-title {
    font-size: 1.67em;
    font-weight: 400;
    line-height: 1.33;
    color: var(--heading-color);
}

.dr-title-wrap .dr-rating {
    font-family: var(--secondary-font);
    margin-bottom: 10px;
    font-weight: 400;
    color: var(--heading-color);
    line-height: 1.5;
}

.dr-title-wrap .dr-entry-meta > span, 
.dr-extra-meta .dr-sim-metaa {
    font-family: var(--secondary-font);
}

.dr-title-wrap .dr-entry-meta > span .dr-meta-title {
    color: rgba(var(--font-color-rgb), 0.75);
}

.single-recipe .dr-post-summary .dr-extra-meta .dr-sim-metaa.dr-cook-time > span:not(.dr-meta-title) {
    padding-left: 0;
    padding-right: 20px;
}

.dr-recipe-share .dr-title, 
#primary .dr-recipe-share .dr-title {
    font-weight: 600;
}

.dr-entry-meta > span, 
.dr-mst-pop-meta > span, 
.dr-recipe-post-wrap .dr-block-wrapper .dr-button-holder a, 
.post-navigation article .dr-recipe-meta > span {
    font-family: var(--secondary-font);
}

.dr-archive-list-gridwrap .dr-archive-pagination {
    width: 100%;
}

/*==============================
SINGLE POST COMMON CSS
===============================*/
.single .site-content > .newsletter {
    margin-top: 0;
}

.single .dr-entry-header .dr-category {
    margin-bottom: 10px;
}

.single .dr-entry-header .dr-category a {
    width: auto;
    height: auto;
    display: inline-block;
    background: none;
    font-size: 0.722222em;
    letter-spacing: 0.6px;
    font-family: var(--primary-font);
    color: rgba(var(--black-color-rgb), 0.7);
    border: 1px solid rgba(var(--primary-color-rgb), 0.25);
    border-radius: 40px;
    padding: 7px 15px 5px;
    line-height: 1.3;
    margin-bottom: 5px;
    margin-right: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.single .dr-entry-header .dr-category a:hover {
    background: var(--primary-color);
    color: var(--white-color);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.single-recipe .dr-entry-header .dr-entry-meta {
    margin-bottom: 10px;
}

.single .dr-entry-header .dr-entry-meta > span.dr-comment a {
    color: var(--secondary-color);
}

.single .dr-entry-header .dr-entry-meta > span.dr-comment a:hover {
    color: var(--primary-color);
}

.single .dr-entry-header .dr-entry-meta > span.dr-rating a {
    color: var(--font-color);
}

.single .dr-entry-header .dr-entry-meta > span.dr-rating a:hover {
    color: var(--primary-color);
}

.single .site-content > .newsletter .blossomthemes-email-newsletter-wrapper {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
}

.single .site-content > .newsletter .blossomthemes-email-newsletter-wrapper .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.single .site-content > .newsletter .blossomthemes-email-newsletter-wrapper .text-holder {
    max-width: 100%;
    margin: 0;
    padding-right: 40px;
    flex: 1 1 43.43%;
}

.single .site-content > .newsletter .blossomthemes-email-newsletter-wrapper .text-holder h3 {
    font-size: 1.33em;
    font-weight: 600;
    line-height: 1.3;
}

.single .site-content > .newsletter .blossomthemes-email-newsletter-wrapper .text-holder span {
    font-size: 0.89em;
    margin-top: 10px;
    line-height: 1.5;
}

.single .site-content > .newsletter .blossomthemes-email-newsletter-wrapper form {
    max-width: 100%;
    margin: 0;
    flex: 1 1 56.57%;
}

.single .site-content > .newsletter .blossomthemes-email-newsletter-wrapper form input[type="text"] {
    margin-right: 15px;
    height: 45px;
    font-size: 0.78em;
}

.single .site-content > .newsletter .blossomthemes-email-newsletter-wrapper form .subscribe-inner-wrap {
    justify-content: flex-start;
}

.single .site-content > .newsletter .blossomthemes-email-newsletter-wrapper form [type="submit"] {
    min-height: 45px;
}

/*======================================
ELEMENTOR PAGE TEMPLATE STYLING
======================================*/
.elementor-page.full-width .site-content > .container, 
.elementor-page.fullwidth-centered .site-content > .container {
    max-width: 100%;
    padding: 0;
}

.elementor-widget-text-editor p {
    margin-top: 1em;
    margin-bottom: 0;
}

.elementor-widget-text-editor p:first-child {
    margin-top: 0;
}

.elementor-widget-shortcode p {
    margin-top: 20px;
    margin-bottom: 0;
}

.elementor-widget-shortcode input[type="text"], 
.elementor-widget-shortcode input[type="email"], 
.elementor-widget-shortcode input[type="url"], 
.elementor-widget-shortcode input[type="password"], 
.elementor-widget-shortcode input[type="search"], 
.elementor-widget-shortcode input[type="number"], 
.elementor-widget-shortcode input[type="tel"], 
.elementor-widget-shortcode input[type="range"], 
.elementor-widget-shortcode input[type="date"], 
.elementor-widget-shortcode input[type="month"], 
.elementor-widget-shortcode input[type="week"], 
.elementor-widget-shortcode input[type="time"], 
.elementor-widget-shortcode input[type="datetime"], 
.elementor-widget-shortcode input[type="datetime-local"], 
.elementor-widget-shortcode input[type="color"], 
.elementor-widget-shortcode textarea, 
.elementor-widget-shortcode select {
    background-color: rgba(var(--primary-color-rgb), 0.05);
    border-color: rgba(var(--secondary-color-rgb), 0.06);
    font-size: 0.78em;
    letter-spacing: 0.2px;
    color: var(--font-color);
}

.elementor-widget-toggle .elementor-tab-title .elementor-toggle-icon {
    margin-top: 5px;
}

.elementor-widget-toggle .elementor-tab-content p {
    margin-top: 0;
    margin-bottom: 20px;
}

.blossomthemes-email-newsletter-wrapper form {
    display: flex;
    flex-wrap: wrap;
}

.elementor-template-full-width .site-content > .container {
    max-width: 100%;
    padding: 0;
}

/*======================================
RESPONSIVE STYLESHEET
======================================*/
@media screen and (max-width: 1480px) {
	/*====================================
	CLIENT SECTION
	====================================*/
	.client-section::after {
		width: 260px;
		height: 140px;
	}

	/*=====================================
	FOOTER NEWSLETTER SECTION
	=====================================*/
	section.footer-newsletter-section::after {
		width: 130px;
		height: 200px;
    }
    
    /*====================================
    SINGLE POST COMMON CSS
    ====================================*/
    .single .site-main article .content-wrap .floated-meta {
        left: -60px;
    }
}

@media screen and (max-width: 1366px) {
	/*=====================================
	STATIC BANNER STYLE ONE
	=====================================*/
	.static-cta.style-one .item {
		padding-left: 5%;
    }
    
    .static-cta.style-one .item.left {
        padding-right: 5%;
    }

	.static-cta.style-one .item .item-img {
		top: 100px;
	}
	
	.static-cta .item .item-title {
		font-size: 2.67em;
	}
    
    /*================================
    ABOUT SECTION
    ================================*/
    .about-section .widget-featured-holder .text-holder {
        padding: 60px 5% 60px 3%;
    }

    .about-section .widget-featured-holder .img-holder + .text-holder {
        margin-left: 20px;
        width: calc(50% - 20px);
    }

    .about-section .widget-featured-holder .featured_page_content {
        font-size: 1em;
        margin-top: 20px;
    }

    .about-section .widget-featured-holder .btn-readmore {
        margin-top: 20px;
    }

	/*====================================
	FEATURED RECIPE SECTION STYLE ONE
	====================================*/
	.featured-recipe-section.style-one .section-block .block-content {
		padding-left: 40px;
		padding-right: 40px;
	}

	.featured-recipe-section.style-one .block-content .block-title {
		font-size: 1.33em;
	}

	.featured-recipe-section .owl-carousel .owl-nav [class*="owl-"], 
	.featured-recipe-section .owl-carousel .owl-nav button[class*="owl-"] {
		left: 5px;
		width: 35px;
		height: 35px;
		line-height: 35px;
	}

	.featured-recipe-section .owl-carousel .owl-nav .owl-next, 
	.featured-recipe-section .owl-carousel .owl-nav button.owl-next {
		left: auto;
		right: 5px;
	}
    
    /*================================
    SINGLE POST COMMON CSS
    ================================*/
    .single .site-main article .content-wrap .floated-meta {
        left: -40px;
    }
	
}

@media screen and (max-width: 1330px) {
    /*================================
    SINGLE POST COMMON CSS
    ================================*/
    .single .site-main article .content-wrap .floated-meta {
        left: -20px;
    }

    .single .site-main article .content-wrap .floated-meta + .entry-content, 
    .single .site-main article .content-wrap .floated-meta ~ .entry-footer {
        padding-left: 15px;
    }

    /*============================
	LIST WITH FIRST LG
	============================*/
    .list-with-first-lg .site-main article:first-child .content-wrap .floated-meta {
		left: -25px;
    }
    
    /*=============================
	SINGLE RECIPE STYLE ONE 
    ===============================*/
    .single-recipe-one .site-main article .dr-entry-content .floated-meta {
        left: 0;
    }
    
    .single-recipe-one .site-main article .dr-entry-content {
        padding-left: 35px;
    }
}

@media screen and (max-width: 1270px) {
	.container, 
    .woocommerce-page.archive .site-content > .page-header .container, 
    .archive .site-content > .page-header .container {
		max-width: 1170px;
	}

	.custom-background .site {
		max-width: 95%;
    }

	/*============================
	LIST WITH FIRST LG
	============================*/
	.list-with-first-lg .site-main article:first-child .content-wrap .floated-meta {
		left: -30px;
	}

    /*==============================
    SINGLE POST COMMON CSS
    ==============================*/
    .single .site-main article .content-wrap .floated-meta {
        left: 0;
    }
    .single .site-main article .content-wrap .floated-meta + .entry-content, 
    .single .site-main article .content-wrap .floated-meta ~ .entry-footer {
        padding-left: 40px;
    }

    .single .dr-entry-header .dr-buttons {
        flex-wrap: wrap;
    }

}

@media screen and (max-width: 1250px) {
    /*================================
	PROMO SECTION
	================================*/
	.promo-section .owl-carousel .owl-nav .owl-prev, 
	.promo-section .owl-carousel .owl-nav button.owl-prev {
		left: 0;
	}

	.promo-section .owl-carousel .owl-nav .owl-next, 
	.promo-section .owl-carousel .owl-nav button.owl-next {
		right: 0;
	}

	/*==============================
	LIST WITH FIRST LG
	==============================*/
	.list-with-first-lg .site-main article:first-child .post-thumbnail + .content-wrap {
		padding-left: 35px;
	}

	.custom-background .site-main article .floated-meta, 
	.custom-background.list-with-first-lg .site-main article:first-child .floated-meta, 
    .list-with-first-lg .site-main article:first-child .content-wrap .floated-meta {
		left: 0;
    }

    .newsletter .blossomthemes-email-newsletter-wrapper {
        padding-left: 3%;
        padding-right: 3%;
    }
}

@media screen and (max-width: 1199px) {
	.container, 
    .woocommerce-page.archive .site-content > .page-header .container, 
    .archive .site-content > .page-header .container {
		max-width: 1000px;
	}

	/*================================
	SIDEBARS
	===============================*/
	.rightsidebar #primary {
		width: calc(100% - 320px);
		padding-right: 60px;
	}

	.rightsidebar #secondary, 
	.leftsidebar #secondary {
		width: 320px;
	}

	.leftsidebar #primary {
		width: calc(100% - 320px);
		padding-left: 60px;
    }

	/*=====================================
	STATIC BANNER STYLE ONE
	=====================================*/
	.static-cta.style-one .item {
		width: 98%;
	}

	.static-cta .item .item-title {
		font-size: 2em;
	}

	/*==============================
	ABOUT SECTION
	==============================*/
	.about-section .widget-featured-holder .img-holder img {
		width: auto;
		height: auto;
	}

	.about-section .widget-featured-holder .img-holder + .text-holder {
		margin-left: 20px;
		width: calc(50% - 20px);
	}

	.about-section .widget_blossomtheme_featured_page_widget .right .img-holder + .text-holder {
		margin-right: 20px;
	}

	.about-section .widget-featured-holder .text-holder {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	/*=================================
	ARCHIVE AND SEARCH PAGE
	==================================*/
	.archive.author .site-content > .page-header .container {
		max-width: 1000px;
	}

	/*=====================================
	FOOTER NEWSLETTER SECTION
	=====================================*/
	section.footer-newsletter-section::after {
		width: 90px;
		height: 140px;
    }

    /*================================
    SINGLE POST COMMON CSS
    ================================*/
    .single .site-content > .newsletter .blossomthemes-email-newsletter-wrapper .text-holder {
        flex: 1 1 40%;
    }

    .single .site-content > .newsletter .blossomthemes-email-newsletter-wrapper form {
        flex: 1 1 60%;
    }

    /*===============================
    DELICIOUS PLUGINS CSS
    ===============================*/
    .post-type-archive-recipe.rightsidebar .site-content .recipe-archive {
        width: calc(100% - 320px);
        padding-right: 60px;
    }

    .post-type-archive-recipe.leftsidebar .site-content .recipe-archive {
        width: calc(100% - 320px);
        padding-left: 60px;
    }
	
}

@media screen and (min-width: 1025px) {
	.main-navigation > div, 
	.main-navigation ul .sub-menu {
		display: block !important;
	}

	.main-navigation ul .sub-menu {
		height: auto !important;
	}

	.main-navigation .toggle-btn, 
	.mobile-header {
		display: none;
    }
}

@media screen and (max-width: 1024px) {
	.container, 
    .woocommerce-page.archive .site-content > .page-header .container, 
    .archive .site-content > .page-header .container {
		max-width: 768px;
		padding: 0 15px;
	}

	/*================================
	SIDEBARS
	===============================*/
	.rightsidebar #primary {
		float: none;
		width: 100%;
		padding-right: 0;
	}

	.rightsidebar #secondary {
		float: none;
		width: 100%;
	}

	.leftsidebar #primary {
		float: none;
		width: 100%;
		padding-left: 0;
	}

	.leftsidebar #secondary {
		float: none;
		width: 100%;
	}

	/*=============================
	ADDITIONAL POST
	=============================*/
	.additional-post .section-grid {
		margin-left: -15px;
		margin-right: -15px;
	}

	.additional-post article {
		margin-left: 15px;
		margin-right: 15px;
		width: calc(33.33% - 30px);
	}

	/*================================
	MOBILE HEADER
	=================================*/
	.mobile-header {
		padding: 15px 0;
		border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.1);
	}

	.mobile-header.sticky-enabled {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 9999;
		background: var(--white-color);
    }
    
    .admin-bar .mobile-header.sticky-enabled {
        top: 32px;
    }

	.mobile-header .container {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.mobile-header .site-branding {
		padding-right: 10px;
        flex: 1;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
	}

	.mobile-header .site-branding:not(.has-image-text) .site-title-wrap {
		text-align: left;
    }
    
    .mobile-header .site-branding .site-logo + .site-title-wrap {
        padding-left: 10px;
    }

	.mobile-header .site-branding .site-title {
		font-size: 1.33em;
	}

	.mbl-header-right {
		display: flex;
		flex-wrap: wrap;
        align-items: center;
        position: relative;
	}
	
	.mobile-header .toggle-btn {
		padding: 0;
		border: none;
		width: 35px;
		height: 35px;
		min-height: auto;
		background: none;
		position: relative;
		color: inherit;
	}

	.mobile-header .toggle-btn .toggle-bar {
		background: var(--font-color);
		width: 20px;
		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;
	}

	.mobile-header .toggle-btn .toggle-bar:first-child {
		top: -12px;
	}

	.mobile-header .toggle-btn .toggle-bar:last-child {
		bottom: -12px;
	}

	.mobile-header .toggle-btn:hover .toggle-bar {
		background: var(--primary-color);
    }

    .mobile-header .toggle-btn.active {
        display: none;
    }
    
    .primary-menu-list {
        order: -1;
    }
    
    .primary-menu-list .close {
        position: relative;
        top: -2px;
        width: 35px;
        height: 35px;
        min-height: auto;
        background: none;
        border: none;
        color: inherit;
        display: none;
    }

    .primary-menu-list.active .close {
        display: block;
    }

    .primary-menu-list .close::before, 
    .primary-menu-list .close::after {
        content: "";
        background: rgba(var(--black-color-rgb), 0.7);
        width: 20px;
        height: 2px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .primary-menu-list .close::after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

	.mobile-header-popup {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		bottom: 0;
		background: var(--white-color);
		z-index: 9999;
		display: none;
	}

	.mobile-header-popup .mbl-header-inner {
        padding-top: 40px;
		background: rgba(var(--primary-color-rgb), 0.3);
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
    }
    
    .header-three .mobile-header-popup .mbl-header-inner, 
    .header-six .mobile-header-popup .mbl-header-inner {
        display: flex;
        flex-direction: column;
    }

	.mbl-header-mid {
        padding-bottom: 20px;
		display: flex;
		flex-wrap: wrap;
	}

	.mobile-header .main-navigation, 
	.mobile-header .secondary-menu {
		flex: 1;
	}

	.mobile-header .main-navigation + .secondary-menu {
		border-left: 1px solid rgba(var(--primary-color-rgb), 0.2);
	}

	.mobile-header .main-navigation .toggle-btn {
		display: none;
	}

	.mobile-header .main-navigation .nav-menu, 
	.mobile-header .secondary-menu .nav-menu {
		display: block;
	}

	.mobile-header .main-navigation ul li, 
	.mobile-header .secondary-menu ul li {
		display: block;
	}

	.mobile-header .secondary-menu ul li {
		margin-right: 0;
	}

	.mobile-header .main-navigation ul li a, 
	.mobile-header .secondary-menu ul li a {
		padding: 5px 10px;
		margin: 10px;
		display: inline-block;
    }
    
    .mobile-header .main-navigation .nav-menu .menu-item-has-children > a {
        padding-right: 10px;
        margin-right: 0;
    }

	.mobile-header .main-navigation ul li:hover > a {
		color: var(--font-color);
	}

	.mobile-header .main-navigation ul li > a:hover, 
	.mobile-header .main-navigation ul li.current-menu-item > a, 
	.mobile-header .main-navigation ul li.current_page_item > a, 
	.mobile-header .main-navigation ul li.current-menu-ancestor > a, 
	.mobile-header .main-navigation ul li.current_page_ancestor > a {
        background: var(--white-color);
        color: var(--font-color);
    }

	.mobile-header .main-navigation ul ul, 
	.mobile-header .secondary-menu ul ul {
		display: none;
		position: static;
		width: 100%;
		background: none;
		box-shadow: none;
		clip: inherit;
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transition: none;
		-moz-transition: none;
		transition: none;
	}

	.mobile-header .main-navigation ul ul li a, 
	.mobile-header .secondary-menu ul ul li a {
		border-bottom: none;
	}

	.mobile-header .main-navigation .nav-menu .submenu-toggle, 
	.mobile-header .secondary-menu .nav-menu .submenu-toggle {
		right: 5px;
		width: 20px;
		height: 50px;
        top: 0;
        font-size: 1em;
	}

	.mobile-header .main-navigation .nav-menu .submenu-toggle.active, 
	.mobile-header .secondary-menu .nav-menu .submenu-toggle.active {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.mobile-header .nav-menu ul .submenu-toggle {
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
	}

	.mobile-header .header-cart {
		margin-left: 6px;
	}

	.mobile-header .header-search .search-toggle {
		padding-right: 0;
	}

	.mobile-header .header-search .search-toggle svg {
		width: 20px;
		height: 20px;
	}

	.mbl-header-bottom {
		padding-bottom: 20px;
	}

	.mobile-header + .site-header {
		display: none;
	}

	/*=====================================
	STATIC BANNER STYLE ONE
	=====================================*/
	.static-cta.style-one .item {
		width: 100%;
		padding: 60px 40px;
		flex-direction: column;
    }
    
    .static-cta.style-one .item.left {
        padding-left: 40px;
        padding-right: 40px;
    }

	.static-cta.style-one .item .item-img {
		width: 100%;
		top: 0;
	}

	.static-cta.style-one .item .banner-caption {
		width: 100%;
		padding-top: 40px;
		padding-right: 0;
		margin-top: 0;
		padding-bottom: 40px;
    }
    
    .static-cta.style-one .item.left .banner-caption {
        padding-left: 0;
    }

	/*================================
	NEWSLETTER SECTION
	================================*/
	.blossomthemes-email-newsletter-wrapper form .subscribe-inner-wrap {
		justify-content: center;
	}

	/*==============================
	ABOUT SECTION
    ==============================*/
    .about-section .widget-featured-holder {
        flex-direction: column;
    }

    .about-section .widget-featured-holder .img-holder {
        width: 100%;
        text-align: center;
    }

    .about-section .widget-featured-holder .img-holder img {
        width: 100%;
    }

    .about-section .widget-featured-holder .img-holder + .text-holder {
        width: 100%;
        margin: 0;
    }

    .about-section .widget_blossomtheme_featured_page_widget .right .img-holder + .text-holder {
        margin-right: 0;
    }

	/*===============================
	WIDGET AUTHOR BIO
	===============================*/
	.widget_bttk_author_bio .text-signature {
		-webkit-transform: translateY(-10px) rotate(-3deg);
		-moz-transform: translateY(-10px) rotate(-3deg);
		transform: translateY(-10px) rotate(-3deg);
	}

	/*=============================
	LIST STICKY WITH SQUARE & TALL IMG 
    ===============================*/
    .site-main .multi-item article .entry-header .floated-meta {
        left: -30px;
    }

	/*=================================
	ARCHIVE AND SEARCH PAGE
	==================================*/
	.archive.author .site-content > .page-header .container {
		max-width: 768px;
	}

	.author-block .author-desc {
		margin-left: 40px;
		padding: 40px;
		width: calc(100% - 220px);
	}

	/*====================================
	CTA SECTION
    ====================================*/
    .cta-section .widget .cta-img-holder {
        max-width: 33%;
    }

    .cta-section .widget .cta-img-holder + .blossomtheme-cta-container {
        max-width: 67%;
        padding-right: 0;
    }

    .cta-section .widget .blossomtheme-cta-container {
        padding-left: 40px;
        padding-right: 40px;
    }

	.cta-section .widget .section-subtitle {
		font-size: 2em;
	}

	.cta-section .widget .widget-title {
		font-size: 1.67em;
	}

	/*====================================
	CLIENT SECTION
	====================================*/
	.client-section::after {
		width: 200px;
		height: 110px;
	}

	.client-section .blossom-inner-wrap .image-holder {
		width: 33.33%;
	}

	/*===============================
	FOOTER TOP
	==============================*/
	.grid.column-3 .col, 
	.grid.column-4 .col {
		width: 47%;
	}

	/*============================
	FOOTER DISCLIMER
	============================*/
	.footer-disclaimer .container {
		max-width: 768px;
	}

	/*===========================
	ERROR 404 PAGE
	===========================*/
	.error404 .error-404 .page-content {
		padding: 60px 40px;
	}

	.error404 .error-404 h2 {
		font-size: 2em;
	}

	.error404 .error-404 .error-txt, 
	.error404 .error-404 .page-content p {
		font-size: 1em;
	}

	.error404 .site-main .error-404-search {
		padding: 40px;
	}

	.additional-post .post-title {
		font-size: 1.67em;
	}

	.error404 .additional-post article {
		width: calc(50% - 60px);
    }

    /*===============================
    SINGLE POST COMMON CSS
    ===============================*/
    .single .site-content > .newsletter .blossomthemes-email-newsletter-wrapper .container {
        flex-direction: column;
    }

    .single .site-content > .newsletter .blossomthemes-email-newsletter-wrapper .text-holder {
        flex: initial;
        padding-right: 0;
        margin-bottom: 15px;
        width: 100%;
        text-align: center;
    }

    .single .site-content > .newsletter .blossomthemes-email-newsletter-wrapper form {
        flex: initial;
        width: 100%;
    }

    .single .site-content > .newsletter .blossomthemes-email-newsletter-wrapper form .subscribe-inner-wrap {
        justify-content: center;
    }

    /*===============================
    DELICIOUS PLUGINS CSS
    ===============================*/
    .post-type-archive-recipe.rightsidebar .site-content .recipe-archive {
        width: 100%;
        float: none;
        padding-right: 0;
    }

    .post-type-archive-recipe.leftsidebar .site-content .recipe-archive {
        width: 100%;
        float: none;
        padding-left: 0;
    }
	
}

@media screen and (max-width: 899px) {
    .video-banner .wp-custom-header {
        height: auto;
        padding-top: 0;
    }
}

@media screen and (max-width: 767px) {
	.container, 
    .woocommerce-page.archive .site-content > .page-header .container, 
    .archive .site-content > .page-header .container {
		max-width: 420px;
	}

    .page-header .page-title, 
    .page-header .entry-title {
		font-size: 1.67em;
	}

	.page-header .page-content {
		font-size: 1em;
		margin-top: 10px;
    }
    
    .single-recipe-one .site-main article .dr-entry-content {
        padding-left: 0;
    }

	/*==============================
	PAGINATION
	===============================*/
	.post-navigation .nav-links > div {
		float: none;
		width: 100%;
	}
	
	.post-navigation .nav-previous {
		padding-right: 0;
	}

	.post-navigation .nav-previous + .nav-next {
		padding-left: 0;
		margin-top: 30px;
	}

	.post-navigation .nav-links > div .post-img {
		width: 100px;
	}

	.post-navigation .nav-block {
		width: calc(100% - 100px);
	}

	/*============================
	ADDITIONAL POST
	=============================*/
	body:not(.full-width) .additional-post .section-grid, 
	.additional-post .section-grid {
		margin-left: 0;
		margin-right: 0;
		display: block;
	}

	body:not(.full-width) .additional-post article, 
	.additional-post article {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}

	/*=============================
	COMMENTS AREA
	=============================*/
	.comments-area,
	.comments-area .comment-respond {
		padding: 40px 20px;
	}

	.comments-area .comment-body,
	.comments-area .bypostauthor > div > .comment-body {
		padding-left: 0;
		padding-top: 100px;
	}

	.comments-area .bypostauthor .comment-body {
		padding-left: 0;
	}

	.comments-area .comment-list > li:first-child > div {
		padding-top: 70px;
	}

	.bypostauthor .comment-body img.avatar {
		left: 0;
	}

	.comment-body img.avatar {
		top: 30px;
	}

	.comments-area ol ol {
		margin-left: 25px;
	}

	.comment-body .reply,
	.bypostauthor > div > .comment-body .reply {
		left: 0;
	}

	/*====================================
	SITE BANNER STYLE ONE & SIX
    =====================================*/
    .banner-slider .item .banner-caption {
        position: static;
        width: auto;
        height: auto;
    }
    
    .banner-slider.style-one .item .banner-caption {
        opacity: 1;
        visibility: visible;
    }

    .banner-slider.style-one .item .banner-caption .post-cat, 
    .banner-slider.style-one .item .banner-caption .item-title, 
    .banner-slider.style-one .item .banner-caption .item-meta {
        position: static;
        opacity: 1;
        visibility: visible;
        max-width: 420px;
    }

	/*=====================================
	STATIC BANNER STYLE ONE
	=====================================*/
	.static-cta.style-one .item {
		width: 100%;
		padding: 40px 20px;
    }
    
    .static-cta.style-one .item.left {
        padding-left: 20px;
        padding-right: 20px;
    }

	.static-cta .item .item-title {
		font-size: 1.3333em;
	}

	/*==============================
	ABOUT SECTION
	==============================*/
	.about-section .widget-featured-holder {
		flex-direction: column;
	}

	.about-section .widget-featured-holder .img-holder {
		width: 100%;
		margin-bottom: 30px;
	}

	.about-section .widget-featured-holder .img-holder + .text-holder {
		width: 100%;
		margin-left: 0;
	}

	.about-section .widget_blossomtheme_featured_page_widget .right .img-holder + .text-holder {
		margin-right: 0;
    }
    
    .about-section .widget-featured-holder .widget-title {
        font-size: 1.67em;
    }

	.about-section .widget-featured-holder .social-btn-wrap {
		flex-direction: column;
		align-items: flex-start;
	}

	.about-section .widget-featured-holder .social-btn-wrap::after {
		display: none;
	}

	.about-section .widget-featured-holder .social-networks {
		margin-left: 0;
		padding-left: 0;
	}

	.about-section .widget-featured-holder .social-networks li:first-child {
		margin-left: 0;
    }
    
    /*================================
    FOOTER BOTTOM
    ================================*/
    .footer-bottom .container {
        display: block;
    }

    .footer-bottom .footer-menu {
        display: block;
    }

    .footer-bottom .site-info + .footer-menu {
        margin-top: 15px;
    }

	/*==============================
	BLOG LISTING COMMON CSS
	==============================*/
	.site-main article .post-thumbnail img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.site-main article .entry-meta > span:not(:last-child) {
		margin-right: 10px;
	}

	.site-main article .entry-footer > span.byline {
		flex: auto;
	}

	.site-main article {
		flex-direction: column;
	}

	.site-main article .post-thumbnail {
		width: 100%;
		margin-bottom: 20px;
	}

	.list-with-first-lg .site-main article:not(:first-child) .post-thumbnail {
		width: 100%;
	}

	.site-main article .post-thumbnail + .content-wrap {
		width: 100%;
		padding-left: 35px;
    }

    .site-main article .content-wrap {
        padding-left: 35px;
    }

    .custom-background.list-with-first-lg .site-main article:not(:first-child) .content-wrap {
		padding-left: 35px;
	}

	.site-main article .floated-meta, 
    .custom-background.list-with-first-lg .site-main article:not(:first-child) .floated-meta {
		left: 0;
	}

	/*==============================
	LIST WITH FIRST LG
	==============================*/
	.list-with-first-lg .site-main article:first-child .entry-title, 
    .list-with-first-lg .site-main article:first-child .item-title {
		font-size: 1.33em;
	}

	/*=================================
	ARCHIVE AND SEARCH PAGE
	==================================*/
	.archive .site-content > .page-header, 
	.search .site-content > .page-header {
		padding-top: 60px;
	}

	.archive .site-content > .page-header .container, 
	.search .site-content > .page-header .container {
		max-width: 420px;
	}

    .archive .page-header .page-title, 
    .archive .page-header .entry-title {
		font-size: 1.67em;
	}

	.search .page-header .search-form {
		background: var(--white-color);
		box-shadow: 0 11px 56px rgba(var(--black-color-rgb), 0.06);
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.search .page-header .search-form label {
		width: calc(100% - 65px);
	}

	.search .page-header .search-form .search-field {
		height: 60px;
		font-size: 1.11em;
		padding-left: 20px;
		padding-right: 20px;
	}

	.search .page-header .search-form .search-submit {
		width: 60px;
		height: 60px;
		background-size: 20px;
	}

	.archive.author .site-content > .page-header .container {
		max-width: 420px;
	}

	.author-block {
		flex-direction: column;
	}

	.author-block .author-img-wrap {
		margin: 0 auto;
		display: block;
	}

	.author-block .author-desc {
		width: 100%;
		margin-left: 0;
		margin-top: 30px;
		padding: 40px 20px;
		text-align: center;
	}

	.single .author-block .author-desc {
		padding-top: 0;
		margin-top: 0;
	}

	.newsletter .blossomthemes-email-newsletter-wrapper {
		padding: 40px 5px;
	}

	/*====================================
	CTA SECTION
	====================================*/
	.cta-section .widget .container {
		flex-direction: column;
	}

	.cta-section .widget .cta-img-holder {
		width: 100%;
		top: 0;
        margin-top: 60px;
        max-width: 100%;
	}

	.cta-section .widget .blossomtheme-cta-container {
		padding: 40px 0 60px;
    }
    
    .cta-section .widget .cta-img-holder + .blossomtheme-cta-container {
        width: 100%;
        padding-left: 0;
        max-width: 100%;
    }

	.cta-section .widget .right .cta-img-holder + .blossomtheme-cta-container {
		padding-right: 0;
	}

	/*====================================
	FEATURED RECIPE SECTION STYLE ONE
	====================================*/
	.featured-recipe-section.style-one .section-grid {
		max-width: 420px;
		margin-left: auto;
		margin-right: auto;
    }
    
    section.featured-recipe-section::after {
        display: none;
    }

	/*====================================
	CLIENT SECTION
	====================================*/
	.client-section::after {
		width: 150px;
		height: 80px;
	}

	.client-section .blossom-inner-wrap .image-holder {
		width: 50%;
	}

	/*=====================================
	FOOTER NEWSLETTER SECTION
	=====================================*/
	.footer-newsletter-section .blossomthemes-email-newsletter-wrapper .container {
		max-width: 420px;
	}

	.footer-newsletter-section .blossomthemes-email-newsletter-wrapper h3 {
		font-size: 1.67em;
	}

	.footer-newsletter-section .text-holder span {
		font-size: 1em;
		line-height: 1.7;
	}

	.footer-newsletter-section .blossomthemes-email-newsletter-wrapper form {
		flex-direction: column;
	}

	.footer-newsletter-section .blossomthemes-email-newsletter-wrapper form input[type="text"] {
		flex: auto;
		margin-right: 0;
	}

	.footer-newsletter-section .blossomthemes-email-newsletter-wrapper form [type="submit"] {
		flex: auto;
	}

	/*==============================
	FOOTER TOP
	==============================*/
	.grid:not(.column-1) {
		margin-left: 0;
		margin-right: 0;
		flex-direction: column;
	}

	.grid:not(.column-1) .col {
		margin-left: 0;
		margin-right: 0;
	}

	.grid.column-2 .col, 
	.grid.column-3 .col, 
	.grid.column-4 .col {
		width: 100%;
	}

	/*============================
	FOOTER DISCLIMER
	============================*/
	.footer-disclaimer .container {
		max-width: 420px;
	}

	/*===========================
	ERROR 404 PAGE
	===========================*/
	.error404 .error-404 {
		flex-direction: column;
	}

	.error404 .error-404 .error-img {
		width: 100%;
	}

	.error404 .error-404 .error-content-wrap {
		width: 100%;
		border-radius: 0;
	}

	.error404 .error-404 .page-content, 
	.error404 .site-main .error-404-search, 
	.error404 .error-404 .btn-readmore {
		padding-left: 20px;
		padding-right: 20px;
	}

	.additional-post .post-title {
		font-size: 1.33em;
	}

	.error404 .additional-post .section-grid {
		margin-left: 0;
		margin-right: 0;
	}

	.error404 .additional-post article {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-right: 0;
    }

    /*==============================
    SINGLE POST COMMON CSS
    ==============================*/
    .single .site-main article .content-wrap .floated-meta + .entry-content, 
    .single .site-main article .content-wrap .floated-meta ~ .entry-footer {
        padding-left: 0;
    }

    .single .site-main article .content-wrap .floated-meta {
        position: static;
        max-width: 100%;
        margin-bottom: 40px;
        background: var(--white-color);
    }

    .single .site-main article .floated-meta-inner {
        position: static;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    
    .single.single-recipe-five .site-main article .floated-meta-inner {
        justify-content: flex-start;
    }

    .single .site-main article .floated-meta-inner .post-share {
        margin-right: 10px;
        display: flex;
        flex-flow: row-reverse wrap;
        align-items: center;
    }

    .single .site-main article .floated-meta-inner .social-networks {
        display: flex !important;
        flex-wrap: wrap;
        align-items: center;
        margin-left: 10px;
    }

    .single .site-main article .floated-meta-inner .social-networks li {
        margin: 0;
    }

    .single .site-main article .floated-meta-inner .social-networks li a {
        padding: 5px 10px;
    }

    .single .site-main article .floated-meta-inner .post-share li svg {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    .single .site-main article .floated-meta-inner .post-share .meta-title svg {
        -webkit-transform: translateY(3px);
        -moz-transform: translateY(3px);
        transform: translateY(3px);
    }

    .single .site-main article .floated-meta-inner .cookery_ajax_like {
        margin-top: 0;
    }

    .single-recipe .site-main article .post-share + .cookery_ajax_like {
        margin-top: 0;
        padding-top: 0;
        border-top: none;
    }

    .single .site-main article .floated-meta-inner .favourite {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
    }

    .floated-meta .favourite a {
        margin-bottom: 0;
        line-height: inherit;
    }

    .single .site-main article .floated-meta-inner .fav-count {
        margin-left: 10px;
    }

    .single .site-main article .floated-meta-inner .fav-count::before {
        top: 0;
        left: -7px;
        right: auto;
        bottom: 0;
        margin: auto;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .single .site-content > .newsletter .blossomthemes-email-newsletter-wrapper .container {
        flex-direction: column;
    }

    .single .site-content > .newsletter .blossomthemes-email-newsletter-wrapper .text-holder {
        padding-right: 0;
        flex: initial;
        text-align: center;
        margin-bottom: 10px;
    }

    .single .site-content > .newsletter .blossomthemes-email-newsletter-wrapper form {
        flex: initial;
    }

    .single .site-content > .newsletter .blossomthemes-email-newsletter-wrapper form input[type="text"] {
        margin-right: 0;
    }

    .single .site-content > .newsletter .blossomthemes-email-newsletter-wrapper form [type="submit"] {
        flex: initial;
        width: 100%;
    }

    .single .dr-entry-header .dr-buttons {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .single .dr-entry-header .dr-buttons .dr-btn-link {
        width: 100%;
        text-align: center;
        margin-left: 0;
        margin-right: 0;
        justify-content: center;
    }

    .single .dr-entry-header .dr-buttons .dr-btn-link.dr-btn1 {
        margin-right: 0;
    }

    /*===============================
    DELICIOUS PLUGINS CSS
    ===============================*/
    .dr-archive-recipe-ingrd ul {
        margin: 0;
        padding: 0;
    }

    .dr-archive-recipe-by-alph ul {
        margin: 0;
        padding-left: 1.5em;
        flex-direction: column;
    }

    .dr-archive-recipe-by-alph ul li {
        width: 100%;
        padding-right: 0;
    }

    .dr-extra-meta .dr-sim-metaa, 
    .dr-extra-meta .dr-sim-metaa.dr-cook-time {
        flex-direction: row;
    }

    .newsletter .blossomthemes-email-newsletter-wrapper form input[type="text"], 
    .newsletter .blossomthemes-email-newsletter-wrapper form [type="submit"] {
        flex: initial;
        width: 100%;
    }

    .dr-poweredby span {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .single .author-block {
        margin-top: 105px;
    }

    .single-recipe .author-block .author-img-wrap {
        margin-bottom: -45px;
        padding-bottom: 30px;
    }

    .single-post .author-block .author-img-wrap {
        padding-bottom: 20px;
    }

    .single-recipe .post-navigation .nav-previous {
        padding-right: 0;
    }

    .single-recipe .post-navigation .nav-previous + .nav-next {
        padding-left: 0;
    }
	
}
.dr-entry-content ul>li {
    padding-left: 25px;
}

.single-recipe .comments-area .comment-body {
    padding-top: 20px;
}
    
.single-recipe .comment-body img.avatar {
    top:24px;
}
    
.dr-summary-holder .dr-title-wrap .dr-entry-meta .dr-category a:hover { 
    color: #fff;
}

.comment-respond input[type="submit"]:focus {
    color: var(--white-color);
    outline: 1px dotted #000;
}

.elementor-template-full-width .site-content > .page-header .entry-title {
    text-align : center;
}
    