/**
Theme Name: astra-child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
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
*/


/**
 * Typography fix for page copy
 */
.asg-page-copy h2{
	margin-bottom: 32px;
}
.asg-page-copy h3 {
	margin-bottom: 1.5em;
}


.main-nav-site-title.elementor-widget-heading span.elementor-heading-title {
	padding: 12px 20px;
	border: 1.5px solid #333;
	margin: 0.5em 0;
}
nav.elementor-nav-menu--main ul li:last-child {
	margin: 7px 0;
}
/* style to create contact us button inside nav*/
nav.elementor-nav-menu--main ul li:last-child > a,
.main-nav > .elementor-widget-container nav.elementor-nav-menu--dropdown ul li:last-child > a,
.main-nav > .elementor-widget-container nav.elementor-nav-menu--dropdown ul li:last-child > a.elementor-item-active {
	padding: 9px 12px !important;
	background-color: #333;
	border-radius: 1px;
	color: #fff !important;
}
.main-nav > .elementor-widget-container nav.elementor-nav-menu--dropdown ul li:last-child > a {
	display: inline-block;
	margin-right: 20px;
}
.main-nav > .elementor-widget-container nav.elementor-nav-menu--dropdown ul li:last-child {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 20px;
}
nav.elementor-nav-menu--main ul li:last-child > a:hover {
	background-color: #888;
}

.asg-header .elementor-row {
	justify-content: space-between;
}
.asg-header .elementor-row > div {
	width: auto !important;
	flex: 0 1 auto;
}
.main-nav > .elementor-widget-container nav.elementor-nav-menu--dropdown ul li > a {
	justify-content: flex-end;
}


/* Footer */
footer a {
	color: #888888;
	cursor: pointer;
}
footer a:hover {
	color: #ffffff;
}
.asg-footer-menu a {
	color: #888888;
	font-family: 'museo-slab', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
}
.asg-footer-menu a:hover {
	color: #ffffff;

}
.asg-footer-menu li {
	cursor: pointer;
	margin-bottom: 5px;
}
.asg-footer-menu ul {
	list-style: none;
	margin: 0;
}
footer .contact-info a {
	display: block;
	margin-bottom: 5px;
}

/**
 * Page Header Style
 * This is the image with title and subheading over the image section
 */

.asg-page-header h1 {

}
.asg-page-header h4.elementor-heading-title {
	background-color: #fff;
	display: inline-block;
	padding: 20px 25px;
	position: relative;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
	.asg-page-header h4.elementor-heading-title {
		top: -16px;
		left: 16px;
	}
}
@media all and (max-width: 767px){
	.asg-page-header h1.elementor-heading-title {
		color: #fff !important;
	}
	.asg-page-header h4.elementor-heading-title {
		position: static;
		background: none;
		color: #fff !important;
	}
}


/**
 * Homepage Styles
 */

.image-link .elementor-widget-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.image-button {
	position: absolute;
}

.testimonial a {
	color: #fff;
	cursor: pointer;
	display: block;
	padding: 48px 32px;
}
/*remove margin bellow testimonial name*/
.testimonial > a p:last-child {
	margin-bottom: 0; 
}
@media all and (max-width: 767px){
	.testimonials {
		max-width: 540px;
		margin: 0 auto;
	}
}

































