/**
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
*/


/*ASTRA related START*/
#ast-scroll-top#ast-scroll-top {
 	left:8px;
    bottom:8px;
}
.ast-container #primary#primary {
	margin:0;
	padding:0;
}
.ast-container.ast-container {
	padding:0;
} 
.main-header-container.main-header-container {
	height:0;
}
/*ASTRA related END*/

/*astra heaser gap fix*/
.main-header-bar-wrap.main-header-bar-wrap {
	display:none;
	height:0;
}
/*link hover letterspacing effect*/
.letterspacing-effect.letterspacing-effect a{
	transition:letter-spacing .1s ease-out;
}
.letterspacing-effect.letterspacing-effect a:hover {
	letter-spacing:.5px;
}
/*letter spacing animation on likns END*/

/*spacing animation on anything START*/
.spacing_anim.spacing_anim.spacing_anim.spacing_anim:hover {
	transform:scale(1.02);
}
.spacing_anim.spacing_anim.spacing_anim.spacing_anim {
	transition:transform .2s ease-in;
}
/*spacing animation on anything END*/

/*link hover bold effect*/
.bold-effect.bold-effect a {
    color:#1B1A1A;
    font-weight:400;
	transition:font-weight .1s ease-out;
    
}
.bold-effect.bold-effect.bold-effect a:hover {
    font-weight: 900;
    
}



/*gutenberg on elementor patches START*/
/*post image caption style*/ 
figcaption.wp-caption-text.wp-caption-text {
 	font-size:12px;
    line-height:18px;
    margin:8px 0 16px 0;
    padding:0;
    color:#9E9B96;
}
@media (min-width:768px) {
	.ele_gutenberg .wp-block-column:nth-child(2n){
    padding-right: 32px!important;
	}
	.ele_gutenberg .wp-block-column:first-child(1n){
		padding-left: 32px;
	}
	.ele_gutenberg .wp-block-embed-youtube iframe {
		max-height:500px!important;
	}
	.ele_gutenberg .wp-block-columns .wp-block-embed-youtube iframe {
		max-height:240px!important;
	}
	
}
@media (max-width:767px) {
	.ele_gutenberg .wp-block-embed-youtube iframe {
		max-height:200px!important;
	}
	.ele_gutenberg .wp-block-column {
		margin-bottom:24px;
	}
	figcaption.wp-caption-text.wp-caption-text a {
		font-size:14px;
	}
}


.ele_gutenberg .vertical_center {
    align-content: center;
    align-items: center;
}
.ele_gutenberg.ele_gutenberg figure {
    margin-bottom:24px;
}

.ele_gutenberg h2, .ele_gutenberg h3 {
    margin-top:32px;
	margin-bottom:12px;
}

.ele_gutenberg .wp-block-table td {
	font-size: 16px;
    line-height: 1.5;
	padding:16px;
}


.ele_gutenberg {
    text-align:justify;
}
/*gutenberg on elementor patches END*/

/*gutenberg cover block START*/
.wp-block-cover__inner-container p {
    line-height:1.5;
}
.wp-block-cover {
    margin:24px 0!important;
	max-width:100%!important;
}
@media (max-width:767px) {
    .wp-block-cover__inner-container p {
        font-size:24px!important;
    }
}
/*gutenberg cover block END*/

/*lp gutenberg style START*/
@media (max-width:767px) {
	.wp-block-media-text {
	grid-template-columns: 100%;
	}
	.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media .wp-block-media-text .wp-block-media-text__content 
	{
		grid-column: 1;
		grid-row: 1;
	}
	 .wp-block-media-text .wp-block-media-text__content 
	{
		grid-column: 1;
		grid-row: 2;
	}
	.wp-block-quote.wp-block-quote {
		margin: 16px 0;
    	padding: 24px 32px;
	}
}


/*lp gutenberg style END*/