/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

@media only screen and (max-width: 1000px) { 
	.mobile-only { display: block; }
	.not-mobile { display: none !important; }
}

@media only screen and (min-width: 1001px) { 
  	.mobile-only { display: none !important; } 
	.use-cases > ul { width: 22em !important; } 
}

#input_1_9_6_container {
	width: 100% !important;
	padding: 0 !important;
}
#input_1_9_6 {
	width: 100% !important;
}
#input_1_5_6, #input_1_5_3, #input_1_6, #input_1_23, #input_1_21, #input_1_9_6   {
	padding: 10px !important;
	margin: 0 !important;
}
#field_1_5, #field_1_6, #field_1_23, #field_1_21, #field_1_9 {
	height: 74px !important;
}

#gotowebinar_widget-2 .masterTooltip {
	margin-right: 5px !important;
}
#webinar-registration-button {
	display: block;
}
#input_1_5_3_container, #input_1_5_6_container {
	padding-top: 7px !important;
}

#page-header-bg .inner-wrap >a {
	display: none !important;
}

body[data-dropdown-style] #header-secondary-outer[data-mobile="display_full"] .sf-menu > li ul {
    display: block !important;
}

/*Contact Us 2 styling Fix*/
#input_61_9_6_container {
	width: 100% !important;
	padding: 0 !important;
}
#input_61_9_6 {
	width: 100% !important;
}
#input_61_5_6, #input_61_5_3, #input_61_6, #input_61_23, #input_61_21, #input_61_9_6   {
	padding: 10px !important;
	margin: 0 !important;
}
#field_61_5, #field_61_6, #field_61_23, #field_61_21, #field_61_9 {
	height: 74px !important;
}
#input_61_5_3_container, #input_61_5_6_container {
	padding-top: 7px !important;
}
@media only screen and (max-width: 767px) {
  .gf-contact-form .gform_wrapper .gform_body .gform_fields .gfield_label,
  .gf-contact-form .gform_wrapper .gform_body .gform_fields .gfield {
    display: block;
    width: 100%;
  }
}

