/*!
Theme Name: Academy House Leveling
Theme URI: https://academyhouseleveling.com/
Author: academyhouseleveling.com
Author URI: https://academyhouseleveling.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: academy-house-leveling
Tags: custom-background, 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.

Academy House Leveling is based on rainbowthemes nettps://rainbowthemes.net/, (C) 2012-2020 Automattic, Inc.
rainbowthemes net 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
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

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

/* 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.
 */

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

/**
 * Remove the margin in all browsers.
 */
/**
 * 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.
 */


/* 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.
 */
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

/* 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.
 */

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

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


/**
 * 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;
	scroll-behavior: smooth;
}

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

/* Typography
--------------------------------------------- */

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


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
--------------------------------------------- */

/* 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:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
 
 
select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

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

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

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

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

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


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

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

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

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* 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;
} 
/* .hla-resource-expert-wrap {
	overflow: hidden;
} */
/* New Css */

.hla-footer-item ul li a svg {
    fill: rgba(from var(--color-white) r g b/0.8);
}
.hla-service-thumb { 
    overflow: hidden;
}

 .img-before img{
	width: 100%;
 }
 .hla-faq-wrap .accordion .accordion-item .accordion-button .icon svg {
    width: 24px;
    height: 24px;
    font-size: 24px;
    display: flex;
    align-items: center;
}
/* Default: show minus (expanded), hide plus */
.accordion-button .icon-plus {
    display: none;
}
.accordion-button:not(.collapsed) .icon-minus {
    display: inline-block;
}
.accordion-button.collapsed .icon-minus {
    display: none;
}
.accordion-button.collapsed .icon-plus {
    display: inline-block;
}
.hla-hero-form .hero-submit-btn:hover {
    background-color: var(--color-dark);
}
.hla-dark-bg-wrapper{
	border-radius: 0px;
}
.hla-footer-area .hla-dark-bg-wrapper{
	border-radius: 24px;
}
.hla-client-review-btn.v-white { 
    border-left: 1px solid var(--color-border-light);
    border-right: 1px solid var(--color-border-light);
    border-bottom: 1px solid var(--color-border-light);
}
.sidebar-widget .wp-block-latest-posts__post-title,
.fixed_line_title .title{ 
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: box; /* fallback */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2; /* modern browsers like Firefox */
  box-orient: vertical; 
}
.page-item.active .hla-btn-primary::before,
.page-item.active .hla-btn-primary::after{
	background: var(--color-dark);
}
.ahl-pagination-wrapper .hla-btn-primary:hover,
.ahl-pagination-wrapper span.current {
    display: inline-block;
    background-color:  var(--color-dark);;
}
.ahl-pagination-wrapper .hla-btn-primary {
	border-radius: 10px;
	font-size: 16px;
	padding: 15px 25px; 
}
.blog-posts-archive .hla-resource-wrap { 
    border-right: 1px solid var(--color-border-light);
}
.blog-posts-serch .hla-resource-wrap {
	border-right: 1px solid var(--color-border-light);
	border-left: 1px solid var(--color-border-light);
}

.blog-posts-serch .hla-resource-wrap .hla-resource-card {
	border-left: 1px solid var(--color-border-light);
}
.blog-posts-archive .hla-resource-card { 
    border-left: 1px solid var(--color-border-light);
}
.rbt-contact-input-field {
    border: 1px solid var(--color-border-light) !important;
    border-radius: 6px !important;
}
span.required {
    color: red;
}
.top-lr-redious {
	border-radius: 24px 24px 0 0;
}

.bottom-lr-redious {
	border-radius: 0 0 24px 24px;
}
.nice-select.open .list {
	margin-left: 0;
}

.hla-hero-content .blur-bg img {
	height: 100%;
}

.hla-client-item img {
	filter: grayscale(1);
	transition: .5s ease-in-out;
}

input.search-field {
	border: 1px solid var(--color-border-light);
	height: 50px;
	border-radius: 14px;
}

 nav.ahl-pagination-wrapper {
 	border-left: 1px solid var(--color-border-light);
 	border-right: 1px solid var(--color-border-light);
}

ul.pagination {
	padding-top: 50px;
	text-align: center;
}
/* // Medium devices (tablets, less than 992px) */
@media only screen and (max-width: 991.98px) {
.hla-main-dot.v-white.bottom-right.close-icon {
		right: 56px;
	}

	.position-relative.close-border:after {
		position: absolute;
		right: 60px;
		content: "";
		width: 1px;
		height: 100%;
		background: var(--color-border-light);
		top: 0;
	}

	.hla-main-dot.v-white.top-right.close-icon {
		right: 56px;
	}

	.popup-mobile-menu .inner-wrapper .close-btn {
		top: 37px;
		right: 30px;
		font-size: 24px;
		border-radius: 5px;
	}

	.hla-footer-item.footer-info {
		display: block;
	}

.hla-footer-item.footer-info .copyright {
	padding-top: 30px;
	display: block;
}

.hla-contact-content .content-wrap .content {
	padding: 15px;
}

.content-wrap img {
	width: 100%;
}

.hla-hero-content {
	overflow: hidden;
}
}

@media only screen and (max-width: 767px) {
ul.pagination li {
display: inline-block;
	margin-right: 5px;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

ul.pagination {
	display: block;
	padding: 30px 0;
}

.hla-resource-expert .expert-head {
	gap: 12px 10px;
}

.hla-resource-expert .des {
	font-size: 16px;
	margin-top: 10px;
}

.hla-resource-expert .expert-head .name {
	font-size: 20px;
	margin-bottom: 0;
}

.hla-hero-form.sidebar_form {
	padding: 40px 15px 30px 15px !important;
}

.admin-bar .popup-mobile-menu .inner-wrapper {
	margin-top: 46px;
}
.respond-form.hla-separator {
	padding: 0px 15px 30px 15px;
}

.hla-banner-content .des {
	font-size: 16px;
}

.hla-services-item {
	padding: 16px 0 !important;
}
.cta-bg img {
	height: 100%;
}


}
@media screen and (max-width: 600px) {
	#page {
			overflow-x: hidden;
		}
	.hla-service-approach img {
			width: 100%;
		}
	#wpadminbar {
		position: fixed;
	}
	
	#wpadminbar .popup-mobile-menu .inner-wrapper {
		margin-top: 46px;
	}

}

@media only screen and (max-width: 575px) {
.sticky-top-custom {
	height: auto !important;
	}

.hla-client-item:nth-child(7) {
	border-bottom: 1px solid var(--color-border-light);
}
.custom-flex-class {
display: flex;
	width: 100%;
	flex-direction: column;
}
.hla-hero-form .hero-submit-btn {
	width: 100%;
	font-size: 16px;
	margin-top: 20px;
	padding: 12px;
	height: 50px;
}
.popup-mobile-menu .btn-wrap {
	font-size: 0;
}

.popup-mobile-menu .mainmenu li a {
	padding: 10px 0;
}

}

.hla-footer-item ul li {
	margin-bottom: 15px;
}

.hla-details-title {
	margin-top: 0;
}

.popup-mobile-menu .inner-wrapper .close-btn span {
	position: relative;
	top: -2px;
}

.rbt-comment-list .comment.depth-3 .comment-body {
	border: 1px solid var(--color-border-light);
	padding: 20px;
	margin-top: 20px;
	border-radius: 5px;
}

.rbt-comment-list .comment.depth-2 .comment-body {
	border: 1px solid var(--color-border-light);
	padding: 20px;
	margin-top: 20px;
}

.rbt-comment-list .comment.depth-1 .comment-body {
	border: 1px solid var(--color-border-light);
	padding: 20px;
	margin-bottom: 20px;
}

.comments-on-title {
	margin-bottom: 30px;
}

.comment-respond {
	padding-top: 40px;
	padding-bottom: 20px;
}

.rbt-comment-list .comment .comment-body {
	position: relative;
}

.rbt-comment-list .comment .comment-body {
	border: 1px solid var(--color-border-light);
	padding: 20px;
	margin-bottom: 20px;
}

.rbt-comment-list .comment .comment-body .reply {
	position: absolute;
	top: 20px;
	right: 20px;
}

.rbt-comment-list .comment .comment-body .reply a {

	color: var(--color-primary);
}

.rbt-comment-list .comment .comment-body .comment-author img.avatar {
	width: 50px;
	height: 50px;
	border-radius: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.comment-content {
	margin-top: 20px;
}

.popup-mobile-menu .inner-wrapper .close-btn span {
	position: relative;
	top: -2px;
}
.hla-hero-form .hero-submit-btn {
	height: 52px;
	font-weight: 700;
	letter-spacing: -.04px;
}

form.wpcf7-form .wpcf7-spinner {
	position: absolute;
	left: calc(50% - 35px);
		bottom: 13px;
	background-color: #f9343e;
}
.mc4wp-response {
	text-align: center;
	padding-top: 15px;
	color: #fff;
}
.wpcf7 form.invalid.wpcf7-form .wpcf7-response-output {
	border: none;
	color: var(--color-primary);
	background: #f9343e21;
    border-radius: 10px;
    text-align: left;
    padding: 10px 16px;
    margin-top: 15px;
    line-height: 1.2;
	text-align: center;
}

.from_shortvode form.invalid.wpcf7-form .wpcf7-response-output {
	border: none;
	color: var(--color-primary);
	margin-top: -20px;
	z-index: 99;
	position: relative;
	text-align: center;
}
.wpcf7 form.sent .wpcf7-response-output {
	background-color: #46b45030;
	border: none;
	padding: 10px;
	border-radius: 10px;
	margin-top: 15px;
	color: #03690c;
	line-height: 1.2
}
.hla-hero-form.sidebar_form .wpcf7-spinner {
	bottom: 0;
}
.mc4wp-response a {
	color: inherit;
}

.hla-blog-sidebar-card .wp-block-heading,
.hla-blog-sidebar-card .title {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: -.096px;
	margin-bottom: 0;
}

.pagination .hla-btn-primary::after,
.pagination .hla-btn-primary:hover:after,
.pagination .hla-btn-primary:hover:before,
.pagination .hla-btn-primary::before {
	content: none;
}

/* Blog Side bar */
.sidebar-widget .wp-block-search__label,
.sidebar-title,
.sidebar-widget .wp-block-heading {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.3;
	color: var(--color-heading);
	margin-bottom: 20px;
}
.table-of-content {
	position: relative;
	padding: 40px 30px 30px 30px;
	border-top: 1px solid var(--color-border-light);
	border-bottom-style: 1px solid var(--color-border-light);
}

input[type=submit].hla-btn-primary {
	height: 54px;
}
.wp-block-search__button.wp-element-button:hover,
input[type=submit].hla-btn-primary:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transform: none;
	-ms-transform: inherit;
	transform: none;
	background-color: var(--color-dark);
	border-color: var(--color-dark);
}
.sticky-top-custom {
	position: sticky;
	top: 92px;
	z-index: 1;
	height: auto;
	border-right: 1px solid var(--color-border-light);
	border-left: 1px solid var(--color-border-light);
	border-bottom: 1px solid var(--color-border-light);
}
.sticky-top-custom .from_shortvode form.invalid.wpcf7-form .wpcf7-response-output {
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}
ul.ahl-tab-list {
	padding: 0;
	list-style: none;
}
ul.ahl-tab-list li a {
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
		color: #5E5E5E80;
}
ul.ahl-tab-list li a.active {
	color: var(--color-primary);
	}
	
	ul.ahl-tab-list li:first-child a {
		padding-top: 0;
}
.border-b {
	border-bottom: 1px solid var(--color-border-light);
}
.border-t {
	border-top: 1px solid var(--color-border-light);
}
.comment-author .fn {
	word-wrap: break-word;
}

.hla-hero-form.sidebar_form {
	padding: 40px 30px 30px 30px;
}

.hla-hero-form.sidebar_form .hla-hero-input-wrap input {
	border-radius: 10px;
	border: 1px solid var(--color-border-light);
	padding: 0px 10px 0px 35px;
	font-size: 14px;
	height: 48px;
}

.hla-hero-form.sidebar_form .hla-hero-textarea {
	border-radius: 10px;
	border: 1px solid var(--color-border-light);
	padding: 14px;
	font-size: 14px;
}

.hla-hero-form.sidebar_form .hero-submit-btn {
	height: 50px;
	font-weight: 700;
	letter-spacing: 0.76px;
	font-size: 18px;
	margin-top: 20px;
}

.hla-hero-form.sidebar_form .hla-hero-input-wrap .icon {
	position: absolute;
	top: 17px;
	left: 14px;
	font-size: 16px;
}
.wpcf7-response-output {
	text-align: center;
}

#cancel-comment-reply-link {
	color: var(--color-primary);
}

ul.children {
	list-style: none;
}

ul.comment-list {
	padding: 0;
	list-style: none;
}
.sidebar-widget .wp-block-latest-comments {
	padding-left: 0;
}

.sidebar-widget ul li {
	margin-bottom: 15px;
}

.wp-block-latest-posts__list.wp-block-latest-posts li {
	position: relative;

}

/* 
.sidebar-widget .wp-block-latest-posts__list.wp-block-latest-posts li:after {
	content: "\f781";
	top: -2px;
	left: -23px;
	position: absolute;
	font-family: 'Font Awesome 6 Pro';
	color: var(--color-primary);
	font-size: 18px;
} */
.sidebar-widget .wp-block-latest-posts__featured-image.alignleft {
	margin-right: 10px;
}

.sidebar-widget .wp-block-latest-posts__featured-image.alignleft img {
	border-radius: 6px;
}

.sidebar-widget .wp-block-archives-list.wp-block-archives li a,
.sidebar-widget .wp-block-categories-list.wp-block-categories li a {
	font-size: 18px;
	position: relative;
}

.sidebar-widget .wp-block-latest-comments__comment {
	position: relative;
}

.sidebar-widget .wp-block-latest-comments__comment:after {
	content: "\f4b0";
	top: 0px;
	left: -23px;
	position: absolute;
	font-family: 'Font Awesome 6 Pro';
	color: var(--color-primary);
	font-size: 16px;
	opacity: .5;
}

.sidebar-widget .wp-block-latest-comments,
.sidebar-widget .wp-block-categories-list.wp-block-categories,
.sidebar-widget .wp-block-archives-list.wp-block-archives {
	padding-left: 25px;
	list-style: none;
	margin: 0;
}

.sidebar-widget .wp-block-categories-list.wp-block-categories li a:after,
.sidebar-widget .wp-block-archives-list.wp-block-archives li a:after {
	content: "\f14a";
	top: 0;
	left: -23px;
	position: absolute;
	font-family: 'Font Awesome 6 Pro';
	color: var(--color-primary);
	font-size: 16px;
	opacity: .5;
}

.comment-metadata {
	margin-bottom: 10px;
}

.sidebar-widget .wp-block-latest-comments__comment-meta {
	font-size: 14px;
}

.sidebar-widget .wp-block-latest-comments__comment-author {
	color: var(--color-heading);
	text-transform: capitalize;
	font-weight: 600;
}

.sidebar-widget .wp-block-latest-comments__comment-link {
	display: block;
	line-height: 1.4;
	font-size: 12px;
}

/* 
.hla-footer-item.footer-action .hla-social-media li a:hover,
.hla-footer-item.footer-action .hla-social-media li a:hover i,
.hla-footer-item.footer-action .hla-social-media li a:hover svg {
	color: var(--color-body) !important;
}

*/
.header-left img.custom-logo {
	min-height: 45px;
	width: auto;
}
.wpcf7-not-valid-tip {
	color: var(--color-primary);
	font-size: 14px;
	font-weight: normal;
	padding-top: 4px;
	padding-left: 8px;
	font-weight: 500;
}
.nice-select-icon .list .option i {
	display: none;
}

.nice-select-icon span.current i {
	display: none;
}

.hla-hero-form p {
	margin-bottom: 0;
}

.image-gallery a img {
	transition: transform 0.3s ease;
}

.image-gallery a img:hover {
	transform: scale(1.02);
}

/* Lightbox Styles */
.gallery-lightbox {
	display: none;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.9);
	flex-direction: column;
	padding: 2rem;
	box-sizing: border-box;
}

.gallery-lightbox img {
border-radius: 5px !important;
	width: 1100px;
	height: 670px !important;
	object-fit: cover;
}

.gallery-lightbox .nav-btn {
	position: absolute;
		top: 50%;
			transform: translateY(-50%);
	background: transparent;
		color: white;
		border: none;
		cursor: pointer;
	padding: 0;
		z-index: 10;
		border-radius: 5px;
		text-align: center;
		transition: .5s;
	border: 1px solid #ffffff1c;
		height: 50px;
		width: 50px;
		border-radius: 100%;
		transition: .4s;
}
.gallery-lightbox .nav-btn:hover {
	background-color: var(--color-primary);
		border-color: var(--color-primary);
}

.gallery-lightbox .nav-btn svg {
	width: 20px;
		height: 20px;
		color: #ffffff;
}
.gallery-lightbox .prev-btn {
	left: 25%;
}

.gallery-lightbox .nav-btn.prev-btn svg {
	transform: rotate(180deg);
}

.gallery-lightbox .next-btn {
	right: 25%;
}

.gallery-lightbox .close-btn {
	position: absolute;
		top: 18%;
			right: 25%;
			background: transparent;
	border: 1px solid #ffffff1c;
		color: white;
	font-size: 30px;
		cursor: pointer;
	font-weight: 200;
		height: 50px;
		width: 50px;
		border-radius: 100%;
		transition: .4s;
	}
	
	.gallery-lightbox .close-btn svg {
		width: 20px;
		height: 20px;
		top: -3px;
		position: relative;
	}
	
	.gallery-lightbox .close-btn:hover {
		background-color: var(--color-primary);
		border-color: var(--color-primary);
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: scale(0.95);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

@media only screen and (max-width: 768px) {
	.gallery-lightbox img {
		width: 100%;
		height: auto !important;
	}
	.gallery-lightbox .nav-btn {
		font-size: 1.5rem;
		padding: 0.3rem 0.6rem;
	}

.hla-our-story-item a {
	width: 100% !important;
}
.gallery-lightbox .nav-btn {
	border-color: #f9343e7d;
}

.gallery-lightbox .close-btn {
	top: 35%;
	right: 8%;
}

.gallery-lightbox .nav-btn {
	background: #f9343e4f;
	border: 1px solid transparent;
}
}

.hla-our-story-item a {
	height: 315px;
	width: 320px;
	display: block;
}

.gallery-lightbox img {
	border-radius: 5px !important;
}

.hla-our-story-item img {
	height: 100% !important;
}

.popup-mobile-menu .inner-wrapper:after {
	content: "";
	top: 0;
	left: 19px;
	width: 1px;
	height: 100%;
	background-color: #e1e0db;
	z-index: 1;
	position: absolute;
}

.popup-mobile-menu .inner-wrapper:before {
	content: "";
	top: 0;
	right: 19px;
	width: 1px;
	height: 100%;
	background-color: #e1e0db;
	z-index: 1;
	position: absolute;
}
.review-card .review-link-image,
.review-card a.social img {
	width: 35px;
	height: 35px;
}

p.logged-in-as a {
	font-weight: 600;
}

.toggle-review {
	color: #0073aa;
	cursor: pointer;
	right: 40px;
	bottom: 56px;
	transition: 0.4s;
	font-size: 15px;
}

.toggle-review:hover {
	color: var(--color-primary);
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	color: #dc3232;
	background-color: #dc32324f;
	border: none;
	border-radius: 6px;
	padding: 10px;
}
.entry-content a {
	word-wrap: break-word;
}
.hla-services-wrap .collapse.show {
    position: relative;
    z-index: 1;
}
.hla-cta-box .form .input-item input[type="email"] {
    padding-left: 42px !important;
}
.hla-resource-expert-wrap.hla-resource-expert-wrap-modifire h1,
.hla-resource-expert-wrap.hla-resource-expert-wrap-modifire h2,
.hla-resource-expert-wrap.hla-resource-expert-wrap-modifire h3,
.hla-resource-expert-wrap.hla-resource-expert-wrap-modifire h4,
.hla-resource-expert-wrap.hla-resource-expert-wrap-modifire h5,
.hla-resource-expert-wrap.hla-resource-expert-wrap-modifire h6{
	margin-top: 20px;
	margin-bottom: 0;
}
.hla-resource-expert-wrap.hla-resource-expert-wrap-modifire h1 strong,
.hla-resource-expert-wrap.hla-resource-expert-wrap-modifire h2 strong,
.hla-resource-expert-wrap.hla-resource-expert-wrap-modifire h3 strong,
.hla-resource-expert-wrap.hla-resource-expert-wrap-modifire h4 strong,
.hla-resource-expert-wrap.hla-resource-expert-wrap-modifire h5 strong,
.hla-resource-expert-wrap.hla-resource-expert-wrap-modifire h6 strong{
	font-weight: 700;
}