/**
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: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Version: 4.11.13
Requires at least: 5.3
WC requires at least: 3.0
WC tested up to: 9.6
Tested up to: 6.8
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. */
body{ overflow-x: hidden; }

/* main header */
/*.fixed-menu.scrolled {
	background-color: rgba(255,255,255,0.8);
	top: 0 !important;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	transition: 0.4s ease-in-out;
}
@media screen and (max-width: 1024px){
.hori-menu{
	background-color: transparent !important;
}
}
.fixed-menu .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow{
	transform: rotate(180deg);
}
.fixed-menu.scrolled .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow{
	transform: rotate(0deg);
	transition: 1s ease;
}
.fixed-menu.scrolled nav.hfe-nav-menu__layout-horizontal:not(.hfe-dropdown) ul.sub-menu{
	margin-top: 15px !important;
}
.fixed-menu.scrolled .menu-item a.hfe-menu-item{ color: #7C1C38 !important; }
.fixed-menu.scrolled .menu-item ul.sub-menu li a{ color: #ffffff !important; }
.fixed-menu.scrolled .menu-item a.hfe-menu-item:hover, 
.fixed-menu.scrolled .menu-item ul.sub-menu li a:hover{ color: #000000 !important; }
.fixed-menu.scrolled .hori-menu{
	background-color: transparent !important;	
}
.fixed-menu.scrolled .stick-left-logo {
   display: block !important;
  transition: 1s ease;
}*/
.stick-logo {
  top: 30px !important;
  transition: 1s ease;
}
.scrolled.stick-logo {
  top: -300px !important;
  transition: 1s ease;
}
#fdburger-menu {
	transition: 0.5s ease-in;
	top: 0px;
}
#fdburger-menu.scrolled {
	transition: 0.7s ease-out;
	top: -250px;
}
.gradient-brand-bg{
	background: #7C1C38;
	background: linear-gradient(90deg, rgba(124, 28, 56, 1) 0%, rgba(61, 8, 18, 1) 100%);
}
.social-side.gradient-brand-bg ul li svg{ fill: #ffffff !important;}
/*.social-side.gradient-brand-bg{ top: 120px !important; }*/
a.elementor-icon:focus{
	outline-width: 0 !important;
}

.justify-wrap, .justify-center{ 
	text-align: justify !important;
	word-spacing: normal;
}
.justify-center{ 
	text-align-last: center;
	word-break: break-word;
}
.justify-wrap p:last-child,
.justify-center p:last-child{ margin-bottom: 10px !important; }

/* main header ends here */

/* nav menus */
.navmenus ul.hfe-nav-menu > li a:after{
	content: '';
	position: absolute;
    width: 0;
    height: 1px;
    background: #7C1C38 !important;
    left: 0;
    bottom: 0;
	transition: width 1s ease;
}
.mainhead.scrolled .navmenus ul.sub-menu > li a:after{
	background: none !important;
}
.navmenus ul.hfe-nav-menu > li:hover a:after,
.navmenus ul.hfe-nav-menu > li a.current:after{
    width: 100%;
}

.nav-side.dark svg{	fill: #7c1c38 !important;}
.nav-side.dark svg path{ stroke: #7c1c38;}
.nav-side svg:hover{ opacity:0.7 !important;}
/* nav menus ends here */

/* slide in bg button */
.slidebg-btn:before{
	content:'';
	position:absolute;
	width: 5px;
	height: 100%;
	left: 0;
	transition: 0.3s ease-in-out;
	z-index: -1;
}
.slidebg-btn:hover:before{
	transition: 0.3s ease-in-out;
	width: 100%;
}
.slidebg-btn.bgwhite:before{ background: #ffffff; }
.slidebg-btn.bgdark:before{ background: #3D0812; }
.slidebg-btn.bglightred:before{ background: #7C1C38; }

/* Process sections */
.process-blocks .process-icon svg path{
	stroke-width: 1px;
}
.process-blocks .process-img { filter: grayscale(100%); }
.process-blocks:hover{ background-color : #7C1C380F; transition: 0.8s ease-in; }
.process-blocks:hover .process-numb span {
	color: #7c1c38 !important;
}
.process-para p { margin-bottom :0 !important; }
.process-blocks:hover .process-icon svg path{
	stroke: #ffffff;
	stroke-width: 0.4px;
}
.process-blocks:hover .process-text h3 { color:#7C1C38 !important; }
.process-blocks:hover .process-text .process-para { color:#000000 !important; }
.process-blocks:hover .process-img { filter: grayscale(0); }

/* Services sections */
.services-d .services-content:hover .services-inner{
	background-color : #7C1C380F; 
	transition: 0.8s ease;
}
.services-d .services-content .services-inner .service-para p{
	margin-bottom: 0 !important;
}
.services-d .services-content:hover .services-inner .service-title p{
	color : #7C1C38 !important;
}
.services-d.interiors .services-content:hover .services-inner{
	background-color : #74978024; 
	transition: 0.8s ease;
}
.services-d.interiors .services-content:hover .services-inner .service-title p{
	color : #3F5345 !important;
}

/* About Values Sec */

.values-sec-bg{	transition: 1s ease;}
.values-sec-bg:hover{
	background: #7C1C38;
	background: linear-gradient(180deg, rgba(124, 28, 56, 1) 0%, rgba(61, 8, 18, 1) 100%);
	transition: 1s ease;
}
.values-sec-bg:hover p{ color: #ffffff !important; transition: 1s ease; }

/* form */

.with_frm_style input, .with_frm_style .frm_slimselect.ss-main, .with_frm_style textarea, .with_frm_style select {
    border: 1px solid #ccc !important;
    box-shadow: none !important;
}
.frm_slimselect.ss-main{
	height: 40px;
	margin-top: 0;
}
button.frm_button_submit,
button.frm_prev_page{
    background-color: transparent;
    color: #7C1C38;
    font-weight: 300;
    position: relative;
    padding: 10px 60px !important;
	box-shadow: none;
}
button.frm_prev_page{
    padding: 10px 50px !important;
}

button.frm_button_submit:hover,
button.frm_prev_page:hover{ 
	color: #ffffff;
	transition: 0.3s ease;
}

button.frm_button_submit:before,
button.frm_prev_page:before{
	content:'';
	transition: 0.3s ease;
	top: 0;
	background: #7C1C38;
	position:absolute;
	width: 5px;
	height: 100%;
	left: 0;
	z-index: -1;
}
button.frm_prev_page:before{
	background: #3D0812;
}
button.frm_button_submit:hover:before,
button.frm_prev_page:hover:before{
	transition: 0.3s ease;
	width: 100%;
}
a.frm_add_form_row.frm_button, a.frm_remove_form_row.frm_button {
    background: #000;
    color: #fff;
	padding: 8px;
}
a.frm_add_form_row.frm_button:hover, a.frm_remove_form_row.frm_button:hover {
    background: #7C1C38 !important;
	font-weight: 400 !important;
}

/* Breadcrumbs */
.brcrumbs span.aioseo-breadcrumb,
.brcrumbs span.aioseo-breadcrumb a{ 
font-size: 12px;
color: #999999;
font-weight: 400;
}
.brcrumbs span.aioseo-breadcrumb a{ 
color: #666666;
}
.brcrumbs span.aioseo-breadcrumb a:hover{ 
color: #000000;
}
/* Breadcrumbs ends here */

/* to top */
#ast-scroll-top{ background-color: #3D0812 !important; }