/**
Theme Name: Astra
Theme URI: https://wpastra.com/
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: Astra is fast, fully customizable & beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. 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 and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL & 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 WooCommerce ready theme that you can use for building any kind of website!
Version: 4.7.3
Requires at least: 5.3
Tested up to: 6.6
Requires PHP: 5.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra
Domain Path: /languages
Tags: custom-menu, custom-logo, entertainment, one-column, two-columns, left-sidebar, e-commerce, right-sidebar, custom-colors, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready, blog
AMP: true

Astra WordPress Theme, Copyright 2020 WPAstra.
Astra is distributed under the terms of the GNU GPL.

Astra 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.com/normalize.css/

Astra icon font is based on IcoMoon-Free vector icon by Keyamoon.
IcoMoon-Free vector icon distributed under terms of CC BY 4.0 or GPL. (https://creativecommons.org/licenses/by/4.0/ or https://www.gnu.org/licenses/gpl.html)
Source: http://keyamoon.com/

Flexibility is a JavaScript polyfill for Flexbox By Jonathan Neal, 10up. (https://github.com/jonathantneal/flexibility)
Licensed under MIT ( https://github.com/jonathantneal/flexibility/blob/master/LICENSE.md )

Screenshot image is a collage of actual sites created using the Astra WordPress Theme.

Icons used in the Screenshot image are all licensed under Creative Commons ( CC BY 4.0 ) License ( https://fontawesome.com/license/free )
https://fontawesome.com/v5.15/icons/store?style=solid
https://fontawesome.com/v5.15/icons/shopping-cart?style=solid
https://fontawesome.com/v5.15/icons/pen-square?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid

Illustrations used in the Screenshot images are all licensed under Creative Commons ( CC0 ) License ( https://gumroad.com/l/humaaans )
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/standing-24.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/sitting-2.png

Hand-drawn illustrations used are created by Brainstorm Force and released under Creative Commons ( CC0 ) License.
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/girl-with-image-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/boy-with-code-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/web-browser.png

The same site as screenshot can be imported from here https://websitedemos.net/web-design-agency-08/.

For more information, refer to this document on how to create a page like in the screenshot - https://wpastra.com/docs/replicating-the-screenshot/.

Astra default breadcrumb is based on Breadcrumb Trail by Justin Tadlock. (https://github.com/justintadlock/breadcrumb-trail)
Breadcrumb Trail is distributed under the terms of the GNU GPL v2 or later.

Astra local fonts feature is based on Webfonts Loader by WordPress Themes Team (WPTT). (https://github.com/WPTT/webfont-loader)
Licensed under MIT ( https://github.com/WPTT/webfont-loader/blob/master/LICENSE )

/* Note: The CSS files are loaded from assets/css/ folder. */



.blog_grid .eael-entry-media {
    padding: 20px;
    background: #fff;
}
.blog_grid  a.eael-grid-post-link {
    width: 100%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    text-decoration: none !important;
    display: block;
}
.blog-meta{
	color:var( --e-global-color-primary );
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
    letter-spacing: var(--e-global-typography-text-letter-spacing);
	margin:0;
}
.blog-meta a{
	color:var( --e-global-color-primary );
}
.blog_title{
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: var(--e-global-typography-primary-font-size);
    font-weight: var(--e-global-typography-primary-font-weight);
    line-height: var(--e-global-typography-primary-line-height);
}
.blog_featured_img{
	margin-bottom:40px;
}
.blog_featured_img img {
    max-width: 500px;
}
.excerpt_box{
	display:none;
}
.events a.eael-grid-post-link {
    text-decoration: none !important;
}
.events .eael-grid-post-holder-inner{
	position:relative;
}
.events .eael-entry-meta {
    position: absolute;
    top: 20px;
    left: 0px;
    padding: 5px 0 5px 15px;
    background: var( --e-global-color-primary );
    display: block !important;
	z-index:2;
}
.events span.eael-meta-posted-on i{
	display:none;
}
.events  a.eael-grid-post-link {
    width: 100%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    text-decoration: none !important;
    display: block;
}
.events p {
     height: 75px; 
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
}
.custom_sidebar form button.wp-block-search__button {
    font-size: 0 !important;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 100%;
    padding: 0 !important;
    background-color: var(--e-global-color-primary) !important;
}
.custom_sidebar form button.wp-block-search__button:after{
	content:"";
	width:100%;
	height:100%;
	background-image:url(/wp-content/uploads/2024/08/search_icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50% , -50%);
}
.custom_sidebar form lable{
	display:none;
}
.custom_sidebar form .wp-block-search__inside-wrapper {
	position:relative;
	overflow:hidden;
}
.custom_sidebar form .wp-block-search__inside-wrapper .wp-block-search__input {
    padding: 10px 55px 10px 10px;
    color: var(--e-global-color-cc002b8);
    background: #ffffff00;
    border-color: var(--e-global-color-primary);
    height: unset;
	color: var(--e-global-color-cc002b8);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
    letter-spacing: var(--e-global-typography-text-letter-spacing);
}
.custom_sidebar h2.wp-block-heading{
	color: var(--e-global-color-cc002b8);
	font-family: var(--e-global-typography-a737ca3-font-family), Sans-serif;
    font-size: var(--e-global-typography-a737ca3-font-size);
    font-weight: var(--e-global-typography-a737ca3-font-weight);
    line-height: var(--e-global-typography-a737ca3-line-height);
	margin-bottom:20px;
	position:relative;
	padding-bottom:10px;
}
.custom_sidebar h2.wp-block-heading:after{
	content:"";
	width:60px;
	height:100%;
	border-bottom:4px double var(--e-global-color-primary);
	position:absolute;
	bottom:0;
	left:0;
}
.custom_sidebar .wp-block-latest-posts__list.wp-block-latest-posts{
	list-style: circle;
    list-style-position: outside;
	padding-left: 20px;
}
.custom_sidebar .wp-block-latest-posts__list.wp-block-latest-posts li::marker {
    color: var(--e-global-color-primary);
}
.custom_sidebar ul.wp-block-categories-list.wp-block-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.custom_sidebar ul.wp-block-categories .cat-item a {
    display: block;
    padding: 8px 10px;
    text-align: center;
    border: 1px solid var(--e-global-color-primary);
    border-radius: 5px;
    color: var(--e-global-color-cc002b8);
    background-color: var(--e-global-color-9001159);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
    letter-spacing: var(--e-global-typography-text-letter-spacing);
	transition:all 0.3s ease-in-out;
}
.custom_sidebar ul.wp-block-categories .cat-item a:hover {
    border: 1px solid var(--e-global-color-cc002b8);
    color: var(--e-global-color-primary);
    background-color: var(--e-global-color-cc002b8);
}
.custom_sidebar a.wp-block-latest-posts__post-title{
	color: var(--e-global-color-cc002b8);
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    line-height: var(--e-global-typography-secondary-line-height);
    letter-spacing: var(--e-global-typography-secondary-letter-spacing);
}
.custom_sidebar{
	position:sticky;
	top:20px;
}
.custom_sidebar .elementor-widget-sidebar aside{
	margin:0;
	padding:30px 0;
}
.custom_sidebar .elementor-widget-sidebar aside:nth-child(2n){	
	border-top:2px solid #1f3754;
	border-bottom:2px solid #1f3754;
}
.custom_sidebar .elementor-widget-sidebar aside:first-child{
	padding-top:0 !important
}
.custom_sidebar .elementor-widget-sidebar aside:last-child{
	border-bottom:none !important;
	padding-bottom:0 !important
}
.ast-blog-layout-4-grid .ast-archive-description{
	max-width:100% !important;
	border-bottom:5px solid var( --e-global-color-primary );
	background-image: url(https://itsecurenet.ditests.com/wp-content/uploads/2024/07/bg-img2.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: auto;
}
.ast-blog-layout-4-grid .ast-archive-description h1{
	font-family: var(--e-global-typography-0bb731c-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-0bb731c-font-size) !important;
    font-weight: var(--e-global-typography-0bb731c-font-weight) !important;
    text-decoration: var(--e-global-typography-0bb731c-text-decoration) !important;
    line-height: var(--e-global-typography-0bb731c-line-height) !important;
	color: var(--e-global-color-primary);
	text-align:center;
}
.ast-blog-layout-4-grid .ast-row{
	display:grid;
	grid-template-columns: repeat(4 , 1fr);
	padding: 80px 20px;
    grid-gap: 20px;
}
.ast-blog-layout-4-grid .ast-row .ast-article-post{
	width:100% !important;
}
.ast-blog-layout-4-grid .ast-row .blog-layout-4.ast-article-inner {
    height: 100%;
	background-color: var(--e-global-color-650e6e9);
}
.ast-blog-layout-4-grid .ast-article-post .cat-links{
	color:var( --e-global-color-primary );
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
    letter-spacing: var(--e-global-typography-text-letter-spacing);
}
.ast-blog-layout-4-grid .ast-article-post .cat-links a{
	color:var( --e-global-color-primary );
}
.ast-blog-layout-4-grid .ast-article-post h2.entry-title a {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    line-height: var(--e-global-typography-secondary-line-height);
    letter-spacing: var(--e-global-typography-secondary-letter-spacing);
/*     width: 100%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis !important; */
    text-decoration: none !important;
    display: block;
    color: var(--e-global-color-primary);
}
.ast-blog-layout-4-grid .ast-article-post .ast-blog-meta-container{
	margin-top:10px !important;
}
.ast-blog-layout-4-grid .ast-article-post p,.ast-blog-layout-4-grid .ast-article-post .entry-meta{
	color: var(--e-global-color-cc002b8) ;
    text-align: left;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
    letter-spacing: var(--e-global-typography-text-letter-spacing);
}
.ast-blog-layout-4-grid .ast-article-post .entry-meta *{
	color: var(--e-global-color-cc002b8);
    text-align: left;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
    letter-spacing: var(--e-global-typography-text-letter-spacing);
}



.simple-post-navigation {
    display: flex;
    justify-content: space-between;
}
.simple-post-navigation a {
    color: var(--e-global-color-primary) !important;
    border: 2px solid var(--e-global-color-primary) !important;
    height: 100% !important;
    border-radius: 300px !important;
    padding: 15px 2rem !important;
    line-height: 1.2rem !important;
    font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-text-font-size) !important;
    font-weight: var(--e-global-typography-text-font-weight) !important;
    display: block;
	transition:all 0.4s ease-in-out;
}
.simple-post-navigation a:hover{
	color: #fff !important;
	background:var(--e-global-color-primary);
}
.contact_form .wpforms-field-container input, .contact_form .wpforms-field-container textarea{
	color:#000 !important
}

.main_banner{
	overflow:hidden;
}
.main_header .elementor-widget-container nav{
		left: auto !important;
    	right: 0 !important;
}
.newlatter_form .wpforms-validate{
	display: flex;
    justify-content: center;
    align-items: stretch;
	gap:15px;
}
.newlatter_form .wpforms-field.wpforms-field-email{
	padding:0;
	max-width:18rem;
}
.newlatter_form .wpforms-field input{
	width: 100%;
    background: #fff;
    transition: background .3s ease-out, border .3s ease-out;
    padding: 25px 2rem !important;
    line-height: 1.2rem !important;
    border: 1px solid rgba(0, 0, 0, .12);
	font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
}
.newlatter_form .wpforms-submit-container{
	margin:0 !important;
}
.newlatter_form .wpforms-submit-container button, .contact_form .wpforms-submit-container button{
	  color: var(--e-global-color-primary) !important;
    border: 2px solid var(--e-global-color-primary) !important;
    height: 100% !important;
    border-radius: 300px !important;
    padding: 15px 2rem !important;
    line-height: 1.2rem !important;
    font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-text-font-size) !important;
    font-weight: var(--e-global-typography-text-font-weight) !important;
}
.newlatter_form #wpforms-form-130 .wpforms-submit-container button:hover, .contact_form #wpforms-form-511 .wpforms-submit-container button:hover{
	    background-color: var(--e-global-color-primary) !important;
    color: #fff !important;
	opacity:1 !important;
}

.heading .elementor-heading-title span{
	color:#fff;
}
.contact_form .wpforms-field-container input:focus, .contact_form .wpforms-field-container textarea:focus{
	border: 1px solid var(--e-global-color-primary) !important;
}
div.wpforms-container-full input[type=radio]:checked:after{
	background-color:var(--e-global-color-primary) !important;
}
div.wpforms-container-full input[type=checkbox]:checked:before, div.wpforms-container-full input[type=radio]:checked:before{
	    border-color: var(--e-global-color-primary) !important;
    box-shadow: 0 0 0 1px var(--e-global-color-primary), 0px 1px 2px rgba(0, 0, 0, 0.15) !important;
}
#ast-scroll-top{
	background-color:var(--e-global-color-primary) !important;
}



.marquee_text {
    position: absolute;
	top: 40px;
	width:auto !important;
	display:grid !important;
	white-space:nowrap;
	grid: auto / auto-flow max-content;
    animation: text_scrolling 50s linear infinite; 
}
@keyframes text_scrolling {
    0% { left: 40px; }
    100% { left: -100%; }
}
.marquee_text h1{
	padding:0 50px;
	 background-image: linear-gradient(to bottom, #de3b7f, #00000080);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent !important;
}
.marquee_text h3{
	position:relative;
	white-space:nowrap;
	padding:0 20px;
	display:inline-block;
}
.contact_form .wpforms-field-container input{
	height: 50px;
}
.contact_form .wpforms-field-container input[type="text"],.contact_form .wpforms-field-container input[type="email"],.contact_form .wpforms-field textarea,.contact_form  label{
	color: var(--e-global-color-cc002b8) !important;
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
    letter-spacing: var(--e-global-typography-text-letter-spacing);
}
.contact_form .wpforms-field-container input[type="text"]::focus,.contact_form .wpforms-field-container textarea::focus{
	background:transparent !important;
}
.contact_form .wpforms-container .wpforms-form legend.wpforms-field-label{
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    line-height: var(--e-global-typography-accent-line-height);
    letter-spacing: var(--e-global-typography-accent-letter-spacing);
}
.expert_box .eael-team-content {
    margin-top: -150px ;
	border-radius:15px 15px 0 0;
    border: 1px solid var(--e-global-color-primary);
}
.expert_box  p{
	margin:0;
}
.expert_box  ul.eael-team-member-social-profiles {
    display: flex;
    position: absolute;
    top: -100%;
    left: 50%;
    transform: translate(-50%, -50%);
	transition:all 0.5s ease-in-out;
}
.expert_box:hover ul.eael-team-member-social-profiles{
    top: 40%;
}
.expert_box figure{
	padding:0 20px !important;
	overflow:hidden;
}
.expert_box figure:after {
    content: "";
    width: calc(100% - 40px);
    height: 0%;
    background:var( --e-global-color-text );
	border-radius: 15px 15px 0px 0px;
    opacity: 0.5;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
	transition:all 0.4s ease-in-out;
}
.expert_box:hover figure:after {
    height: 100%;
    top: 50%;
}
.expert_box{
	overflow:hidden;
}

.contact_box .elementor-icon-box-icon{
	padding:15px;
	border-radius:50%;
    border: 2px solid var(--e-global-color-primary);
}
.contact_box a{
	text-decoration:none !important;
	color: var(--e-global-color-cc002b8);
}
.contact_box:hover a{
	text-decoration:underline !important;
	color: var(--e-global-color-primary);
}
.partner_btn .elementor-button-icon{
	display: flex;
    align-items: center;
}



/*---- Responsive CSS ----*/

@media only screen and (min-width:1025px) and (max-width:1200px){
	.events .eael-post-grid{
		display:flex;
		flex-wrap:wrap;
	}
	.events .eael-post-grid .eael-grid-post{
		width: 33.33% !important;
		padding: 15px !important;
	}
}
@media only screen and (min-width:768px) and (max-width:991px){
	.events .eael-post-grid{
		display:flex;
		flex-wrap:wrap;
	}
	.events .eael-post-grid .eael-grid-post{
		width: 50% !important;
		padding: 15px !important;
	}
}


@media only screen and (max-width:1024px){
	.main_header .elementor-widget-container nav{
		left: auto !important;
    	right: 0 !important;
		width: 280px !important;
        position: absolute;
	}
}
@media only screen and (min-width:992px) and (max-width:1024px){
	.newlatter_form .wpforms-submit-container button, .contact_form .wpforms-submit-container button{
		padding: 15px 15px !important;
	}
}
@media only screen and (max-width:767px){
	.newlatter_form .wpforms-validate{
		flex-wrap: wrap;
    	justify-content: flex-start;
	}
	.contact_box .elementor-icon-box-icon{
		height: 60px;
	}
	.contact_social .elementor-grid-item{
		margin-bottom:10px !important;
	}
	.contact_form .wpforms-field-row-block{
		width: 100% !important;
    	margin-bottom: 15px;
	}
	.contact_form .wpforms-one-half{
		padding:0 !important;
	}
	.blog_featured_img img {
		max-width: 100%;
	}
	.custom_sidebar a.wp-block-latest-posts__post-title {
		font-size: 16px;
	}
}
@media only screen and (max-width:400px){
	.custom_sidebar a.wp-block-latest-posts__post-title {
		font-size: 15px;
	}
	.custom_sidebar ul.wp-block-categories .cat-item a {
		font-size: 15px;
	}
}
