/**
Theme Name: Astra Child
Author: Acsius
Author URI: https://www.acsius.com/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");

.ast-container,
.e-con.e-flex>.e-con-inner{
    padding-left: 40px;
    padding-right: 40px;
}
.ast-sticky-main-shrink #masthead .ast-sticky-shrunk .site-logo-img img.custom-logo {
    max-height: none !important;
    width: 196px;
}
.ast-header-button-2 .ast-custom-button,
.acsius-btn .elementor-button.elementor-button-link{
  box-shadow:
    0 0 0 4px color-mix(in oklab, oklch(71% 0.17 52) 22%, transparent),
    0 20px 50px -20px oklch(71% 0.17 52 / 0.45);
}
.ast-archive-entry-banner{
	position: relative;
}
.ast-archive-entry-banner::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.ast-archive-entry-banner::after,
.grid-lines{
	    background-size: 72px 72px;
        background-image: linear-gradient(to right, 
color-mix(in oklab, oklch(90% .015 252) 65%, transparent) 1px, transparent 1px), linear-gradient(to bottom, 
color-mix(in oklab, oklch(90% .015 252) 65%, transparent) 1px, transparent 1px);
    inset: 0;
	opacity: .06;
}
div.main-header-bar.ast-sticky-active {
	box-shadow: 0 1px 2px oklch(24% .07 258 / .04), 0 12px 30px -12px oklch(24% .07 258 / .12);
	backdrop-filter: blur(24px) !important;
}

.ast-site-identity {
    padding: 0.5em 0;
}
.uael-post__bg-wrap{
	border-radius: 24px;
	overflow: hidden;
}
.uael-post__content-wrap{
	display: flex;
	flex-direction: column;
}
.uael-post__content-wrap .uael-post__meta-data{
	display: flex;
	order: 5;
}
.uael-post__content-wrap .uael-post__meta-data span{
	display: flex;
	align-items: center;
}
.page-id-8 .uael-post__excerpt{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
div.uael-post__meta-data svg{
    height: 12px;
    fill: #f17d24 !important;
}
footer .elementor-element-1af0451 .uael-infobox-left-right-wrap:hover h3.uael-infobox-title{
	color: #ffffff !important;
}
footer .uael-infobox-left-right-wrap:hover h3.uael-infobox-title{
	color: #f17d24 !important;
}
header .menu-text{
	position: relative;
}
header .menu-text::before {
content: "";
    position: absolute;
    left: 0;
    right: 1rem;
    bottom: -0.3rem;
    height: 2px;
    width: 100%;
    background-color: #f17d24;
    transform-origin: left;
    transform: scaleX(0);
    transition: transform 300ms ease;
}

header .menu-text:hover::before {
  transform: scaleX(1);
}
.uael-post-wrapper img{
	transition: 0.3s;
}
.uael-post-wrapper:hover img{
	transform: scale(105%);
	transition: 0.3s;
}
.custom-blog-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    font-weight: 700;
}

.blog-category {
    display: inline-block;
    padding: 5px 20px;
	font-size: 12px;
	font-weight: 700;
    border-radius: 50px;
    background: #f17d24;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1.68px;
	font-family: 'Manrope';
}

.blog-date,
.blog-reading-time {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgb(255 255 255 / 65%);
}

.blog-date i,
.blog-reading-time i {
    color: #f17d24;
    font-size: 12px;
}

.single-post .post.type-post h2,
.single-post .comment-reply-title{
    color: #051b36;
    font-size: 30px;
    font-weight: 800;
    line-height: 36px;
    margin: 40px 0 20px;
	font-family: 'Sora';
}
.comment-reply-title{
	 font-size: 24px;
}
.single-post .post.type-post p, .single-post .logged-in-as,
.single-post .post.type-post table,
.single-post .post.type-post ul li, .single-post .post.type-post ol li{
	font-size: 16px;
	color: #606D7D;
	font-family: 'Manrope';
}
.single-post .post.type-post ul li::marker, .single-post .post.type-post ol li::marker{
	color: #f17d24;
}
.single-post .ast-single-post-featured-section.post-thumb img{
    border-radius: 24px;
    object-fit: revert;
    aspect-ratio: auto;
}
.ast-separate-container .site-content .ast-single-post-featured-section + article.post {
    border-radius: 0;
    background: transparent;
    padding: 0;
	margin: 0;
}
.single-post blockquote{
	padding: 25px 35px;
	background: #f3f6fa;
    margin: 26px 0;
    border-radius: 24px;
    border-color: #f17d40;
	border-width: 4px;
}
.single-post .post.type-post blockquote p{
	font-size: 18px;
	color: #051b36;
	font-weight: 600;	
	line-height: 29px;
	font-style: normal;
	font-family: 'Sora';
	margin-bottom: 10px;
}
.single-post .post.type-post blockquote p cite{
	font-style: normal;
}
.single-post .post.type-post blockquote p:last-child{
	color: #f17d24;
	font-size: 14px;
	font-weight: 700;
	font-family: 'Manrope';
	margin-bottom: 0;
}
.single-post .on-page {
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    background: #fff;
    padding: 18px;
    margin-bottom: 15px;
}

.single-post .on-page h3 {
    margin: 0;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: #f17d24;
	font-family: 'Sora';
}

.single-post .on-page ul {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}

.single-post .on-page li {
    font-size: 14px;
    font-weight: 600;
    color: #606d7d;
	margin-bottom: 5px !important;
    font-family: 'Manrope';
}

.single-post .on-page li:last-child {
    margin-bottom: 0;
}

.ast-separate-container.ast-two-container #secondary aside.widget{
	padding: 0;
}
.single-post div.ast-single-post-featured-section{
	margin: 0 !important;
}

.project-card {
    position: relative;
    overflow: hidden;
    padding: 18px;
    background: #0b1b33;
    color: #fff;
    border-radius: 16px;
}

.project-card h3 {
    color: #faf3f5;
    margin-bottom: 7px;
    font-size: 18px;
    font-weight: 800;
    line-height: 27px;
    font-family: 'Sora';
}

.project-card p {
    font-size: 14px;
    line-height: 22px;
    color: #faf3f5b3;
	margin-bottom: 18px;
	font-family: 'Manrope';
}

.project-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

.project-buttons a {
    display: block;
    padding: 6px 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    border-radius: 999px;
	font-family: 'Manrope';
}

.btn-whatsapp,
.form-submit input.submit{
    background: #f17d24;
    color: #071e40;
	box-shadow: 0 0 0 4px 
color-mix(in oklab, oklch(71% 0.17 52) 22%, transparent), 0 20px 50px -20px oklch(71% 0.17 52 / 0.45);
}

.btn-whatsapp:hover {
	color: #071e40;
    background: #f6ab6b;
}

.btn-email {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    transition: 0.2s ease;
}

.btn-email:hover {
    border-color: #f6ab6b;
    color: #f6ab6b;
}

.widget-area.secondary .sidebar-main{
	top: 160px !important;
}
span.page-numbers,
a.page-numbers{
	width: 42px;
    height: 42px;
    border: 1px solid #d7dfe8;
    text-align: center;
}
span.page-numbers.current,
a.page-numbers.current{
	border-color: f07d24;
}
span.page-numbers.dots{
	border: none;
}
.prev.page-numbers,
.next.page-numbers{
	font-size: 0 !important;
}
.prev.page-numbers::before,
.next.page-numbers::before{
	content: "\f104";
	font-family: "FontAwesome";
	font-size: 14px;
}
.next.page-numbers::before{
	content: "\f105";
}
.single-post header.site-header,
.author header.site-header,
.category header.site-header{
	 position: absolute;
     left: 0;
     right: 0;
}
.single-post .ast-primary-header-bar,
.author .ast-primary-header-bar,
.category .ast-primary-header-bar{
	background-color: transparent;
}
.ast-separate-container div.comment-respond{
    padding: 35px;
    border: 1px solid #f3f6fa;
    border-radius: 24px;
    background: #f3f6fa;
}
.single-post .comment-reply-title{
	font-size: 26px;
	margin-top: 0;
}
.single-post .comments-area textarea#comment, 
.single-post .comments-area .ast-comment-formwrap input[type="text"] {
    border-radius: 24px;
    box-shadow: none;
}
.ast-separate-container article.ast-article-single{
	padding: 0 !important;
}
.author .ast-author-box.ast-archive-description{
	padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}
.author .page-title.ast-archive-title{
	color: #051b36;
	font-weight: 800 !important;
    text-transform: capitalize;
    font-family: 'Sora';
}




@media (min-width: 767px){
.elementor-widget-container:has(.uael-post__header-filter.uael-filter__current[data-filter="*"])
.uael-post-grid__inner > .uael-post-wrapper:first-child{
	width: 100%;
	display: flex;
	padding-bottom: 25px;
}
.elementor-widget-container:has(.uael-post__header-filter.uael-filter__current[data-filter="*"])
.uael-post-grid__inner > .uael-post-wrapper:first-child .uael-post__inner-wrap{
	display: flex;
	align-items: center;
	
}
.elementor-widget-container:has(.uael-post__header-filter.uael-filter__current[data-filter="*"])
.uael-post-grid__inner > .uael-post-wrapper:first-child .uael-post__content-wrap{
	padding: 50px;
}
.elementor-widget-container:has(.uael-post__header-filter.uael-filter__current[data-filter="*"])
.uael-post-grid__inner > .uael-post-wrapper:first-child .uael-post__title {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 15px;
}
.elementor-widget-container:has(.uael-post__header-filter.uael-filter__current[data-filter="*"])
.uael-post-grid__inner > .uael-post-wrapper:first-child .uael-post__excerpt{
	font-size: 16px;
	line-height: 26px;
}
.elementor-widget-container:has(.uael-post__header-filter.uael-filter__current[data-filter="*"])
.uael-post-grid__inner > .uael-post-wrapper:first-child .uael-post__thumbnail,
.elementor-widget-container:has(.uael-post__header-filter.uael-filter__current[data-filter="*"])
.uael-post-grid__inner > .uael-post-wrapper:first-child .uael-post__content-wrap{
	width: 50%;
}
.single-post #primary{
	padding-right: 170px !important;
}
	
}


@media (max-width: 767px){
	
.ast-container,
.e-con.e-flex>.e-con-inner{
    padding-left: 20px;
    padding-right: 20px;
}
.ast-desktop-header-content, .ast-mobile-header-content {
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 20px;
    border: 1px solid #ffffff1a;
	padding: 12px 10px;
}
.ast-button-wrap button.menu-toggle.main-header-menu-toggle {
    padding: .4em;
}
header .ast-builder-button-wrap.ast-builder-button-size-default{
	width: 100%;
	text-align: center;
}
header .ast-builder-layout-element.site-header-focus-item.ast-header-button-2{
	padding: 10px 5px !important;
}
	
}

