/*
Theme Name: Meeting Tomorrow by Six2Eight
Theme URI: https://www.six2eight.com/
Author: Six2Eight
Author URI: https://www.six2eight.com/
Description: A modern WordPress theme from six2eight
Requires at least: 6.8.1
Tested up to: 6.8.1
Requires PHP: 8.0
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: meeting-tomorrow
Domain Path: /languages
Tags: one-column, featured-images, theme-options, custom-background, custom-colors, custom-logo, custom-menu, editor-style, translation-ready, footer-widgets, full-width-template, blog, sticky-post, threaded-comments, wide-blocks
*/

@media (max-width: 992px) {
	
	:is(.banner-forms,.text_content,.form_popup_container) .form_popup_inner{
	 padding: 14px!important;
	 position: relative!important;
	 height: calc(100% - 50px)!important;
	 overflow-y: auto!important;
	 overflow-x: hidden!important;
	}
	
	.nf-after-field .nf-error-msg{
		font-size: 12px;
	}
	
	.nf-field-element textarea {
		height: 90px;
	}
	
	.nf-error-msg, .ninja-forms-req-symbol {
		font-size: 12px;
	}
	
	:is(.banner-forms,.text_content,.form_popup_container) .ninja-forms-field {
	padding-block: 5px;
	padding-inline: 10px;
	font-size: 12px;
	}
}