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

li.empty a{

	cursor: default !important; 
}

.elementor-widget-icon-list .elementor-icon-list-text {
	padding-top: 2px !important;
}

body:not(.elementor-editor-active) .elementor-menu-anchor:before {
  content: "";
  display:block;
  height: 85px; /* fixed header height*/
  margin: -85px 0 0; /* negative fixed header height */
  visibility: hidden;
  pointer-events: none;
}


body:not(.elementor-editor-active) .morefix .elementor-menu-anchor:before {
  content: "";
  display:block;
  height: 120px; /* fixed header height*/
  margin: -120px 0 0; /* negative fixed header height */
  visibility: hidden;
  pointer-events: none;
}


.stickymenu li {
	padding-right: 5px !important;
}


.stickymenu  .elementor-icon-list-text {
	padding-right: 10px !important; 
}


.gform_body ul {
	list-style: none !important;
}

.gform_body select {
	width: 100% !important;
}

li.org input,
li.mail input,
li.phone input,
li.country select,
li.comments textarea {
	width: 100% !important;
} 

li#field_1_9,
.country label#input_1_8_6_label,
.country label#input_2_7_6_label {
	display: none !important;
}


div.ginput_container_name span {
	padding-right: 0 !important;
}

.gform_body span.name_first {
	padding-right: 5px !important;
}

.gform_footer input[type=submit] {
	padding: 20px 45px !important;
	background: #ef404f !important;
	text-transform: uppercase !important;
	font-size: 15px !important;
	font-family: "Poppins" !important;
	border:1px solid #ef404f  !important;
		 -webkit-transition: all 0.3s ease-in-out;
		    transition: all 0.3s ease-in-out;
}

.gform_footer input[type=submit]:hover{
	background: #fff !important;
	border:1px solid #ef404f !important;
	color: #ef404f !important;
		 -webkit-transition: all 0.3s ease-in-out;
		    transition: all 0.3s ease-in-out;
}

li.mobilehide {
	display: none !important;
}

@media only screen 

  and (max-device-width: 768px) {
  li.mobilehide {
	  display: block !important;
  }
}


