<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Elation
Theme URI: https://kairaweb.com/wordpress-theme/elation/
Author: Kaira
Author URI: https://kairaweb.com/
Description: Elation gives everyone the ability to build their own beautiful website from scratch (with no coding knowledge needed). Whether youâ€™re ready to expand your eCommerce store by integrating WooCommerce or Easy Digital Downloads, or simply want a hassle-free website building tool to launch your personal blog or company website quickly, the Elation WordPress theme will work for you! With a focus on both beauty, simplicity and back-end functionality, Elationâ€™s core strength lies within its powerfuly ability to deliver advanced design solutions in an intuitive way that users of all experience levels can understand. It's lightweight, fast, and incredibly customizable, empowering entrepreneurs and professionals alike with the ability to tweak and optimize everything from page layout options to more advanced customizations and full color &amp; font settings. Weâ€™ve got you â€” Elation integrates with the top WordPress analytics plugins to bring customers to you with SEO-enhanced pages and content that plug into your social media pages effortlessly. The Elation theme is fully responsive across all devices, maintaining visual and operational integrity, whether people are viewing your website on a tablet, smartphone or desktop, Elation works perfectly. To extend the theme even further, weâ€™ve ensured that Elation integrates with top WordPress plugins such as WooCommerce, Easy Digital Downloads, Elementor and many other useful WordPress extensions. Head over here for more information and to download the Elation theme: https://kairaweb.com/wordpress-theme/elation/. Happy Building!!
Version: 1.1.01
Requires at least: 4.7
Tested up to: 5.9
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: elation
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, rtl-language-support, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks

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.

Elation 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/
*/
/*--------------------------------------------------------------
&gt;&gt;&gt; TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
	margin: 0;
}

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

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

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

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

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

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

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

a {
	background-color: transparent;
}

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

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

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

b,
strong {
	font-weight: bolder;
}

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

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

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

small {
	font-size: 80%;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

img {
	border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
	vertical-align: baseline;
}

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

textarea {
	overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
	display: block;
}

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

summary {
	display: list-item;
}

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

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

template {
	display: none;
}

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

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin: 0 0 25px;
}

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;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

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

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

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

body {
	background: #f9f9f9;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: rgba(0, 0, 0, 0.4);
	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 &gt; ul,
li &gt; ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

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

/* Heading Defaults
h1 - 2em
h2 - 1.5em
h3 - 1.17em
h4 - body size
h5 - 0.83em
h6 - 0.67em */

.heading-prop-1 h1 {
	font-size: 2em;
	margin: 0 0 0.67em;
}
.heading-prop-1 h2 {
	font-size: 1.5em;
}
.heading-prop-1 h3 {
	font-size: 1.17em;
}
.heading-prop-1 h4 {
	font-size: 1em;
}
.heading-prop-1 h5 {
	font-size: 0.83em;
}
.heading-prop-1 h6 {
	font-size: 0.67em;
}

.heading-prop-2 h1 {
	font-size: 2.4em;
}
.heading-prop-2 h2 {
	font-size: 2.1em;
}
.heading-prop-2 h3 {
	font-size: 1.9em;
}
.heading-prop-2 h4 {
	font-size: 1.4em;
}
.heading-prop-2 h5 {
	font-size: 1.1em;
}
.heading-prop-2 h6 {
	font-size: 0.9em;
}

.heading-prop-3 h1 {
	font-size: 3em;
}
.heading-prop-3 h2 {
	font-size: 2.7em;
}
.heading-prop-3 h3 {
	font-size: 2.2em;
}
.heading-prop-3 h4 {
	font-size: 1.8em;
}
.heading-prop-3 h5 {
	font-size: 1.4em;
}
.heading-prop-3 h6 {
	font-size: 1em;
}

.heading-prop-4 h1 {
	font-size: 3.8em;
}
.heading-prop-4 h2 {
	font-size: 3.3em;
}
.heading-prop-4 h3 {
	font-size: 2.7em;
}
.heading-prop-4 h4 {
	font-size: 2.1em;
}
.heading-prop-4 h5 {
	font-size: 1.8em;
}
.heading-prop-4 h6 {
	font-size: 1.4em;
}

h1, h2, h3 {
	margin: 0 0 0.67em;
}
h4 {
	margin: 0 0 0.87em;
}
h5, h6 {
	margin: 0 0 1.4em;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 1px 2px rgba(0, 0, 0, 0.06);
	margin: 0;
	padding: 5px 10px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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 {
	border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    padding: 8px 10px 9px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 0.9em;
}

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 {
	border: 1px solid rgba(0, 0, 0, 0.55);
}

select {
	border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    padding: 8px 10px 9px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 0.9em;
}

textarea {
	width: 100%;
	min-height: 150px;
}

#comments .comment-form input.submit {
	display: inline-block;
	vertical-align: middle;
	background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 1px 2px rgba(0, 0, 0, 0.06);
    padding: 10px 25px 12px;
    margin: 15px 0 0;
    font-size: 0.9em;
	font-weight: inherit;
	color: inherit;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #4e69f5;
	text-decoration: none;
}

/* a:visited {
	color: #475fe4;
} */

a:hover, a:focus, a:active {
	color: #8635ee;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Main Navigation
--------------------------------------------------------------*/
.main-navigation ul {
	/* display: none; */
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-navigation ul ul {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover &gt; ul,
.main-navigation ul ul li.focus &gt; ul {
	left: 100%;
}

.main-navigation ul ul a {
	min-width: 200px;
	white-space: nowrap;
	text-align: left;
}

.main-navigation ul li:hover &gt; ul,
.main-navigation ul li.focus &gt; ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 12px 18px;
	color: inherit;
}
.main-navigation.elation-nav-block a {
	padding: 12px 7px;
}
.main-navigation.elation-nav-block ul ul a {
	padding: 12px 18px;
}

.menu-dropdown-btn {
	display: none;
}

.main-navigation.main-nav-full-width ul#elation-main-menu,
.main-navigation.main-nav-full-width #elation-main-menu &gt; ul {
	display: flex;
}
.main-navigation.main-nav-full-width ul#elation-main-menu li,
.main-navigation.main-nav-full-width #elation-main-menu &gt; ul &gt; li {
	float: none;
	flex-grow: 1;
	text-align: center;
}

/* Small menu. */
.menu-toggle {
	box-shadow: none;
	font-size: 16px;
}
.menu-toggle,
.main-navigation.toggled ul,
.main-menu-close {
	display: none;
}

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

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

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

/* ---- Menu Switch Class ---- */
.main-navigation .nav-switch ul {
    left: auto;
    right: -999em;
}
.main-navigation li.nav-switch:hover &gt; ul,
.main-navigation li.nav-switch.focus &gt; ul {
    left: auto;
    right: 0;
    display: block;
}
.main-navigation li.nav-switch ul li:hover &gt; ul,
.main-navigation li.nav-switch ul li.focus &gt; ul {
    left: auto;
    right: 100%;
    display: block;
}
.main-navigation li.nav-sub-switch:hover &gt; ul,
.main-navigation li.nav-sub-switch.focus &gt; ul {
    left: auto;
    right: 100%;
    display: block;
}
.main-navigation li.nav-sub-switch-all:hover &gt; ul,
.main-navigation li.nav-sub-switch-all.focus &gt; ul,
.main-navigation li.nav-sub-switch-all ul li:hover &gt; ul,
.main-navigation li.nav-sub-switch-all ul li.focus &gt; ul {
    left: auto;
    right: 100%;
    display: block;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 13px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-bar:after,
.site-header:after,
.main-navigation ul:after,
.site-content:after,
.site-footer:after {
	display: block;
	content: '';
	clear: both;
}

/*--------------------------------------------------------------
# Widget Area
--------------------------------------------------------------*/
.widget-area .widget-title {
	font-size: 26px;
    font-weight: 400;
	margin: 0 0 10px;
	padding: 0;
	color: #404040;
}
.widget-area .widget {
    margin: 0 0 50px;
}
.widget-area .widget:last-child {
	margin: 0;
}
.widget-area .widget ul {
    margin: 0;
    padding: 0;
}
.widget-area .widget ul li {
    margin: 0 0 2px;
    padding: 0;
    list-style-type: none;
}
.widget-area .widget ul ul {
    padding: 0 0 0 15px;
    margin: 0 0 5px;
}

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

.elation-widget-underline .widget-title {
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    padding-bottom: 10px;
	margin: 0 0 15px;
}
.elation-widget-dotline .widget-title {
	border-bottom: 1px dashed rgba(0, 0, 0, 0.12);
	padding-bottom: 10px;
	margin: 0 0 15px;
}

.elation-widget-shortline .widget-title {
	position: relative;
    padding-bottom: 12px;
    margin: 0 0 18px;
}
.elation-widget-shortline .widget-title::after {
	background-color: rgba(0, 0, 0, 0.1);
	display: block;
	content: '';
	width: 20%;
    height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.elation-widget-sideline .widget-title {
	position: relative;
	padding-left: 14px;
}
.elation-widget-sideline .widget-title::after {
	background-color: rgba(0, 0, 0, 0.1);
	display: block;
	content: '';
	width: 2px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.elation-widget-shortline.widgets-centered .widget-title::after {
	left: 50%;
    margin: 0 0 0 -10%;
}

.elation-widget-boxed .widget {
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    padding: 12px 15px 20px;
}
.elation-widget-boxed .widget-title {
    margin: -28px 0 15px;
    width: fit-content;
    padding: 0 8px;
}
.elation-widget-boxed .widget ul li {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
    padding: 8px 0;
}
.elation-widget-boxed .widget ul li:last-child {
	box-shadow: none;
}

.widget-area.widgets-centered .widget {
	text-align: center
}
.widget-area.widgets-centered .widget-title {
	margin-left: auto;
	margin-right: auto;
}

/* ---- Sticky Widget Area ---- */
body.enable-sticky-widgets .widget-area.widget-area-sticky {
	position: relative;
	align-self: stretch;
}
body.enable-sticky-widgets .sticky-widget-area.stuck {
	position: fixed;
    top: 20px;
    z-index: 15;
}
body.enable-sticky-widgets.admin-bar .sticky-widget-area.stuck {
	top: 52px;
}
body.enable-sticky-widgets .sticky-surpassed {
    position: absolute !important;
    bottom: 0 !important;
}

/* ---- Floating Sidebar Control ---- */
.floating-sidebar-control {
	display: none;
}
.floating-sidebar-control {
    position: absolute;
    top: 2px;
    background-color: #CCC;
    box-shadow: none;
    color: #FFF;
    padding: 10px 12px;
    outline: none;
    cursor: pointer;
}
.floating-sidebar-control::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f067";
}
body.page-template-floating-right-sidebar .floating-sidebar-control,
body.page-template-floating-left-sidebar .floating-sidebar-control,
body.page-template-default.elation-page-frs .floating-sidebar-control,
body.page-template-default.elation-page-fls .floating-sidebar-control,

body.blog.elation-blog-frs .floating-sidebar-control,
body.blog.elation-blog-fls .floating-sidebar-control,
body.archive.elation-blog-frs .floating-sidebar-control,
body.archive.elation-blog-fls .floating-sidebar-control,
body.search-results.elation-blog-search-frs .floating-sidebar-control,
body.search-results.elation-blog-search-fls .floating-sidebar-control,
body.single-post.elation-blog-post-frs .floating-sidebar-control,
body.single-post.elation-blog-post-fls .floating-sidebar-control {
	display: block;
}
body.page-template-floating-right-sidebar .floating-sidebar-control,
body.page-template-default.elation-page-frs .floating-sidebar-control,
body.blog.elation-blog-frs .floating-sidebar-control,
body.archive.elation-blog-frs .floating-sidebar-control,
body.search-results.elation-blog-search-frs .floating-sidebar-control,
body.single-post.elation-blog-post-frs .floating-sidebar-control {
	left: -38px;
	border-radius: 3px 0 0 3px;
}
body.page-template-floating-left-sidebar .floating-sidebar-control,
body.page-template-default.elation-page-fls .floating-sidebar-control,
body.blog.elation-blog-fls .floating-sidebar-control,
body.archive.elation-blog-fls .floating-sidebar-control,
body.search-results.elation-blog-search-fls .floating-sidebar-control,
body.single-post.elation-blog-post-fls .floating-sidebar-control {
	right: -38px;
	border-radius: 0 3px 3px 0;
}

body.show-floating-sidebar .floating-sidebar-control::before,
body.show-floating-sidebar .floating-sidebar-control::before {
    content: "\f068";
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/* ---- Site Globals ---- */
.elation-menu-rightside #page {
	position: relative;
	right: 0;

	-webkit-transition: right 0.4s ease 0s;
     -moz-transition: right 0.4s ease 0s;
      -ms-transition: right 0.4s ease 0s;
       -o-transition: right 0.4s ease 0s;
          transition: right 0.4s ease 0s;
}
.elation-menu-leftside #page {
	position: relative;
	left: 0;

	-webkit-transition: left 0.4s ease 0s;
     -moz-transition: left 0.4s ease 0s;
      -ms-transition: left 0.4s ease 0s;
       -o-transition: left 0.4s ease 0s;
          transition: left 0.4s ease 0s;
}

.site-boxed {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
	max-width: 1200px;
	margin: 0 auto;
}
.site-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

/* ---- Site Top Bar ---- */
.site-header .site-bar {
    font-size: 13px;
    margin: 0 0 1px;
}
.site-bar .site-container {
    position: relative;
}
.site-bar a {
	color: inherit;
}
.site-bar-inner {
	padding: 15px 0;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 8;
}
.site-bar-left {
	flex: 1;
	display: flex;
    align-items: center;
}
.site-bar-right {
	justify-content: flex-end;
	flex: 1.8;
	display: flex;
    align-items: center;
}
.site-bar-text i {
    margin: 0 2px 0 0;
}

.site-topbar-switch .site-bar-left,
.site-bottombar-switch .site-bar-left {
	order: 2;
	justify-content: flex-end;
}
.site-topbar-switch .site-bar-right,
.site-bottombar-switch .site-bar-right {
	order: 1;
	justify-content: flex-start;
}
.site-topbar-center .site-bar-inner {
    flex-direction: column;
}
.site-topbar-center .site-bar-left,
.site-topbar-center .site-bar-right {
    flex: 1;
    width: 100%;
    justify-content: center;
}

.site-bar .social-icon {
    font-size: 20px;
    padding: 2px;
    display: inline-block;
    vertical-align: middle;
}

/* ---- Site Top Menu ---- */
.menu-top-bar-menu-container {
    display: inline-block;
}
#elation-topbar-menu,
#elation-bottombar-menu {
	margin: 0;
	padding: 0;
}
#elation-topbar-menu li,
#elation-bottombar-menu li {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#elation-topbar-menu li a,
#elation-bottombar-menu li a {
	display: block;
	padding: 3px 4px;
}
.site-footer #elation-topbar-menu li a,
.site-footer #elation-bottombar-menu li a {
	padding: 0 4px;
}



/* ---- Site Header ---- */
.site-header-inner {
	padding: 5px 0;
}
.site-branding {
    line-height: 0;
}
.site-title {
	margin: 0;
	padding: 0;
}
.site-description {
	margin: 0;
	padding: 0;
}
.site-logo-align-inner .site-logo-title {
    padding: 0 0 0 15px;
}
.site-logo-align {
	display: inline-block;
}
.site-logo-align-inner {
	display: flex;
	align-items: center;
}
.align-items-top .site-logo-align-inner {
	align-items: flex-start;
}
.align-items-middle .site-logo-align-inner {
	align-items: center;
}
.align-items-bottom .site-logo-align-inner {
	align-items: flex-end;
}
.site-branding .site-logo-align img {
	display: block;
	margin: 0 0 -6px;
}

/* ---- Sticky Header fix ---- */
.site-boxed .site-stick-header.stick-header.stuck {
    max-width: 1200px;
}
/* ---- Site Search ---- */
button.header-search {
	background: none;
    box-shadow: none;
	border: 0;
	margin: 0;
    padding: 5px;
	font-size: inherit;
	cursor: pointer;
    color: inherit;
}

.elation-search-slide .header-search-block {
    border: 1px solid rgba(0, 0, 0, 0.12);
	border-top: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	position: absolute;
    bottom: 25px;
    right: 25px;
    padding: 12px;
	z-index: 3;
	width: 300px;
	
	-webkit-transition: bottom 0.3s ease 0s;
     -moz-transition: bottom 0.3s ease 0s;
      -ms-transition: bottom 0.3s ease 0s;
       -o-transition: bottom 0.3s ease 0s;
          transition: bottom 0.3s ease 0s;
}
.elation-search-fade .header-search-block {
	border: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	position: absolute;
    top: -100px;
	right: 25px;
	width: 240px;
    padding: 12px;
	opacity: 0;
	
	-webkit-transition: opacity 0.3s ease 0.2s;
     -moz-transition: opacity 0.3s ease 0.2s;
      -ms-transition: opacity 0.3s ease 0.2s;
       -o-transition: opacity 0.3s ease 0.2s;
          transition: opacity 0.3s ease 0.2s;
}

.elation-search-always .header-search-block {
	margin: 0 0 0 12px;
	width: 160px;
}

.elation-search-full .header-search-block,
.elation-search-full-txt .header-search-block {
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
    position: fixed;
    top: -400px;
    left: 20%;
    width: 60%;
    padding: 25px;
	opacity: 0;
	z-index: 999;
	
	-webkit-transition: opacity 0.3s ease 0.2s;
     -moz-transition: opacity 0.3s ease 0.2s;
      -ms-transition: opacity 0.3s ease 0.2s;
       -o-transition: opacity 0.3s ease 0.2s;
          transition: opacity 0.3s ease 0.2s;
}
.elation-search-full-txt .header-search-block {
	background: none !important;
	box-shadow: none;
}
.header-search-elation {
    background-color: rgba(0, 0, 0, 0.6);
	position: fixed;
    width: 1px;
    height: 1px;
    top: 0;
    right: 0;
	z-index: 998;
	opacity: 0;

	-webkit-transition: opacity 0.3s ease 0.2s;
     -moz-transition: opacity 0.3s ease 0.2s;
      -ms-transition: opacity 0.3s ease 0.2s;
       -o-transition: opacity 0.3s ease 0.2s;
          transition: opacity 0.3s ease 0.2s;
}

.header-search-block .search-field {
    font-size: 13px;
    margin: 0;
    padding: 5px 8px;
    border: 1px solid rgba(0, 0, 0, 0.18);
    border-radius: 0;
    width: 100%;
    font-weight: 200;
    outline: none;
    color: inherit;
    box-sizing: border-box;
}
.elation-search-full .header-search-block .search-field {
    border-radius: 4px;
	font-size: 18px;
    padding: 10px 15px;
}
.elation-search-full-txt .header-search-block .search-field {
	border: 0;
    background: none;
    color: #FFF;
    font-size: 5em;
}
.elation-search-full-txt .header-search-block .search-field::placeholder {
	color: rgba(255, 255, 255, 0.75);
}
.header-search-block .search-submit {
    display: none;
}

.show-site-search .elation-search-slide .header-search-block {
	bottom: -57px;
}
.show-site-search .elation-search-fade .header-search-block {
	top: 100%;
    opacity: 1;
    z-index: 6;
}
.show-site-search .elation-search-full .header-search-block {
	top: 100px;
	opacity: 1;
}
.show-site-search .elation-search-full-txt .header-search-block {
	top: 60px;
	opacity: 1;
}
.show-site-search .header-search-elation {
	display: block;
	width: 100%;
    height: 100%;
	opacity: 1;
}

.site-bar-inner.site-bottombar-centerall,
.site-bottombar-centerall .site-bar-left,
.site-bottombar-centerall .site-bar-right {
	display: block;
}
.site-bottombar-centerall .site-bar-left &gt; *,
.site-bottombar-centerall .site-bar-right &gt; * {
	display: inline-block;
    margin: 0 6px;
}

.site-bar-center {
	flex: 1;
}
.site-bar-center .social-icon {
	margin: 0 6px;
}

.elation-bottombar-one .site-bar-left,
.elation-bottombar-two .site-bar-left {
	flex: 1;
}
.elation-bottombar-one .site-bar-center,
.elation-bottombar-two .site-bar-center {
	flex: 1;
}
.elation-bottombar-one .site-bar-right,
.elation-bottombar-two .site-bar-right {
	flex: 1;
}

.elation-bottombar-one.site-bottombar-switch .site-bar-left,
.elation-bottombar-two.site-bottombar-switch .site-bar-left {
	order: 1;
	justify-content: initial;
}
.elation-bottombar-one.site-bottombar-switch .site-bar-center,
.elation-bottombar-two.site-bottombar-switch .site-bar-center {
	order: 2;
}
.elation-bottombar-one.site-bottombar-switch .site-bar-right,
.elation-bottombar-two.site-bottombar-switch .site-bar-right {
	order: 3;
	justify-content: flex-end;
}

/* ---- Top Bar Spacing / RTL ---- */
.site-bar-left &gt; a,
.site-bar-left &gt; ul,
.site-bar-left &gt; span,
.site-bar-left &gt; div,
.site-bar-left &gt; button,
.site-topbar-switch .site-bar-right &gt; a,
.site-topbar-switch .site-bar-right &gt; ul,
.site-topbar-switch .site-bar-right &gt; span,
.site-topbar-switch .site-bar-right &gt; div,
.site-topbar-switch .site-bar-right &gt; button,
.site-bottombar-switch .site-bar-right &gt; a,
.site-bottombar-switch .site-bar-right &gt; ul,
.site-bottombar-switch .site-bar-right &gt; span,
.site-bottombar-switch .site-bar-right &gt; div,
.site-bottombar-switch .site-bar-right &gt; button {
    margin: 0 12px 0 0;
}
.site-bar-right &gt; a,
.site-bar-right &gt; ul,
.site-bar-right &gt; span,
.site-bar-right &gt; div,
.site-bar-right &gt; button,
.site-topbar-switch .site-bar-left &gt; a,
.site-topbar-switch .site-bar-left &gt; ul,
.site-topbar-switch .site-bar-left &gt; span,
.site-topbar-switch .site-bar-left &gt; div,
.site-topbar-switch .site-bar-left &gt; button,
.site-bottombar-switch .site-bar-left &gt; a,
.site-bottombar-switch .site-bar-left &gt; ul,
.site-bottombar-switch .site-bar-left &gt; span,
.site-bottombar-switch .site-bar-left &gt; div,
.site-bottombar-switch .site-bar-left &gt; button {
    margin: 0 0 0 12px;
}

/* ---- Site Content Elements - Content Area / Widget Area ---- */
.site-container.site-content {
	padding-top: 60px;
    padding-bottom: 75px;
}
.site-container.site-content .site-content-inner {
	display: flex;
	width: 100%;
	/* align-items: flex-start; */
}
.site-boxed .site-container.site-content {
	padding-top: 30px;
	padding-bottom: 30px;
}

.elation-site-full-width-blocked.elation-break-content .site-container.site-content .site-content-inner {
	align-items: flex-start;
}

/* ---- Custom Header ---- */
.custom-header-wrap {
	background-color: #f2f2f2;
}
.custom-header-wrap iframe,
.custom-header-wrap img,
.custom-header-wrap video {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

/* ---------------- Templates ---------------- */
/* ---- Default ---- */
.content-area {
	width: 75%;
}
.widget-area {
	width: 25%;
}

body.page-template-right-sidebar.elation-break-content .content-area,
body.page-template-default.elation-site-full-width-blocked.elation-break-content.elation-page-rs .content-area,
body.elation-site-full-width-blocked.elation-break-content.elation-blog-rs .content-area,
body.elation-site-full-width-blocked.elation-break-content.elation-blog-post-rs .content-area,
body.elation-site-full-width-blocked.elation-break-content.elation-blog-search-rs .content-area {
	width: 72%;
	margin: 0 3% 0 0;
}
body.page-template-left-sidebar.elation-break-content .content-area,
body.page-template-default.elation-site-full-width-blocked.elation-break-content.elation-page-ls .content-area,
body.elation-site-full-width-blocked.elation-break-content.elation-blog-ls .content-area,
body.elation-site-full-width-blocked.elation-break-content.elation-blog-post-ls .content-area,
body.elation-site-full-width-blocked.elation-break-content.elation-blog-search-ls .content-area {
	width: 72%;
	margin: 0 0 0 3%;
}

/* ---- Left Sidebar ---- */
body.page-template-left-sidebar .content-area,
body.page-template-default.elation-page-ls .content-area,
body.elation-blog-ls .content-area,
body.elation-blog-post-ls .content-area,
body.elation-blog-search-ls .content-area {
	order: 2;
}
body.page-template-left-sidebar .widget-area,
body.page-template-default.elation-page-ls .widget-area,
body.elation-blog-ls .widget-area,
body.elation-blog-post-ls .widget-area,
body.elation-blog-search-ls .widget-area {
	order: 1;
}

/* ---- Full Width ---- */
.content-area-full,
body.page-template-full-width .content-area,
body.page-template-floating-right-sidebar .content-area,
body.page-template-floating-left-sidebar .content-area {
	width: 100% !important;
	margin: 0;
}

/* ---- Floating Right Sidebar ---- */
body.page-template-floating-right-sidebar .widget-area,
body.page-template-default.elation-page-frs .widget-area,
body.blog.elation-blog-frs .widget-area,
body.archive.elation-blog-frs .widget-area,
body.search-results.elation-blog-search-frs .widget-area,
body.single-post.elation-blog-post-frs .widget-area {
	position: fixed;
    width: 320px;
	top: 100px;
    bottom: 100px;
	right: -320px;
	z-index: 9;

	-webkit-transition: right 0.4s ease 0.14s;
     -moz-transition: right 0.4s ease 0.14s;
      -ms-transition: right 0.4s ease 0.14s;
       -o-transition: right 0.4s ease 0.14s;
          transition: right 0.4s ease 0.14s;
}

/* ---- Floating Left Sidebar ---- */
body.page-template-floating-left-sidebar .widget-area,
body.page-template-default.elation-page-fls .widget-area,
body.blog.elation-blog-fls .widget-area,
body.archive.elation-blog-fls .widget-area,
body.search-results.elation-blog-search-fls .widget-area,
body.single-post.elation-blog-post-fls .widget-area {
	position: fixed;
	width: 320px;
    top: 100px;
    bottom: 100px;
	left: -320px;
	z-index: 9;

	-webkit-transition: left 0.4s ease 0.14s;
     -moz-transition: left 0.4s ease 0.14s;
      -ms-transition: left 0.4s ease 0.14s;
       -o-transition: left 0.4s ease 0.14s;
          transition: left 0.4s ease 0.14s;
}

body.page-template-floating-right-sidebar .widget-area .widget-area-inner,
body.page-template-default.elation-page-frs .widget-area .widget-area-inner,
body.blog.elation-blog-frs .widget-area .widget-area-inner,
body.archive.elation-blog-frs .widget-area .widget-area-inner,
body.search-results.elation-blog-search-frs .widget-area .widget-area-inner,
body.single-post.elation-blog-post-frs .widget-area .widget-area-inner,
body.page-template-floating-left-sidebar .widget-area .widget-area-inner,
body.page-template-default.elation-page-fls .widget-area .widget-area-inner,
body.blog.elation-blog-fls .widget-area .widget-area-inner,
body.archive.elation-blog-fls .widget-area .widget-area-inner,
body.search-results.elation-blog-search-fls .widget-area .widget-area-inner,
body.single-post.elation-blog-post-fls .widget-area .widget-area-inner {
    height: 100%;
    overflow-y: scroll;
}

body.page-template-floating-right-sidebar.show-floating-sidebar .site-content-inner .widget-area,
body.page-template-default.elation-page-frs.show-floating-sidebar .site-content-inner .widget-area,
body.blog.elation-blog-frs.show-floating-sidebar .site-content-inner .widget-area,
body.archive.elation-blog-frs.show-floating-sidebar .site-content-inner .widget-area,
body.search-results.elation-blog-search-frs.show-floating-sidebar .site-content-inner .widget-area,
body.single-post.elation-blog-post-frs.show-floating-sidebar .site-content-inner .widget-area {
    right: 0;
}
body.page-template-floating-left-sidebar.show-floating-sidebar .site-content-inner .widget-area,
body.page-template-default.elation-page-fls.show-floating-sidebar .site-content-inner .widget-area,
body.blog.elation-blog-fls.show-floating-sidebar .site-content-inner .widget-area,
body.archive.elation-blog-fls.show-floating-sidebar .site-content-inner .widget-area,
body.search-results.elation-blog-search-fls.show-floating-sidebar .site-content-inner .widget-area,
body.single-post.elation-blog-post-fls.show-floating-sidebar .site-content-inner .widget-area {
    left: 0;
}

/* ---------------- Padding ---------------- */
/* ---- Default ---- */
body.page-template-default.elation-page-rs .content-area,

body.blog.elation-blog-rs .content-area,
body.single.elation-blog-post-rs .content-area,
body.archive.elation-blog-rs .content-area,
body.search-results.elation-blog-search-rs .content-area,

body.elation-site-boxed .content-area,
body.elation-site-full-width .content-area,
body.page-template-right-sidebar.elation-site-full-width-blocked.elation-joined-content .content-area {
	padding-right: 25px;
}
body.page-template-default.elation-page-rs .widget-area,

body.blog.elation-blog-rs .widget-area,
body.single.elation-blog-post-rs .widget-area,
body.archive.elation-blog-rs .widget-area,
body.search-results.elation-blog-search-rs .widget-area,

body.elation-site-boxed .widget-area,
body.elation-site-full-width .widget-area,
body.page-template-right-sidebar.elation-site-full-width-blocked.elation-joined-content .widget-area {
	padding-left: 25px;
}

/* ---- Left Sidebar ---- */
body.page-template-default.elation-page-ls .content-area,

body.blog.elation-blog-ls .content-area,
body.single.elation-blog-post-ls .content-area,
body.archive.elation-blog-ls .content-area,
body.search-results.elation-blog-search-ls .content-area,

body.page-template-left-sidebar .content-area,
body.elation-blog-ls .content-area,
body.search-results.elation-blog-search-ls .content-area,
body.elation-blog-post-ls .content-area,
body.elation-site-full-width-blocked.elation-joined-content.elation-page-ls .content-area {
	padding-right: 0;
	padding-left: 25px;
}
body.page-template-default.elation-page-ls .widget-area,

body.blog.elation-blog-ls .widget-area,
body.single.elation-blog-post-ls .widget-area,
body.archive.elation-blog-ls .widget-area,
body.search-results.elation-blog-search-ls .widget-area,

body.page-template-left-sidebar .widget-area,
body.elation-blog-ls .widget-area,
body.search-results.elation-blog-search-ls .widget-area,
body.elation-blog-post-ls .widget-area,
body.elation-site-full-width-blocked.elation-joined-content.elation-page-ls .widget-area {
	padding-left: 0;
	padding-right: 25px;
}

/* ---- All Round Padding ---- */
body.page-template-floating-left-sidebar .widget-area,
body.page-template-floating-right-sidebar .widget-area,

body.page-template-default.elation-page-frs .widget-area,
body.page-template-default.elation-page-fls .widget-area,

body.blog.elation-blog-frs .widget-area,
body.blog.elation-blog-fls .widget-area,
body.single-post.elation-blog-post-frs .widget-area,
body.single-post.elation-blog-post-fls .widget-area,
body.archive.elation-blog-frs .widget-area,
body.archive.elation-blog-fls .widget-area,
body.search-results.elation-blog-search-frs .widget-area,
body.search-results.elation-blog-search-fls .widget-area,

body.elation-site-full-width-blocked.elation-joined-content .site-content-inner,

body.elation-site-full-width-blocked.elation-break-content .content-area,
body.elation-site-full-width-blocked.elation-break-content .widget-area,

body.elation-site-full-width-blocked.elation-break-content .widget-area.widgets-apart .widget,

body.elation-site-full-width-blocked.elation-joined-content.break-blog-blocks .site-content-inner .elation-blog-left .post-inner .post-content,
body.elation-site-full-width-blocked.elation-joined-content.break-blog-blocks .site-content-inner .elation-blog-right .post-inner .post-content,
body.elation-site-full-width-blocked.elation-joined-content.break-blog-blocks .site-content-inner .elation-blog-alt .post-inner .post-content,
body.elation-site-full-width-blocked.elation-joined-content.break-blog-blocks .site-content-inner .elation-blog-top .post-inner .post-content {
	padding: 25px;
}

/* ---- Full Width &amp; Floating Sidebars ---- */
.site-content-inner .content-area.content-area-full,
body.page-template-full-width .content-area,
body.elation-blog-fw .content-area,
body.elation-blog-post-fw .content-area,
body.page-template-floating-right-sidebar .content-area,
body.page-template-floating-left-sidebar .content-area,
body.elation-site-full-width-blocked.elation-joined-content .content-area.content-area-full,
body.elation-site-full-width-blocked.elation-break-content .widget-area.widgets-apart,

body.elation-site-full-width-blocked.elation-joined-content.break-blog-blocks .site-content-inner,
body.elation-site-full-width-blocked.elation-joined-content.break-blog-blocks .site-content-inner article {
	padding: 0;
}

/* ---- Site Content Elements - Content Area / Widget Area END ---- */

.custom-header-wrap .site-container,
.custom-header-wrap .site-container-full {
	position: relative;
}

.elation-banner-img {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.elation-banner-img img {
	display: block;
	width: 100%;
	height: auto;
}

.elation-banner-img-elation {
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.custom-header-wrap .elation-banner-img-elation {
	left: 20px;
	right: 20px;
}

/* ---- Title &amp; Breadcrumbs ---- */
.elation-pagetitle-default {
    box-shadow: 0 1px rgba(0, 0, 0, 0.08);
	display: flex;
    align-items: baseline;
    margin: 0 0 24px;
    padding: 0 0 20px;
}
.elation-pagetitle-other {
    box-shadow: 0 1px rgba(0, 0, 0, 0.08);
	display: flex;
	flex-direction: column-reverse;
	margin: 0 0 24px;
    padding: 0 0 20px;
}
.elation-pagetitle-banner {
	background-color: rgba(0, 0, 0, 0.02);
}
.elation-pagetitle-banner .site-container {
	display: flex;
    align-items: baseline;
    padding: 15px 20px 15px;
}
.custom-header-pagetitle {
	position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 20px;
    right: 20px;
}
.custom-header-wrap .site-container-full .custom-header-pagetitle,
.custom-header-wrap .site-container-full .elation-banner-img-elation,
.elation-banner-wrap .custom-header-pagetitle {
	left: 0;
    right: 0;
}
.elation-pagetitle-cheader {
	width: 100%;
    text-align: center;
    color: #FFF;
}

.elation-page-title .elation-h-title {
	flex: 1;
	margin: 0;
	padding: 0;
	font-size: 38px;
    font-weight: 500;
}
.elation-breadcrumbs {
	flex: 1;
	text-align: right;
	font-size: 0.8em;
	margin: 0 2px 0 0;
}
.elation-pagetitle-other .elation-breadcrumbs {
	margin: 0 0 24px;
	text-align: inherit;
}
.elation-pagetitle-cheader .elation-breadcrumbs {
	text-align: inherit;
    margin: 5px 0 0;
    font-size: 14px;
}
.elation-pagetitle-cheader .elation-breadcrumbs a {
	color: inherit;
	opacity: 0.8;
}
.elation-pagetitle-default .elation-breadcrumbs &gt; span:last-child,
.elation-pagetitle-banner .elation-breadcrumbs &gt; span:last-child {
	margin-right: 0 !important;
}
.elation-pagetitle-other .elation-breadcrumbs &gt; span:first-child {
	margin-left: 0 !important;
}
.custom-header-pagetitle .elation-h-title {
    font-size: 68px;
    font-weight: 300;
}

body.elation-noedit .edit-link {
	display: none !important;
}

/* ---- Site Footer ---- */
.site-footer .site-bar {
	font-size: 13px;
}
.site-bar .social-icon {
	font-size: 15px;
}
.site-footer-inner {
	padding: 45px 0;
}

.site-footer .widget-title {
    font-size: 26px;
    font-weight: 400;
    margin: 0 0 10px;
    padding: 0;
}

.site-footer-inner .widget ul {
    margin: 0;
    padding: 0;
}
.site-footer-inner .widget ul li {
    margin: 0 0 4px;
    padding: 0;
    display: block;
    float: none;
}

.elation-bottombar-fullcart .site-header-cart .widget_shopping_cart {
	display: block;
}
.elation-bottombar-nofullcart .site-header-cart .widget_shopping_cart {
	display: none !important;
}

.scroll-to-top {
	display: flex;
	background-color: rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.4) inset;
	border-radius: 2px;
	color: #FFF;
	font-size: 20px;
	cursor: pointer;
	height: 44px;
	position: fixed;
	bottom: 35px;
    right: 9px;
	width: 44px;
    align-items: center;
    justify-content: center;
    padding: 0;
	z-index: 999;
	opacity: 0;

	-webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
       -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
}
.scroll-to-top.btt-show {
	opacity: 1;
}
.scroll-to-top.elation-bttb-round {
	border-radius: 50%;
}
.scroll-to-top.elation-bttb-none {
	background: none;
	box-shadow: none;
	color: #222;
    font-size: 3em;
}

/* ---- Side Social Icons ---- */
.elation-side-social {
	position: fixed;
	top: 233px;
	right: 0;
	z-index: 996;
}
.elation-side-social.elation-icons-sideleft {
	right: auto;
	left: 0;
}
.elation-side-social .social-icon {
	position: relative;
    background-color: #d4d4d4;
	display: block;
	margin: 0 0 2px;
    color: #FFF;
    font-size: 16px;
	
	-webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
       -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
}
.elation-side-social.elation-icons-sideright .social-icon {
	padding: 10px 19px 10px 15px;
	right: -4px;
}
.elation-side-social.elation-icons-sideleft .social-icon {
	padding: 10px 15px 10px 19px;
	left: -4px;
}
.elation-side-social.elation-icons-sideright .social-icon:hover {
	right: 0;
}
.elation-side-social.elation-icons-sideleft .social-icon:hover {
	left: 0;
}

.elation-side-social.elation-sideicons-scroll {
	position: absolute;
}

.elation-side-social.elation-icons-sideright.elation-side-social-rounded .social-icon {
	border-radius: 8px 0 0 8px;
}
.elation-side-social.elation-icons-sideleft.elation-side-social-rounded .social-icon {
	border-radius: 0 8px 8px 0;
}
.elation-side-social.elation-side-social-round .social-icon {
	border-radius: 50%;
    padding: 10px 15px;
	right: 2px;
}
.elation-side-social.elation-icons-sideleft.elation-side-social-round .social-icon {
	left: 2px;
}
.elation-side-social.elation-icons-sideright.elation-side-social-round .social-icon:hover {
	right: 6px;
}
.elation-side-social.elation-icons-sideleft.elation-side-social-round .social-icon:hover {
	left: 6px;
}

/*--------------------------------------------------------------
## Blog Lists &amp; Search Results
--------------------------------------------------------------*/
.elation-list article.type-post,
.elation-list article.type-page {
	margin: 0 0 25px;
	padding: 0 0 25px;
}
.post-no-img {
	display: none;
}
.post-img a,
.post-img a img {
	display: block;
}
.post-content .entry-meta,
.post-content .entry-footer {
    font-size: 0.85em;
    margin: 0 0 5px;
    opacity: 0.75;
}
.post-content .entry-meta a,
.post-content .entry-footer a {
    color: inherit;
}
.post-content .entry-footer span {
	margin: 0 10px 0 0;
}
.post-content .entry-content {
	margin: 15px 0 0;
}
.elation-listlay-two .post-content .entry-content {
    margin: 5px 0 10px;
}
body.page .entry-content,
body.single-post .entry-content {
	margin: 0;
}
.elation-list article .entry-title {
	font-size: 28px;
	margin: 0 0 2px;
	font-weight: 500;
}
.elation-list article .entry-title {
    color: inherit;
}

.single-post .elation-postlay-one .entry-content {
    margin: 26px 0 0;
    padding: 25px 0 0;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08);
}
.single-post .elation-postlay-one .entry-meta {
    margin: -5px 0 10px;
}
.single-post .elation-postlay-one .entry-footer {
    margin: 0 0 30px;
}
.single-post .elation-postlay-two .entry-content {
    margin: 0 0 25px;
    padding: 0 0 10px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}
.single-post .elation-postlay-two .entry-meta {
    margin: 0 0 15px;
}
.single-post .elation-postlay-two .entry-footer {
    margin: 0 0 -15px;
}

/* -- Single Post - Meta Icons -- */
.elation-post-icons .entry-meta span,
.elation-post-icons .entry-footer span,
.elation-postlist-icons .entry-meta span,
.elation-postlist-icons .entry-footer span {
    font-size: 0;
    color: rgba(0, 0, 0, 0.6);
}
.elation-post-icons .entry-meta span a,
.elation-post-icons .entry-footer span a,
.elation-postlist-icons .entry-meta span a,
.elation-postlist-icons .entry-footer span a {
    font-size: 14px;
}
.elation-post-icons .entry-footer span a,
.elation-postlist-icons .entry-footer span a {
    margin: 0 8px 0 0;
}
.elation-post-icons .entry-meta span::before,
.elation-post-icons .entry-footer span::before,
.elation-postlist-icons .entry-meta span::before,
.elation-postlist-icons .entry-footer span::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 15px;
    margin: 0 5px 0 0;
}
.elation-post-icons .entry-meta span.posted-on::before,
.elation-postlist-icons .entry-meta span.posted-on::before {
    content: '\f073';
}
.elation-post-icons .entry-meta span.byline::before,
.elation-postlist-icons .entry-meta span.byline::before {
    margin: 0 8px 0 10px;
    content: '\f007';
}
.elation-post-icons .entry-footer span.cat-links::before,
.elation-postlist-icons .entry-footer span.cat-links::before {
    content: '\f15c';
}
.elation-post-icons .entry-footer span.tags-links::before,
.elation-postlist-icons .entry-footer span.tags-links::before {
    content: '\f02c';
}
.elation-post-icons .entry-footer span.comments-link::before,
.elation-postlist-icons .entry-footer span.comments-link::before {
    content: '\f086';
}

.elation-list.elation-blog-left article.type-post .post-inner,
.elation-list.elation-blog-left article.type-page .post-inner,
.elation-list.elation-blog-right article.type-post .post-inner,
.elation-list.elation-blog-right article.type-page .post-inner,
.elation-list.elation-blog-alt article.type-post .post-inner,
.elation-list.elation-blog-alt article.type-page .post-inner {
	display: flex;
	align-items: flex-start;
}
.elation-list.elation-blog-left.elation-blog-vcenter article.type-post .post-inner,
.elation-list.elation-blog-left.elation-blog-vcenter article.type-page .post-inner,
.elation-list.elation-blog-right.elation-blog-vcenter article.type-post .post-inner,
.elation-list.elation-blog-right.elation-blog-vcenter article.type-page .post-inner,
.elation-list.elation-blog-alt.elation-blog-vcenter article.type-post .post-inner,
.elation-list.elation-blog-alt.elation-blog-vcenter article.type-page .post-inner {
	align-items: center;
}
.elation-list.elation-blog-left .post-img,
.elation-list.elation-blog-right .post-img,
.elation-list.elation-blog-alt .post-img {
	width: 30%;
}
.elation-list.elation-blog-left .post-content,
.elation-list.elation-blog-right .post-content,
.elation-list.elation-blog-alt .post-content {
	width: 70%;
}
.elation-list .post-content.no-thumbnail {
	width: 100%;
}
.post-img.prop-img {
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.post-img.prop-img img,
.post-no-img img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
}
.post-inner.prop-img-round .post-img {
	border-radius: 50%;
}

.elation-readmore-btn {
	display: block;
    width: fit-content;
    margin: 10px 0 0;
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 1px 2px rgba(0, 0, 0, 0.06);
    padding: 8px 20px 10px;
    font-size: 0.9em;
    font-weight: inherit;
    color: inherit;
}
.elation-blog-top-center .elation-readmore-btn {
	margin: 10px auto 0;
}

/* ---- Left Layout ---- */
.elation-list.elation-blog-left .post-content {
	padding: 0 0 0 25px;
}

/* ---- Right Layout ---- */
.elation-list.elation-blog-right .post-img {
	order: 2;
}
.elation-list.elation-blog-right .post-content {
	order: 1;
	padding: 0 25px 0 0;
}

/* ---- Alternate Layout ---- */
.blog-alt-even .post-img {
	order: 2;
}
.blog-alt-even .post-content {
	order: 1;
	padding: 0 25px 0 0;
}
.elation-blog-left .blog-alt-even .post-img {
	order: 1;
}
.blog-alt-odd .post-content {
	padding: 0 0 0 25px;
}

/* ---- No Img ---- */
.elation-list.elation-blog-left .post-content.no-thumbnail,
.elation-list.elation-blog-right .post-content.no-thumbnail,
.elation-list.elation-blog-alt .post-content.no-thumbnail {
	padding: 0;
}

/* ---- Top Layout ---- */
.elation-list.elation-blog-top .post-img {
	margin: 0 0 20px;
}
.elation-list.elation-blog-top.elation-blog-top-center article,
.elation-list.elation-blog-grid.elation-blog-top-center article,
.elation-list.elation-blog-tile.elation-blog-top-center article {
	text-align: center;
}

/* ---- Grid Layout ---- */
.elation-list.elation-blog-grid.loading-blocks {
	background-image: url(images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.elation-list.elation-blog-grid.loading-blocks .elation-list-inner {
	height: 400px !important;
	visibility: hidden;
}
.elation-list.elation-blog-grid .elation-list-inner {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px;
}

.elation-blog-grid article.blog-grid-block {
	box-shadow: none !important;
	padding: 0 8px !important;
	margin: 0 0 16px;
}
.elation-blog-grid article.blog-grid-block .post-content {
	padding: 15px;
}

/* ---- Tile Layout ---- */
.elation-blog-tile article.blog-grid-block {
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08) !important;
	margin: 0;
	padding: 0;
	float: left;
}
.elation-blog-tile article.blog-grid-block .post-inner {
	position: relative;
	overflow: hidden;
}
.elation-blog-tile article.blog-grid-block .post-content {
	position: absolute;
	display: flex;
	align-items: center;
	height: 100%;
	width: 100%;
	overflow-y: scroll;
	/* visibility: hidden; */

	-webkit-transition: all 0.6s ease 0s;
     -moz-transition: all 0.6s ease 0s;
      -ms-transition: all 0.6s ease 0s;
       -o-transition: all 0.6s ease 0s;
          transition: all 0.6s ease 0s;
}
.elation-blog-tile article.blog-grid-block .post-content-inner {
	width: 100%;
	max-height: 100%;
	padding: 20px 40px;
}
.elation-blog-tile article.blog-grid-block .post-content .entry-footer {
	margin-bottom: 25px;
}
.elation-blog-tile .post-no-img {
	display: block;
}

/* -- Animations In -- */
.elation-blog-tile article.blog-grid-block .post-content.elation-tile-slide-bottom {
	left: 0;
	bottom: -110%;
}
.elation-blog-tile article.blog-grid-block:hover .post-content.elation-tile-slide-bottom {
	bottom: 0;
}
.elation-blog-tile article.blog-grid-block .post-content.elation-tile-slide-left {
	right: 100%;
    top: 0;
}
.elation-blog-tile article.blog-grid-block:hover .post-content.elation-tile-slide-left {
	right: 0;
}
.elation-blog-tile article.blog-grid-block .post-content.elation-tile-slide-right {
	left: 100%;
    top: 0;
}
.elation-blog-tile article.blog-grid-block:hover .post-content.elation-tile-slide-right {
	left: 0;
}
.elation-blog-tile article.blog-grid-block .post-content.elation-tile-fade {
	top: 0;
	left: 0;
	opacity: 0;
}
.elation-blog-tile article.blog-grid-block:hover .post-content.elation-tile-fade {
	opacity: 1;
}
.elation-blog-tile article.blog-grid-block .post-content.elation-tile-grow {
	top: 0;
	left: 0;
	opacity: 0;
	transform: scale(0.6);
}
.elation-blog-tile article.blog-grid-block:hover .post-content.elation-tile-grow {
	opacity: 1;
	transform: scale(1);
}
.elation-blog-tile article.blog-grid-block .post-content.elation-tile-grow-out {
	top: 0;
	left: 0;
	opacity: 0;
	transform: scale(1.4);
}
.elation-blog-tile article.blog-grid-block:hover .post-content.elation-tile-grow-out {
	opacity: 1;
	transform: scale(1);
}
/* -- Animations In -- */

.elation-list.elation-blog-tile.elation-blog-top-center .entry-footer span {
	margin: 0 5px;
}
.elation-list.elation-blog-tile.elation-blog-top-center .entry-footer span.comments-link {
	display: block;
}

/* ---- Columns ---- */
.elation-list.elation-grid-2 .elation-list-inner &gt; article.type-post,
.elation-list.elation-grid-2 .elation-list-inner &gt; article.type-page {
	width: 50%;
}
.elation-list.elation-grid-3 .elation-list-inner &gt; article.type-post,
.elation-list.elation-grid-3 .elation-list-inner &gt; article.type-page {
	width: 33.3333%;
}
.elation-list.elation-grid-4 .elation-list-inner &gt; article.type-post,
.elation-list.elation-grid-4 .elation-list-inner &gt; article.type-page {
	width: 25%;
}
.elation-list.elation-grid-5 .elation-list-inner &gt; article.type-post,
.elation-list.elation-grid-5 .elation-list-inner &gt; article.type-page {
	width: 20%;
}

/* -- Round -- */
.elation-blog-grid.posts-round .has-post-thumbnail .post-inner,
.elation-blog-top.posts-round .has-post-thumbnail .post-inner {
	padding-top: 20px;
}
.elation-blog-grid.posts-round .post-img,
.elation-blog-top.posts-round .post-img {
	margin: 0 20px;
}
.elation-blog-tile.posts-round .post-inner,
.elation-blog-tile.posts-round .post-inner .post-content,
.elation-blog-left.posts-round .post-img,
.elation-blog-right.posts-round .post-img,
.elation-blog-alt.posts-round .post-img,
.elation-blog-top.posts-round .post-img,
.elation-blog-grid.posts-round .post-img {
	border-radius: 50%;
}
.elation-blog-tile.posts-round .post-inner {
	margin: 0 10px 20px;
}
.elation-blog-tile.posts-round .post-inner .post-content {
	text-align: center;
}
.elation-blog-tile.posts-round .blog-grid-block {
	box-shadow: none !important;
}
.elation-blog-tile.posts-round article.blog-grid-block .post-content-inner {
	padding: 40px;
}
.elation-blog-tile.posts-round article.blog-grid-block .post-content .entry-footer {
	margin-bottom: 40px;
}
.elation-site-full-width-blocked.break-blog-blocks .elation-blog-left.posts-round .has-post-thumbnail .post-inner,
.elation-site-full-width-blocked.break-blog-blocks .elation-blog-right.posts-round .has-post-thumbnail .post-inner,
.elation-site-full-width-blocked.break-blog-blocks .elation-blog-alt.posts-round .has-post-thumbnail .post-inner {
	padding: 20px;
}
.elation-blog-alt.posts-round article.blog-alt-odd.has-post-thumbnail .post-content,
.elation-blog-right.posts-round .has-post-thumbnail .post-content {
	padding: 0 0 0 20px !important;
}
.elation-blog-alt.posts-round article.blog-alt-even.has-post-thumbnail .post-content,
.elation-blog-right.posts-round .has-post-thumbnail .post-content {
	padding: 0 20px 0 0 !important;
}

/* ---- Image Styles ---- */
/* -- black &amp; White -- */
.elation-list article .post-img.elation-imgstyle-bw img,
.elation-list article .post-img.elation-imgstyle-bw {
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+ &amp; Safari 6+ */
	
	-webkit-transition: all 0.4s ease 0s;
     -moz-transition: all 0.4s ease 0s;
      -ms-transition: all 0.4s ease 0s;
       -o-transition: all 0.4s ease 0s;
          transition: all 0.4s ease 0s;
}
.elation-list article:hover .post-img.elation-imgstyle-bw img,
.elation-list article:hover .post-img.elation-imgstyle-bw {
	filter: none;
    -webkit-filter: grayscale(0%);
}
/* -- Blur / GrayScale -- */
.elation-list article .post-img.elation-imgstyle-bg img,
.elation-list article .post-img.elation-imgstyle-bg {
	-webkit-filter: grayscale(0) blur(0);
	filter: grayscale(0) blur(0);

	-webkit-transition: all 0.4s ease-in-out 0s;
     -moz-transition: all 0.4s ease-in-out 0s;
      -ms-transition: all 0.4s ease-in-out 0s;
       -o-transition: all 0.4s ease-in-out 0s;
          transition: all 0.4s ease-in-out 0s;
}
.elation-list article:hover .post-img.elation-imgstyle-bg img,
.elation-list article:hover .post-img.elation-imgstyle-bg {
	-webkit-filter: grayscale(100%) blur(1px);
	filter: grayscale(100%) blur(1px);
}
/* -- Flash -- */
.elation-list article:hover .post-img.elation-imgstyle-flash img,
.elation-list article:hover .post-img.elation-imgstyle-flash {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
/* -- Shine -- */
.elation-list article .post-img.elation-imgstyle-shine {
	position: relative;
	overflow: hidden;
}
.elation-list article .post-img.elation-imgstyle-shine::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.elation-list article:hover .post-img.elation-imgstyle-shine::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
/* -- Circle -- */
.elation-list article .post-img.elation-imgstyle-circle {
	position: relative;
	overflow: hidden;
}
.elation-list article .post-img.elation-imgstyle-circle::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.elation-list article:hover .post-img.elation-imgstyle-circle::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

/* -- Numeric Pagination -- */
.elation-numeric-navigation {
    margin: 50px 0 0;
    min-height: 40px;
}
.elation-numeric-navigation ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.elation-numeric-navigation li a,
.elation-numeric-navigation li a:hover,
.elation-numeric-navigation li.active a,
.elation-numeric-navigation li.disabled {
    text-decoration:none;
}
.elation-numeric-navigation li {
    display: inline-block;
	list-style-type: none;
	font-size: 0.85em;
	vertical-align: baseline;
}
.elation-numeric-navigation.square li a,
.elation-numeric-navigation.square li a:hover,
.elation-numeric-navigation.square li.active a,
.elation-numeric-navigation.square li.disabled,
.elation-numeric-navigation.squaretxt li a,
.elation-numeric-navigation.squaretxt li a:hover,
.elation-numeric-navigation.squaretxt li.active a,
.elation-numeric-navigation.squaretxt li.disabled {
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
	color: #FFF;
}
.elation-numeric-navigation.circle li a,
.elation-numeric-navigation.circle li a:hover,
.elation-numeric-navigation.circle li.active a,
.elation-numeric-navigation.circle li.disabled {
	border-radius: 50%;
    cursor: pointer;
    padding: 5px;
    color: #FFF;
}
.elation-numeric-navigation.circle li a {
	display: block;
	width: 30px;
	height: 30px;
}
.elation-numeric-navigation.circle li.prev,
.elation-numeric-navigation.circle li.next,
.elation-numeric-navigation.circle li.prev a,
.elation-numeric-navigation.circle li.next a,
.elation-numeric-navigation.squaretxt li.prev,
.elation-numeric-navigation.squaretxt li.next,
.elation-numeric-navigation.squaretxt li.prev a,
.elation-numeric-navigation.squaretxt li.next a {
	background: none !important;
	width: auto;
}
.elation-numeric-navigation.circle li.prev,
.elation-numeric-navigation.squaretxt li.prev,
.elation-numeric-navigation.numbers li.prev {
	margin-right: 12px;
}
.elation-numeric-navigation.circle li.next,
.elation-numeric-navigation.squaretxt li.next,
.elation-numeric-navigation.numbers li.next {
	margin-left: 12px;
}

.elation-numeric-navigation.numbers li {
	font-size: 1.15em;
    margin: 0 4px;
}
.elation-numeric-navigation.numbers li.prev,
.elation-numeric-navigation.numbers li.next {
	font-size: 0.8em;
}

/* -- Ajax Load More Pagination -- */
.pag-btn-default .elation-loadmore,
.pag-btn-two .elation-loadmore {
    margin: 18px auto 0;
    padding: 10px 24px !important;
    background-color: #f0f0f0;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: none;
    border-radius: 2px;
    display: block;
    text-align: center;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 1px;
	cursor:pointer;
	text-transform: uppercase;
	padding: 10px 0;

    -webkit-transition: background-color 0.2s ease 0s;
     -moz-transition: background-color 0.2s ease 0s;
      -ms-transition: background-color 0.2s ease 0s;
       -o-transition: background-color 0.2s ease 0s;
          transition: background-color 0.2s ease 0s;
}
.pag-btn-one .elation-loadmore {
    margin: 18px auto 0;
    padding: 10px 24px !important;
    border: 1px solid rgba(0, 0, 0, 0.18);
    color: #7b7b7b;
    box-shadow: none;
    border-radius: 2px;
    display: block;
    text-align: center;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 1px;
	cursor:pointer;
	text-transform: uppercase;
	padding: 10px 0;

    -webkit-transition: background-color 0.2s ease 0s;
     -moz-transition: background-color 0.2s ease 0s;
      -ms-transition: background-color 0.2s ease 0s;
       -o-transition: background-color 0.2s ease 0s;
          transition: background-color 0.2s ease 0s;
}
.elation-loadmore.wide {
    width: 100%;
}
.pag-btn-default .elation-loadmore:hover{
	background-color: #828282;
    color: #f1f1f1;
}
.pag-btn-one .elation-loadmore:hover{
    border-color: #000;
    color: #000;
}
.elation-scrollmore {
    padding: 20px 20px 10px;
    position: relative;
}
.elation-scrollmore::before {
    display: block;
    content: '';
    width: 25px;
    height: 25px;
    border: 2px solid rgba(167, 167, 167, 0.25);
    border-top-color: #4e69f5;
    border-radius: 50%;
    position: relative;
    animation: loader-rotate 1.2s linear infinite;
    top: 50%;
    margin: -10px auto 0 auto;
}

/* -- Remove Post Meta -- */
body.blog .entry-meta.elation-blog-list-remdate .posted-on,
body.archive .entry-meta.elation-blog-list-remdate .posted-on,
body.search .entry-meta.elation-blog-list-remdate .posted-on,
body.blog .entry-meta.elation-blog-list-remauth .byline,
body.archive .entry-meta.elation-blog-list-remauth .byline,
body.search .entry-meta.elation-blog-list-remauth .byline,
body.blog .entry-footer.elation-blog-list-remcats .cat-links,
body.archive .entry-footer.elation-blog-list-remcats .cat-links,
body.search .entry-footer.elation-blog-list-remcats .cat-links,
body.blog .entry-footer.elation-blog-list-remtags .tags-links,
body.archive .entry-footer.elation-blog-list-remtags .tags-links,
body.search .entry-footer.elation-blog-list-remtags .tags-links,
body.blog .entry-footer.elation-blog-list-remcoms .comments-link,
body.archive .entry-footer.elation-blog-list-remcoms .comments-link,
body.search .entry-footer.elation-blog-list-remcoms .comments-link,

body.single-post .entry-meta.elation-blog-post-remdate .posted-on,
body.single-post .entry-meta.elation-blog-post-remauth .byline,
body.single-post .entry-footer.elation-blog-post-remcats .cat-links,
body.single-post .entry-footer.elation-blog-post-remtags .tags-links {
    display: none !important;
}

/*--------------------------------------------------------------
## Blog Single
--------------------------------------------------------------*/
.single-post .entry-meta {
	font-size: 0.85em;
    margin: 0 0 18px;
    opacity: 0.75;
}
.single-post .entry-footer {
	font-size: 0.85em;
    opacity: 0.75;
}
.single-post .entry-meta a,
.single-post .entry-footer a {
    color: inherit;
}
.single-post .entry-footer &gt; span {
	margin: 0 12px 0 0;
}
.single-post .post-thumbnail {
	margin: 0 0 15px;
}
.navigation.post-navigation {
	margin-top: 40px;
	padding: 20px 0 0;
}
.elation-postnav-barrows .navigation.post-navigation {
	box-shadow: none !important;
	margin: 0;
	padding: 0;
}
.elation-postnav-barrows .post-navigation .nav-previous {
    position: fixed;
    display: flex;
    top: 50%;
    left: -210px;
    background-color: rgba(0, 0, 0, 0.3);
    width: 250px;
    height: 80px;
    padding: 16px 10px;
    border-radius: 0 50px 50px 0;
    font-size: 28px;
    text-align: right;
    color: #FFF;
    -webkit-transition: all 0.4s ease 0s;
     -moz-transition: all 0.4s ease 0s;
      -ms-transition: all 0.4s ease 0s;
       -o-transition: all 0.4s ease 0s;
          transition: all 0.4s ease 0s;
}
.elation-postnav-barrows .post-navigation .nav-next {
    position: fixed;
    display: flex;
    top: 50%;
    right: -210px;
    background-color: rgba(0, 0, 0, 0.3);
    width: 250px;
    height: 80px;
    padding: 16px 10px;
    border-radius: 50px 0 0 50px;
    font-size: 28px;
    text-align: left;
    color: #FFF;
    -webkit-transition: all 0.4s ease 0s;
     -moz-transition: all 0.4s ease 0s;
      -ms-transition: all 0.4s ease 0s;
       -o-transition: all 0.4s ease 0s;
          transition: all 0.4s ease 0s;
}
.elation-postnav-barrows .post-navigation .nav-previous:hover {
    left: 0;
}
.elation-postnav-barrows .post-navigation .nav-next:hover {
    right: 0;
}
.elation-postnav-barrows .post-navigation .nav-previous a,
.elation-postnav-barrows .post-navigation .nav-next a {
	display: flex;
    font-size: 15px;
    align-self: center;
    width: 100%;
    padding: 0 35px 3px 0;
    color: #FFF;
}
.elation-postnav-barrows .post-navigation .nav-next a {
    padding: 0 0 3px 35px;
}
.elation-postnav-barrows .post-navigation .nav-previous a::before,
.elation-postnav-barrows .post-navigation .nav-next a::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 18px;
    color: #FFF;
}
.elation-postnav-barrows .post-navigation .nav-previous a::before {
    content: "\f060";
    right: 6px;
    top: 23px;
    font-size: 22px;
    align-self: center;
}
.elation-postnav-barrows .post-navigation .nav-next a::before {
    content: "\f061";
	left: 6px;
    top: 23px;
    font-size: 22px;
    align-self: center;
}



/* ---- JetPack ---- */
#jp-relatedposts h3.jp-relatedposts-headline {
    display: block;
    font-size: 25px;
    width: 100%;
    text-align: center;
}
#jp-relatedposts h3.jp-relatedposts-headline em {
	font-weight: 400;
}
#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
}
/* ---- JetPack - Infinite Scroll - Button ---- */
body.infinite-scroll .elation-list-inner {
    padding-bottom: 60px;
}
body.infinite-scroll .elation-list-inner #infinite-handle,
body.infinite-scroll .elation-list-inner .infinite-loader {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -50px;
}
body.infinite-scroll .elation-list-inner #infinite-handle button {
    box-shadow: none;
}
body.infinite-scroll .elation-list-inner .infinite-loader {
    margin: 0 0 0 -20px;
}

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

article:last-child {
	margin: 0;
}

.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
--------------------------------------------------------------*/
.comments-area {
	margin: 20px 0 0;
    padding: 20px 0 0;
}
#comments .comments-title {
	font-size: 1.4em;
}
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
article time.updated {
	display: none;
}
article time.entry-date.published {
	display: inline;
}

footer.comment-meta {
	position: relative;
}
.comment-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	clear: both;
}
.comment-list li {
	margin: 0;
	padding: 0 0 10px;
}
.comment-list &gt; li,
.comment-list .children &gt; li {
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
	padding: 20px 0;
}
.comment-list li:last-child {
	box-shadow: none;
	padding-bottom: 0;
}
.comment-author {
	float: none;
	width: auto;
	margin-left: 55px;
}
.comment-author b.fn {
	display: block;
}
.comment-container {
	margin-left: 65px;
}
.comment-author .avatar {
	border: 2px solid #DCDCDC;
	position: absolute;
	left: 0;
}
.comment-meta cite {
	display: block;
	font-weight: 600;
}
.comment-content {
	margin: 0 0 0 55px;
}
.comment-metadata {
	font-style: italic;
	font-size: 0.75em;
	margin-left: 55px;
	padding: 0 0 4px;
}
.comment .reply {
	text-align: right;
	font-size: 0.8rem;
}
.comments-area label {
	float: left;
	min-width: 10.5%;
	padding: 6px 0 0;
}
.comments-area input[type="text"],
.comments-area input[type="email"],
.comments-area input[type="url"],
.comments-area input[type="password"],
.comments-area input[type="search"] {
	padding: 1%;
	width: 85%;
}
#comments ul {
	margin-left: 2em;
}
#comments li {
	list-style-type: none;
}
.post-password-required input {
	max-width: 280px;
	margin: 0 5px;
}
span.says {
	display: none;
}
.comment-form-cookies-consent input {
	display: inline-block;
	position: relative;
	top: -1px;
}
.comment-form-cookies-consent label {
	display: inline-block;
	float: none;
	margin: 0 0 0 10px;
}
.comment-awaiting-moderation {
	display: block;
    border-radius: 3px;
    font-size: 0.85em;
    margin: 4px 0 12px 55px;
    background-color: rgba(0, 0, 0, 0.06);
    padding: 10px;
    text-align: center;
}
.comment-respond {
	margin: 40px 0 0;
    padding: 20px 0 0;
}
.comment-respond .comment-reply-title {
	margin: 0;
    padding: 0 0 15px;
    font-size: 1.4em;
}
.comments-area.elation-comments-top .comment-respond {
    margin: 0 0 40px;
    padding: 0 0 20px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

.elation-comments-bubble #comments li {
	box-shadow: none;
    padding: 18px 0 0;
}
.elation-comments-bubble #comments li .children {
	margin-bottom: 25px;
}
.elation-comments-bubble #comments li article.comment-body {
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12), 0 0 4px rgba(0, 0, 0, 0.3) !important;
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: 3px;
    padding: 15px;
}
.elation-comments-bubble footer.comment-meta {
	display: flex;
	align-items: baseline;
	margin: 0 0 10px;
}
.elation-comments-bubble footer.comment-meta .comment-metadata {
	margin: 0;
	flex-grow: 1;
    text-align: right;
}

/* -- Error 404 Page -- */
.error-404 {
	text-align: center;
	padding: 20px 0 80px;
	display: flex;
    flex-direction: column;
}
.error-404 .page-title {
	margin: 0;
    padding: 20px 0 0;
    font-size: 2.2em;
    font-weight: 400;
}
.error-ban-sign .fa-ban {
	font-size: 182px;
	line-height: 1.4;
    opacity: 0.4;
}
.error-content {
	margin: 10px 0 20px;
}
.error-search {
	margin: 10px 0 10px;
}
.error-search form.search-form {
	display: inline-block;
	width: 380px;
}
.error-search form.search-form .search-field {
	width: 100%;
}
.error-search form.search-form .search-submit {
	display: none;
}
.error-btn {
	text-align: center;
	margin: 10px 0 20px;
}
.error-btn a {
	display: inline-block;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 1px 2px rgba(0, 0, 0, 0.06);
    padding: 10px 25px 12px;
    margin: 15px 0 0;
    font-size: 0.9em;
    font-weight: inherit;
	color: inherit;
	-webkit-transition: all 0.2s ease 0s;
     -moz-transition: all 0.2s ease 0s;
      -ms-transition: all 0.2s ease 0s;
       -o-transition: all 0.2s ease 0s;
          transition: all 0.2s ease 0s;
}
.error-btn a:hover {
	color: #FFF;
}

.elation-error-style-one .error-header {
	order: 1;
}
.elation-error-style-one .error-content {
	order: 2;
}
.elation-error-style-one .error-search {
	order: 3;
}
.elation-error-style-one .error-btn {
	order: 4;
}
.elation-error-style-one .error-ban-sign {
	order: 5;
}

.elation-error-style-two .error-header {
	order: 1;
}
.elation-error-style-two .error-content {
	order: 2;
}
.elation-error-style-two .error-ban-sign {
	order: 3;
	margin: 0 0 10px;
}
.elation-error-style-two .error-search {
	order: 4;
}
.elation-error-style-two .error-btn {
	order: 5;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

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

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

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

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/* ---- Search ---- */
.widget.widget_search input[type="search"] {
	width: 100%;
    padding: 6px 10px;
    font-size: 14px;
}
.widget.widget_search input[type="submit"] {
	display: none;
}

/* ---- Footer Siteby ---- */
.elation-siteby-icon {
	width: 24px;
    background-color: #f1f1f1;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.18), 0 0 3px rgba(0, 0, 0, 0.18);
    overflow: hidden;
    border-radius: 2px;
    position: fixed;
    bottom: 8px;
	right: 10px;
	margin: 0;
	padding: 0;
	font-size: 13px;
	text-align: center;
	z-index: 999;
	
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+ &amp; Safari 6+ */
	
	-webkit-transition: all 0.2s ease 0s;
     -moz-transition: all 0.2s ease 0s;
      -ms-transition: all 0.2s ease 0s;
       -o-transition: all 0.2s ease 0s;
          transition: all 0.2s ease 0s;
}
.elation-siteby-icon img {
	display: block;
	margin: 0;
}
.elation-siteby-icon:hover {
	filter: none;
    -webkit-filter: grayscale(0%);
}
.elation-siteby-plain {
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08) inset;
    margin: 1px 0 0;
    padding: 5px 10px 8px;
    font-size: 11px;
	text-align: center;
	opacity: 0.7;
}

body.elementor-template-full-width .site-container.site-content .site-content-inner {
    display: block;
}

/* ---- Nav Span ---- */
.main-navigation.elation-nav-block .nav-span-block {
	padding: 5px 12px;
    border-radius: 4px;
}

/* ---------------- Default Styles ---------------- */
/* ---- Box Shadow - large ---- */
body.elation-site-boxed .elation-shadow-default .site-boxed,
body.elation-site-full-width .elation-shadow-default .site-header,
body.elation-site-full-width-blocked .elation-shadow-default .site-header,
body.elation-site-full-width-blocked.elation-break-content .elation-shadow-default .content-area,
body.blog.elation-site-full-width-blocked.elation-break-content.elation-blog-rs .elation-shadow-default .content-area,
body.single.elation-site-full-width-blocked.elation-break-content.elation-blog-post-rs .elation-shadow-default .content-area,
body.archive.elation-site-full-width-blocked.elation-break-content.elation-blog-rs .elation-shadow-default .content-area,
body.search-results.elation-site-full-width-blocked.elation-break-content.elation-blog-search-rs .elation-shadow-default .content-area,
body.elation-site-full-width-blocked.elation-joined-content .elation-shadow-default .site-content-inner,
body.elation-site-full-width-blocked.elation-break-content .elation-shadow-default .widget-area.widgets-joined,
body.elation-site-full-width-blocked.elation-break-content .elation-shadow-default .widget-area.widgets-apart .widget,
body.elation-site-full-width-blocked.break-blog-blocks .elation-shadow-default article.type-post .post-inner,
body.elation-site-full-width-blocked.break-blog-blocks .elation-shadow-default .elation-pagetitle-default {
	box-shadow: 0 28px 88px rgba(0, 0, 0, 0.09);
}
body.elation-site-full-width .elation-shadow-default .site-footer,
body.elation-site-full-width-blocked .elation-shadow-default .site-footer {
	box-shadow: 0 -28px 88px rgba(0, 0, 0, 0.09);
}
.elation-shadow-default .elation-page-title.elation-pagetitle-banner {
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.06), 0 1px rgba(0, 0, 0, 0.06), inset 0 -1px 0 rgba(255, 255, 255, 0.5), 0 28px 88px rgba(0, 0, 0, 0.09);
}
/* ---- Box Shadow - medium ---- */
body.elation-site-boxed .elation-shadow-one .site-boxed,
body.elation-site-full-width .elation-shadow-one .site-header,
body.elation-site-full-width-blocked .elation-shadow-one .site-header,
body.elation-site-full-width-blocked.elation-break-content .elation-shadow-one .content-area,
body.blog.elation-site-full-width-blocked.elation-break-content.elation-blog-rs .elation-shadow-one .content-area,
body.single.elation-site-full-width-blocked.elation-break-content.elation-blog-post-rs .elation-shadow-one .content-area,
body.archive.elation-site-full-width-blocked.elation-break-content.elation-blog-rs .elation-shadow-one .content-area,
body.search-results.elation-site-full-width-blocked.elation-break-content.elation-blog-search-rs .elation-shadow-one .content-area,
body.elation-site-full-width-blocked.elation-joined-content .elation-shadow-one .site-content-inner,
body.elation-site-full-width-blocked.elation-break-content .elation-shadow-one .widget-area.widgets-joined,
body.elation-site-full-width-blocked.elation-break-content .elation-shadow-one .widget-area.widgets-apart .widget,
body.elation-site-full-width-blocked.break-blog-blocks .elation-shadow-one article.type-post .post-inner,
body.elation-site-full-width-blocked.break-blog-blocks .elation-shadow-one .elation-pagetitle-default {
	box-shadow: 0 5px 50px rgba(0, 0, 0, 0.09);
}
body.elation-site-full-width .elation-shadow-one .site-footer,
body.elation-site-full-width-blocked .elation-shadow-one .site-footer {
	box-shadow: 0 -5px 50px rgba(0, 0, 0, 0.09);
}
.elation-shadow-one .elation-page-title.elation-pagetitle-banner {
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.06), 0 1px rgba(0, 0, 0, 0.06), inset 0 -1px 0 rgba(255, 255, 255, 0.5), 0 5px 50px rgba(0, 0, 0, 0.09);
}
/* ---- Box Shadow - small ---- */
body.elation-site-boxed .elation-shadow-two .site-boxed,
body.elation-site-full-width .elation-shadow-two .site-header,
body.elation-site-full-width-blocked .elation-shadow-two .site-header,
body.elation-site-full-width-blocked.elation-break-content .elation-shadow-two .content-area,
body.blog.elation-site-full-width-blocked.elation-break-content.elation-blog-rs .elation-shadow-two .content-area,
body.single.elation-site-full-width-blocked.elation-break-content.elation-blog-post-rs .elation-shadow-two .content-area,
body.archive.elation-site-full-width-blocked.elation-break-content.elation-blog-rs .elation-shadow-two .content-area,
body.search-results.elation-site-full-width-blocked.elation-break-content.elation-blog-search-rs .elation-shadow-two .content-area,
body.elation-site-full-width-blocked.elation-joined-content .elation-shadow-two .site-content-inner,
body.elation-site-full-width-blocked.elation-break-content .elation-shadow-two .widget-area.widgets-joined,
body.elation-site-full-width-blocked.elation-break-content .elation-shadow-two .widget-area.widgets-apart .widget,
body.elation-site-full-width-blocked.break-blog-blocks .elation-shadow-two article.type-post .post-inner,
body.elation-site-full-width-blocked.break-blog-blocks .elation-shadow-two .elation-pagetitle-default {
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.09);
}
body.elation-site-full-width .elation-shadow-two .site-footer,
body.elation-site-full-width-blocked .elation-shadow-two .site-footer {
	box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.09);
}
.elation-shadow-two .elation-page-title.elation-pagetitle-banner {
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.06), 0 1px rgba(0, 0, 0, 0.06), inset 0 -1px 0 rgba(255, 255, 255, 0.5), 0 2px 15px rgba(0, 0, 0, 0.09);
}
/* ---- Box Shadow - smaller ---- */
body.elation-site-boxed .elation-shadow-three .site-boxed,
body.elation-site-full-width .elation-shadow-three .site-header,
body.elation-site-full-width-blocked .elation-shadow-three .site-header,
body.elation-site-full-width-blocked.elation-break-content .elation-shadow-three .content-area,
body.blog.elation-site-full-width-blocked.elation-break-content.elation-blog-rs .elation-shadow-three .content-area,
body.single.elation-site-full-width-blocked.elation-break-content.elation-blog-post-rs .elation-shadow-three .content-area,
body.archive.elation-site-full-width-blocked.elation-break-content.elation-blog-rs .elation-shadow-three .content-area,
body.search-results.elation-site-full-width-blocked.elation-break-content.elation-blog-search-rs .elation-shadow-three .content-area,
body.elation-site-full-width-blocked.elation-joined-content .elation-shadow-three .site-content-inner,
body.elation-site-full-width-blocked.elation-break-content .elation-shadow-three .widget-area.widgets-joined,
body.elation-site-full-width-blocked.elation-break-content .elation-shadow-three .widget-area.widgets-apart .widget,
body.elation-site-full-width-blocked.break-blog-blocks .elation-shadow-three article.type-post .post-inner,
body.elation-site-full-width-blocked.break-blog-blocks .elation-shadow-three .elation-pagetitle-default {
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12);
}
body.elation-site-full-width .elation-shadow-three .site-footer,
body.elation-site-full-width-blocked .elation-shadow-three .site-footer {
	box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.12);
}
.elation-shadow-three .elation-page-title.elation-pagetitle-banner {
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.06), 0 1px rgba(0, 0, 0, 0.06), inset 0 -1px 0 rgba(255, 255, 255, 0.5), 0 1px 6px rgba(0, 0, 0, 0.12);
}
/* ---- Box Shadow - borders ---- */
body.elation-site-boxed .elation-shadow-border .site-boxed,
body.elation-site-full-width .elation-shadow-border .site-header,
body.elation-site-full-width-blocked .elation-shadow-border .site-header,
body.elation-site-full-width-blocked.elation-break-content .elation-shadow-border .content-area,
body.blog.elation-site-full-width-blocked.elation-break-content.elation-blog-rs .elation-shadow-border .content-area,
body.single.elation-site-full-width-blocked.elation-break-content.elation-blog-post-rs .elation-shadow-border .content-area,
body.archive.elation-site-full-width-blocked.elation-break-content.elation-blog-rs .elation-shadow-border .content-area,
body.search-results.elation-site-full-width-blocked.elation-break-content.elation-blog-search-rs .elation-shadow-border .content-area,
body.elation-site-full-width-blocked.elation-joined-content .elation-shadow-border .site-content-inner,
body.elation-site-full-width-blocked.elation-break-content .elation-shadow-border .widget-area.widgets-joined,
body.elation-site-full-width-blocked.elation-break-content .elation-shadow-border .widget-area.widgets-apart .widget,
body.elation-site-full-width-blocked.break-blog-blocks .elation-shadow-border article.type-post .post-inner,
body.elation-site-full-width-blocked.break-blog-blocks .elation-shadow-border .elation-pagetitle-default {
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.18);
}
body.elation-site-full-width .elation-shadow-border .site-footer,
body.elation-site-full-width-blocked .elation-shadow-border .site-footer {
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.18);
}
.elation-shadow-border .elation-page-title.elation-pagetitle-banner {
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.06), 0 1px rgba(0, 0, 0, 0.06), inset 0 -1px 0 rgba(255, 255, 255, 0.5), 0 0 1px rgba(0, 0, 0, 0.18);
}

.elation-shadow-none .content-area,
.elation-shadow-none .site-boxed,
body.elation-site-full-width .site-header.w-title,
body.elation-site-full-width-blocked .site-header.w-title {
    box-shadow: none !important;
}
/* ---- Box Shadow - Thin - Top ---- */
.site-header.site-header-centered .main-navigation,
.post-navigation,
.comments-area,
.site-footer .site-bar,
.comment-respond {
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.08);
}
/* ---- Box Shadow - Bottom ---- */
.site-boxed .site-header,
.site-header .site-header-topbar {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}
/* ---- Box Shadow - Right ---- */
.content-area,
body.blog.elation-blog-rs .content-area,
body.single.elation-blog-post-rs .content-area,
body.archive.elation-blog-rs .content-area,
body.search-results.elation-blog-search-rs .content-area {
	box-shadow: 1px 0 0 rgba(0, 0, 0, 0.08);
}
/* ---- Box Shadow - Left ---- */
.site-header.site-header-centered .main-navigation.main-nav-full-width button.header-search,
body.page-template-left-sidebar .content-area,
body.page-template-default.elation-page-ls .content-area,
body.blog.elation-blog-ls .content-area,
body.single.elation-blog-post-ls .content-area,
body.archive.elation-blog-ls .content-area,
body.search-results.elation-blog-search-ls .content-area {
	box-shadow: -1px 0 0 rgba(0, 0, 0, 0.08);
}
/* ---- Box Shadow - Single All Round ---- */
.elation-list.elation-blog-grid article.type-post .post-inner,
.elation-list.elation-blog-grid article.type-page .post-inner {
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}

/* ---- Box Shadow - None---- */
.site-content-inner .content-area.content-area-full,
body.page-template-floating-right-sidebar .content-area,
body.page-template-floating-left-sidebar .content-area,
body.elation-site-boxed .site-content-inner.remove-line #primary.content-area,
body.elation-site-full-width .site-content-inner.remove-line #primary.content-area,
.elation-list.elation-blog-grid article.type-post,
.elation-list.elation-blog-grid article.type-page {
	box-shadow: none;
}

/* ---- Background - White---- */
.site-boxed,

body.elation-site-full-width .site-header,

.site-header .site-header-main,
.site-header .main-navigation,
.site-header .site-header-topbar .site-bar-inner,
.site-header .header-search-block,
.main-navigation ul ul,

body.elation-site-full-width-blocked .site-header,
body.elation-site-full-width-blocked.elation-joined-content .site-content-inner,
body.elation-site-full-width-blocked.elation-break-content .content-area,
body.elation-site-full-width-blocked.elation-break-content .widget-area,
body.elation-site-full-width-blocked.elation-break-content .widget-area.widgets-apart .widget,

.elation-blog-tile article.blog-grid-block .post-content,
body.elation-site-full-width-blocked.elation-joined-content.break-blog-blocks .site-content-inner .post-inner,
.elation-site-loader,

.site-footer {
	background-color: #FFF;
}
body.elation-site-full-width-blocked.break-blog-blocks .content-area,
body.elation-site-full-width-blocked.elation-break-content .widget-area.widgets-apart,
body.elation-site-full-width-blocked.elation-joined-content.break-blog-blocks .site-content-inner {
	box-shadow: none !important;
	background-color: transparent;
}
body.elation-site-full-width-blocked.break-blog-blocks .content-area {
    padding: 0;
}
body.elation-site-full-width-blocked.break-blog-blocks article.type-post .post-inner {
    background-color: #FFF;
    padding: 20px;
}
body.elation-site-full-width-blocked.break-blog-blocks .elation-pagetitle-default {
    background-color: #FFF;
    padding: 20px;
    margin: 0 0 50px;
}

/* ---- Background - Off White / Grey ---- */
.main-navigation ul ul a:hover,
.main-navigation ul ul a:focus,
.main-navigation ul ul li.current-menu-item &gt; a,
.main-navigation ul ul li.current_page_item &gt; a,
.main-navigation ul ul li.current-menu-parent &gt; a,
.main-navigation ul ul li.current_page_parent &gt; a,
.main-navigation ul ul li.current-menu-ancestor &gt; a,
.main-navigation ul ul li.current_page_ancestor &gt; a,
.main-navigation.elation-nav-solid ul a:hover,
.main-navigation.elation-nav-solid ul &gt; li &gt; a:hover,
.main-navigation.elation-nav-solid ul &gt; li &gt; a:focus,
.main-navigation.elation-nav-solid ul &gt; li.current-menu-item &gt; a,
.main-navigation.elation-nav-solid ul &gt; li.current-menu-ancestor &gt; a,
.main-navigation.elation-nav-solid ul &gt; li.current-menu-parent &gt; a,
.main-navigation.elation-nav-solid ul &gt; li.current_page_parent &gt; a,
.main-navigation.elation-nav-solid ul &gt; li.current_page_ancestor &gt; a,
.main-navigation.elation-nav-solid .current_page_item &gt; a,
.main-navigation.elation-nav-block ul &gt; li &gt; a:hover span.nav-span-block,
.main-navigation.elation-nav-block ul &gt; li &gt; a:focus span.nav-span-block,
.main-navigation.elation-nav-block ul &gt; li.current-menu-item &gt; a span.nav-span-block,
.main-navigation.elation-nav-block ul &gt; li.current-menu-ancestor &gt; a span.nav-span-block,
.main-navigation.elation-nav-block ul &gt; li.current-menu-parent &gt; a span.nav-span-block,
.main-navigation.elation-nav-block ul &gt; li.current_page_parent &gt; a span.nav-span-block,
.main-navigation.elation-nav-block ul &gt; li.current_page_ancestor &gt; a span.nav-span-block,
.main-navigation.elation-nav-block .current_page_item &gt; a span.nav-span-block,

.pag-btn-two .elation-loadmore,
.elation-readmore-btn:hover {
	color: #FFF !important;
}

/* ---- Default Fonts ---- */
body {
	font-family: 'Nunito Sans', sans-serif;
}
.site-title,
h1, h2, h3, h4, h5, h6 {
	font-family: 'Crimson Text', sans-serif;
}

/* ---- Primary Color ---- */
.main-navigation.elation-nav-plain ul &gt; li &gt; a:hover,
.main-navigation.elation-nav-plain ul &gt; li &gt; a:focus,
.main-navigation.elation-nav-plain ul &gt; li.current-menu-item &gt; a,
.main-navigation.elation-nav-plain ul &gt; li.current-menu-ancestor &gt; a,
.main-navigation.elation-nav-plain ul &gt; li.current-menu-parent &gt; a,
.main-navigation.elation-nav-plain ul &gt; li.current_page_parent &gt; a,
.main-navigation.elation-nav-plain ul &gt; li.current_page_ancestor &gt; a,
.main-navigation.elation-nav-plain .current_page_item &gt; a,
.main-navigation.elation-nav-underline ul &gt; li &gt; a:hover,
.main-navigation.elation-nav-underline ul &gt; li &gt; a:focus,
.main-navigation.elation-nav-underline ul &gt; li.current-menu-item &gt; a,
.main-navigation.elation-nav-underline ul &gt; li.current-menu-ancestor &gt; a,
.main-navigation.elation-nav-underline ul &gt; li.current-menu-parent &gt; a,
.main-navigation.elation-nav-underline ul &gt; li.current_page_parent &gt; a,
.main-navigation.elation-nav-underline ul &gt; li.current_page_ancestor &gt; a,
.main-navigation.elation-nav-underline .current_page_item &gt; a,
.elation-numeric-navigation.circle li.prev a,
.elation-numeric-navigation.circle li.next a,
.elation-numeric-navigation.squaretxt li.prev a,
.elation-numeric-navigation.squaretxt li.next a,
.elation-footer-social-two #elation-bottombar-menu li a:hover,
.elation-footer-social-two.footer-menu-vertical #elation-bottombar-menu li a:hover,
.post-content .entry-meta a:hover,
.post-content .entry-footer a:hover,
.single-post .entry-meta a:hover,
.single-post .entry-footer a:hover {
	color: #4e69f5;
}

.main-navigation.elation-nav-underline ul &gt; li &gt; a:hover,
.main-navigation.elation-nav-underline ul &gt; li &gt; a:focus,
.main-navigation.elation-nav-underline ul &gt; li.current-menu-item &gt; a,
.main-navigation.elation-nav-underline ul &gt; li.current-menu-ancestor &gt; a,
.main-navigation.elation-nav-underline ul &gt; li.current-menu-parent &gt; a,
.main-navigation.elation-nav-underline ul &gt; li.current_page_parent &gt; a,
.main-navigation.elation-nav-underline ul &gt; li.current_page_ancestor &gt; a,
.main-navigation.elation-nav-underline .current_page_item &gt; a {
	box-shadow: 0 -4px 0 #4e69f5 inset;
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a:focus,
.main-navigation ul ul li.current-menu-item &gt; a,
.main-navigation ul ul li.current_page_item &gt; a,
.main-navigation ul ul li.current-menu-parent &gt; a,
.main-navigation ul ul li.current_page_parent &gt; a,
.main-navigation ul ul li.current-menu-ancestor &gt; a,
.main-navigation ul ul li.current_page_ancestor &gt; a,

.main-navigation.elation-nav-solid a:hover,
.main-navigation.elation-nav-solid ul &gt; li &gt; a:hover,
.main-navigation.elation-nav-solid ul &gt; li &gt; a:focus,
.main-navigation.elation-nav-solid ul &gt; li.current-menu-item &gt; a,
.main-navigation.elation-nav-solid ul &gt; li.current-menu-ancestor &gt; a,
.main-navigation.elation-nav-solid ul &gt; li.current-menu-parent &gt; a,
.main-navigation.elation-nav-solid ul &gt; li.current_page_parent &gt; a,
.main-navigation.elation-nav-solid ul &gt; li.current_page_ancestor &gt; a,
.main-navigation.elation-nav-solid .current_page_item &gt; a,

.main-navigation.elation-nav-block ul &gt; li &gt; a:hover span.nav-span-block,
.main-navigation.elation-nav-block ul &gt; li &gt; a:focus span.nav-span-block,
.main-navigation.elation-nav-block ul &gt; li.current-menu-item &gt; a span.nav-span-block,
.main-navigation.elation-nav-block ul &gt; li.current-menu-ancestor &gt; a span.nav-span-block,
.main-navigation.elation-nav-block ul &gt; li.current-menu-parent &gt; a span.nav-span-block,
.main-navigation.elation-nav-block ul &gt; li.current_page_parent &gt; a span.nav-span-block,
.main-navigation.elation-nav-block ul &gt; li.current_page_ancestor &gt; a span.nav-span-block,
.main-navigation.elation-nav-block .current_page_item &gt; a span.nav-span-block,

.elation-widget-shortline .widget-title::after,
.elation-widget-sideline .widget-title::after,
.elation-side-social .social-icon,
.error-btn a:hover,
.elation-slider-container .elation-btn,
.elation-numeric-navigation.square li a,
.elation-numeric-navigation.square li a:hover,
.elation-numeric-navigation.square li.active a,
.elation-numeric-navigation.square li.disabled,
.elation-numeric-navigation.circle li a,
.elation-numeric-navigation.circle li a:hover,
.elation-numeric-navigation.circle li.active a,
.elation-numeric-navigation.circle li.disabled,
.elation-numeric-navigation.squaretxt li a,
.elation-numeric-navigation.squaretxt li a:hover,
.elation-numeric-navigation.squaretxt li.active a,
.elation-numeric-navigation.squaretxt li.disabled,
#comments .comment-form input.submit:hover,
.elation-footdivide-shortline .footer-custom-block::after,
.elation-footdivide-shortline ul.site-footer-widgets &gt; li::after,
.elation-readmore-btn:hover,
.pag-btn-two .elation-loadmore {
	background-color: #4e69f5;
}
.elation-slider-container .elation-btn:hover,
.elation-numeric-navigation.square li a:hover,
.elation-numeric-navigation.square li.active a,
.elation-numeric-navigation.circle li a:hover,
.elation-numeric-navigation.circle li.active a,
.elation-numeric-navigation.squaretxt li a:hover,
.elation-numeric-navigation.squaretxt li.active a,
.pag-btn-two .elation-loadmore:hover {
	background-color: #8635ee;
}
.elation-numeric-navigation.circle li.prev a:hover,
.elation-numeric-navigation.circle li.next a:hover,
.elation-numeric-navigation.squaretxt li.prev a:hover,
.elation-numeric-navigation.squaretxt li.next a:hover,
.elation-numeric-navigation.numbers li.prev a:hover,
.elation-numeric-navigation.numbers li.next a:hover,
.elation-numeric-navigation.numbers li.active a {
	color: #8635ee;
}
</pre></body></html>