/*
Theme Name: LeadEngine Child
Template: leadengine
Theme URI: https://www.leadengine-wp.com/
Author: Key-Design
Author URI: http://themeforest.net/user/Key-Design
Description: Multi-Purpose WordPress Theme with Page Builder
Version: 1.0
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready

/* Below you can write your style */

 /* Move reCAPTCHA v3 badge in front */
.grecaptcha-badge {
z-index:999 !important;
}

.menubar {
    padding: 10px 0px;
}

.vc_row.vc_row-has-fill {
	background-position: right top !important;
	margin-top: -10px !important;
}

@media (min-width: 768px) and (max-width: 959px) {
	#shield_main img {
		width: 70%;
		height: auto;
	}

	#aboutus_main img {
		width: 60%;
		height: auto;
		margin-top: 70px !important;
		margin-bottom: 0px !important;
	}
	
	/* .vc_row.vc_row-has-fill {
		margin-top: 30px !important;
	} */
	
	.extra_margin_top {
		margin-top: 50px !important;		
	}
}

@media (max-width: 767px) {
	.vc_row.vc_row-has-fill {
		margin-top: -10px !important;
	}		
}

@media (max-width: 959px) {
  .logo img {
    max-height: none !important;
    height: auto !important;
  }
}

#input_1_3 + .ginput_counter {
  display: none !important;
}

.menubar {
  border-bottom: 1px solid #e5e5e5;
}