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

/* =================== Header Sections ================*/
.header_section.elementor-sticky--effects{

	box-shadow: 0px 0px 1px 2px #47c173 !important;
}
/* .header_section .elementor-widget-image img{
	transition:0.5s;
} */

/* .header_section.elementor-sticky--effects .elementor-widget-image img{
	width: 70% !important;
	transition:0.5s;
}
 */
/* =================== Banner Sections ============== */
.banner_sections .imag_col .elementor-widget-image{
	position:relative;
	z-index:1;
}

.banner_sections .imag_col .elementor-widget-image:after{
    position: absolute;
    content: ' ';
    background: #30B15E;
    width: 100%;
    height: 93%;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 50% 50% 2% 2%;
}


.banner_sections .imag_col .video_icon .elementor-icon-box-icon a{
	animation: zoom-in-zoom-out 3s ease infinite;
}


@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}

/* =================== Info Information ============== */
 .info_informations .elementor-grid .pp-info-box{
	position:relative;
	z-index:1;
}
.info_informations .elementor-grid .pp-info-box:before{
	position:absolute;
	content:'';
	background:#00264A;
	height:0px;
	width:100%;
	bottom:0;
	left:0;
	z-index:-1;
	transition:0.3s;
	border-radius:5px;
}

.info_informations .elementor-grid .pp-info-box:hover:before{
	height:100%;
	bottom:0px;
    transition:0.3s;

}

.info_informations .elementor-grid .pp-info-box:hover .pp-info-box-title,
.info_informations .elementor-grid .pp-info-box:hover a{
	color:#fff !important;
	transition:0.3s;
} 



/* =============== Translate Language ================ */
.language_col .gtranslate_wrapper a span{
	color:#fff !important;
}
.language_col .gtranslate_wrapper a:hover span{
	color:#87C629 !important;
}



/* =================== Welcome to Jorge 360 Staffing, Inc ============== */
.welcome_sections .image_col .elementor-widget-container{
	position:relative;
}
.welcome_sections .image_col .elementor-widget-container:after{
    position: absolute;
    content: ' ';
    background: #30B15E;
    width: 100%;
    height: 100%;
    bottom: -22px;
    left: -22px;
    border-radius: 30px;
    z-index: -1;
}

@media only screen and (max-width: 1199px){  
	   
	.pp-advanced-menu--dropdown-tablet .pp-advanced-menu--main{
		  display: none !important;
	}

	.pp-advanced-menu--dropdown-tablet .pp-menu-toggle:not(.pp-menu-toggle-on-all){
	   display:block !important;

	}
	
   ul.pp-advanced-menu {
       margin-top: 50px !important;
   }
	.pp-menu-clear {
           background: rgb(0 0 0 / 54%) !important;
     }
	
 }

/* @media screen and (min-width: 480px) {
  .pp-advanced-menu .contact_us.menu-item {
    display:none !important;
  } */
}

