/*!
Theme Name: Rara Minimal
Theme URI: 
Author: Rara Themes
Author URI: https://rarathemes.com/
Description: A minimal WordPress blog theme
Version: 1.0.0
Requires at least: 4.7
Requires PHP: 5.6
Tested up to: 6.1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rara-minimal
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.

Rara Minimal 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
--------------------------------------------------------------*/
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 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;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

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

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------
Enqueue Custom font
-------------------------------------------------*/
@font-face {
	src: url('fonts/Figtree.woff2');
	font-family: 'Figtree';
	font-display: swap;
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
:root {
	--blue-color: #5081F5;
	--blue-rgb: 80, 129, 245;
	--blue-color-dark: #504DC1;
	--yellow-color: #F5E338;
	--yellow-color-rgb: 245, 227, 56;
	--green-color: #16D895;
	--green-color-rgb: 22, 216, 149;
	--font-color: #545966;
	--font-color-rgb: 84, 89, 102;
	--heading-color: #25282E;
	--heading-color-rgb: 37, 40, 46;
	--black-color: #000000;
	--black-color-rgb: 0, 0, 0;
	--white-color: #ffffff;
	--white-color-rgb: 255, 255, 255;
	--heading-color-rgb: 37, 40, 46;
	--figtree: 'Figtree';
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--font-color);
	font-family: var(--figtree), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 18px;
	line-height: 1.61;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 1em;
	margin-bottom: 0.5em;
	clear: both;
	color: var(--font-color);
	font-weight: 600;
	color: var(--heading-color);
	line-height: 1.3;
}

h1 {
	font-size: 2.22em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.67em;
}

h4 {
    font-size: 1.33em;
}

h5 {
    font-size: 1.12em;
}

h6 {
    font-size: 1em;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: top;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

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

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: var(--yellow-color);
	color: var(--heading-color);
	border: 1px solid var(--yellow-color);
	font-size: 1em;
	color: var(--font-color);
	font-family: var(--figtree), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 600;
	padding: 5px 25px;
	border-radius: 4px;
	min-height: 50px;
	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 {
	background-color: transparent;
	color: var(--yellow-color);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 5px 10px;
	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: #111;
}

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

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 60px;
}

.widget select {
	max-width: 100%;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0 0;
}

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

figcaption {
    font-size: 0.7778em;
    color: rgba(var(--black-color-rgb), 0.35);
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*=========================
COMMON CSS
==========================*/
.container::before, 
.container::after {
	content: "";
	display: table;
}

.container::after {
	clear: both;
}

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

.edit-link {
    display: inline-block;
}

.entry-footer a + .edit-link, 
.entry-footer span + .edit-link {
    margin-left: 10px;
}

.post-edit-link {
    display: inline-block;
    background: var(--blue-color);
    color: var(--white-color);
    font-size: 0.7777em;
    letter-spacing: 0.5px;
    line-height: 1.35;
    padding: 2px 10px;
	border-radius: 3px;
	text-decoration: none;
}

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

.post-edit-link:focus, 
.post-edit-link:visited, 
.post-edit-link:active {
	color: var(--white-color);
}

article .post-thumbnail, 
.entry-header .post-thumbnail {
	margin: 0;
	text-align: center;
}

article .content-wrap .entry-header {
    margin-bottom: 20px;
}

article .content-wrap .post-category {
    display: block;
    font-size: 0.7778em;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

article .content-wrap .post-category a {
    display: inline-block;
    background: rgba(var(--blue-rgb), 0.1);
    color: var(--blue-color);
    border-radius: 4px;
    line-height: 1.3;
    padding: 3px 8px;
    margin-right: 2px;
    margin-bottom: 5px;
    text-decoration: none;
}

article .content-wrap .post-category a:hover {
	background: var(--blue-color);
	color: var(--white-color);
}

article .entry-header .entry-title {
    margin-top: 0;
    margin-bottom: 0;
	font-weight: normal;
}

article .entry-header .entry-title a {
    color: var(--heading-color);
    display: inline-block;
}

article .entry-header .entry-title a:hover {
	color: var(--blue-color);
	text-decoration: none;
}

article .content-wrap .entry-content {
    margin-top: 0;
}

article .content-wrap .entry-content p {
    margin-top: 0;
    margin-bottom: 20px;
}

article .content-wrap .entry-content p:last-child {
	margin-bottom: 0;
}

article .content-wrap .entry-footer {
    margin-top: 20px;
}

article .content-wrap .btn-readmore {
    display: inline-block;
    font-size: 0.8888em;
    letter-spacing: 0.2px;
    font-weight: 600;
    font-weight: normal;
    position: relative;
    line-height: 1.3;
    color: var(--blue-color);
    padding-right: 20px;
}

article .content-wrap .btn-readmore svg {
    position: absolute;
    top: 5px;
    right: 0;
    width: 13px;
    height: 13px;
}

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

.widget ul ul {
    margin-top: 15px;
    margin-left: 15px;
}

.widget ul li {
    font-size: 0.8888em;
    line-height: 1.5;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    color: rgba(var(--black-color-rgb), 0.4);
}

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

.widget ul li a {
    color: rgba(var(--black-color-rgb), 0.4);
}

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

.page-header {
    background: var(--blue-color);
    padding-bottom: 80px;
}

.page-header .page-title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    color: var(--white-color);
    font-size: 2.78em;
    line-height: 1.3;
}

.breadcrumb-wrapper {
	padding-top: 10px;
    text-align: center;
    font-size: 0.7778em;
    letter-spacing: 0.2px;
}

.breadcrumb-wrapper a {
    display: inline-block;
    color: rgba(var(--white-color-rgb), 0.6);
    vertical-align: middle;
    line-height: 1.3;
}

.breadcrumb-wrapper a:hover {
	color: var(--white-color);
}

.breadcrumb-wrapper .separator {
    color: var(--white-color);
    font-size: 12px;
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
    vertical-align: middle;
}

.breadcrumb-wrapper .separator svg {
    width: 7px;
    height: 11px;
    vertical-align: -2px;
    margin-left: 5px;
    margin-right: 5px;
}

.breadcrumb-wrapper .current a {
    color: var(--white-color);
    cursor: text;
    text-decoration: none;
    pointer-events: none;
}

.page-header .page-header-inner {
    padding-top: 80px;
}

.sub-title, 
.post-count {
    font-size: 1em;
    color: var(--white-color);
    display: block;
    margin-bottom: 10px;
    line-height: 1.3;
}

.post-count {
    margin-top: 10px;
    margin-bottom: 0;
}

.search-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 50px;
    background: var(--white-color);
	border-radius: 5px;
	border: 1px solid rgba(var(--black-color-rgb), 0.1);
}

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

.search-form .search-field {
	background: none;
    height: 50px;
    border: none;
    padding: 10px 15px;
    font-size: 1em;
    font-weight: normal;
}

.search-form .search-submit {
    width: 40px;
    padding: 0;
    height: 50px;
    font-size: 0;
    overflow: hidden;
    background-color: transparent;
    background-image: url('data:image/svg+xml;utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M508.5 468.9L387.1 347.5c-2.3-2.3-5.3-3.5-8.5-3.5h-13.2c31.5-36.5 50.6-84 50.6-136C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c52 0 99.5-19.1 136-50.6v13.2c0 3.2 1.3 6.2 3.5 8.5l121.4 121.4c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17zM208 368c-88.4 0-160-71.6-160-160S119.6 48 208 48s160 71.6 160 160-71.6 160-160 160z"></path></svg>');
    background-position: center;
    background-size: 15px;
    background-repeat: no-repeat;
    border: none;
}

.search-form .search-submit:hover {
	background-image: url('data:image/svg+xml;utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%235081F5" d="M508.5 468.9L387.1 347.5c-2.3-2.3-5.3-3.5-8.5-3.5h-13.2c31.5-36.5 50.6-84 50.6-136C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c52 0 99.5-19.1 136-50.6v13.2c0 3.2 1.3 6.2 3.5 8.5l121.4 121.4c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17zM208 368c-88.4 0-160-71.6-160-160S119.6 48 208 48s160 71.6 160 160-71.6 160-160 160z"></path></svg>');
}

/*============================
WIDGET RECENT ENTRIES
============================*/
.widget_recent_entries ul li .post-date {
    display: block;
    font-size: 0.7778em;
    font-style: italic;
    position: relative;
}

.widget_recent_entries ul li .post-date::before {
    content: "-";
    display: inline-block;
    vertical-align: 3px;
    margin-right: 3px;
}

/*=========================
BACK TO TOP
=========================*/
.back-to-top {
	position: fixed;
    bottom: 30px;
    right: -100px;
    padding: 0;
    height: 40px;
    width: 40px;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    align-items: center;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    background: var(--white-color);
    border-radius: 100%;
    padding: 0;
    min-height: auto;
    color: var(--blue-color);
    border: 1px solid var(--blue-color);
}

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

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

.back-to-top svg {
	width: 12px;
    height: 16px;
    margin: auto;
}

/*==============================
PAGINATION
==============================*/
.navigation.pagination {
    text-align: center;
}

.navigation.pagination .page-numbers {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 32px;
    background-color: rgba(var(--blue-rgb), 0.15);
    border-radius: 4px;
    margin: 5px 2px;
    text-decoration: none;
    color: var(--font-color);
    font-size: 0.7778em;
    font-weight: 500;
}

.navigation.pagination .page-numbers:hover, 
.navigation.pagination .page-numbers:focus, 
.navigation.pagination .page-numbers.current {
    background-color: var(--blue-color);
    color: var(--white-color);
}

.navigation.pagination .page-numbers.next {
    color: transparent;
    background-image: url('data:image/svg+xml;utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23545966" d="M254.544 154.427L320.118 220H24c-13.255 0-24 10.745-24 24v24c0 13.255 10.745 24 24 24h296.118l-65.574 65.573c-9.373 9.373-9.373 24.569 0 33.941l16.971 16.971c9.373 9.373 24.569 9.373 33.941 0L440.97 272.97c9.373-9.373 9.373-24.569 0-33.941L305.456 103.515c-9.373-9.373-24.569-9.373-33.941 0l-16.971 16.971c-9.373 9.372-9.373 24.568 0 33.941z"></path></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
}

.navigation.pagination .page-numbers.next:hover, 
.navigation.pagination .page-numbers.next:hover, 
.navigation.pagination .page-numbers.next:focus {
	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="M254.544 154.427L320.118 220H24c-13.255 0-24 10.745-24 24v24c0 13.255 10.745 24 24 24h296.118l-65.574 65.573c-9.373 9.373-9.373 24.569 0 33.941l16.971 16.971c9.373 9.373 24.569 9.373 33.941 0L440.97 272.97c9.373-9.373 9.373-24.569 0-33.941L305.456 103.515c-9.373-9.373-24.569-9.373-33.941 0l-16.971 16.971c-9.373 9.372-9.373 24.568 0 33.941z"></path></svg>');
}

.navigation.pagination .page-numbers.prev {
    color: transparent;
    background-image: url('data:image/svg+xml;utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23545966" d="M193.456 357.573L127.882 292H424c13.255 0 24-10.745 24-24v-24c0-13.255-10.745-24-24-24H127.882l65.574-65.573c9.373-9.373 9.373-24.569 0-33.941l-16.971-16.971c-9.373-9.373-24.569-9.373-33.941 0L7.029 239.029c-9.373 9.373-9.373 24.568 0 33.941l135.515 135.515c9.373 9.373 24.569 9.373 33.941 0l16.971-16.971c9.373-9.372 9.373-24.568 0-33.941z"></path></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
}

.navigation.pagination .page-numbers.prev:hover, 
.navigation.pagination .page-numbers.prev:hover, 
.navigation.pagination .page-numbers.prev:focus {
	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="M193.456 357.573L127.882 292H424c13.255 0 24-10.745 24-24v-24c0-13.255-10.745-24-24-24H127.882l65.574-65.573c9.373-9.373 9.373-24.569 0-33.941l-16.971-16.971c-9.373-9.373-24.569-9.373-33.941 0L7.029 239.029c-9.373 9.373-9.373 24.568 0 33.941l135.515 135.515c9.373 9.373 24.569 9.373 33.941 0l16.971-16.971c9.373-9.372 9.373-24.568 0-33.941z"></path></svg>');
}

.loadmore-button-wrap {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.search-no-results .loadmore-button-wrap {
    display: none;
}

.loadmore-button-wrap a {
    font-size: 1em;
    font-weight: 500;
    line-height: 1.3;
    color: var(--white-color);
    background: var(--blue-color);
    border-radius: 50px;
    padding: 10px 30px;
    min-width: 210px;
    min-height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.loadmore-button-wrap a:hover {
	background: var(--blue-color-dark);
}

.loadmore-button-wrap a.disabled {
    background: var(--blue-color-dark);
    cursor: not-allowed;
}

/*=================================
ADDITIONAL POST
=================================*/
.additional-post {
	/* margin-top: 80px; */
	overflow: hidden;
}

.additional-post .title {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 1.67em;
    font-weight: 600;
}

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

.additional-post .section-grid article {
    margin: 0 30px 60px;
    width: calc(25% - 60px);
}

.additional-post .section-grid article .post-thumbnail {
    margin-top: 0;
    margin-bottom: 15px;
}

.additional-post article .entry-header .post-category {
    display: block;
    margin-bottom: 5px;
}

.additional-post article .post-category a {
    display: inline-block;
    background: rgba(var(--blue-rgb), 0.1);
	color: var(--blue-color);
	font-size: 0.7778em;
    border-radius: 4px;
    line-height: 1.3;
    padding: 3px 8px;
    margin-right: 2px;
    margin-bottom: 5px;
    text-decoration: none;
}

.additional-post article .post-category a:hover {
	background: var(--blue-color);
	color: var(--white-color);
}

.additional-post .section-grid article .entry-title {
    font-size: 1.11em;
    font-weight: 600;
}

/*===============================
COMMENTS AREA
===============================*/
.comments-area {
    background: rgba(var(--blue-rgb), 0.03);
    margin-top: 70px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.comments-area .container {
    max-width: 800px;
}

.comments-area .comments-title, 
.comment-respond .comment-reply-title {
	margin-top: 0;
    margin-bottom: 50px;
    font-size: 1.33em;
    border-bottom: 3px solid rgba(var(--blue-rgb), 0.2);
    display: inline-block;
}

.comments-area ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
.comments-area ol li ol {
	margin-left: 70px;
}
.comment-list .comment {
	border-top: 1px solid rgba(var(--blue-rgb), 0.1);
    margin-top: 30px;
    padding-top: 30px;
}
.comment-list > .comment:first-child {
	border-top: none;
	padding-top: 0;
	margin-top: 0;
}
.comments-area .comment-body {
	position: relative;
	padding-left: 70px;
}
.comments-area .bypostauthor > .comment-body .comment-author::after {
	content: "";
	background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" width="17.96" height="17.96" viewBox="0 0 17.96 17.96"><g transform="translate(-584 -10824)"><rect width="17.96" height="17.96" rx="8.98" transform="translate(584 10824)" fill="%2300ab0b"/><path d="M5058.939,3595.743l2.417,2.418,5.32-5.32" transform="translate(-4469.439 7237.66)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-width="2"/></g></svg>');
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 35px;
	left: 35px;
}
.comment-body img.avatar {
	position: absolute;
	top: 5px;
	left: 0;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	object-fit: cover;
}
.comment-body b.fn {
	font-size: 0.8888em;
    margin-bottom: 0;
    display: block;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.comment-body .fn a {
    color: var(--heading-color);
    line-height: 1.5;
}

.comment-body .fn a:hover {
	color: var(--blue-color);
}

.comment-body span.says {
	display: none;
}
.comment-body .comment-metadata {
	font-size: 0.7778em;
    color: rgba(var(--font-color-rgb), 0.6);
    line-height: 1.5;
}
.comment-metadata a {
	color: rgba(var(--font-color-rgb), 0.6);
}

.comment-metadata a:hover {
	color: var(--font-color);
}

.comment-body .comment-awaiting-moderation {
	font-size: 0.7778em;
    line-height: 1.5;
    margin-top: 5px;
    margin-bottom: 0;
    color: red;
    letter-spacing: 0.5px;
    font-style: italic;
}

.comments-area .reply {
    margin-top: 20px;
    text-align: right;
}

.comment-body .reply .comment-reply-link {
	display: inline-block;
    text-align: center;
    position: relative;
    vertical-align: top;
    color: var(--blue-color);
    font-size: 0.7778em;
    letter-spacing: 0.5px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
    background: rgba(var(--blue-rgb), 0.1);
    padding: 5px 10px;
    border-radius: 3px;
}

.comment-body .reply .comment-reply-link:hover {
	background: var(--blue-color);
	color: var(--white-color);
}

.comment-body .comment-content {
	font-weight: 400;
	font-size: 0.8888em;
}
.comment-body .comment-content p {
	margin-top: 10px;
	margin-bottom: 0;
}

.comments-area .comment-respond {
	background: var(--white-color);
    padding: 50px;
    border: 1px solid rgba(var(--black-color-rgb), 0.04);
    border-radius: 5px;
    box-shadow: 0 2px 2px rgba(var(--black-color-rgb), 0.08);
}

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

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

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

.comment-respond .comment-reply-title a {
	display: inline-block;
    margin-left: 10px;
    color: var(--font-color);
    padding-left: 10px;
    border-left: 1px solid var(--font-color);
}

.comment-respond .comment-reply-title a:hover {
	color: var(--blue-color);
}

.comment-respond .comment-form p {
	margin-top: 0;
	margin-bottom: 20px;
}
.comment-form p.comment-notes {
	font-size: 0.8888em;
	width: 100%;
}

.comment-respond .comment-form p:not(.comment-form-cookies-consent) label {
    font-size: 0.8888em;
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
    color: var(--heading-color);
}

.comment-respond .comment-form p label .required {
    color: red;
}

.comment-respond .comment-form p textarea, 
.comment-respond .comment-form p input {
	padding: 10px 20px;
	border-color: rgba(var(--black-color-rgb), 0.07);
}

.comment-respond .comment-form p textarea {
    height: 180px;
}

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

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

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

.comment-respond .comment-form p.comment-form-cookies-consent label::before {
	content: "";
    width: 15px;
    height: 15px;
    border: 1px solid rgba(var(--blue-rgb), 0.25);
    background-color: #fff;
    background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%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(--font-color);
	background-color: var(--font-color);
	background-size: 10px;
}

.comment-respond .comment-form p.comment-form-cookies-consent input[type="checkbox"] {
	display: none;
}

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

.comment-form p.form-submit input[type="submit"] {
	border-radius: 50px;
    background: var(--blue-color);
    border-color: var(--blue-color);
    color: var(--white-color);
    min-width: 200px;
    min-height: 60px;
    font-weight: 500;
    font-size: 1em;
}

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

/*===============================
SIDEBARS
================================*/
.rightsidebar .site-content > .container {
    display: flex;
    flex-wrap: wrap;
}

.leftsidebar .site-content > .container {
    flex-direction: row-reverse;
    display: flex;
    flex-wrap: wrap;
}

.content-area, .widget-area {
    margin-top: 100px;
    margin-bottom: 100px;
}

.rightsidebar .content-area {
	width: calc(100% - 320px);
	padding-right: 70px;
}

.leftsidebar .content-area {
	width: calc(100% - 320px);
	padding-left: 70px;
}

.rightsidebar .widget-area {
	width: 320px;
}

.leftsidebar .widget-area {
	width: 320px;
}

/*==============================
SITE HEADER
===============================*/
.site-header {
    background: var(--white-color);
}

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

.site-header .site-branding {
	flex: initial;
	margin-top: 30px;
	margin-bottom: 30px;
}

.site-branding .site-title {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.3;
    font-size: 1.3333em;
    font-weight: 700;
    font-weight: normal;
}

.site-header .site-title a {
    text-decoration: none;
    color: rgba(var(--heading-color-rgb), 0.9);
}

.site-branding .site-description {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0.8888em;
}

.site-header .happy-users {
	display: flex;
    flex-direction: column;
    flex: initial;
    text-align: center;
    color: rgba(var(--black-color-rgb), 0.3);
    background-image: url('images/user-count-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.happy-users-inner {
    border-left: 1px solid rgba(var(--blue-rgb), 0.25);
    margin-left: 20px;
}

.site-header .happy-users .happy-users-count {
	margin-left: 20px;
	display: block;
    font-weight: 700;
    font-size: 1.3333em;
    line-height: 1;
    background: -webkit-linear-gradient(90deg, var(--blue-color-dark), var(--blue-color));
	background: -moz-linear-gradient(90deg, var(--blue-color-dark), var(--blue-color));
	background: -ms-linear-gradient(90deg, var(--blue-color-dark), var(--blue-color));
	background: -o-linear-gradient(90deg, var(--blue-color-dark), var(--blue-color));
	background: linear-gradient(90deg, var(--blue-color-dark), var(--blue-color));
	background-clip: text;
	-webkit-background-clip: text;
}

.site-header .happy-users .happy-users-title {
	margin-left: 20px;
	display: block;
    letter-spacing: 0.15px;
    font-size: 0.8888em;
    font-weight: 600;
}

.header-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-right .main-navigation {
    display: flex;
    flex: 1;
	align-items: center;
	justify-content: flex-end;
}

.main-navigation .toggle-button {
    display: none;
}

.main-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.main-navigation ul li {
    display: inline-block;
    font-weight: 500;
    position: relative;
    font-size: 0.8888em;
}

.menu-item-has-children .submenu-toggle {
	padding: 0;
	position: absolute;
    top: 19px;
    right: 8px;
    font-size: 0.7778em;
    color: inherit;
    width: auto;
    height: auto;
    min-height: auto;
    line-height: inherit;
    background: none;
    border-radius: 0;
	border: none;
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
	transition: all ease 0.35s;
}

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

.main-navigation ul li a {
    display: inline-block;
    color: var(--heading-color); 
    padding: 15px 30px;
}

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

.main-navigation .nav-menu > li.menu-item-has-children > .submenu-toggle {
    right: 18px;
}

.menu-item-has-children .submenu-toggle svg {
    width: 10px;
}

.main-navigation ul li a:hover {
	text-decoration: none;
}

.main-navigation .nav-menu > li:hover > a, 
.main-navigation .nav-menu > li > a:hover, 
.main-navigation .nav-menu > li.current-menu-item > a, 
.main-navigation .nav-menu > li.current_page_item > a, 
.main-navigation .nav-menu > li.current-menu-ancestor > a, 
.main-navigation .nav-menu > li.current_page_ancestor > a, 
.main-navigation .nav-menu > li:hover > .submenu-toggle, 
.main-navigation .nav-menu > li.current-menu-item > .submenu-toggle, 
.main-navigation .nav-menu > li.current_page_item > .submenu-toggle, 
.main-navigation .nav-menu > li.current-menu-ancestor > .submenu-toggle, 
.main-navigation .nav-menu > li.current_page_ancestor > .submenu-toggle {
	color: var(--blue-color);
}

.main-navigation ul .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 220px;
    background: var(--white-color);
    z-index: 999;
	box-shadow: 0 10px 15px rgba(var(--black-color-rgb), 0.15);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
	transition: all ease 0.35s;
}

.main-navigation ul .sub-menu .sub-menu {
    top: 0;
	left: 100%;
	box-shadow: 10px 10px 15px rgba(var(--black-color-rgb), 0.15);
}

.main-navigation ul li:hover > .sub-menu {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}

.main-navigation ul ul li {
    font-size: 1em;
    width: 100%;
}

.main-navigation ul ul li a {
    width: 100%;
    border-bottom: 1px solid rgba(var(--blue-rgb), 0.15);
}

.main-navigation ul ul > li:hover > a, 
.main-navigation ul ul > li > a:hover, 
.main-navigation ul ul > li.current-menu-item > a, 
.main-navigation ul ul > li.current_page_item > a, 
.main-navigation ul ul > li.current-menu-ancestor > a, 
.main-navigation ul ul > li.current_page_ancestor > a {
	background: rgba(var(--blue-rgb), 0.15);
}

.site-header .button-wrap {
    flex: initial;
    padding-left: 50px;
}

.site-header .button-wrap .header-btn {
    display: inline-block;
    color: var(--white-color);
    background: var(--blue-color);
    font-size: 0.8888em;
    font-weight: 500;
    padding: 12px 30px;
    border-radius: 50px;
    border: 1px solid var(--blue-color);
}

.site-header .button-wrap .header-btn:hover {
	text-decoration: none;
	background: none;
	color: var(--blue-color);
}

/*=====================================
NEWSLETTER SECTION
======================================*/
.newsletter-section .blossomthemes-email-newsletter-wrapper {
    padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
}

.newsletter-section .blossomthemes-email-newsletter-wrapper .container {
	max-width: 1170px;
}

.newsletter-section .blossomthemes-email-newsletter-wrapper .text-holder {
    margin-bottom: 30px;
}

.newsletter-section .text-holder h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 2.2223em;
    line-height: 1.3;
	font-weight: 600;
	color: inherit;
}

.newsletter-section .text-holder span {
    display: block;
    margin-top: 10px;
    font-size: 1em;
}

.newsletter-section .blossomthemes-email-newsletter-wrapper form {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
}

.newsletter-section .blossomthemes-email-newsletter-wrapper form:not(.has-subscribe-name) {
    max-width: 640px;
}

.newsletter-section .blossomthemes-email-newsletter-wrapper form input[type="text"] {
    flex: 2;
    margin-right: 10px;
    height: 65px;
    padding: 10px 20px;
}

.newsletter-section .blossomthemes-email-newsletter-wrapper form [type="submit"] {
	margin-top: 10px;
    flex: 1;
    background-color: var(--yellow-color);
    color: var(--heading-color);
    border: 1px solid var(--yellow-color);
    font-size: 1em;
    font-weight: 500;
	min-height: 65px;
}

.newsletter-section .blossomthemes-email-newsletter-wrapper form [type="submit"]:hover {
	background-color: transparent;
	color: var(--yellow-color);
}

.newsletter-section .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" viewBox="0 0 448 512"><path fill="%2325282e" d="M295.515 115.716l-19.626 19.626c-4.753 4.753-4.675 12.484.173 17.14L356.78 230H12c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h344.78l-80.717 77.518c-4.849 4.656-4.927 12.387-.173 17.14l19.626 19.626c4.686 4.686 12.284 4.686 16.971 0l131.799-131.799c4.686-4.686 4.686-12.284 0-16.971L312.485 115.716c-4.686-4.686-12.284-4.686-16.97 0z"></path></svg>');
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: -4px;
	margin-left: 10px;
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
	transition: all ease 0.35s;
}

.newsletter-section .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" viewBox="0 0 448 512"><path fill="%23f5e338" d="M295.515 115.716l-19.626 19.626c-4.753 4.753-4.675 12.484.173 17.14L356.78 230H12c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h344.78l-80.717 77.518c-4.849 4.656-4.927 12.387-.173 17.14l19.626 19.626c4.686 4.686 12.284 4.686 16.971 0l131.799-131.799c4.686-4.686 4.686-12.284 0-16.971L312.485 115.716c-4.686-4.686-12.284-4.686-16.97 0z"></path></svg>');
}

.newsletter-section .blossomthemes-email-newsletter-wrapper form label {
    order: 5;
    font-size: 0.8888em;
    width: 100%;
}

.newsletter-section .blossomthemes-email-newsletter-wrapper form .subscribe-inner-wrap {
	justify-content: center;
	text-align: left;
}

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

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

.newsletter-section .blossomthemes-email-newsletter-wrapper form label .text {
    flex: initial;
    max-width: calc(100% - 25px);
}

/*============================
GRID LAYOUT
=============================*/
.grid-layout .content-area {
    overflow: hidden;
}

.grid-layout .site-main {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-right: -30px;
}

.grid-layout .site-main article {
	display: flex;
	flex-direction: column;
    width: calc(33.33% - 60px);
    margin: 0 30px 60px;
    padding: 10px;
    border: 1px solid rgba(var(--font-color-rgb), 0.1);
    box-shadow: 0 2px 2px rgba(var(--black-color-rgb), 0.08);
}

.grid-layout article .post-thumbnail {
    margin-bottom: 30px;
}

.grid-layout .site-main article .content-wrap {
    padding-left: 10px;
    padding-right: 10px;
	padding-bottom: 15px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.grid-layout article .entry-header .entry-title {
    line-height: 1.3;
    font-size: 1.1112em;
}

.grid-layout .site-main article .entry-content {
    flex: 1;
}

/*=============================
SITE FOOTER
=============================*/
.footer-top {
    border-top: 1px solid rgba(var(--blue-rgb), 0.08);
    padding-top: 80px;
    padding-bottom: 20px;
}

.footer-top .container {
	overflow: hidden;
}

.footer-top .grid {
    display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.footer-top .grid .col {
    display: flex;
    flex-direction: column;
	flex: 1;
	padding-left: 15px;
	padding-right: 15px;
}

.site-footer .widget .widget-title {
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 500;
    font-size: 0.8888em;
    letter-spacing: 1.5px;
    line-height: 1.3;
}

.footer-bottom {
    border-top: 1px solid rgba(var(--blue-rgb), 0.08);
    padding: 20px 0;
    font-size: 0.8888em;
    text-align: center;
    color: rgba(var(--black-color-rgb), 0.45);
}

.footer-bottom .fa-heart {
    color: #F3466A;
}

/*==================================
WIDGET COMMON CSS FOR SIDEBAR
==================================*/
.widget-area .widget:last-child {
	margin-bottom: 0;
	position: sticky;
	top: 35px;
}

.widget-area .widget .widget-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.11em;
    border-bottom: 1px solid rgba(var(--black-color-rgb), 0.05);
    padding-bottom: 5px;
}

/*=============================
WIDGET CALENDAR
=============================*/
.widget_calendar table {
	margin-bottom: 0;
	border-collapse: collapse;
}

.widget_calendar table caption {
    background: var(--blue-color);
    color: var(--white-color);
    text-transform: uppercase;
    font-size: 0.7778em;
    letter-spacing: 0.5px;
    font-weight: 500;
    line-height: 1.5;
    padding: 10px 15px;
}

.widget_calendar table tr th, 
.widget_calendar table td {
    text-align: center;
    font-size: 0.89em;
    padding: 10px 5px;
    border: 1px solid rgba(var(--blue-rgb), 0.1);
}

.widget_calendar table tr th {
    color: var(--heading-color);
}

.widget_calendar table td#today {
    background: rgba(var(--blue-rgb), 0.2);
}

.widget_calendar table td a {
	display: block;
}

.widget_calendar table tfoot td {
    border: none;
}

.widget_calendar table tfoot td#prev {
    text-align: left;
}

.widget_calendar table tfoot td#next {
    text-align: right;
}

/*============================
WIDGET TAG CLOUD
=============================*/
.tagcloud a {
    display: inline-block;
    padding: 5px;
}

/*==========================
WIDGET TEXT
============================*/
.widget_text .textwidget h1, 
.widget_text .textwidget h2, 
.widget_text .textwidget h3, 
.widget_text .textwidget h4, 
.widget_text .textwidget h5, 
.widget_text .textwidget h6 {
    margin-top: 0;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 20px;
}

.widget_text .textwidget p {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 0.8888em;
	letter-spacing: 0.3px;
	color: rgba(var(--black-color-rgb), 0.45);
}

/*================================
SEARCH PAGE
================================*/
.search .page-header .page-header-inner {
    max-width: 1066px;
    margin: 0 auto;
}

.page-header .search-form {
	border: none;
	height: 80px;
}

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

.page-header .search-form .search-field {
	height: 80px;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 1.6667em;
}

.page-header .search-form .search-submit {
	width: 70px;
	height: 80px;
	background-size: 22px;
}

.search-no-results.grid-layout .site-main {
    display: block;
    margin-left: 0;
    margin-right: 0;
}

.search-no-results .site-main .no-results {
    max-width: 1066px;
    margin-left: auto;
    margin-right: auto;
}

.search-no-results .site-main .page-header {
    background: none;
    padding: 0;
}

.search-no-results .site-main .page-header .page-title {
    color: var(--heading-color);
    font-size: 1.3333em;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.search-no-results .site-main .page-content {
    margin-top: 0;
}

.search-no-results .site-main .page-content .search-form {
    display: none;
}

/*================================
ARCHIVE PAGE
================================*/
.category .page-header-inner {
    max-width: 480px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.archive .page-header .archive-description {
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    color: var(--white-color);
}

.archive .page-header .page-header-inner + .archive-description {
    padding-top: 1px;
	margin-top: 20px;
	position: relative;
}

.archive .page-header .page-header-inner + .archive-description::before {
    content: "";
    background: rgba(var(--white-color-rgb), 0.2);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 480px;
    height: 1px;
}

.archive .page-header .archive-description p {
    margin-top: 20px;
    margin-bottom: 0;
}

/*=============================
AUTHOR PAGE
=============================*/
.archive.author .page-header .page-header-inner {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

.author-bio-block {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.single .author-bio-block {
    margin: 80px auto 0;
    padding-left: 150px;
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
}

.single:not(.full-width) .author-bio-block {
	max-width: 860px;
}

.single .author-bio-block::before, 
.single .author-bio-block::after {
    content: "";
    background: rgba(var(--blue-rgb), 0.1);
    width: calc(100% - 150px);
    height: 1px;
    position: absolute;
    top: 0;
    right: 0;
}

.single .author-bio-block::after {
	top: auto;
	bottom: 0;
}

.author-bio-block .author-img {
    margin: 10px 0 0 0;
    overflow: hidden;
    border-radius: 100%;
    width: 120px;
    height: 120px;
}

.single .author-bio-block .author-img {
    width: 100px;
    height: 100px;
}

.author-bio-block .author-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-bio-block .author-info-wrap {
    width: calc(100% - 120px);
    padding-left: 40px;
}

.single .author-bio-block .author-info-wrap {
    width: calc(100% - 100px);
}

.author-bio-block .author-info-wrap .author-social-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.author-bio-block .author-social-wrap .author-name-holder {
    flex: initial;
    margin-top: 10px;
}

.author-bio-block .author-info-wrap .sub-title {
    font-size: 0.8888em;
}

.single .author-bio-block .author-info-wrap .sub-title {
	color: rgba(var(--black-color-rgb), 0.4);
}

.page-header .author-bio-block .author-info-wrap .sub-title {
	color: rgba(var(--white-color-rgb), 0.7);
}

.author-bio-block .author-info-wrap .author-name {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.67em;
    font-weight: 500;
    line-height: 1.3;
}

.single .author-bio-block .author-info-wrap .author-name {
    font-size: 1.11em;
}

.page-header .author-bio-block .author-info-wrap .author-name {
	color: var(--white-color);
}

.author-bio-block .author-social-wrap .social-networks {
    margin: 0;
    padding: 0 0 0 20px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex: 1;
    justify-content: flex-end;
}

.author-bio-block .author-social-wrap .social-networks li {
    display: inline-block;
    margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
}

.author-bio-block .author-social-wrap .social-networks li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 1px solid rgba(var(--white-color-rgb), 0.2);
    border-radius: 100%;
    color: var(--white-color);
    text-align: center;
    line-height: 35px;
    font-size: 0.8888em;
}

.author-bio-block .author-social-wrap .social-networks li a:hover {
	background: var(--white-color);
	color: var(--blue-color);
}

.single .author-bio-block .author-social-wrap .social-networks li a {
    border-color: rgba(var(--black-color-rgb), 0.1);
    color: var(--font-color);
}

.single .author-bio-block .author-social-wrap .social-networks li a:hover {
	background: var(--blue-color);
	color: var(--white-color);
}

.single .author-bio-block .author-social-wrap .social-networks li a:hover svg path {
    fill: var(--white-color);
}

.author-bio-block .author-info {
    font-size: 1em;
}

.page-header .author-bio-block .author-info {
	color: var(--white-color);
}

.author-bio-block .author-info p {
    margin-top: 20px;
    margin-bottom: 0;
}

.author-bio-block .btn-readmore {
    display: inline-block;
    margin-top: 20px;
    margin-left: auto;
    font-size: 0.7778em;
    letter-spacing: 0.5px;
    border-bottom: 2px solid var(--blue-color);
    text-decoration: none;
}

.author-bio-block .btn-readmore:hover {
	color: var(--heading-color);
	border-bottom-color: var(--heading-color);
}

/*==============================
SINGLE POST COMMON CSS
===============================*/
.single .content-area, 
.single .widget-area, 
.page .content-area, 
.page .widget-area {
	margin-top: 60px;
	margin-bottom: 80px;
}

.fullwidth-centered .site-main article {
    max-width: 880px;
    margin: 0 auto;
}

.single .site-main article.sticky-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.single .site-main article .article-meta {
    width: 50px;
	text-align: center;
	-webkit-position: sticky;
	position: sticky;
	top: 35px;
}

.single .article-meta .single-like {
    margin-bottom: 20px;
    display: block;
}

.single .article-meta .single-like a {
    display: inline-block;
    line-height: 1;
}

.single .article-meta .single-like a:hover svg path {
	fill: var(--blue-color);
}

.single .article-meta .single-like .fav-count {
    display: block;
    font-size: 0.7778em;
    letter-spacing: 0.5px;
    color: rgba(var(--black-color-rgb), 0.4);
    line-height: 1.3;
    margin-top: 5px;
}

.single .article-meta .post-share {
	font-size: 0.7778em;
    color: rgba(var(--black-color-rgb), 0.4);
    line-height: 1.3;
}

.single .article-meta .rm_single_ajax_like + .post-share {
    border-top: 1px dashed rgba(var(--black-color-rgb), 0.1);
    padding-top: 15px;
}

.single .article-meta .post-share .share-count {
    display: block;
    margin-top: 5px;
}

.single .article-meta .social-networks {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single .article-meta .social-networks li {
    font-size: 0.8888em;
    margin-top: 15px;
    display: block;
}

.single .article-meta .social-networks li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border: 1px solid rgba(var(--black-color-rgb), 0.1);
    border-radius: 100%;
    color: var(--font-color);
}

.single .article-meta .social-networks li a:hover {
	background: var(--blue-color);
	border-color: var(--blue-color);
	color: var(--white-color);
}

.social-networks li a svg {
    width: 13px;
    height: 15px;
	vertical-align: -1px;
}

.social-networks li a svg path {
    opacity: 1;
	fill: var(--font-color);
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
	transition: all ease 0.35s;
}

.single .article-meta .social-networks li a:hover svg path {
	fill: var(--white-color);
}

.single .site-main article .article-meta + .content-wrap {
    width: calc(100% - 50px);
    padding-left: 100px;
}

.full-width .site-main article .content-wrap {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.single .site-content .entry-header .entry-header-inner, 
.page .site-content .entry-header .entry-header-inner {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding-top: 80px;
}

.single .site-content .entry-header-inner .post-category {
    display: block;
    font-size: 0.7778em;
	letter-spacing: 0.5px;
	margin-bottom: 20px;
}

.single .site-content .entry-header-inner .post-category a {
    display: inline-block;
    border-radius: 3px;
    background: rgba(var(--blue-rgb), 0.1);
    line-height: 1.3;
    padding: 5px 10px;
    margin-top: 5px;
    margin-right: 3px;
    text-decoration: none;
}

.single .site-content .entry-header-inner .post-category a:hover {
	background: var(--blue-color);
	color: var(--white-color);
}

.single .site-content .entry-header-inner .entry-title, 
.page .site-content .entry-header-inner .entry-title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 2.78em;
    line-height: 1.3;
}

.single .site-content .entry-header-inner .entry-meta {
    margin-top: 10px;
}

.single .site-content .entry-header-inner .entry-meta > span {
    display: inline-block;
	font-size: 0.8888em;
	color: rgba(var(--black-color-rgb), 0.4);
    position: relative;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: 10px;
    padding-right: 10px;
    line-height: 1.3;
}

.single .site-content .entry-header-inner .entry-meta > span:last-child {
	margin-right: 0;
	padding-right: 0;
}

.single .site-content .entry-header-inner .entry-meta > span::after {
    content: "";
    background: rgba(var(--black-color-rgb), 0.35);
    width: 4px;
    height: 4px;
    border-radius: 100%;
    position: absolute;
    top: 7px;
    right: -3px;
}

.single .site-content .entry-header-inner .entry-meta > span:last-child::after {
	display: none;
}

.single .site-content .entry-header-inner .entry-meta > span.posted-on a {
	color: rgba(var(--black-color-rgb), 0.4);
}

.single .site-content .entry-header-inner .entry-meta > span a:hover, 
.single .site-content .entry-header-inner .entry-meta > span.posted-on a:hover {
	color: var(--blue-color);
}

.site-main article .entry-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-main article .entry-content ul ul, 
.site-main article .entry-content ul ol {
	margin-top: 10px;
	margin-left: 15px;
}

.site-main article .entry-content ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.site-main article .entry-content ul li::before {
    content: "";
    width: 7px;
    height: 7px;
    background: rgba(var(--black-color-rgb), 0.4);
    border-radius: 100%;
    position: absolute;
    top: 11px;
    left: 0;
}

.site-main article .entry-content ol {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: ordered-list;
}

.site-main article .entry-content ol ol, 
.site-main article .entry-content ol ul {
	margin-top: 10px;
	margin-left: 15px;
}

.site-main article .entry-content ol li {
    margin-bottom: 10px;
    counter-increment: ordered-list;
    position: relative;
    padding-left: 30px;
}

.site-main article .entry-content ol li::before {
    content: counter(ordered-list)".";
    position: absolute;
    top: 0;
    left: 0;
    color: var(--heading-color);
}

.highlight {
    background: rgba(var(--green-color-rgb), 0.1);
}

.single .site-main article .entry-footer, 
.page .site-main article .entry-footer {
    position: relative;
    padding-top: 40px;
	margin-top: 30px;
	text-align: center;
}

.single .site-main article .entry-footer::before, 
.page .site-main article .entry-footer::before {
    content: "";
    background: rgba(var(--black-color-rgb), 0.4);
    width: 4px;
    height: 4px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-shadow: -10px 0px rgba(var(--black-color-rgb), 0.4), 10px 0px rgba(var(--black-color-rgb), 0.4);
}

.single .edit-link {
    margin-bottom: 5px;
    vertical-align: middle;
    line-height: 1;
}

.single .site-main article .cat-tags {
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

.single .site-main article .cat-tags .tag-title {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.8888em;
    letter-spacing: 0.2px;
    margin-bottom: 5px;
}

.single .site-main article .cat-tags a {
    display: inline-block;
	margin-left: 2px;
	margin-bottom: 5px;
    font-size: 0.7778em;
    letter-spacing: 0.5px;
    color: var(--blue-color);
    background: rgba(var(--blue-rgb), 0.1);
    line-height: 1.3;
    padding: 3px 8px;
    border-radius: 4px;
	vertical-align: middle;
	text-decoration: none;
}

.single .site-main article .cat-tags a:hover {
	background: var(--blue-color);
	color: var(--white-color);
}

.single.rightsidebar .site-content > .container, 
.single.leftsidebar .site-content > .container, 
.single.rightsidebar .site-content .entry-header .container, 
.single.leftsidebar .site-content .entry-header .container, 
.page.rightsidebar .site-content > .container, 
.page.leftsidebar .site-content > .container, 
.page.rightsidebar .site-content .entry-header .container, 
.page.leftsidebar .site-content .entry-header .container {
    max-width: 1170px;
}

.single.rightsidebar .site-main article.sticky-meta, 
.single.leftsidebar .site-main article.sticky-meta {
    position: relative;
}

.single.rightsidebar .site-main article .article-meta, 
.single.leftsidebar .site-main article .article-meta {
    position: absolute;
    top: 0;
    left: -70px;
    height: 100%;
}

.single.rightsidebar .site-main article .article-meta .article-meta-inner, 
.single.leftsidebar .site-main article .article-meta .article-meta-inner {
    position: sticky;
    top: 35px;
}

.single.rightsidebar .site-main article .article-meta + .content-wrap, 
.single.leftsidebar .site-main article .article-meta + .content-wrap {
    padding-left: 0;
    width: 100%;
}

.single.rightsidebar .author-bio-block {
    padding-left: 0;
}

.single.rightsidebar .author-bio-block::before, 
.single.rightsidebar .author-bio-block::after {
    width: 100%;
}

.single.fullwidth-centered .site-main article.sticky-meta, 
.single.full-width .site-main article.sticky-meta {
    display: block;
    position: relative;
    max-width: 100%;
}

.single.fullwidth-centered .site-main article .article-meta, 
.single.full-width .site-main article .article-meta {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.single.fullwidth-centered .site-main article .article-meta .article-meta-inner, 
.single.full-width .site-main article .article-meta .article-meta-inner {
    position: sticky;
    top: 35px;
}

.single.fullwidth-centered .site-main article .content-wrap {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.single.fullwidth-centered .site-main article .article-meta + .content-wrap, 
.single.full-width .site-main article .article-meta + .content-wrap {
	width: auto;
	padding-left: 0;
}

.single.fullwidth-centered .site-main article .content-wrap p, 
.single.fullwidth-centered .site-main article .content-wrap h1, 
.single.fullwidth-centered .site-main article .content-wrap h2, 
.single.fullwidth-centered .site-main article .content-wrap h3, 
.single.fullwidth-centered .site-main article .content-wrap h4, 
.single.fullwidth-centered .site-main article .content-wrap h5, 
.single.fullwidth-centered .site-main article .content-wrap h6, 
.single.fullwidth-centered .site-main article .content-wrap blockquote, 
.single.fullwidth-centered .site-main article .content-wrap q, 
.single.fullwidth-centered .site-main article .content-wrap div, 
.single.fullwidth-centered .site-main article .content-wrap table, 
.page.fullwidth-centered .site-main article .content-wrap p, 
.page.fullwidth-centered .site-main article .content-wrap h1, 
.page.fullwidth-centered .site-main article .content-wrap h2, 
.page.fullwidth-centered .site-main article .content-wrap h3, 
.page.fullwidth-centered .site-main article .content-wrap h4, 
.page.fullwidth-centered .site-main article .content-wrap h5, 
.page.fullwidth-centered .site-main article .content-wrap h6, 
.page.fullwidth-centered .site-main article .content-wrap blockquote, 
.page.fullwidth-centered .site-main article .content-wrap q, 
.page.fullwidth-centered .site-main article .content-wrap div, 
.page.fullwidth-centered .site-main article .content-wrap table {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.single.fullwidth-centered .site-main article .content-wrap div figure, 
.single.fullwidth-centered .site-main article .content-wrap p figure, 
.single.fullwidth-centered .site-main article .content-wrap p > img, 
.page.fullwidth-centered .site-main article .content-wrap div figure, 
.page.fullwidth-centered .site-main article .content-wrap p figure, 
.page.fullwidth-centered .site-main article .content-wrap p > img {
    max-width: 800px;
	margin-left: -50px;
	margin-right: 0;
}

/* Theme listing block  */
.wp-block-blogingengine-theme-listing {
    margin-top: 50px;
    border-bottom: 1px solid rgba(var(--blue-rgb), 0.1);
}

article .entry-content .theme-listing-container .key-takeaways li {
	padding-left: 25px;
	margin-bottom: 15px;
}

.theme-listing-container .key-takeaways li::before {
	display: none;
}

.theme-listing-container h2 {
    font-size: 1.3333em;
    margin-bottom: 40px;
}

.theme-listing-container h2::before {
	color: var(--blue-color);
}

.theme-listing-container h3 {
    font-size: 1.1112em;
    margin-bottom: 20px;
}

.theme-listing-container .text_one, 
.theme-listing-container .text_two, 
.theme-listing-container .text_three {
	background: var(--blue-color);
	border-color: var(--blue-color);
	border-radius: 50px;
    min-width: calc(33.33% - 20px);
    text-transform: none;
    font-size: 1em;
    font-weight: 500;
    font-weight: normal;
    letter-spacing: 0px;
    margin-right: 20px;
    margin-top: 20px;
    min-height: 65px;
    line-height: 1.3;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.theme-listing-container a[class*="text_"]:last-child {
	margin-right: 0;
}

.theme-listing-container .text_one {
	background: var(--yellow-color);
	border-color: var(--yellow-color);
	color: var(--heading-color);
}

.theme-listing-container .text_one:hover {
	background: none;
	color: var(--heading-color);
}

.theme-listing-container .text_two:hover {
	background: none;
	color: var(--blue-color);
}

.theme-listing-container .text_three {
    background: var(--green-color);
    border-color: var(--green-color);
}

.theme-listing-container .text_three:hover {
	background: none;
	color: var(--green-color);
}

/* table of content */
#toc_container {
    position: relative;
    margin-top: 60px;
    padding: 40px 30px;
	margin-bottom: 30px;
	background: rgba(var(--blue-rgb), 0.05);
	border: none;
	font-size: 1em;
	display: flex !important;
	flex-direction: column;
	align-items: flex-start;
}

#toc_container.contracted {
    padding: 0;
    background: none;
    margin-bottom: 0;
}

#toc_container p.toc_title {
    position: absolute;
    top: -30px;
    left: 0;
    background: var(--white-color);
    padding: 10px 20px;
    min-width: 245px;
    min-height: 63px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    z-index: 99;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 6px 17px rgba(var(--black-color-rgb), 0.06);
    font-weight: normal;
    font-size: 0.8888em;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: var(--heading-color);
}

#toc_container.contracted p.toc_title {
    position: relative;
}

#toc_container p.toc_title .toc_toggle {
    font-weight: normal;
    font-size: 0;
    margin-left: 10px;
    text-transform: capitalize;
}

#toc_container p.toc_title .toc_toggle a {
	font-size: initial;
}

#toc_container p.toc_title .toc_toggle a::before {
    content: "(";
}

#toc_container p.toc_title .toc_toggle a::after {
    content: ")";
}

#toc_container li {
	margin-bottom: 15px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

#toc_container li:last-child {
	margin-bottom: 0;
}

#toc_container li ul {
    margin-top: 15px;
}

#toc_container.no_bullets li::before, 
#toc_container.no_bullets ul::before, 
#toc_container.no_bullets ul li::before, 
.toc_widget_list.no_bullets::before, 
.toc_widget_list.no_bullets li::before {
	display: none;
}

#toc_container li a {
    color: var(--font-color);
    display: flex;
	font-size: 1em;
	text-decoration: none;
	line-height: 1.5;
}

#toc_container li a:hover {
	color: var(--blue-color);
	text-decoration: none;
}

#toc_container li a .toc_number {
	color: var(--font-color);
	margin-top: 2px;
	margin-right: 10px;
    display: inline-block;
    font-size: 0.8888em;
	font-weight: 500;
}

#toc_container li a .toc_number::after {
    content: ".";
}

/*==============================
SINGLE POST STYLE ONE
===============================*/
.single.style-one .site-header, 
.page.style-one .site-header {
    border-bottom: 1px solid rgba(var(--blue-rgb), 0.1);
}

.single.style-one .site-content .entry-header .container, 
.page.style-one .site-content .entry-header .container {
    max-width: 1170px;
}

.single.style-one .breadcrumb-wrapper a, 
.page.style-one .breadcrumb-wrapper a {
    color: rgba(var(--black-color-rgb), 0.3);
}

.single.style-one .breadcrumb-wrapper a:hover, 
.single.style-one .breadcrumb-wrapper .separator, 
.single.style-one .breadcrumb-wrapper .current a, 
.page.style-one .breadcrumb-wrapper a:hover, 
.page.style-one .breadcrumb-wrapper .separator, 
.page.style-one .breadcrumb-wrapper .current a {
    color: var(--font-color);
}

.single.style-one .entry-header .post-thumbnail, 
.page.style-one .entry-header .post-thumbnail {
    margin: 40px 0 0;
}

/*=================================
SINGLE POST STYLE TWO
=================================*/
.single.style-two .site-content > .entry-header, 
.page.style-two .site-content > .entry-header {
	background: var(--blue-color);
	padding-bottom: 80px;
}

.single.style-two .entry-header-inner .post-category a {
    background: rgba(var(--white-color-rgb), 0.15);
	color: var(--white-color);
	border: 1px solid transparent;
}

.single.style-two .entry-header-inner .post-category a:hover {
    background: none;
    border-color: var(--white-color);
}

.single.style-two .entry-header-inner .entry-title, 
.page.style-two .entry-header-inner .entry-title {
    color: var(--white-color);
}

.single.style-two .entry-header-inner .entry-meta > span, 
.single.style-two .entry-header-inner .entry-meta > span a, 
.single.style-two .entry-header-inner .entry-meta > span.posted-on a {
    color: rgba(var(--white-color-rgb), 0.7);
}

.single.style-two .entry-header-inner .entry-meta > span a:hover, 
.single.style-two .entry-header-inner .entry-meta > span.posted-on a:hover {
	color: var(--white-color);
}

.single.style-two .entry-header-inner .entry-meta > span::after {
	background: rgba(var(--white-color-rgb), 0.7);
}

/*=============================
ERROR 404 PAGE
==============================*/
.error404 .page-header {
    background: none;
    padding-bottom: 0;
}

.error404 .page-header .page-header-inner {
    display: none;
}

.error404 .page-header .breadcrumb-wrapper a {
    color: rgba(var(--black-color-rgb), 0.3);
}

.error404 .page-header .breadcrumb-wrapper .separator, 
.error404 .page-header .breadcrumb-wrapper a:hover, 
.error404 .page-header .breadcrumb-wrapper .current a {
    color: var(--font-color);
}

.error404 .error-404 {
    max-width: 1066px;
    margin-left: auto;
    margin-right: auto;
}

.error404 .error-404 .page-header {
    text-align: center;
    margin-bottom: 40px;
}

.error404 .error-404 .page-header .page-title {
    color: var(--heading-color);
}

.error404 .error-404 .error-img {
    margin: 0 0 60px 0;
    text-align: center;
}

.error404 .error-404 .error-img img {
    margin-right: -80px;
}

.error-404 .search-form-wrap {
	padding: 30px;
    background: var(--white-color);
    border-radius: 4px;
    border: 1px solid rgba(var(--font-color-rgb), 0.03);
    box-shadow: 0 2px 2px rgba(var(--black-color-rgb), 0.08);
    margin-bottom: 60px;
}

.error-404 .search-form-wrap .search-form {
	max-width: 600px;
	height: 60px;
    margin-left: auto;
    margin-right: auto;
}

.error-404 .search-form-wrap .search-form > label {
    width: calc(100% - 60px);
}

.error-404 .search-form-wrap .search-form .search-submit {
    width: 60px;
    height: 60px;
    background-color: var(--blue-color);
    background-image: url('data:image/svg+xml;utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23fff" d="M508.5 468.9L387.1 347.5c-2.3-2.3-5.3-3.5-8.5-3.5h-13.2c31.5-36.5 50.6-84 50.6-136C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c52 0 99.5-19.1 136-50.6v13.2c0 3.2 1.3 6.2 3.5 8.5l121.4 121.4c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17zM208 368c-88.4 0-160-71.6-160-160S119.6 48 208 48s160 71.6 160 160-71.6 160-160 160z"></path></svg>');
    background-size: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: -1px;
}

.error-404 .search-form-wrap .search-form .search-submit:hover {
	background-color: var(--blue-color-dark);
}

.error-404 .content-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.error-404 .content-wrap .page-content {
    margin-top: 0;
    flex: 2;
	padding-right: 60px;
	max-width: 625px;
}

.error-404 .content-wrap .page-content h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.67em;
    font-weight: 500;
    color: var(--font-color);
}

.error-404 .content-wrap .page-content p {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 1em;
}

.error-404 .content-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(var(--blue-rgb), 0.1);
    position: relative;
}

.error-404 .content-wrap::after {
    content: "";
	background-image: url('images/error-decoration.png');
	background-repeat: no-repeat;
	background-size: cover;
    position: absolute;
    bottom: -17px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
    height: 32px;
}

.error-404 .content-wrap .button-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.error-404 .content-wrap .button-wrap .btn-readmore {
    background: var(--yellow-color);
    padding: 10px 15px;
    min-height: 65px;
    min-width: 270px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--heading-color);
    text-decoration: none;
    border-radius: 50px;
    font-size: 1em;
    font-weight: 500;
}

.error-404 .content-wrap .button-wrap .btn-readmore:hover {
	background: var(--blue-color);
	color: var(--white-color);
}

.error-404 .content-wrap .button-wrap .btn-readmore::after {
    content: "";
    background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%2325282e" d="M295.515 115.716l-19.626 19.626c-4.753 4.753-4.675 12.484.173 17.14L356.78 230H12c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h344.78l-80.717 77.518c-4.849 4.656-4.927 12.387-.173 17.14l19.626 19.626c4.686 4.686 12.284 4.686 16.971 0l131.799-131.799c4.686-4.686 4.686-12.284 0-16.971L312.485 115.716c-4.686-4.686-12.284-4.686-16.97 0z"></path></svg>');
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 20px;
	height: 20px;
	margin-top: 5px;
    margin-left: 10px;
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.error-404 .content-wrap .button-wrap .btn-readmore:hover::after {
	background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23fff" d="M295.515 115.716l-19.626 19.626c-4.753 4.753-4.675 12.484.173 17.14L356.78 230H12c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h344.78l-80.717 77.518c-4.849 4.656-4.927 12.387-.173 17.14l19.626 19.626c4.686 4.686 12.284 4.686 16.971 0l131.799-131.799c4.686-4.686 4.686-12.284 0-16.971L312.485 115.716c-4.686-4.686-12.284-4.686-16.97 0z"></path></svg>');
}


/*===============================
RESPONSIVE STYLESHEET
===============================*/
@media screen and (max-width: 1680px) {
	.container {
		max-width: 1420px;
	}
}

@media screen and (max-width: 1480px) {
	.container {
		max-width: 1280px;
	}

	/*=================================
	SITE HEADER
	=================================*/
	.main-navigation ul li a {
		padding-left: 20px;
		padding-right: 20px;
	}

	.site-header .button-wrap {
		padding-left: 20px;
	}
}

@media screen and (max-width: 1366px) {
	.container {
		max-width: 1170px;
	}

	/*===============================
	ADDITIONAL POSTS
	================================*/
	.additional-post .section-grid {
		margin-left: -20px;
		margin-right: -20px;
	}

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

	/*===============================
	SIDEBARS
	================================*/
	.rightsidebar .content-area, 
	.leftsidebar .content-area {
		padding-right: 50px;
	}

	.leftsidebar .content-area {
		padding-right: 0;
		padding-left: 50px;
	}

	/*=====================================
	NEWSLETTER SECTION
	======================================*/
	.newsletter-section .blossomthemes-email-newsletter-wrapper .container {
		max-width: 1000px;
	}

	/*===============================
	SINGLE POST COMMON CSS 
	===============================*/
	.single.rightsidebar .site-main article .article-meta, 
	.single.leftsidebar .site-main article .article-meta {
		left: 0;
	}

	.single.rightsidebar .site-main article .article-meta + .content-wrap, 
	.single.leftsidebar .site-main article .article-meta + .content-wrap {
		padding-left: 80px;
	}
	
}

@media screen and (max-width: 1199px) {
	.container {
		max-width: 1000px;
	}

	/*===============================
	ADDITIONAL POSTS
	================================*/
	.additional-post .section-grid {
		margin-left: -15px;
		margin-right: -15px;
	}

	.additional-post .section-grid article {
		margin-left: 15px;
		margin-right: 15px;
		width: calc(25% - 30px);
	}

	/*================================
	SIDEBARS
	================================*/
	.rightsidebar .content-area, 
	.leftsidebar .content-area {
		width: calc(100% - 280px);
	}

	.rightsidebar .widget-area, 
	.leftsidebar .widget-area {
		width: 280px;
	}

	/*====================================
	SITE HEADER
	=====================================*/
	.main-navigation ul li a {
		padding-left: 15px;
		padding-right: 15px;
	}

	/*=====================================
	NEWSLETTER SECTION
	======================================*/
	.newsletter-section .blossomthemes-email-newsletter-wrapper .container {
		max-width: 960px;
	}

	/*==================================
	GRID LAYOUT
	===================================*/
	.grid-layout .site-main {
		margin-left: -20px;
		margin-right: -20px;
	}

	.grid-layout .site-main article {
		margin-left: 20px;
		margin-right: 20px;
		width: calc(33.33% - 40px);
	}

	/*=================================
	SINGLE POST COMMON CSS
	================================*/
	.single.rightsidebar .site-content > .container, 
	.single.leftsidebar .site-content > .container, 
	.single.rightsidebar .site-content .entry-header .container, 
	.single.leftsidebar .site-content .entry-header .container, 
	.page.rightsidebar .site-content > .container, 
	.page.leftsidebar .site-content > .container, 
	.page.rightsidebar .site-content .entry-header .container, 
	.page.leftsidebar .site-content .entry-header .container, 
	.single.style-one .site-content .entry-header .container, 
	.page.style-one .site-content .entry-header .container {
		max-width: 1000px;
	}

	.single.full-width .site-main article .article-meta + .content-wrap {
		padding-left: 20px;
		padding-right: 20px;
	}

}

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

	.menu-item-has-children .submenu-toggle {
		z-index: 0;
	}
}

@media screen and (max-width: 1024px) {
	.container {
		max-width: 768px;
		padding-left: 15px;
		padding-right: 15px;
	}

	/*===============================
	ADDITIONAL POSTS
	================================*/
	.additional-post .section-grid article {
		width: calc(33.33% - 30px);
	}

	/*===============================
	SIDEBARS
	================================*/
	.rightsidebar .site-content > .container, 
	.leftsidebar .site-content > .container {
		flex-direction: column;
	}
	
	.rightsidebar .content-area, 
	.leftsidebar .content-area {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}

	.rightsidebar .widget-area, 
	.leftsidebar .widget-area {
		width: 100%;
	}

	/*==================================
	SITE HEADER
	=================================*/
	.site-header {
		position: relative;
	}

	.main-navigation .toggle-button {
		display: block;
		background: none;
		border: none;
		border-radius: 0;
		padding: 0 0 0 25px;
		font-size: 0.7778em;
		text-transform: uppercase;
		color: var(--font-color);
		min-height: auto;
		position: relative;
		line-height: 1.3;
	}

	.main-navigation .toggle-button:hover {
		color: var(--blue-color);
	}

	.main-navigation .toggle-button .toggle-bar {
		background: var(--font-color);
		width: 18px;
		height: 2px;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		margin: auto;
		-webkit-transition: all ease 0.35s;
		-moz-transition: all ease 0.35s;
		transition: all ease 0.35s;
	}

	.main-navigation .toggle-button .toggle-bar:first-child {
		top: -10px;
	}

	.main-navigation .toggle-button .toggle-bar:nth-child(3) {
		bottom: -10px;
	}

	.main-navigation .toggle-button:hover .toggle-bar {
		background: var(--blue-color);
	}

	.main-navigation .toggle-button .toggle-title {
		display: inline-block;
		vertical-align: middle;
	}

	.main-navigation .toggle-button .toggle-title:last-child {
		display: none;
	}

	.main-navigation.menu-toggled .toggle-button .toggle-bar:first-child {
		top: 0;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	.main-navigation.menu-toggled .toggle-button .toggle-bar:nth-child(2) {
		opacity: 0;
		visibility: hidden;
	}

	.main-navigation.menu-toggled .toggle-button .toggle-bar:nth-child(3) {
		bottom: 0;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}

	.main-navigation.menu-toggled .toggle-button .toggle-title:nth-child(4) {
		display: none;
	}

	.main-navigation.menu-toggled .toggle-button .toggle-title:last-child {
		display: block;
	}

	.main-navigation > div {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: var(--white-color);
		z-index: 9999;
		border-top: 1px solid rgba(var(--black-color-rgb), 0.05);
		box-shadow: 0 10px 10px rgba(var(--black-color-rgb), 0.15);
	}

	.main-navigation .nav-menu {
		flex-direction: column;
		align-items: flex-start;
		max-width: 768px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
	}

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

	.main-navigation ul li a {
		padding: 10px 0;
		border-bottom: 1px solid rgba(var(--blue-rgb), 0.15);
		width: 100%;
	}

	.main-navigation .nav-menu > li.menu-item-has-children > a {
		padding-right: 25px;
	}
	
	.main-navigation ul .sub-menu {
		display: none;
		opacity: 1;
		filter: alpha(opacity=100);
		visibility: visible;
		position: static;
		width: 100%;
		box-shadow: none;
		transition: none;
	}

	.main-navigation ul .sub-menu .sub-menu {
		box-shadow: none;
	}

	.menu-item-has-children .submenu-toggle {
		top: 0;
		padding: 0;
		width: 20px;
		height: 46px;
		min-height: auto;
		line-height: 1;
		right: 0;
	}

	.main-navigation .nav-menu > li.menu-item-has-children > .submenu-toggle {
		right: 0;
	}

	.sub-menu .menu-item-has-children .submenu-toggle {
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
	}

	.menu-item-has-children .submenu-toggle.active {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.main-navigation .nav-menu ul > li:hover > a, 
	.main-navigation .nav-menu ul > li > a:hover, 
	.main-navigation .nav-menu ul > li.current-menu-item > a, 
	.main-navigation .nav-menu ul > li.current_page_item > a, 
	.main-navigation .nav-menu ul > li.current-menu-ancestor > a, 
	.main-navigation .nav-menu ul > li.current_page_ancestor > a, 
	.main-navigation .nav-menu ul > li:hover > .submenu-toggle, 
	.main-navigation .nav-menu ul > li.current-menu-item > .submenu-toggle, 
	.main-navigation .nav-menu ul > li.current_page_item > .submenu-toggle, 
	.main-navigation .nav-menu ul > li.current-menu-ancestor > .submenu-toggle, 
	.main-navigation .nav-menu ul > li.current_page_ancestor > .submenu-toggle {
		background: none;
		color: var(--blue-color);
	}

	/*=====================================
	NEWSLETTER SECTION
	======================================*/
	.newsletter-section .blossomthemes-email-newsletter-wrapper .container {
		max-width: 768px;
	}

	/*==============================
	GRID LAYOUT
	===============================*/
	.grid-layout .site-main {
		margin-left: -10px;
		margin-right: -10px;
	}

	.grid-layout .site-main article {
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 40px;
		width: calc(33.33% - 20px);
	}

	/*=================================
	SINGLE POST COMMON CSS
	================================*/
	.single.rightsidebar .site-content > .container, 
	.single.leftsidebar .site-content > .container, 
	.single.rightsidebar .site-content .entry-header .container, 
	.single.leftsidebar .site-content .entry-header .container, 
	.page.rightsidebar .site-content > .container, 
	.page.leftsidebar .site-content > .container, 
	.page.rightsidebar .site-content .entry-header .container, 
	.page.leftsidebar .site-content .entry-header .container, 
	.single.style-one .site-content .entry-header .container, 
	.page.style-one .site-content .entry-header .container {
		max-width: 768px;
	}

	.single.fullwidth-centered .site-main article .content-wrap div figure, 
	.single.fullwidth-centered .site-main article .content-wrap p figure, 
	.single.fullwidth-centered .site-main article .content-wrap p > img, 
	.page.fullwidth-centered .site-main article .content-wrap div figure, 
	.page.fullwidth-centered .site-main article .content-wrap p figure, 
	.page.fullwidth-centered .site-main article .content-wrap p > img {
		max-width: 100%;
		margin-left: 0;
	}

	.single.fullwidth-centered .site-main article.sticky-meta, 
	.single.full-width .site-main article.sticky-meta {
		display: flex;
	}

	.single.fullwidth-centered .site-main article .article-meta, 
	.single.full-width .site-main article .article-meta {
		position: sticky;
		height: auto;
		top: 50px;
	}

	.single.fullwidth-centered .site-main article .article-meta + .content-wrap {
		width: calc(100% - 50px);
		padding-left: 30px;
	}

	.single.full-width .site-main article .article-meta + .content-wrap {
		width: calc(100% - 50px);
	}
}

@media screen and (max-width: 767px) {
	.container {
		max-width: 420px;
	}

	.widget {
		margin-bottom: 40px;
	}

	.page-header {
		padding-bottom: 60px;
	}

	.page-header .page-header-inner {
		padding-top: 60px;
	}

	.page-header .page-title {
		font-size: 1.6667em;
	}

	.archive .page-header .archive-description {
		font-size: 0.8888em;
	}

	h1 {
		font-size: 2em;
	}

	h2 {
		font-size: 1.67em;
	}

	h3 {
		font-size: 1.33em;
	}

	h4 {
		font-size: 1.11em;
	}

	h5 {
		font-size: 1em;
	}

	h6 {
		font-size: 0.89em;
	}

	/*==============================
	ADDITIONAL POST
	==============================*/
	.additional-post {
		margin-top: 60px;
	}

	.additional-post .section-grid {
		flex-direction: column;
		margin-left: 0;
		margin-right: 0;
	}

	.additional-post .section-grid article {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 40px;
		width: 100%;
	}

	/*=================================
	COMMENTS AREA
	=================================*/
	.comments-area {
		margin-top: 60px;
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.comments-area .container {
		max-width: 420px;
	}

	.comments-area .comments-title, 
	.comment-respond .comment-reply-title {
		margin-bottom: 30px;
	}

	.comments-area .comment-body {
		padding-left: 0;
	}

	.comments-area .comment-body .comment-author, 
	.comments-area .comment-body .comment-metadata {
		padding-left: 50px;
	}

	.comment-body img.avatar {
		top: 0;
		width: 40px;
		height: 40px;
	}

	.comments-area ol li ol {
		margin-left: 25px;
	}

	.comments-area .bypostauthor > .comment-body .comment-author::after {
		top: 27px;
		left: 27px;
		width: 15px;
		height: 15px;
		background-size: 100%;
	}

	.comments-area .comment-respond {
		padding: 40px 20px;
	}

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

	/*===============================
	SIDEBARS
	================================*/
	.content-area, .widget-area {
		margin-top: 80px;
		margin-bottom: 80px;
	}

	.home .site-header + .site-content .content-area {
		margin-top: 60px;
	}

	.home .site-header + .site-content {
		border-top: 1px solid rgba(var(--black-color-rgb), 0.05);
	}

	/*==============================
	SITE HEADER
	===============================*/
	.site-header .site-branding {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.site-header .happy-users {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.header-right {
		width: 100%;
		flex: initial;
		border-top: 1px solid rgba(var(--black-color-rgb), 0.05);
		margin-top: 5px;
	}

	.header-right .main-navigation {
		justify-content: flex-start;
	}

	.main-navigation .nav-menu {
		max-width: 420px;
	}

	.site-header .button-wrap {
		padding-left: 20px;
	}

	.site-header .button-wrap .header-btn {
		padding: 5px 20px;
	}

	/*=====================================
	NEWSLETTER SECTION
	======================================*/
	.newsletter-section .blossomthemes-email-newsletter-wrapper .container {
		max-width: 420px;
	}

	.newsletter-section .blossomthemes-email-newsletter-wrapper {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.newsletter-section .blossomthemes-email-newsletter-wrapper .text-holder {
		margin-bottom: 20px;
	}

	.newsletter-section .text-holder h3 {
		font-size: 1.6665em;
	}

	.newsletter-section .blossomthemes-email-newsletter-wrapper form {
		flex-direction: column;
	}

	.newsletter-section .blossomthemes-email-newsletter-wrapper form input[type="text"] {
		flex: initial;
		margin-right: 0;
		height: 45px;
	}

	.newsletter-section .blossomthemes-email-newsletter-wrapper form button[type="submit"] {
		min-height: 45px;
	}

	/*===========================
	GRID LAYOUT
	===========================*/
	.grid-layout .site-main {
		flex-direction: column;
		margin-left: 0;
		margin-right: 0;
	}

	.grid-layout .site-main article {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 40px;
	}

	/*==============================
	SITE FOOTER
	==============================*/
	.footer-top {
		padding-bottom: 40px;
	}
	
	.footer-top .grid {
		margin-left: 0;
		margin-right: 0;
		flex-direction: column;
	}

	.footer-top .grid .col {
		padding-left: 0;
		padding-right: 0;
		flex: initial;
	}

	/*==============================
	SEARCH PAGE
	==============================*/
	.page-header .search-form {
		height: 60px;
	}

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

	.page-header .search-form .search-field {
		height: 60px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.page-header .search-form .search-submit {
		height: 60px;
		width: 50px;
		background-size: 20px;
	}

	/*=================================
	AUTHOR PAGE
	=================================*/
	.author-bio-block {
		flex-direction: column;
		align-items: center;
	}

	.author-bio-block .author-img {
		margin: 0 auto 20px;
	}

	.author-bio-block .author-info-wrap {
		width: 100%;
		padding-left: 0;
		text-align: center;
	}

	.author-bio-block .author-info-wrap .author-social-wrap {
		flex-direction: column;
	}

	.author-bio-block .author-social-wrap .author-name-holder {
		margin-top: 0;
	}

	.author-bio-block .author-info-wrap .author-name {
		font-size: 1.3333em;
	}

	.author-bio-block .author-social-wrap .social-networks {
		padding-left: 0;
	}

	.author-bio-block .author-info {
		font-size: 0.8888em;
		margin-top: 30px;
	}

	.single .author-bio-block {
		margin-top: 60px;
		padding-top: 60px;
		padding-bottom: 60px;
		padding-left: 0;
	}

	.single .author-bio-block::before, 
	.single .author-bio-block::after {
		width: 100%;
	}

	.single .author-bio-block .author-info-wrap {
		width: 100%;
	}

	/*============================
	SINGLE POST COMMON CSS
	=============================*/
	.single .content-area, 
	.single .widget-area, 
	.page .content-area, 
	.page .widget-area {
		margin-top: 25px;
	}

	.single .site-main article.sticky-meta {
		flex-direction: column;
	}

	.single .site-main article .article-meta {
		margin-bottom: 60px;
		width: 100%;
		position: static;
	}

	.single.rightsidebar .site-main article .article-meta, 
	.single.leftsidebar .site-main article .article-meta {
		position: static;
	}

	.single .site-main article .article-meta-inner {
		position: static;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}

	.single .site-main article .article-meta .rm_single_ajax_like {
		margin-right: 15px;
	}

	.single .article-meta .single-like {
		margin-bottom: 0;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.single .article-meta .single-like .fav-count {
		margin-top: 0;
		margin-left: 10px;
	}

	.single .article-meta .post-share {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	
	.single .article-meta .rm_single_ajax_like + .post-share {
		border-top: none;
		border-left: 1px dashed rgba(var(--black-color-rgb), 0.1);
		padding-top: 0;
		padding-left: 15px;
	}

	.single .article-meta .post-share svg {
		margin-right: 5px;
		margin-top: -2px;
	}

	.single .article-meta .post-share .share-count {
		margin-top: 0;
		margin-right: 5px;
	}

	.single .article-meta .social-networks {
		width: 100%;
	}

	.single .article-meta .social-networks li {
		margin-top: 10px;
		margin-left: 2px;
		margin-right: 2px;
		display: inline-block;
	}

	.single .site-main article .article-meta + .content-wrap {
		width: 100%;
		padding-left: 0;
	}

	.single.rightsidebar .site-main article .article-meta + .content-wrap, 
	.single.leftsidebar .site-main article .article-meta + .content-wrap {
		padding-left: 0;
	}

	.single .site-content .entry-header .entry-header-inner {
		padding-top: 60px;
	}

	.single .site-content .entry-header-inner .entry-title {
		font-size: 2em;
	}

	.single.rightsidebar .site-content > .container, 
	.single.leftsidebar .site-content > .container, 
	.single.rightsidebar .site-content .entry-header .container, 
	.single.leftsidebar .site-content .entry-header .container, 
	.page.rightsidebar .site-content > .container, 
	.page.leftsidebar .site-content > .container, 
	.page.rightsidebar .site-content .entry-header .container, 
	.page.leftsidebar .site-content .entry-header .container, 
	.single.style-one .site-content .entry-header .container, 
	.page.style-one .site-content .entry-header .container {
		max-width: 420px;
	}

	.single.fullwidth-centered .site-main article .article-meta, 
	.single.full-width .site-main article .article-meta {
		position: static;
		height: auto;
	}

	.single.fullwidth-centered .site-main article .article-meta .article-meta-inner, 
	.single.full-width .site-main article .article-meta .article-meta-inner {
		position: static;
	}

	.single.fullwidth-centered .site-main article .article-meta + .content-wrap, 
	.single.full-width .site-main article .article-meta + .content-wrap {
		width: 100%;
		padding-left: 0;
	}

	.single.full-width .site-main article .article-meta + .content-wrap {
		padding-right: 0;
	}

	/*===============================
	SINGLE POST STYLE TWO
	================================*/
	.single.style-two .site-content > .entry-header, 
	.page.style-two .site-content > .entry-header {
		padding-bottom: 60px;
	}

	/*================================
	ERROR 404 PAGE
	================================*/
	.error-404 .search-form-wrap {
		padding-left: 15px;
		padding-right: 15px;
	}

	.error404 .error-404 .error-img img {
		margin-right: 0;
	}

	.error-404 .content-wrap {
		flex-direction: column;
		text-align: center;
	}

	.error-404 .content-wrap .page-content {
		flex: auto;
		padding-right: 0;
		margin-bottom: 40px;
	}

	.error-404 .content-wrap .button-wrap {
		flex: auto;
		align-items: center;
	}

}