/*
Theme Name: Armor Business Theme Framework
Theme URI: https://www.armortechs.com/
Description: Child theme using OceanWP Framework
Author: Armor
Author URI: https://www.armortechs.com/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
.menu-footer-quick-links-container ul {
	margin-left: 1em;
}
#footer-widgets .footer-box .footer-widget ul {
	margin: 15px 0 15px 20px;
}
#footer-widgets .footer-box .footer-widget ul ul {
	margin: 0 0 0 20px;
}
.menu-footer-quick-links-container ul li::before {
	content: '\25A0';
	color: #FDAF17;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}
.footer-box .nf-before-form-content {
	display: none;
}
.footer-box nf-field {
	vertical-align: top;
}
.footer-box .nf-form-content input.ninja-forms-field {
	height: 35px;
	padding: 8px;
}
.footer-box .nf-field-container {
	margin-bottom: 8px;
}
.footer-box .nf-form-content textarea.ninja-forms-field {
	height: 100px;
}

#right-sidebar-inner a {
	font-size: 18px !important;
}

.nf-before-form-content{
    max-width:1000px;
    margin: 0 auto;
}

@media (min-width: 768px){
	body.home .elementor-widget-container nf-field {
		vertical-align: top;
	}
	body.home .elementor-widget-container nf-field:first-of-type {
		width: 32%;
		display: inline-block;
	}
	body.home .elementor-widget-container nf-field:nth-of-type(2){
		width: 32%;
		display: inline-block;
		margin: 0 1%;
	}
	body.home .elementor-widget-container nf-field:nth-of-type(3){
		width: 32%;
		display: inline-block;
	}
}