/*!
Theme Name: Aone
Theme URI: https://www.8therate.com/wordpress-theme/aone/
Author: 8therate.com
Author URI: https://www.8therate.com/
Description: Aone is a swift, extensively customizable, and aesthetically pleasing WordPress theme ideal for business websites, personal portfolios, blogs, and WooCommerce stores. It boasts a lightweight structure for rapid page loading and is crafted with SEO principles at its core.
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/license-list.html#GPLv2
Text Domain: aone
Tags: custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Aone is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Root
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
# Layouts
# Header
# Footer
# Custom Grid
	- Containers
# Components
	- Branding
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
	- Contact Form 7
# Utilities
	- Accessibility
	- Alignments
# 404

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Root
--------------------------------------------- */

body {
	--aone-primary: var(--e-global-color-primary, #046bd2);
	--aone-primary-hover: var(--e-global-color-a918f41, #045cb4);
	--aone-body-bg: #F0F5FA;
	--aone-font-family: var(--e-global-typography-primary-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);
}

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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;
	-webkit-text-size-adjust: 100%;
}

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

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: var(--aone-font-family);
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 600;
}

p {
	margin: 0;
	margin-bottom: 1em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: var(--aone-body-bg);
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: var(--aone-primary);
	/* text-decoration: none; */
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: var(--aone-primary-hover);
	
}

a:focus {
	outline: thin dotted;
}

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

.site-title a,
.post .entry-title a,
.post .entry-meta a,
.wp-block-site-title a,
.wp-block-latest-posts>li a,
.wp-block-tag-cloud a,
.wp-block-categories-list a,
.wp-block-archives-list a,
.site-footer .site-info a,
.widget_block ul li a,
.comment .comment-meta a,
.comment .reply a,
.wp-calendar-nav a,
.wp-block-comments .comment-reply-link,
.wp-block-comments .wp-block-comment-date a,
.wp-block-comments .wp-block-comment-author-name a,
.wp-block-query-pagination>.wp-block-query-pagination-next, 
.wp-block-query-pagination>.wp-block-query-pagination-numbers a, 
.wp-block-query-pagination>.wp-block-query-pagination-previous,
.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a,
.wp-block-page-list .wp-block-pages-list__item .wp-block-pages-list__item__link,
.wp-block-rss .wp-block-rss__item .wp-block-rss__item-title a{
	text-decoration: none;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: var(--aone-primary);
	border-radius: 2px;
	background: var(--aone-primary);
	color: #ffffff;
	line-height: 1;
	padding: 15px 30px;
	-webkit-appearance: button;
	cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: var(--aone-primary-hover);
	background: var(--aone-primary-hover);
}

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 {
	color: #444444;
	border: 1px solid #d1d5db;
	border-radius: 0px;
	padding: 8px 12px;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.admin-bar #page {
	min-height: calc(100vh - 32px);
}

#page {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	overflow-x: hidden;
}

#page .site-content {
	flex-grow: 1;
}

#page .site-content .site-content-inner {
	display: flex;
	width: 100%;
	column-gap: 2em;
}

#page #primary,
#page #secondary {
	margin: 40px 0 0;
}

@media (max-width: 1024.5px){
	#page .site-content .site-content-inner {
		flex-direction: column;
	}
}

@media (min-width: 1025px){
	#page .site-content #primary {
		width: 75%;
	}

	#page .site-content #secondary {
		width: 25%;
	}
	#page #primary,
	#page #secondary {
		margin: 40px 0 ;
	}
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#masthead {
	display: block;
	background-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-color: #eaeaea;
	border-bottom-style: solid;
	
}

#masthead .site-primary-header-wrap {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}


body.has-sticky-header #masthead div.should-sticky-top {
	position: fixed;
	top: -300px;
	left: 0;
	z-index: 999;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(5px);
	box-shadow: 0 0px 20px rgba(0, 0, 0, 0.14);
	transition: 0.5s;
}

body.has-sticky-header #masthead div.sticky-top {
	top: 0px;
}

body.has-sticky-header.admin-bar #masthead div.sticky-top {
	top: 32px;
}

@media only screen and (max-width: 767.5px){
	body.has-sticky-header.admin-bar #masthead div.sticky-top {
		top: 46px;
	}
}

@media only screen and (max-width: 600.5px){
	body.has-sticky-header.admin-bar #masthead div.sticky-top {
		top: 0px;
	}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	background-color: #ffffff;
	min-height: 60px;
	border-style: solid;
	border-width: 0px;
	border-top-width: 1px;
	border-top-color: #eaeaea;
	padding-top: 20px;
	padding-bottom: 20px;
}

.site-footer .site-info {
	text-align: center;
}

.aone-footer-credit-to-author{
	position: absolute;
    font-size: 0px;
    line-height: 0;
    left: 0;
    visibility: hidden;
	z-index:0;
}

/*--------------------------------------------------------------
# Custom Grid
--------------------------------------------------------------*/

/* Containers
--------------------------------------------- */
@media(min-width: 544px) {
	body:not(.elementor-page) .wpm-container {
		max-width: 100%;
	}
}

@media(min-width: 922px) {
	body:not(.elementor-page) .wpm-container {
		max-width: 1240px;
	}
}

body:not(.elementor-page) .wpm-container,
body:not(.elementor-page) .wpm-container-fluid {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

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

/* Branding
--------------------------------------------- */
.site-branding {
	line-height: 1;
	align-self: center;
	padding: 1em 0;
	margin-right: 12px;
	transition: all .2s linear;
}

.site-branding .site-description{
	margin: 4px 0 0 0;
	line-height: 1.25em;
}
.site-branding .custom-logo-link{
	line-height: 0;
	display: block;
}
.site-branding img{
	height: 48px;
	width: auto;
	max-width: inherit;
}
@media(min-width: 64em) {
	.site-branding .site-description{
		white-space: nowrap;
	}
}
@media (max-width: 1023.5px) {
	.site-branding{
		padding: 0.75em 0;
	}
	.site-branding img{
		height: 40px;
	}
}

.site-title {
	font-size: 1.625rem;
	display: block;
	font-weight: 700;
	white-space: nowrap;
}

.site-title a {
	line-height: 1.2;
}

.site-title a,
.site-title a:focus,
.site-title a:hover,
.site-title a:visited {
	color: #222222;
}

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: auto;
}

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

.main-navigation ul li {
	position: relative;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	visibility: hidden;
}

@media(min-width: 64em) {
	.main-navigation ul ul.sub-menu,
	.main-navigation ul ul.children {
		display: block;
		line-height: 1.45;
		margin-top: 0;
		min-width: 180px;
		background: #fff;
		box-shadow: 0 4px 10px -2px rgba(0, 0, 0, .2);
		border-top-width: 2px;
		border-bottom-width: 0px;
		border-right-width: 0px;
		border-left-width: 0px;
		border-color: var(--aone-primary);
		border-style: solid;
		float: unset;
	}
}
.main-navigation ul ul.sub-menu li,
.main-navigation ul ul.children li {
	position: relative;
	-js-display: flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.main-navigation ul ul.sub-menu li a,
.main-navigation ul ul.children li a {
	display: block;
	position: relative;
	padding: 12px 15px;
	word-wrap: break-word;
	text-decoration: none;
	transition: all .2s linear;
}

.main-navigation ul li.menu-item-has-children>a::after,
.main-navigation ul li.page_item_has_children>a::after {
	content: '';
	position: relative;
	display: block;
	height: 8px;
	width: 8px;
	border-style: solid;
	border-width: 0 0 2px 2px;
	border-color: #334155;
	top: 5px;
	right: 0;
	border-radius: 1px;
	transform: translateY(-50%) rotate(-45deg);
	margin-left: 10px;
}
.main-navigation ul ul.sub-menu li.menu-item-has-children>a,
.main-navigation ul ul.children li.page_item_has_children>a{
	padding-right: 30px;
}
.main-navigation ul ul.sub-menu li.menu-item-has-children>a::after,
.main-navigation ul ul.children li.page_item_has_children>a::after {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%) rotate(225deg);
}

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

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: 100%;
}

.main-navigation ul ul a {
	/* width: 200px; */
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
	visibility: visible;
}

.main-navigation li {
	position: relative;
}

.main-navigation #primary-menu>ul>li,
.main-navigation ul#primary-menu>li {
	line-height: 1.375em;
}

@media (min-width: 64em){
	.main-navigation #primary-menu>ul>li>a,
	.main-navigation ul#primary-menu>li>a{
		padding-top: 29px;
		padding-bottom: 29px;
	}
}

.main-navigation ul>li a {
	text-decoration: none;
	padding: 0 1.1em;
	display: inline-block;
	transition: all .2s linear;
	height: 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-js-display: flex;
	display: flex;
	white-space: nowrap;
}

.main-navigation ul li.menu-item a,
.main-navigation ul li.page_item a {
	color: #334155;
}

.main-navigation ul li.menu-item.current_page_item a, 
.main-navigation ul li.page_item.current_page_item a,
.main-navigation ul li.menu-item.focus > a, 
.main-navigation ul li.page_item.focus > a{
	color: var(--aone-primary);
}

.main-navigation ul li.menu-item>a:hover,
.main-navigation ul li.page-item>a:hover {
	color: var(--aone-primary-hover);
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled #primary-menu,
.main-navigation.toggled #primary-menu > ul,
.main-navigation.toggled ul#primary-menu {
	display: block;
}

.main-navigation button.menu-toggle{
	padding: 0px;
	height: 42px;
	width: 42px;
	margin: 11px 0;
}

.main-navigation .menu-toggle span.toggle-icon{
	position: relative;
	display: block;
	width: 20px;
	line-height: 42px;
	background-color: #ffffff;
	margin-left: 11px;
	height: 1px;
	transition: all 0.3s;
}

.main-navigation .menu-toggle span.toggle-icon:before,
.main-navigation .menu-toggle span.toggle-icon:after{
	content: '';
	position: absolute;
	background-color: #fff;
	height: 1px;
	width: 100%;
	left: 0;
	transition: all 0.3s;
}

.main-navigation .menu-toggle span.toggle-icon:before{
	top: -7px;
}

.main-navigation .menu-toggle span.toggle-icon:after{
	bottom: -7px;
}

.main-navigation.toggled .menu-toggle[aria-expanded="true"] span.toggle-icon{
	background-color: transparent;
}

.main-navigation.toggled .menu-toggle[aria-expanded="true"] span.toggle-icon::before{
	top: 0;
	transform: rotate(45deg);
}

.main-navigation.toggled .menu-toggle[aria-expanded="true"] span.toggle-icon::after{
	bottom: 0px;
	transform: rotate(-45deg);	
}


@media(min-width: 64em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}

}

@media screen and (max-width: 1023.5px) {
	#masthead.site-header .site-primary-header-wrap{
		position: relative;
	}

	.main-navigation.toggled #primary-menu.menu,
	.main-navigation.toggled > .menu-menu-1-container{
		position: absolute;
		width: 100%;
		left: 0;
		z-index: 999;
		background-color: #ffffff;
		border-top: 1px solid #e5e5e5;
		/* margin-top: 11px; */
		box-shadow: 0 20px 40px -20px rgba(0, 0, 0, .2);
		height: auto;
		max-height: 360px;
		overflow-y: auto;
		top: 100%;
	}

	.main-navigation.toggled #primary-menu.menu::after, {
		content: "";
		clear: both;
		display: table;
	  }

	.main-navigation #primary-menu>ul>li, 
	.main-navigation ul#primary-menu>li{
		line-height: inherit;
	}

	.main-navigation ul>li a{
		padding: 12px 15px;
	}

	.main-navigation ul>li a{
		border-bottom: 1px solid rgba(0, 0, 0, .08);
		position: relative;
	}

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

	.main-navigation ul ul ul{
		top: 0;
	}

	.main-navigation ul ul li a{
		padding-left: 30px!important;
	}
	.main-navigation ul ul ul li a{
		padding-left: 45px!important;
	}

	.main-navigation ul ul.sub-menu, 
	.main-navigation ul ul.children{
		width: 100%;
		left: 0!important;
		box-shadow: none!important;
		border: none!important;
		/* display: none; */
		/* border-top: 1px solid rgba(0, 0, 0, .08)!important; */
		position: relative;
		visibility: hidden;
		opacity: 0;
		height: 0px;
		transition: none 0s ease 0s;
	}

	.main-navigation ul li.focus > ul.sub-menu, 
	.main-navigation ul li.focus > ul.children{
		display: block;
		position: relative;
		visibility: visible;
		opacity: 1;
		height: auto;
		transition: all 0.3s ease 0s;
	}
	.main-navigation ul li.menu-item-has-children>a::after, 
	.main-navigation ul li.page_item_has_children>a::after,
	.main-navigation ul ul.sub-menu li.menu-item-has-children>a::after, 
	.main-navigation ul ul.children li.page_item_has_children>a::after{
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%) rotate(-135deg);
		transition: all 0.5s;
	}
	.main-navigation ul li.menu-item-has-children.focus>a::after, 
	.main-navigation ul li.page_item_has_children.focus>a::after,
	.main-navigation ul ul.sub-menu li.menu-item-has-children.focus>a::after, 
	.main-navigation ul ul.children li.page_item_has_children.focus>a::after{
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%) rotate(-45deg);
	}
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
	position: relative;
	padding: 10px 0;
}

.comment-navigation .nav-links::after,
.posts-navigation .nav-links::after,
.post-navigation .nav-links::after {
	content: '';
	position: absolute;
	min-height: 40px;
	height: 100%;
	width: 1px;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) rotate(10deg);
	background-color: rgba(0, 0, 0, 0.2);
}

.comment-navigation .nav-links a,
.posts-navigation .nav-links a,
.post-navigation .nav-links a {
	font-weight: 500;
	text-decoration: none;
}

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

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

.comment-navigation .nav-links .nav-subtitle,
.posts-navigation .nav-links .nav-subtitle,
.post-navigation .nav-links .nav-subtitle {
	font-style: italic;
	font-weight: 400;
}

@media only screen and (max-width: 1024px){
	.aone-navbar.elementor-widget-navigation-menu.hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal .hfe-nav-menu{
		position:fixed;
		top:80px;
		width:100%;
		left:0;
		border-top:1px solid #e5e5e5;
		box-shadow: 0px 12px 50px -12px rgba(0, 0, 0, 0.16);
	}
	.aone-navbar.elementor-widget-navigation-menu.hfe-nav-menu__breakpoint-tablet nav.hfe-dropdown .hfe-nav-menu .sub-menu{
		box-shadow: none!important;
	}
	
	.aone-navbar.elementor-widget-navigation-menu.hfe-nav-menu__breakpoint-tablet nav.hfe-dropdown .hfe-nav-menu .sub-menu.sub-menu-open{
		border-top:1px solid #e5e5e5;
	}
}
@media only screen and (max-width: 767.5px){
	.aone-navbar.elementor-widget-navigation-menu.hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal .hfe-nav-menu{
		top:64px;
	}
}


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

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

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

/* Post Listing. */
body:not(.elementor-page) article.post,
body:not(.elementor-page) article.page {
	display: block;
	position: relative;
	background-color: #ffffff;
	padding: 1.5em;
	border-radius: 6px;
	box-shadow: 0px 6px 15px -2px rgba(16, 24, 40, 0.05);
	overflow: hidden;
	color: #334155;
	margin-bottom: 30px;
}

body:not(.elementor-page) article.post .entry-header,
body:not(.elementor-page) article.page .entry-header {
	position: relative;
	display: block;
	margin: 0 0 10px;
}

body:not(.elementor-page) article.post .entry-header .entry-title,
body:not(.elementor-page) article.page .entry-header .entry-title {
	margin: 0 0 10px;
	font-weight: 700;
	text-decoration: none;
}

.post .entry-title a:not(:hover) {
	color: #1e293b;
}

.post .entry-meta {
	font-size: 14px;
	color: #757575;
}

.post .entry-meta a {
	font-weight: 500;	
}

.post .entry-content {
	margin: 0 0 15px;
}

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

.post .post-thumbnail{
	display:block;
	position:relative;
	margin-bottom: 10px;
}

.post .post-thumbnail img {
	width: 100%;
}

.post .entry-footer {
	position: relative;
	font-size: 14px;
	color: #757575;
}

.post .entry-footer span {
	position: relative;
	padding-right: 10px;
	margin-right: 10px;
}

.post .entry-footer span a{
	text-decoration: none;
}

.post .entry-footer span::before {
	content: '|';
	position: absolute;
	right: 0;
	top: 0;
	line-height: 16px;
	color: #a5a5a5;
}

.post .entry-footer span:last-child {
	padding: 0;
	margin: 0;
}

.post .entry-footer span:last-child::before {
	display: none;
}

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

.bypostauthor {
	display: block;
}

.comments-area {
	position: relative;
	display: block;
	background-color: #ffffff;
	border-radius: 6px;
	box-shadow: 0px 6px 15px -2px rgba(16, 24, 40, 0.05);
	overflow: hidden;
	color: #334155;
}

.comments-area .comments-title {
	position: relative;
	display: block;
	margin: 0 0 0px;
	padding: 1em;
}

.comment-list {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.comment {
	position: relative;
	display: block;
	padding: 0 1.5em;
}

.comment-list .children {
	margin: 0 0 0 40px;
	padding: 0;
}

.children .comment {
	padding: 0;
}

.comment .comment-body {
	position: relative;
	display: block;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	border-top: 1px solid #e1e8ed;
}

.comment .comment-meta {
	display: flex;
	position: relative;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 0 5px;
}

.comment .comment-meta .comment-author {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
}

.comment .comment-meta .comment-author img.avatar {
	border: 1px solid #e1e8ed;
	border-radius: 50%;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .15);
	height: 50px;
	width: 50px;
	margin: 0 10px 0 0;
}

.comment .comment-meta .comment-author .says {
	display: none;
}

.comment .comment-meta .comment-metadata {
	font-size: 13px;
	font-weight: 500;
	padding-left: 60px;
}

.comment .comment-meta .comment-metadata .edit-link {
	position: relative;
	padding-left: 8px;
	margin-left: 2px;
}

.comment .comment-meta .comment-metadata .edit-link::before {
	content: '|';
	position: absolute;
	left: -1px;
	top: 0;
	font-weight: 400;
	line-height: 15px;
	color: #a5a5a5;
}

.comment .comment-meta .comment-awaiting-moderation {
	width: 100%;
	margin-left: 60px;
	font-size: 14px;
	background: #f0f5fa;
	padding: 5px 8px;
	line-height: 20px;
	color: #757575;
}

.comment .comment-content,
.comment .reply {
	padding-left: 60px;
}

.comment .reply {
	font-size: 13px;
	font-weight: 500;
}

.comment-respond .comment-reply-title small {
	margin-left: 10px;
}

.comments-area .comment-respond {
	border-top: 1px solid #e1e8ed;
	padding-bottom: 0;
	padding: 1.5em;
}

.comment-respond .comment-reply-title {
	font-weight: 600;
	margin: 0 0 15px;
}

.comment-respond .comment-form label {
	font-weight: 500;
	min-width: 70px;
	display: inline-block;
}

.comment-respond .comment-form .comment-form-cookies-consent label {
	font-size: 14px;
	vertical-align: text-top;
}

.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a {
	text-decoration: none;
}

/* Widgets
--------------------------------------------- */
.widget-area {}

.widget {
	margin: 0 0 1.5em;
	padding-left: 0;
	display: block;
	background: #ffffff;
	padding: 1.5em;
	box-shadow: 0px 6px 15px -2px rgba(16, 24, 40, 0.05);
	border-radius: 6px;
	overflow: hidden;
	color: #334155;
}

/* Widget Search */
.widget.widget_search label {
	font-weight: 500;
}

.widget.widget_search .wp-block-search__button {
	padding: 15px 10px;
	margin-left : 10px;
}
.wp-block-search__inside-wrapper{
	display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%
}

.widget.widget_search .wp-block-search__inside-wrapper input.wp-block-search__input{
	width:100%;
	border-radius:6px;
	padding: 10px 12px;
}

/* Widget Block */
.widget_block .wp-block-heading {
	margin: 0 0 20px;
	line-height: 1.3;
	border-bottom: 1px solid #e1e8ed;
	padding-bottom: 20px;
}

.widget_block ul,
.widget_block ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget_block ul>li+li,
.widget_block ol>li+li {
	margin-top: 10px;
}

.widget_block .wp-block-latest-posts>li+li {
	margin-top: 10px;
}

.widget_block .wp-block-latest-comments .wp-block-latest-comments__comment-author {
	font-weight: 600;
}

.widget_block .wp-block-latest-comments .wp-block-latest-comments__comment-author:not(:hover) {
	color: #334155;
}

.widget_block .wp-block-latest-comments li:last-child {
	margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

/* Contact Form 7
--------------------------------------------- */
.wpcf7 input[type="text"], 
.wpcf7 input[type="email"] {
    width: 100%;
}
.wpcf7 .wpcf7-form-control {
	border-radius:6px;
	padding:10px 12px;
}
.wpcf7 label{
	font-weight:500;
}

/* Newsletter Form Design */
.aone-cf7-newsletter-form-wrapper{
	position:relative;
}
.aone-cf7-newsletter-form-wrapper .wpcf7-form-control-wrap input.wpcf7-email{
	padding:10px 12px;
	border-radius: 6px 0 0 6px;
	width:auto;
}

.aone-cf7-newsletter-form-wrapper .wpcf7-form-control-wrap input.wpcf7-email + .wpcf7-not-valid-tip{
	position:absolute;
	left:0;
	bottom:-38px;
	font-weight:600;
}

.aone-cf7-newsletter-form-wrapper input[type="submit"].wpcf7-submit{
	border-radius: 0 6px 6px 0;
}

.aone-cf7-newsletter-form-wrapper + .wpcf7-response-output{
	margin:30px 0 0!important;
	background-color: rgba(255,255,255,0.75);
	border-radius:3px;
}

@media (max-width: 535.5px){
	.aone-cf7-newsletter-form-wrapper .wpcf7-form-control-wrap input.wpcf7-email{
		width:100%;
		border-radius: 6px 6px 6px 6px;
	}
	
	.aone-cf7-newsletter-form-wrapper span.wpcf7-form-control-wrap{
		position:relative;
		display:block;
		margin-bottom:10px;
	}
	.aone-cf7-newsletter-form-wrapper input[type="submit"].wpcf7-submit{
		border-radius:6px;
	}
	.aone-cf7-newsletter-form-wrapper .wpcf7-form-control-wrap input.wpcf7-email + .wpcf7-not-valid-tip{
		position:relative;
		bottom: inherit;
		top:4px;
	}
}

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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

.aone-sts-count .elementor-counter-title{
	text-align:center;
}
/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/
@media (min-width: 768px){
	body.error404 #page #primary.site-main{
		margin:60px 0 80px;
	}
}

.error-404{
	position:relative;
	display:block;
	text-align:center;
	padding: 60px 30px;
	border-radius: 8px;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
}

.error-404 .page-header{
	position:relative;
	display:block;
	margin-bottom:20px;
}

.error-404 .page-header .page-title{
	position:relative;
	display:block;
	font-size:40px;
	font-weight:700;
	margin: 0 0;
}

.error-404 .page-content .page-sub-title{
	position:relative;
	display:block;
	font-size:18px;
	color: #757575;
}

.error-404 .page-content .search-form{
	position:relative;
	display:block;
	margin-top:25px;
}

.error-404 .page-content .search-form input.search-field{
	padding: 10px 12px;
	border-radius: 6px;
}
