/**
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: 3.7.10
Requires at least: 5.3
Tested up to: 5.9.3
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. */

header{
	padding: 15px 0;
	position:relative;
	z-index:5;
	font-family:"Open Sans";
}
header.entry-header.ast-header-without-markup{
	display:none;
}
#menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu ul li{
	display: inline-block;
	position: relative;
}
#menu ul li a{
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	display: block;
	padding: 25px 15px;
}
#menu>div>ul>li>a{
	display:inline-block;
}
#menu .ast-menu-toggle{
	display:inline-block;
	color:#fff;
	padding:0;
	transition:0.3s all;
}
#menu .menu-item-has-children>a{
	padding-right:0;
}
#menu ul li a:hover{
	color: #DCC195;;
}
#menu ul li ul{
	position: absolute;
	background-color: #808080;
	border-radius: 0px 0px 0px 0px;
	min-width: 220px;
	padding: 15px 0px 15px 0px;
	box-shadow: 0 10px 30px 0 rgba(45,45,45,.2);
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	pointer-events: none;
	max-height: none;
	z-index: 999;	
	pointer-events: auto;
	transition: transform .4s ease,-webkit-transform .4s ease;
	border:1px solid #fff;
	opacity: 0;
	visibility: hidden;
}
#menu ul li:hover ul{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
#menu ul li ul li{
	display: block;
}
#menu ul li ul li a{
	padding: 10px 15px;
}
#menu ul li ul li a:hover{
	background: #DCC195;
	color: #fff;
}
header .phone{
	text-align: right;
}
header .phone a{
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
}
header .logo{
	width: 60px;
	display: block;
}
.toggler {
	width: 40px;
	cursor: pointer;
	padding: 5px;
	height: 100%;
	float: right;
}
.toggler div {
	height: 2px;
	background: #fff;
	margin: 6px 0;
	transition: 0.3s all;
}
.toggler.active .l1 {
	opacity: 0;
}
.toggler.active .l2 {
	transform: rotate(45deg);
}
.toggler.active .l3 {
	transform: rotate(-45deg);
	position: relative;
	top: -8px;
}
#m-menu {
	position: fixed;
	z-index: 9999;
	background: #fff;
	top: 0;
	bottom: 0;
	left: 0;
	width: 300px;
	padding: 20px;
	margin-left: -350px;
	transition:0.3s all;
}
#m-menu.active{
	margin-left: 0;
}
#m-menu ul{
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 15px;
}
#m-menu ul li ul{
	padding-left: 15px;
	background: #f7f7f7;
	font-size: 14px;
}
#m-menu ul li{
	border-bottom: 1px solid #e4e8eb;
}
#m-menu ul li a{
	display: block;
	text-decoration: none;
	color: #333;
	font-weight: 500;
	padding: 3px;
}
.m-logo{
	margin-bottom: 10px;
}
header .col-4{
	display: none;
}
header .container{
	max-width:1140px;
	margin: auto;
	padding: 0 15px;
}
#m-menu{
	display: none;
}
header img{
	max-width: 100%;
}
header .row{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	align-items: center;
	justify-content: space-between;
}
#header.scroll-up {
	transform: translateY(0);
}
#header.scroll-down {
	transform: translateY(-100%);
}
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transition: all 300ms ease !important;
	z-index: 999;
	padding:5px 0;
}
#header.scroled, .single-post #header{
	background:#fff;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(34, 60, 80, 0.1);
	-moz-box-shadow: 0px 2px 4px 0px rgba(34, 60, 80, 0.1);
	box-shadow: 0px 2px 4px 0px rgba(34, 60, 80, 0.1);
}
#header.scroled #menu .ast-menu-toggle, .single-post #header #menu .ast-menu-toggle{
	color:#333;
}
#header.scroled #menu ul li a, .single-post #header #menu ul li a{
	color:#333;
}
#header.scroled #menu ul li ul li a, .single-post #header #menu ul li ul li a{
	color:#fff;
}
#header.scroled .phone a, .single-post #header .phone a{
	color:#333;
}
#header.scroled .toggler div, .single-post #header .toggler div{
	background:#333;
	border-color:#333;
}
#header .logo-b{
	display:none;
}
#header.scroled .logo-w, .single-post #header .logo-w{
	display:none;
}
#header.scroled .logo-b, .single-post #header .logo-b{
	display:block;
}
.pum-overlay{
	padding-right:0 !important;
}
#header .col-1{
	width:80px;
}
#header .col-2{
	width:76%
}
#gallery-1{
	overflow:hidden;
}
.wpcf7-form-control-wrap{
	margin-bottom:10px;
}
.wpcf7-file{
	padding:0 !important;
	height:auto !important;
	background:none !important;
	border:none !important;
	margin-bottom:10px !important;
}
.elementor-social-icon{
    
}
.elementor-social-icon:hover{
    
}
.elementor-social-icons-wrapper span:nth-child(1) a:hover{
	background:rgb(205, 32, 31) !important;
}
.elementor-social-icons-wrapper span:nth-child(2) a:hover{
	background:rgb(69, 102, 142) !important;
}
.elementor-social-icons-wrapper span:nth-child(3) a:hover{
	background:rgb(244, 115, 28) !important;
}
.elementor-social-icons-wrapper span:nth-child(4) a:hover{
	background:rgb(252, 50, 52) !important;
}
.elementor-social-icons-wrapper span:nth-child(5) a:hover{
	background:rgb(37, 211, 102) !important;
}
.elementor-social-icons-wrapper span:nth-child(6) a:hover{
	background:rgb(44, 165, 224) !important;
}
#mfcf7_zl_multifilecontainer{
	margin:0;
}
.wpcf7-form-control-wrap.zl-form-control-wrap.multilinefile-485{
	display:none !important;
}
.elementor-portfolio-item__title{
	color:#fff !important;
}
#portfolio{
	overflow:hidden;
}
@media(max-width:1120px){
	#header .col-2{
		width:60%
	}
	#menu ul li a{
		padding: 25px 5px;
		font-size:13px;
	}
}
@media(max-width:768px){
	header .phone {
		text-align: center;
	}
	header .logo{
		width: 40px;
	}
	header .col-2{
		display: none;
	}
	header .col-4{
		display: block;
	}
	#m-menu{
		display: block;
	}
	header{
		padding: 10px 0;
	}
	.elementor-8 .elementor-element.elementor-element-a235aa0 > .elementor-background-overlay{
		opacity:0.5;
	}
	#header .col-1{
		width:auto;
	}
	.elementor-portfolio{
		grid-column-gap: 1;
		grid-row-gap: 1;
		grid-template-columns: repeat(2,1fr) !important;
	}
	.elementor-portfolio article{

	}
}
@media(max-width:576px){
	header .phone a{
		font-size: 14px;
	}
	#m-menu{
		width: 250px;
	}
}